.hero{
  background:
    radial-gradient(circle at top left, rgba(63,73,227,0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(239,28,37,0.06), transparent 24%),
    linear-gradient(180deg,var(--hero-grad-a) 0%,var(--hero-grad-b) 100%);
  padding:64px 0 50px;border-bottom:1px solid var(--line);
}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:30px;align-items:start}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;
  background:rgba(63,73,227,0.08);border:1px solid rgba(63,73,227,0.14);color:var(--blue);
  font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.18em;
}
.eyebrow::before{
  content:"";width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(239,28,37,0.10);
}
h1{
  margin:16px 0 0;font-size:clamp(2.4rem,5.4vw,5rem);line-height:.96;letter-spacing:-.045em;color:var(--ink);
  max-width:820px;
}
.hero p{
  margin:18px 0 0;max-width:760px;font-size:1rem;line-height:1.75;color:var(--muted);
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}

.stat-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:26px;
}
.stat{
  background:var(--surface-muted);border:1px solid var(--border-card);border-radius:18px;padding:18px 16px;box-shadow:var(--shadow);
}
.stat strong{display:block;font-size:1.45rem;line-height:1;color:var(--blue)}
.stat span{display:block;margin-top:8px;color:var(--muted);line-height:1.45;font-size:.9rem}

.hero-card{
  background:var(--panel-dark-grad);
  border:1px solid var(--line-dark);border-radius:24px;padding:22px;color:var(--on-dark);
  box-shadow:0 24px 60px rgba(10,16,30,0.20);position:relative;overflow:hidden;
}
.hero-card::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at top right, rgba(63,73,227,0.24), transparent 32%),radial-gradient(circle at bottom left, rgba(239,28,37,0.10), transparent 26%);
  pointer-events:none;
}
.hero-card-inner{position:relative;z-index:1}
.chip{
  display:inline-block;padding:7px 11px;border-radius:999px;background:rgba(239,28,37,0.14);color:#ffc2c5;
  border:1px solid rgba(239,28,37,0.24);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;
}
.hero-card h3{margin:14px 0 8px;font-size:1.55rem;line-height:1.15}
.hero-card p{margin:0;color:rgba(255,255,255,0.76);line-height:1.65}
.hero-flagship-slideshow{
  margin:22px 0 26px;
  position:relative;
  width:100%;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(0,0,0,0.22);
  aspect-ratio:16/10;
  max-height:min(320px,42vw);
  min-height:180px;
}
/* Fills the aspect-ratio box; slides stack here (not in document flow) */
.hero-flagship-slideshow__track{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.hero-flagship-slide{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:contain;
  object-position:center;
  opacity:0;
  transition:opacity 0.65s ease;
  pointer-events:none;
}
.hero-flagship-slide.active{
  opacity:1;
}
.hero-flagship-slideshow--empty .hero-flagship-slideshow__track{
  background:
    linear-gradient(145deg, rgba(63,73,227,0.12) 0%, transparent 45%),
    linear-gradient(320deg, rgba(239,28,37,0.06) 0%, transparent 40%),
    rgba(255,255,255,0.04);
}
.feature-boxes{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}
.feature-box{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);border-radius:16px;padding:14px}
.label{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:#aeb9d0;font-weight:700}
.value{margin-top:6px;font-size:.88rem;line-height:1.42;font-weight:600;color:var(--on-dark)}

.section{padding:54px 0}
.section.dark{background:linear-gradient(180deg,var(--ink) 0%,var(--ink-2) 100%);color:var(--on-dark)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}
.kicker{font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.22em;color:var(--blue)}
.section.dark .kicker{color:#b9c0ff}
.section h2{margin:8px 0 0;font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.05;letter-spacing:-.03em}
.section-copy{max-width:820px;color:var(--muted);line-height:1.75;font-size:1rem}
.section.dark .section-copy{color:rgba(255,255,255,0.72)}

/* “Where Lunarcom fits” band */
#about.section{
  background:var(--page-bg);
}

/* Access portal (#login): white band; client card matches #store section canvas (--page-bg) */
#login.section--login-portal{
  background:#ffffff;
}
#login.section--login-portal .login-portal-lede{color:var(--muted)}

