/* SmartGlass USA SEO landing pages — isolated from existing page styles. */
body.seo-landing {
  --seo-navy: #07182a;
  --seo-navy-2: #103b61;
  --seo-ink: #102033;
  --seo-muted: #5b6b7c;
  --seo-line: #d9e3ea;
  --seo-ice: #f4f8fb;
  --seo-cyan: #39d5d8;
  --seo-green: #00a865;
  --seo-white: #fff;
  --seo-shadow: 0 24px 70px rgba(7, 24, 42, .13);
  --seo-radius: 26px;
  margin: 0;
  color: var(--seo-ink);
  background: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.seo-landing * { box-sizing: border-box; }
body.seo-landing img { display: block; max-width: 100%; }
body.seo-landing a { color: inherit; }
body.seo-landing main { overflow: clip; }

.seo-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.seo-section { padding: clamp(68px, 8vw, 104px) 0; }
.seo-section--ice { background: var(--seo-ice); }
.seo-section--navy { color: #fff; background: linear-gradient(135deg, var(--seo-navy), var(--seo-navy-2)); }
.seo-section--navy p { color: rgba(255, 255, 255, .78); }

.seo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  padding: 7px 12px;
  border: 1px solid var(--seo-line);
  border-radius: 999px;
  color: #12314f;
  background: #fff;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.seo-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--seo-green);
  content: "";
}

.seo-landing h1,
.seo-landing h2,
.seo-landing h3 { color: var(--seo-navy); }

.seo-landing h1 {
  margin: 0 0 22px;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.seo-landing h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -.042em;
}

.seo-landing h3 { margin: 0 0 10px; line-height: 1.2; }
.seo-landing p { color: var(--seo-muted); }
.seo-section--navy h2,
.seo-section--navy h3 { color: #fff; }

.seo-lede {
  max-width: 730px;
  margin: 0 0 27px;
  color: #405166;
  font-size: clamp(1.06rem, 1.6vw, 1.24rem);
}

.seo-section-head { max-width: 790px; margin-bottom: 36px; }
.seo-section-head > p:last-child { margin-bottom: 0; font-size: 1.05rem; }

.seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.seo-btn:hover { transform: translateY(-2px); }
.seo-btn:focus-visible { outline: 3px solid var(--seo-cyan); outline-offset: 3px; }
.seo-btn.seo-btn--primary { color: #fff; background: linear-gradient(135deg, var(--seo-navy), var(--seo-navy-2)); box-shadow: 0 14px 32px rgba(7, 24, 42, .22); }
.seo-btn.seo-btn--secondary { color: var(--seo-navy); background: #fff; border-color: var(--seo-line); }
.seo-btn.seo-btn--green { color: #fff; background: linear-gradient(135deg, #008d58, var(--seo-green)); box-shadow: 0 14px 32px rgba(0, 141, 88, .2); }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.seo-hero {
  padding: clamp(54px, 7vw, 92px) 0 clamp(64px, 8vw, 96px);
  background: radial-gradient(circle at 8% 4%, rgba(57, 213, 216, .15), transparent 27rem), linear-gradient(180deg, #f8fbfd, #fff 75%);
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.seo-route-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin: 0 0 11px; }
.seo-route-actions .seo-btn { text-align: center; }
.seo-supporting-action { margin-bottom: 24px; }

.seo-trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.seo-trust-row li { padding: 8px 12px; border: 1px solid var(--seo-line); border-radius: 999px; color: #365066; background: rgba(255, 255, 255, .82); font-size: .84rem; font-weight: 750; }

.seo-landing .hero-comparator { margin: 0; border: 1px solid rgba(255, 255, 255, .72); }
.seo-landing .hero-comparator__viewport { aspect-ratio: 16 / 9; min-height: 0; }
.seo-landing .hero-comparator__image,
.seo-landing .hero-comparator__noscript { min-height: 0; }
.seo-compare-caption { margin: 11px 5px 0; color: var(--seo-muted); font-size: .86rem; text-align: center; }

.seo-pain-grid,
.seo-card-grid,
.seo-tools-grid,
.seo-market-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.seo-card {
  padding: 25px;
  border: 1px solid var(--seo-line);
  border-radius: var(--seo-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 24, 42, .06);
}

.seo-card p:last-child { margin-bottom: 0; }
.seo-card__number { display: block; margin-bottom: 14px; color: var(--seo-green); font-size: .8rem; font-weight: 900; letter-spacing: .08em; }

.seo-path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.seo-path-card { position: relative; overflow: hidden; padding: clamp(26px, 4vw, 38px); border: 1px solid var(--seo-line); border-radius: 30px; background: #fff; box-shadow: 0 18px 48px rgba(7, 24, 42, .08); }
.seo-path-card::before { position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--seo-cyan); content: ""; }
.seo-path-card--new::before { background: var(--seo-green); }
.seo-path-label { display: inline-flex; margin-bottom: 16px; padding: 6px 10px; border-radius: 999px; color: var(--seo-navy); background: var(--seo-ice); font-size: .76rem; font-weight: 850; text-transform: uppercase; }
.seo-checks { display: grid; gap: 11px; margin: 20px 0 0; padding: 0; list-style: none; }
.seo-checks li { position: relative; padding-left: 24px; color: var(--seo-muted); }
.seo-checks li::before { position: absolute; top: .48em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--seo-green); content: ""; }

.seo-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr); gap: clamp(30px, 5vw, 64px); align-items: center; }
.seo-split--reverse > :first-child { order: 2; }
.seo-media { margin: 0; overflow: hidden; border: 1px solid var(--seo-line); border-radius: 28px; background: #eaf1f5; box-shadow: var(--seo-shadow); }
.seo-media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.seo-media figcaption { padding: 12px 16px; color: var(--seo-muted); background: #fff; font-size: .86rem; }

.seo-visualizer-card { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(26px, 5vw, 60px); align-items: center; padding: clamp(26px, 5vw, 48px); border: 1px solid var(--seo-line); border-radius: 32px; background: #fff; box-shadow: var(--seo-shadow); }
.seo-visualizer-card img { width: 100%; height: auto; border: 1px solid var(--seo-line); border-radius: 20px; }

.seo-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seo-tool-card { overflow: hidden; padding: 0; }
.seo-tool-card img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.seo-tool-card__body { padding: 24px; }
.seo-visual-note { margin: 0 0 8px; color: var(--seo-muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.seo-faq { max-width: 900px; }
.seo-faq details { border: 1px solid var(--seo-line); border-radius: 18px; padding: 18px 20px; background: #fff; }
.seo-faq details + details { margin-top: 12px; }
.seo-faq summary { color: var(--seo-navy); font-weight: 850; cursor: pointer; }
.seo-faq details p { margin: 12px 0 0; }

.seo-form-section { padding: clamp(70px, 9vw, 112px) 0; background: linear-gradient(180deg, #eef5f8, #f8fbfd); }
.seo-form-grid { display: grid; grid-template-columns: minmax(250px, .42fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 66px); align-items: start; }
.seo-form-intro { position: sticky; top: 110px; }
.seo-form-stack { display: grid; gap: 22px; }
.seo-form-card { padding: clamp(24px, 4vw, 36px); border: 1px solid rgba(16, 32, 51, .11); border-radius: 28px; background: #fff; box-shadow: 0 20px 54px rgba(7, 24, 42, .09); }
.seo-form-card h3 { font-size: 1.55rem; }
.seo-form-card[hidden] { display: none; }
.seo-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.seo-field { display: grid; gap: 7px; margin-bottom: 15px; }
.seo-field label { color: var(--seo-navy); font-size: .88rem; font-weight: 750; }
.seo-field input,
.seo-field select,
.seo-field textarea { width: 100%; min-height: 47px; padding: 12px 13px; border: 1px solid rgba(16, 32, 51, .18); border-radius: 13px; color: var(--seo-ink); background: #fff; font: inherit; }
.seo-field input:focus,
.seo-field select:focus,
.seo-field textarea:focus { outline: none; border-color: var(--seo-cyan); box-shadow: 0 0 0 4px rgba(57, 213, 216, .15); }
.seo-consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 6px 0 17px; color: var(--seo-muted); font-size: .88rem; }
.seo-consent input { margin-top: 4px; }
.seo-consent a { color: #008b9e; text-decoration: underline; text-underline-offset: 3px; }
.seo-form-note { margin: 0 0 18px; font-size: .91rem; }
.seo-hidden { display: none !important; }

.seo-final { padding: clamp(72px, 9vw, 112px) 0; text-align: center; background: linear-gradient(180deg, #fff, var(--seo-ice)); }
.seo-final .seo-container { max-width: 850px; }
.seo-final .seo-actions { justify-content: center; }

.seo-proof-note { padding: 14px 16px; border-left: 4px solid var(--seo-cyan); border-radius: 12px; color: #405166; background: rgba(57, 213, 216, .1); }

/* Partner Program additions. These selectors are unique to the optimized blocks. */
.sg-card__index {
  display: block;
  margin-bottom: 13px;
  color: #008c5a;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sg-secure-access-card.sg-secure-access-card--visual {
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  gap: clamp(26px, 5vw, 52px);
}

.sg-partner-suite-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9e3ea;
  border-radius: 22px;
  background: #f4f8fb;
}

.sg-partner-suite-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sg-partner-suite-media figcaption {
  padding: 12px 16px;
  color: var(--seo-muted);
  background: #fff;
  font-size: .82rem;
  line-height: 1.5;
}

.sg-secure-access-card--visual .sg-secure-access-actions {
  justify-content: flex-start;
  margin-top: 22px;
}

/* Universal footer markup already used throughout SmartGlass USA. */
.sguf-footer, .sguf-footer * { box-sizing: border-box; }
.sguf-footer { padding: 48px 0 0; color: #dcecf7; background: #061b2d; font-family: Inter, Arial, sans-serif; }
.sguf-container { width: min(calc(100% - 40px), 1180px); margin: 0 auto; }
.sguf-grid { display: grid; grid-template-columns: 1.55fr repeat(4, minmax(0, 1fr)); gap: 30px 42px; align-items: start; }
.sguf-logo { display: block; width: 230px; max-width: 100%; height: auto; margin-bottom: 18px; }
.sguf-footer p { margin: 0 0 15px; color: #b9cbda; font-size: 1rem; }
.sguf-footer h2 { margin: 0 0 14px; color: #fff; font-size: 1rem; font-weight: 900; letter-spacing: 0; }
.sguf-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.sguf-footer a { color: #c7d9e7; text-decoration: none; }
.sguf-footer a:hover, .sguf-footer a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.sguf-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.sguf-social a { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; font-size: .86rem; font-weight: 850; }
.sguf-phone { display: grid; gap: 6px; margin-top: 16px; color: #fff; font-size: .94rem; font-weight: 850; }
.sguf-bottom { margin-top: 38px; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .12); color: #b9cbda; }
.sguf-bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; }
.sguf-bottom a { color: #b9cbda; }

@media (max-width: 1050px) {
  .sguf-grid { grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .seo-hero-grid,
  .seo-split,
  .seo-visualizer-card,
  .seo-form-grid { grid-template-columns: 1fr; }
  .seo-split--reverse > :first-child { order: initial; }
  .seo-pain-grid,
  .seo-card-grid,
  .seo-market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-form-intro { position: static; }
  .sg-secure-access-card.sg-secure-access-card--visual { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .seo-container, .sguf-container { width: min(100% - 28px, 1180px); }
  .seo-route-actions,
  .seo-path-grid,
  .seo-pain-grid,
  .seo-card-grid,
  .seo-tools-grid,
  .seo-market-grid,
  .seo-form-row { grid-template-columns: 1fr; }
  .seo-landing h1 { font-size: clamp(2.45rem, 12vw, 3.45rem); }
  .seo-actions { flex-direction: column; }
  .seo-actions .seo-btn, .seo-route-actions .seo-btn, .seo-form-card .seo-btn { width: 100%; }
  .seo-landing .hero-comparator__viewport { aspect-ratio: 4 / 3; }
  .seo-card, .seo-form-card { border-radius: 22px; }
  .sguf-grid { grid-template-columns: 1fr; }
  .sguf-bottom-inner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-landing *, .seo-landing *::before, .seo-landing *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