.section-head--login-portal{margin-bottom:12px}
#login .access-portal-bubble{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin:0;
  padding:10px 22px 10px 14px;
  border-radius:999px;
  background:rgba(215, 210, 245, 0.45);
  border:1px solid rgba(120, 105, 200, 0.35);
  box-shadow:0 1px 0 rgba(255,255,255,0.6) inset;
  font-size:unset;
  line-height:1;
  letter-spacing:0;
  font-weight:800;
  max-width:100%;
  box-sizing:border-box;
}
html.theme-dark #login .access-portal-bubble{
  background:rgba(90, 85, 140, 0.35);
  border-color:rgba(160, 150, 220, 0.35);
  box-shadow:none;
}
.access-portal-bubble__dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 6px rgba(239,28,37,0.18);
  flex-shrink:0;
}
.access-portal-bubble__text{
  font-size:0.82rem;
  font-weight:800;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--blue);
}

/* Client panel: same fill as #store section background (page canvas) */
#login .login-panel.login-panel--store-bg{
  background:var(--page-bg);
  border-color:var(--border-card);
}

.login-panel .login-note--reserved{
  margin-top:14px;
  min-height:calc(0.92rem * 1.7 * 2);
  font-size:0.92rem;
  line-height:1.7;
  visibility:hidden;
  pointer-events:none;
}
.login-panel.dark .login-panel__body-spacer{
  display:block;
  min-height:calc(1.7em * 3);
  margin:0;
  padding:0;
}

.sector-grid,.why-grid,.product-grid,.login-grid{display:grid;gap:18px}
.sector-grid{grid-template-columns:repeat(6,1fr);margin-top:20px}
.sector{
  text-align:center;padding:16px 12px;border-radius:16px;background:var(--surface-card);border:1px solid var(--border-card);font-weight:700;box-shadow:var(--shadow);
}

.card,.login-panel,.why-card{
  background:var(--surface-card);border:1px solid var(--border-card);border-radius:22px;box-shadow:var(--shadow);
}
.card{padding:14px}

.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-grid--four{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}

/* Core offer (#solutions, #solution-breakdown): align body copy; pin actions to bottom; equal button cells */
#solutions .product-grid--four .card,
#solution-breakdown .product-grid--four .card{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:0;
}
#solutions .product-grid--four .tag,
#solution-breakdown .product-grid--four .tag{
  display:block;
  width:100%;
  box-sizing:border-box;
  text-align:center;
  margin:0 0 12px;
  min-height:0;
  line-height:1.35;
}
#solutions .product-grid--four a.tag,
#solution-breakdown .product-grid--four a.tag{
  text-decoration:none;
  color:var(--blue);
  cursor:pointer;
  transition:filter .15s ease, box-shadow .15s ease;
}
#solutions .product-grid--four a.tag:hover,
#solution-breakdown .product-grid--four a.tag:hover{
  filter:brightness(1.04);
  box-shadow:0 4px 14px rgba(63,73,227,0.14);
}
/* Four 50×50 icons in one row (12px + 50px + 12px vertical padding) */
#solutions .product-grid--four .card-core-icon-slot,
#solution-breakdown .product-grid--four .card-core-icon-slot{
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:74px;
  padding:12px 0;
  box-sizing:border-box;
  margin:0;
}
#solutions .product-grid--four .card-core-icon-slot--quad,
#solution-breakdown .product-grid--four .card-core-icon-slot--quad{
  flex-wrap:nowrap;
  gap:6px 8px;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
#solutions .product-grid--four .card-core-icon-slot img,
#solution-breakdown .product-grid--four .card-core-icon-slot img{
  width:50px;
  height:50px;
  max-width:none;
  flex:0 0 auto;
  display:block;
}
#solutions .product-grid--four .card-core-text,
#solution-breakdown .product-grid--four .card-core-text{
  flex:1 1 auto;
  min-height:0;
  display:flex;
  flex-direction:column;
}
#solutions .product-grid--four .card-core-text > p,
#solution-breakdown .product-grid--four .card-core-text > p{
  margin:0;
  color:var(--muted);
}
#solutions .product-grid--four .card-core-text > p + p,
#solution-breakdown .product-grid--four .card-core-text > p + p{
  margin-top:10px;
}
#solutions .product-grid--four .card-bullet-list,
#solution-breakdown .product-grid--four .card-bullet-list{
  margin:10px 0 0;
  padding-left:1.2em;
  font-size:.95rem;
  line-height:1.55;
  color:var(--muted);
}
#solutions .product-grid--four .card-bullet-list li,
#solution-breakdown .product-grid--four .card-bullet-list li{
  margin:4px 0;
}
#solutions .product-grid--four .card-actions,
#solution-breakdown .product-grid--four .card-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:auto;
  padding-top:12px;
  width:100%;
}
#solutions .product-grid--four .card-actions--core-offer,
#solution-breakdown .product-grid--four .card-actions--core-offer{
  align-items:stretch;
}
#solutions .product-grid--four .card-actions .btn,
#solution-breakdown .product-grid--four .card-actions .btn{
  width:100%;
  min-width:0;
  min-height:42px;
  text-align:center;
  justify-content:center;
  box-sizing:border-box;
}
#solutions .product-grid--four .card-actions--core-offer .btn,
#solution-breakdown .product-grid--four .card-actions--core-offer .btn{
  min-height:4.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  white-space:normal;
  line-height:1.25;
  padding:10px 12px;
}
.btn-core-offer-blue{
  background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);
  color:#fff;
  border:1px solid rgba(255,255,255,0.2);
  box-shadow:0 10px 24px rgba(0,0,0,0.35);
}
.btn-core-offer-blue:hover{
  filter:brightness(1.06);
}
.btn-core-offer-grey{
  background:linear-gradient(135deg,#5a6478 0%,#3d4556 100%);
  color:#fff;
  border:1px solid rgba(255,255,255,0.18);
  box-shadow:0 8px 18px rgba(0,0,0,0.28);
}
.btn-core-offer-grey:hover{
  filter:brightness(1.08);
}
.btn-core-offer-white{
  background:#fff;
  color:var(--blue);
  border:1px solid rgba(255,255,255,0.85);
  box-shadow:0 8px 18px rgba(0,0,0,0.12);
}
.btn-core-offer-white:hover{
  background:rgba(255,255,255,0.95);
}

.tag{
  display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(63,73,227,0.08);color:var(--blue);
  font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;border:1px solid rgba(63,73,227,0.14);
}
.card h3{margin:12px 0 8px;font-size:1.16rem;line-height:1.2}
.card h3 a:hover{color:var(--blue)}
.card p{margin:0;color:var(--muted);line-height:1.65;font-size:.95rem}

.gallery{
  display:block;position:relative;aspect-ratio:16/10;border-radius:16px;overflow:hidden;
  background:var(--art-gradient);
  border:1px solid var(--border-card);margin-bottom:12px;
}
.gallery.dark{background:var(--art-gradient-darktile)}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}
.slide.active{opacity:1}
.grid-overlay{
  position:absolute;inset:14px;border-radius:16px;border:1px solid var(--line);
  background:repeating-linear-gradient(135deg,rgba(63,73,227,0.08) 0 2px,transparent 2px 14px);
}
.beam{
  position:absolute;background:linear-gradient(180deg,rgba(24,34,58,0.95) 0%,rgba(16,24,38,0.95) 100%);
  border-radius:18px 18px 8px 8px;box-shadow:0 12px 26px rgba(24,34,58,0.18);
}
.beam.one{width:72px;height:90px;left:34px;bottom:22px}
.beam.two{width:54px;height:120px;left:122px;bottom:22px}
.beam.three{width:64px;height:76px;left:42px;bottom:28px}
.beam.four{width:44px;height:130px;left:84px;bottom:22px}
.screen{
  position:absolute;border-radius:18px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));
  box-shadow:0 14px 30px rgba(63,73,227,0.22);
}
.screen.one{width:84px;height:84px;right:24px;bottom:22px}
.screen.two{width:112px;height:72px;right:28px;bottom:30px}
.screen.red{background:linear-gradient(135deg,#ff4a52,var(--red));box-shadow:0 14px 30px rgba(239,28,37,0.22)}
.arc{
  position:absolute;border:2px solid rgba(239,28,37,0.35);border-left:0;border-bottom:0;border-radius:999px;
  width:120px;height:120px;right:36px;top:24px;transform:rotate(25deg);
}
.dots{position:absolute;right:36px;top:34px;display:grid;gap:10px}
.dots span{width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(239,28,37,0.08)}

/* Homepage #store: embedded WooCommerce catalog (index.html) */
.home-store-embed-intro{margin-bottom:18px}
.home-store-embed{
  position:relative;
  width:100%;
  border-radius:22px;
  border:1px solid var(--line);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:var(--surface-card);
}
.home-store-embed iframe{
  display:block;
  width:100%;
  height:min(72vh,780px);
  min-height:420px;
  border:0;
  vertical-align:top;
}
html.theme-dark .home-store-embed{
  border-color:var(--border-card);
  background:var(--surface-muted);
}
.home-store-embed-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:18px;
}

.store-toolbar{
  display:grid;grid-template-columns:1.5fr 1fr auto auto;gap:14px;align-items:center;margin:18px 0 18px;
}
.search{
  display:flex;align-items:center;gap:10px;background:var(--surface-input);border:1px solid var(--border-field);
  border-radius:16px;padding:10px 14px;box-shadow:var(--shadow);
}
.search input,.store-toolbar select{
  width:100%;border:0;outline:none;background:transparent;font:inherit;color:var(--text);
}
.store-toolbar select{
  background:var(--surface-input);border:1px solid var(--border-field);border-radius:16px;padding:12px 14px;box-shadow:var(--shadow);
}
.quote-box{
  display:flex;align-items:center;justify-content:center;gap:10px;
  background:var(--panel-dark-grad);color:var(--on-dark);border:1px solid var(--line-dark);
  border-radius:16px;padding:12px 16px;min-width:210px;
}

.filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.filter-pill{
  border:1px solid var(--border-field);background:var(--surface-card);color:var(--text);padding:11px 16px;border-radius:999px;
  font:inherit;font-weight:700;cursor:pointer;box-shadow:var(--shadow);
}
.filter-pill.active,.filter-pill:hover{
  background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:var(--on-dark);border-color:transparent;
}

.product-name{font-size:1.08rem;font-weight:800;line-height:1.2;margin:10px 0 6px}
.product-name a:hover{color:var(--blue)}
.sku{color:var(--muted);font-size:.88rem;margin-bottom:8px}
.mini-desc{
  display:block;color:var(--muted);font-size:.92rem;line-height:1.55;min-height:44px;
}
.mini-desc:hover{color:var(--blue)}
.price{font-size:1.45rem;font-weight:900;color:var(--blue);line-height:1;margin:10px 0 10px}
.bullet-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.bullet-list li{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;line-height:1.45;color:var(--text)}
.dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex:0 0 8px;background:var(--red);box-shadow:0 0 0 4px rgba(239,28,37,.10)}
.card-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}

.login-grid{grid-template-columns:1fr 1fr}
.login-panel{padding:24px}
.login-panel.dark{
  background:var(--panel-dark-grad);border:1px solid var(--line-dark);color:var(--on-dark);box-shadow:0 20px 50px rgba(10,16,30,0.18);
}
.login-panel h3{margin:14px 0 8px;font-size:1.5rem}
.login-panel p{margin:0;color:var(--muted);line-height:1.7}
.login-panel.dark p{color:rgba(255,255,255,0.74)}
.form{display:grid;gap:12px;margin-top:18px}
input{
  width:100%;border:1px solid var(--border-field);background:var(--surface-input);color:var(--text);
  border-radius:14px;padding:14px 15px;font:inherit;outline:none;
}
input::placeholder{color:#93a0b7}
input:focus{border-color:rgba(63,73,227,0.55);box-shadow:0 0 0 4px rgba(63,73,227,0.10)}
.login-note{margin-top:14px;font-size:.92rem;color:var(--muted);line-height:1.7}
.login-panel.dark .login-note{color:rgba(255,255,255,0.70)}

.why-grid{grid-template-columns:repeat(4,1fr)}
.why-card{padding:22px}
.why-card p{margin:0;color:var(--muted);line-height:1.7}

/* Contact on hero-style background (e.g. installed-security-systems.html) */
.contact-section--hero{
  background:
    radial-gradient(circle at top left, rgba(63,73,227,0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(239,28,37,0.06), transparent 24%),
    linear-gradient(180deg,var(--hero-grad-a) 0%,var(--hero-grad-b) 100%);
  border-bottom:1px solid var(--line);
  color:var(--text);
}
.contact-section--hero .contact-band-kicker{margin-bottom:18px}
.contact-section--hero .kicker{color:var(--blue)}
.contact-section--hero .contact-layout__main{
  background:var(--surface-card);
  border:1px solid var(--border-card);
}
.contact-section--hero .contact-layout__aside{
  background:var(--surface-muted);
  border:1px solid var(--border-card);
}
.contact-section--hero .contact-layout__aside h3{color:var(--ink)}
.contact-section--hero .contact-layout__aside p{color:var(--muted)}
.contact-section--hero .contact-form__label{color:var(--ink);opacity:0.92}
.contact-section--hero .contact-form input,
.contact-section--hero .contact-form textarea{
  border:1px solid var(--border-field);
  background:var(--surface-input);
  color:var(--text);
}
.contact-section--hero .contact-form input::placeholder,
.contact-section--hero .contact-form textarea::placeholder{color:#93a0b7}
.contact-section--hero .contact-form input:focus,
.contact-section--hero .contact-form textarea:focus{
  outline:none;border-color:rgba(63,73,227,0.45);box-shadow:0 0 0 3px rgba(63,73,227,0.12);
}
.contact-section--hero .contact-form-status{color:var(--muted)}

/* installed-security-systems.html: #contact on light canvas (same band as #architecture); dark panels + light copy */
#contact.section--contact-on-canvas{
  border-bottom:1px solid var(--line);
  color:var(--text);
}
#contact.section--contact-on-canvas .contact-band-kicker{margin-bottom:18px}
#contact.section--contact-on-canvas .kicker{color:var(--blue)}
#contact.section--contact-on-canvas .contact-layout__main,
#contact.section--contact-on-canvas .contact-layout__aside{
  background:var(--panel-dark-grad);
  border:1px solid var(--line-dark);
  border-radius:22px;
  box-shadow:0 20px 50px rgba(10,16,30,0.14);
}
#contact.section--contact-on-canvas .contact-layout__aside h3{color:var(--on-dark)}
#contact.section--contact-on-canvas .contact-layout__aside p{color:rgba(255,255,255,0.72)}
#contact.section--contact-on-canvas .contact-form__label{color:rgba(255,255,255,0.78)}
#contact.section--contact-on-canvas .contact-form input,
#contact.section--contact-on-canvas .contact-form textarea{
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(15,18,28,0.55);
  color:var(--on-dark);
}
#contact.section--contact-on-canvas .contact-form input::placeholder,
#contact.section--contact-on-canvas .contact-form textarea::placeholder{color:rgba(255,255,255,0.38)}
#contact.section--contact-on-canvas .contact-form input:focus,
#contact.section--contact-on-canvas .contact-form textarea:focus{
  outline:none;
  border-color:rgba(127,135,255,0.55);
  box-shadow:0 0 0 3px rgba(63,73,227,0.2);
}
#contact.section--contact-on-canvas .contact-form-status{color:rgba(255,255,255,0.72)}

#build-my-quote-installed .build-my-quote-installed__lede{margin-bottom:22px}

/* Build quote — installed security (structured line items + contact API) */
.build-my-quote-installed__form{
  display:grid;
  gap:22px;
  margin-top:8px;
}
.build-my-quote-installed__panel{
  background:var(--surface-card);
  border:1px solid var(--border-card);
  border-radius:22px;
  padding:22px 22px 20px;
  box-shadow:var(--shadow);
}
.build-my-quote-installed__panel--job .build-my-quote-installed__panel-title{
  display:flex;
  align-items:center;
  gap:12px;
}
.build-my-quote-installed__panel-icon{
  flex-shrink:0;
  display:block;
}
.build-my-quote-installed__panel-title{
  margin:0 0 16px;
  font-size:1.15rem;
  font-weight:800;
  color:var(--ink);
  letter-spacing:-0.02em;
}
.build-my-quote-installed__fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 18px;
}
.build-my-quote-installed__fields--job .build-my-quote-installed__label--full{
  grid-column:1/-1;
}
.build-my-quote-installed__label{
  display:grid;
  gap:6px;
  font-size:0.78rem;
  font-weight:700;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:0.06em;
}
.build-my-quote-installed__label span:first-child{display:block}
.build-my-quote-installed__req{color:var(--red)}
.build-my-quote-installed__hint{
  font-weight:600;
  text-transform:none;
  letter-spacing:0;
  font-size:0.85em;
  color:var(--muted);
  opacity:0.9;
}
.build-my-quote-installed__label input,
.build-my-quote-installed__label select,
.build-my-quote-installed__label textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid var(--border-field);
  background:var(--surface-input);
  color:var(--text);
  border-radius:14px;
  padding:11px 14px;
  font:inherit;
  font-size:0.95rem;
  text-transform:none;
  letter-spacing:0;
  font-weight:500;
}
.build-my-quote-installed__label textarea{
  resize:vertical;
  min-height:88px;
  line-height:1.5;
}
.build-my-quote-installed__label input:focus,
.build-my-quote-installed__label select:focus,
.build-my-quote-installed__label textarea:focus{
  outline:none;
  border-color:rgba(63,73,227,0.45);
  box-shadow:0 0 0 3px rgba(63,73,227,0.12);
}
.build-my-quote-installed__category{
  border:1px solid var(--border-card);
  border-radius:22px;
  background:var(--surface-card);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.build-my-quote-installed__details{
  margin:0;
  padding:0;
}
.build-my-quote-installed__summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px;
  cursor:pointer;
  font-size:1.02rem;
  font-weight:800;
  color:var(--ink);
  letter-spacing:0.04em;
  text-transform:uppercase;
  user-select:none;
}
.build-my-quote-installed__summary::-webkit-details-marker{display:none}
.build-my-quote-installed__summary-inner{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.build-my-quote-installed__summary-title{line-height:1.25}
.build-my-quote-installed__summary img{flex-shrink:0}
.build-my-quote-installed__chev{
  flex-shrink:0;
  width:10px;
  height:10px;
  border-right:2px solid var(--blue);
  border-bottom:2px solid var(--blue);
  transform:rotate(45deg);
  margin-bottom:4px;
  transition:transform .2s ease;
  opacity:0.85;
}
.build-my-quote-installed__details[open] > .build-my-quote-installed__summary .build-my-quote-installed__chev{
  transform:rotate(225deg);
  margin-top:4px;
  margin-bottom:0;
}
.build-my-quote-installed__details-body{
  padding:0 20px 20px;
  border-top:1px solid var(--border-card);
}
.build-my-quote-installed__details-body > .build-my-quote-installed__subdetails{
  margin-top:10px;
}
.build-my-quote-installed__details-body > .build-my-quote-installed__subdetails:first-child{
  margin-top:0;
}
.build-my-quote-installed__subdetails{
  margin:0 0 10px;
  border:1px solid var(--border-card);
  border-radius:14px;
  background:var(--surface-muted);
  overflow:hidden;
}
.build-my-quote-installed__subsummary{
  list-style:none;
  padding:10px 14px;
  min-height:56px;
  box-sizing:border-box;
  cursor:pointer;
  font-size:0.88rem;
  font-weight:700;
  color:var(--text);
  line-height:1.35;
  user-select:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.build-my-quote-installed__subsummary-inner{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  flex:1;
}
.build-my-quote-installed__subsummary-inner img{
  flex-shrink:0;
  display:block;
}
.build-my-quote-installed__subsummary-label{
  font-size:0.88rem;
  font-weight:700;
  line-height:1.35;
  text-align:left;
}
.build-my-quote-installed__subsummary::-webkit-details-marker{display:none}
.build-my-quote-installed__subsummary::after{
  content:"";
  flex-shrink:0;
  width:8px;
  height:8px;
  border-right:2px solid var(--muted);
  border-bottom:2px solid var(--muted);
  transform:rotate(45deg);
  opacity:0.7;
  transition:transform .2s ease;
}
.build-my-quote-installed__subdetails[open] > .build-my-quote-installed__subsummary::after{
  transform:rotate(225deg);
}
.build-my-quote-installed__subbody{
  padding:4px 12px 12px 12px;
  border-top:1px solid rgba(0,0,0,0.06);
}
html.theme-dark .build-my-quote-installed__subbody{
  border-top-color:rgba(255,255,255,0.08);
}
.build-my-quote-installed__subbody .build-my-quote-installed__row{
  background:var(--surface-card);
}
.build-my-quote-installed__intro{
  margin:0 0 14px;
  font-size:0.9rem;
  color:var(--muted);
  line-height:1.5;
}
.build-my-quote-installed__rows{
  display:grid;
  gap:10px;
}
.build-my-quote-installed__rows--spaced{
  margin-top:10px;
}
.build-my-quote-installed__row{
  display:grid;
  grid-template-columns:40px minmax(0,1fr) 88px;
  align-items:center;
  gap:12px 14px;
  padding:10px 12px;
  min-height:56px;
  box-sizing:border-box;
  border-radius:14px;
  background:var(--surface-muted);
  border:1px solid var(--border-card);
}
.build-my-quote-installed__row--text-only{
  grid-template-columns:minmax(0,1fr) 88px;
  gap:12px 14px;
  padding-left:14px;
  padding-right:12px;
}
.build-my-quote-installed__row--text-only .build-my-quote-installed__row-label{
  grid-column:1;
}
.build-my-quote-installed__row--text-only .build-my-quote-installed__qty{
  grid-column:2;
}
.build-my-quote-installed__row img{
  justify-self:center;
  display:block;
}
.build-my-quote-installed__row-label{
  font-size:0.92rem;
  font-weight:600;
  color:var(--text);
  line-height:1.35;
}
.build-my-quote-installed__row-label--long{
  font-size:0.85rem;
  line-height:1.45;
}
.build-my-quote-installed__qty{
  width:100%;
  max-width:88px;
  justify-self:end;
  box-sizing:border-box;
  text-align:center;
  border:1px solid var(--border-field);
  background:var(--surface-input);
  color:var(--text);
  border-radius:12px;
  padding:8px 10px;
  font:inherit;
  font-weight:700;
  font-size:0.95rem;
}
.build-my-quote-installed__qty:focus{
  outline:none;
  border-color:rgba(63,73,227,0.45);
  box-shadow:0 0 0 2px rgba(63,73,227,0.12);
}
.build-my-quote-installed__row .build-my-quote-installed__opt{
  width:22px;
  height:22px;
  justify-self:end;
  align-self:center;
  flex-shrink:0;
  accent-color:var(--blue);
  cursor:pointer;
}
.build-my-quote-installed__checks{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid var(--border-card);
  display:grid;
  gap:10px;
}
.build-my-quote-installed__check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:0.9rem;
  line-height:1.45;
  color:var(--text);
  font-weight:500;
  cursor:pointer;
}
.build-my-quote-installed__check input{
  margin-top:3px;
  flex-shrink:0;
  width:18px;
  height:18px;
  accent-color:var(--blue);
}
.build-my-quote-installed__submit-wrap{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px 20px;
}
.build-my-quote-installed__submit{
  min-height:48px;
  padding-left:22px;
  padding-right:22px;
}
.build-my-quote-installed__status{
  margin:0;
  font-size:0.92rem;
  color:var(--muted);
  min-height:1.4em;
  flex:1 1 220px;
}
@media (max-width:860px){
  .build-my-quote-installed__fields{
    grid-template-columns:1fr;
  }
  .build-my-quote-installed__row{
    grid-template-columns:36px minmax(0,1fr) 80px;
    gap:10px;
  }
}
@media (max-width:520px){
  .build-my-quote-installed__row{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto;
  }
  .build-my-quote-installed__row img{
    justify-self:start;
  }
  .build-my-quote-installed__qty{
    max-width:none;
    justify-self:stretch;
  }
  .build-my-quote-installed__row .build-my-quote-installed__opt{
    justify-self:start;
  }
  .build-my-quote-installed__row--text-only{
    grid-template-columns:1fr;
    grid-template-rows:auto auto;
    min-height:0;
  }
  .build-my-quote-installed__row--text-only .build-my-quote-installed__qty{
    grid-column:1;
    max-width:none;
  }
}

/* Contact band (#contact): 2/3 form + 1/3 quote CTA */
.contact-band-kicker{margin-bottom:18px}
.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(0,1fr);
  gap:28px;
  align-items:start;
  margin-top:4px;
}
.contact-layout__main{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:22px;
  padding:22px;
}
.contact-layout__aside{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:22px;
  padding:22px;
}
.contact-layout__aside h3{margin:0 0 10px;font-size:1.35rem;color:var(--on-dark);line-height:1.2}
.contact-layout__aside p{margin:0;color:rgba(255,255,255,0.72);line-height:1.65;font-size:0.95rem}
.contact-layout__quote-btn{margin-top:16px;display:inline-flex;justify-content:center;width:100%;box-sizing:border-box}
.contact-form{display:grid;gap:14px}
.contact-form__label{display:grid;gap:6px;font-size:0.82rem;font-weight:700;color:rgba(255,255,255,0.78);text-transform:uppercase;letter-spacing:0.06em}
.contact-form__label span:first-child{display:block}
.contact-form__opt{font-weight:600;opacity:0.75;text-transform:none;letter-spacing:0}
.contact-form input,.contact-form textarea{
  width:100%;box-sizing:border-box;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(15,18,28,0.55);
  color:var(--on-dark);
  border-radius:14px;padding:12px 14px;font:inherit;
}
.contact-form textarea{resize:vertical;min-height:120px;line-height:1.5}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,0.38)}
.contact-form input:focus,.contact-form textarea:focus{
  outline:none;border-color:rgba(127,135,255,0.55);box-shadow:0 0 0 3px rgba(63,73,227,0.2);
}
.contact-form .btn-primary{margin-top:4px;justify-self:start}
.contact-form-status{min-height:1.4em;margin:4px 0 0;font-size:0.92rem}
.contact-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0}

/* Standalone solution pages (match index theme) */
.solution-page-hero .crumbs{margin-top:14px;font-size:0.92rem;color:var(--muted)}
.solution-page-hero .crumbs a{color:var(--blue);font-weight:600}
.solution-page-lead{max-width:720px;margin-top:8px}
.solution-page-body{padding-top:4px}
.solution-page-body .lead{margin:0 0 18px;color:var(--muted);line-height:1.75;font-size:1.02rem;max-width:720px}
.solution-page-body h2{margin:26px 0 10px;font-size:1.28rem;color:var(--ink);line-height:1.22}
.solution-page-body ul{margin:0 0 16px;padding-left:1.25em;color:var(--muted);line-height:1.65;max-width:720px}
.solution-page-body li{margin:6px 0}
/* #solution-breakdown: Core Offer grid shares #solutions card styles (see .product-grid--four rules) */
/* Installed Security: additional-services list + CTAs (Enquire / Build My Quote) to the right, aligned with list end */
#solution-breakdown .solution-additional-services{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,280px);
  gap:24px 36px;
  align-items:end;
  justify-items:stretch;
  margin-top:28px;
  padding-top:4px;
}
#solution-breakdown .solution-additional-services__copy{min-width:0}
#solution-breakdown .solution-additional-services__lede{
  margin:0 0 14px;
  color:rgba(255,255,255,0.82);
  font-size:0.95rem;
  line-height:1.55;
}
#solution-breakdown .solution-additional-services__list{
  margin:0;
  color:rgba(255,255,255,0.72);
}
#solution-breakdown .solution-additional-services__list li{margin:4px 0}
#solution-breakdown .solution-additional-services__ctas{
  display:flex;
  flex-direction:column;
  gap:10px;
  justify-self:end;
  align-self:end;
  width:100%;
  min-width:0;
}
#solution-breakdown .solution-additional-services__ctas .btn{
  /* Same min-height as homepage core-offer buttons so Enquire matches Build My Quote (two-line) height */
  min-height:4.5rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  white-space:normal;
  line-height:1.25;
  padding:10px 14px;
  box-sizing:border-box;
  width:100%;
}
.solution-page-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;padding-top:4px}
.solution-page-banner .section-copy{margin:0;max-width:640px}
.solution-page-banner .btn{margin-top:14px}
.solution-icon-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin:4px 0 12px}
.solution-icon-row img{width:50px;height:50px;display:block;flex:0 0 auto}

.solution-architecture-card{
  border-radius:22px;
  border:1px solid var(--border-card);
  background:var(--surface-card);
  box-shadow:var(--shadow);
  overflow:hidden;
  line-height:0;
}
.solution-architecture-card .solution-architecture-svg{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  border:0;
}

@media (max-width:1100px){
  .hero-grid,.login-grid{grid-template-columns:1fr}
  .contact-layout{grid-template-columns:1fr}
  .stat-grid,.why-grid{grid-template-columns:repeat(2,1fr)}
  .store-toolbar{grid-template-columns:1fr 1fr}
  .quote-box{grid-column:span 2}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:860px){
  .home-store-embed iframe{
    min-height:320px;
    height:58vh;
  }
  .store-toolbar{grid-template-columns:1fr}
  .quote-box{grid-column:auto}
  .sector-grid,.product-grid,.why-grid,.stat-grid{grid-template-columns:1fr}
  .card-actions{grid-template-columns:1fr}
  #solutions .product-grid--four .tag,
  #solution-breakdown .product-grid--four .tag{min-height:0}
}

@media (max-width:700px){
  .hero{padding:42px 0 34px}
  .feature-boxes{grid-template-columns:1fr}
  #solution-breakdown .solution-additional-services{
    grid-template-columns:1fr;
    align-items:start;
    justify-items:stretch;
  }
  #solution-breakdown .solution-additional-services__ctas{
    flex-direction:row;
    flex-wrap:wrap;
    justify-self:stretch;
    align-self:stretch;
    width:100%;
    max-width:none;
  }
  #solution-breakdown .solution-additional-services__ctas .btn{
    flex:1 1 160px;
    min-width:0;
    width:auto;
  }
}
