html { scroll-behavior: smooth; background: #f4f7f8; }
body { margin: 0; background: #f4f7f8; }
img { max-width: 100%; }
:root {
  --sg-ink: #071522;
  --sg-navy: #071a2c;
  --sg-teal: #43c8b8;
  --sg-orange: #ee7723;
  --sg-paper: #f4f7f8;
  --sg-muted: #657789;
  --sg-line: #d7e2e7;
}

* { box-sizing: border-box; }
.sg-page { min-height: 100vh; overflow: hidden; background: var(--sg-paper); color: var(--sg-ink); font-family: Arial, Helvetica, sans-serif; }
.sg-page a { color: inherit; text-decoration: none; }
.sg-announcement { padding: 10px 20px; background: linear-gradient(90deg, #e7661a, #f59032); color: #fff; text-align: center; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.sg-nav { position: absolute; z-index: 10; top: 39px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; width: min(1220px, calc(100% - 48px)); margin: auto; padding: 19px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.23); }
.sg-brand { display: flex; align-items: center; gap: 12px; font-size: 15px; letter-spacing: .02em; }
.sg-brand span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--sg-teal); color: #06251f; font-weight: 1000; }
.sg-nav-links { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 800; }
.sg-nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }

.sg-hero { position: relative; min-height: 770px; color: #fff; background: var(--sg-navy); }
.sg-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.sg-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,15,25,.97) 0%, rgba(4,17,29,.85) 42%, rgba(4,17,29,.28) 69%, rgba(4,17,29,.57) 100%), linear-gradient(0deg, rgba(4,16,28,.95), transparent 45%); }
.sg-hero-content { position: relative; z-index: 2; width: min(1220px, calc(100% - 48px)); margin: auto; padding-top: 180px; }
.sg-oem-line { display: flex; align-items: center; gap: 18px; color: #9ee9de; font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.sg-oem-line b { padding: 7px 10px; border: 1px solid rgba(158,233,222,.42); border-radius: 7px; background: rgba(7,26,44,.62); color: #fff; font-size: 10px; letter-spacing: .11em; }
.sg-hero h1 { max-width: 840px; margin: 26px 0 22px; font-size: clamp(54px, 7vw, 98px); line-height: .92; letter-spacing: -.065em; }
.sg-hero h1 em { color: #8edfd5; font-style: normal; }
.sg-hero-content > p { max-width: 650px; margin: 0; color: #c7d5df; font-size: 19px; line-height: 1.6; }
.sg-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.sg-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-size: 14px; font-weight: 900; }
.sg-button-primary { background: linear-gradient(110deg, #64e2d1, #2bb19f); color: #06251f; box-shadow: 0 16px 34px rgba(67,200,184,.2); }
.sg-button-ghost { border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.07); color: #fff; }
.sg-deal-card { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1220px)/2)); bottom: 58px; width: 370px; padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; background: rgba(4,19,33,.88); box-shadow: 0 28px 80px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.sg-deal-card small { display: block; color: #9db5c6; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.sg-deal-card > strong { display: block; margin: 10px 0 7px; font-size: 48px; letter-spacing: -.05em; }
.sg-deal-card > span { color: #bdcbd4; font-size: 14px; }
.sg-deal-card > span b { color: #fff; }
.sg-discount { display: flex; align-items: center; gap: 13px; margin-top: 21px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); }
.sg-discount b { color: #f58a39; font-size: 45px; line-height: .8; }
.sg-discount span { color: #ffd4b5; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.sg-snapshot { display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-bottom: 1px solid var(--sg-line); box-shadow: 0 15px 50px rgba(7,30,47,.08); }
.sg-snapshot > div { min-height: 126px; padding: 28px 24px; border-right: 1px solid var(--sg-line); }
.sg-snapshot b { display: block; font-size: 29px; letter-spacing: -.03em; }
.sg-snapshot span { display: block; margin-top: 7px; color: var(--sg-muted); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.sg-snapshot-accent { background: #0c314d; color: #fff; }
.sg-snapshot-accent span { color: #a9d7d1; }

.sg-inventory { width: min(1220px, calc(100% - 48px)); margin: auto; padding: 95px 0; }
.sg-section-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 80px; align-items: end; margin-bottom: 40px; }
.sg-section-heading span, .sg-contact > div > span { color: #178f80; font-size: 12px; font-weight: 950; letter-spacing: .16em; }
.sg-section-heading h2, .sg-contact h2 { margin: 12px 0 0; font-size: clamp(42px, 5vw, 67px); line-height: .96; letter-spacing: -.055em; }
.sg-section-heading p { margin: 0; color: var(--sg-muted); font-size: 17px; line-height: 1.65; }
.sg-config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sg-config-card { position: relative; overflow: hidden; min-height: 680px; padding: 25px; border: 1px solid var(--sg-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 40px rgba(16,46,67,.07); }
.sg-config-card::after { content: ""; position: absolute; right: -55px; top: -55px; width: 160px; height: 160px; border: 24px solid rgba(67,200,184,.08); border-radius: 50%; }
.sg-config-top { display: flex; align-items: center; justify-content: space-between; }
.sg-index { color: #9fb1bd; font-size: 12px; font-weight: 900; }
.sg-qty { padding: 8px 12px; border-radius: 999px; background: #e7f7f4; color: #167668; font-size: 12px; font-weight: 950; }
.sg-config-card h3 { margin: 23px 0 0; font-size: 34px; letter-spacing: -.045em; }
.sg-amps { margin-top: 0; color: #e87524; font-size: 43px; font-weight: 950; letter-spacing: -.05em; }
.sg-config-card > p { min-height: 20px; margin: 4px 0 18px; color: var(--sg-muted); font-size: 14px; }
.sg-card-facts { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px; margin-bottom: 11px; }
.sg-card-facts div { min-height: 61px; padding: 11px 12px; border-radius: 11px; background: #f1f6f7; }
.sg-card-facts header { display: flex; min-height: 16px; align-items: center; justify-content: space-between; gap: 7px; }
.sg-card-facts header img { display: block; width: auto; height: 15px; max-width: 62px; object-fit: contain; object-position: right center; }
.sg-card-facts span, .sg-card-facts b { display: block; }
.sg-card-facts span { color: #788d9b; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.sg-card-facts b { margin-top: 5px; color: #233b4c; font-size: 11px; line-height: 1.35; }
.sg-feeders { display: grid; gap: 5px; padding: 12px 0; border-top: 1px solid var(--sg-line); border-bottom: 1px solid var(--sg-line); }
.sg-feeders span, .sg-tier-total span { color: #728594; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sg-feeders b { font-size: 15px; }
.sg-buy-block { margin: 14px 0 0; padding: 17px 18px 15px; border-radius: 16px; background: linear-gradient(135deg, #08243a, #0d3855); color: #fff; box-shadow: 0 12px 24px rgba(7,30,47,.16); }
.sg-buy-label { display: block; color: #8fe7dc; font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.sg-buy-price { display: block; margin-top: 3px; font-size: 43px; line-height: 1; letter-spacing: -.055em; }
.sg-save-row { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-top: 12px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.16); }
.sg-save-row b { color: #fff; font-size: 12px; letter-spacing: .02em; }
.sg-save-row em { flex: 0 0 auto; padding: 6px 9px; border-radius: 999px; background: #ee7723; color: #fff; font-size: 12px; font-style: normal; font-weight: 950; }
.sg-replacement-reference { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 10px; color: #a9bdca; }
.sg-replacement-reference span { font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.sg-replacement-reference b { color: #dbe5eb; font-size: 14px; }
.sg-tier-total { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 17px -25px -25px; padding: 16px 25px; background: #0a2a42; }
.sg-tier-total div { display: grid; gap: 5px; }
.sg-tier-total div:last-child { text-align: right; }
.sg-tier-total span { color: #91adbf; }
.sg-tier-total b { color: #fff; font-size: 17px; }
.sg-tier-total div:last-child b { color: #ffb174; }
.sg-card-note { margin: 18px 0 0; color: #7a8b97; font-size: 12px; }

.sg-kicker { color: #39c5b4; font-size: 12px; font-weight: 950; letter-spacing: .16em; }
.sg-story { padding: 100px max(24px, calc((100vw - 1220px)/2)); background: #fff; }
.sg-story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.sg-story-copy h2, .sg-platform h2, .sg-economics h2, .sg-gallery h2 { margin: 14px 0 22px; font-size: clamp(42px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; }
.sg-story-copy > p { color: var(--sg-muted); font-size: 17px; line-height: 1.7; }
.sg-assurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.sg-assurance-grid div { padding: 17px; border: 1px solid var(--sg-line); border-radius: 15px; background: #f7fafb; }
.sg-assurance-grid b, .sg-assurance-grid span { display: block; }
.sg-assurance-grid b { font-size: 14px; }
.sg-assurance-grid span { margin-top: 5px; color: var(--sg-muted); font-size: 11px; }
.sg-product-shot { position: relative; margin: 0; overflow: hidden; min-height: 510px; border-radius: 28px; background: #071522; box-shadow: 0 30px 70px rgba(6,27,44,.22); }
.sg-product-shot > img { width: 100%; height: 510px; object-fit: cover; }
.sg-product-shot figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 17px; border-radius: 14px; background: rgba(255,255,255,.94); color: #253c4e; font-size: 12px; font-weight: 850; }
.sg-product-shot figcaption b { color: #0b2942; font-size: 11px; letter-spacing: .11em; }

.sg-platform { padding: 100px max(24px, calc((100vw - 1220px)/2)); color: #fff; background: radial-gradient(700px 380px at 95% 10%, rgba(67,200,184,.18), transparent 70%), linear-gradient(130deg, #061523, #0a3152); }
.sg-platform-head { display: grid; grid-template-columns: 1.1fr .75fr; gap: 80px; align-items: end; }
.sg-platform-head p { color: #bad0dd; font-size: 16px; line-height: 1.7; }
.sg-feature-rail { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; margin-top: 44px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.13); }
.sg-feature-rail > div { min-height: 166px; padding: 25px 16px; background: rgba(8,32,52,.96); }
.sg-feature-rail header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sg-feature-rail header .sg-logo-plate { display: grid; width: 92px; height: 40px; margin: 0; overflow: hidden; padding: 7px 9px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.sg-feature-rail header .sg-logo-square { width: 46px; }
.sg-feature-rail header img { display: block; width: 100%; height: 100%; object-fit: contain; }
.sg-feature-rail b, .sg-feature-rail span { display: block; }
.sg-feature-rail b { color: #fff; font-size: 29px; }
.sg-feature-rail > div > span { margin-top: 18px; color: #9fb8c8; font-size: 12px; line-height: 1.4; }
.sg-platform-note { margin: 25px 0 0; color: #9fb8c8; font-size: 13px; line-height: 1.55; }

.sg-economics { display: grid; grid-template-columns: 1fr 420px; gap: 75px; align-items: center; padding: 100px max(24px, calc((100vw - 1220px)/2)); background: #edf3f5; }
.sg-economics-copy > p { max-width: 700px; color: var(--sg-muted); font-size: 17px; line-height: 1.65; }
.sg-price-bars { display: grid; gap: 26px; margin-top: 36px; }
.sg-price-bars div { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 15px; padding-bottom: 15px; border-bottom: 11px solid #d4e1e6; }
.sg-price-bars span { color: #52697b; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.sg-price-bars b { font-size: 18px; }
.sg-price-bars i { position: absolute; left: 0; bottom: -11px; height: 11px; border-radius: 99px; background: linear-gradient(90deg, #39c5b4, #168f81); }
.sg-price-bars div:last-child i { background: linear-gradient(90deg, #ee7723, #f3a35e); }
.sg-sheet-preview { position: relative; display: block; overflow: hidden; border-radius: 26px; background: #071522; box-shadow: 0 26px 66px rgba(6,27,44,.2); }
.sg-sheet-preview img { display: block; width: 100%; height: 540px; object-fit: cover; object-position: top; }
.sg-sheet-preview span { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; border-radius: 12px; background: rgba(4,20,34,.9); color: #fff; font-size: 13px; font-weight: 900; text-align: center; }

.sg-gallery { padding: 100px max(24px, calc((100vw - 1220px)/2)); color: #fff; background: #061421; }
.sg-gallery-head { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 40px; margin-bottom: 35px; }
.sg-gallery-head .sg-kicker { grid-column: 1/-1; }
.sg-gallery-head h2 { margin-bottom: 0; }
.sg-gallery-head p { color: #9eb3c2; }
.sg-gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; }
.sg-gallery-grid figure { position: relative; margin: 0; overflow: hidden; min-height: 300px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: #10283b; }
.sg-gallery-wide { grid-row: span 2; }
.sg-gallery-grid img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.sg-gallery-wide img { min-height: 616px; }
.sg-gallery-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 55px 18px 17px; background: linear-gradient(transparent, rgba(3,13,22,.9)); color: #dce8ef; font-size: 12px; font-weight: 800; }

.sg-logistics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cad8df; }
.sg-logistics div { position: relative; min-height: 150px; padding: 35px max(24px, calc((100vw - 1220px)/6)); overflow: hidden; background: #fff; }
.sg-logistics span, .sg-logistics b { position: relative; z-index: 1; display: block; }
.sg-logistics span { color: #6b7f8d; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.sg-logistics b { margin-top: 8px; font-size: 28px; }
.sg-logistics i { position: absolute; left: 0; bottom: 0; height: 7px; background: var(--sg-teal); }

.sg-contact { position: relative; overflow: hidden; padding: 58px max(24px, calc((100vw - 1160px)/2)) 55px; color: #fff; text-align: center; background: radial-gradient(650px 360px at 15% 110%, rgba(84,214,104,.28), transparent 64%), radial-gradient(620px 340px at 100% 0%, rgba(31,203,218,.25), transparent 64%), linear-gradient(145deg,#061423,#0c3157 62%,#09253d); }
.sg-contact::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg,transparent 0 45%,rgba(255,255,255,.035) 45% 46%,transparent 46%); }
.sg-contact > * { position: relative; }
.sg-contact .sg-contact-copy > span { display: block; color: #75e3e8; }
.sg-contact h2 { max-width: none; margin: 10px auto 0; font-size: clamp(34px,5vw,52px); line-height: 1.02; letter-spacing: -.04em; }
.sg-contact p { max-width: 750px; margin: 14px auto 0; color: #c5d9e6; font-size: 17px; }
.sg-contact-actions { display: flex; justify-content: center; margin-top: 27px; }
.sg-contact-actions .sg-button { min-width: min(360px,100%); min-height: 54px; font-size: 16px; }
.sg-contact-actions .sg-button-primary { color: #03161b; background: linear-gradient(100deg,#79db64,#24c9b5); }
.sg-team { margin-top: 30px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.03); text-align: left; }
.sg-team h3 { margin: 0 0 18px; font-size: 20px; text-align: center; }
.sg-team-grid { display: flex; gap: 34px; flex-wrap: wrap; }
.sg-person { display: flex; flex: 1; align-items: center; gap: 16px; min-width: 300px; }
.sg-person > img { flex: 0 0 auto; width: 78px; height: 78px; object-fit: cover; object-position: top; border: 2px solid rgba(67,200,184,.65); border-radius: 50%; }
.sg-person h4 { margin: 0; color: #fff; font-size: 16.5px; }
.sg-person h4 span { color: #b7c9d6; font-size: 14px; font-weight: 600; }
.sg-person small { display: block; margin-top: 2px; color: #b7c9d6; font-size: 12px; }
.sg-person nav { display: flex; flex-wrap: wrap; gap: 6px 13px; margin-top: 9px; }
.sg-person nav a { color: #7ce7dc; font-size: 12px; font-weight: 850; }
.sg-person nav a:nth-child(2) { color: #f6c96f; }
.sg-person nav a:nth-child(3) { color: #8abcf7; }
.sg-person nav a:nth-child(4) { color: #b8c9d5; }
.sg-price-line { display: inline-flex; gap: 9px; align-items: center; margin-top: 22px; padding: 9px 14px; border: 1px solid rgba(242,184,75,.35); border-radius: 999px; background: rgba(242,184,75,.08); color: #e9c477; font-size: 13px; font-weight: 850; }
.sg-footer { padding: 24px max(24px, calc((100vw - 1160px)/2)); border-top: 1px solid rgba(255,255,255,.09); background: #040b13; color: #7f94a5; text-align: center; font-size: 12px; line-height: 1.6; }
.sg-footer a { color: #bdd0dc; }
.sg-footer small { display: block; max-width: 940px; margin: 8px auto 0; color: #637b8e; font-size: 10px; }

.sg-request-dialog { width: min(430px, calc(100% - 28px)); max-height: calc(100vh - 28px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 24px; background: #fff; color: var(--sg-ink); box-shadow: 0 30px 90px rgba(2,14,25,.4); font-family: Arial, Helvetica, sans-serif; }
.sg-request-dialog::backdrop { background: rgba(3,18,31,.74); backdrop-filter: blur(5px); }
.sg-request-shell { position: relative; overflow: hidden; padding: 28px; }
.sg-request-shell::before { content: ""; position: absolute; top: -82px; right: -82px; width: 190px; height: 190px; border: 28px solid rgba(67,200,184,.09); border-radius: 50%; pointer-events: none; }
.sg-request-close { position: absolute; z-index: 2; top: 14px; right: 16px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #eef5f6; color: #496273; cursor: pointer; font: 400 24px/1 Arial, Helvetica, sans-serif; }
.sg-request-close:hover { background: #dfecee; color: var(--sg-ink); }
.sg-request-form-state, .sg-request-success { position: relative; z-index: 1; }
.sg-request-logo { display: block; width: 190px; height: auto; margin: 0 auto 22px; }
.sg-request-eyebrow { margin: 0 0 7px; color: #178f80; text-align: center; font-size: 10px; font-weight: 950; letter-spacing: .17em; }
.sg-request-dialog h2 { margin: 0; color: var(--sg-ink); text-align: center; font-size: 31px; line-height: 1.03; letter-spacing: -.045em; }
.sg-request-intro { margin: 9px 0 17px; color: var(--sg-muted); text-align: center; font-size: 13px; line-height: 1.45; }
.sg-request-deal { padding: 14px 16px; border: 1px solid #cfe1e4; border-radius: 14px; background: #f2f7f8; }
.sg-request-deal span, .sg-request-deal strong, .sg-request-deal small, .sg-request-deal b { display: block; }
.sg-request-deal span { color: #748996; font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.sg-request-deal strong { margin-top: 5px; font-size: 14px; }
.sg-request-deal small { margin-top: 3px; color: #607685; font-size: 11px; }
.sg-request-deal b { margin-top: 8px; color: #178f80; font-size: 10px; }
#switchgearRequestForm { display: grid; gap: 10px; margin-top: 15px; }
.sg-request-required { color: #748996; text-align: right; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
#switchgearRequestForm > label { display: grid; grid-template-columns: auto 1fr; gap: 3px; color: #2e4657; font-size: 11px; font-weight: 900; }
#switchgearRequestForm > label > span { color: #e66f20; }
#switchgearRequestForm input:not([type="hidden"]) { grid-column: 1/-1; width: 100%; height: 43px; padding: 0 13px; border: 1px solid #cddce1; border-radius: 10px; outline: 0; background: #fff; color: var(--sg-ink); font: 600 14px Arial, Helvetica, sans-serif; }
#switchgearRequestForm input:not([type="hidden"]):focus { border-color: #25ad9d; box-shadow: 0 0 0 3px rgba(67,200,184,.15); }
.sg-request-honeypot { position: absolute; left: -9999px; }
.sg-request-error { display: none; padding: 10px 12px; border-radius: 9px; background: #fff0e8; color: #963e10; font-size: 11px; line-height: 1.4; }
.sg-request-error a { color: inherit; font-weight: 900; }
.sg-request-submit, .sg-request-done { min-height: 48px; border: 0; border-radius: 999px; background: linear-gradient(110deg, #64e2d1, #2bb19f); color: #06251f; cursor: pointer; font: 900 14px Arial, Helvetica, sans-serif; box-shadow: 0 13px 28px rgba(43,177,159,.23); }
.sg-request-submit { margin-top: 2px; }
.sg-request-submit:disabled { cursor: wait; opacity: .7; }
.sg-request-note { margin: 13px 0 0; color: #6a7f8d; text-align: center; font-size: 11px; line-height: 1.45; }
.sg-request-success { padding: 42px 7px 22px; text-align: center; }
.sg-request-check { display: grid; width: 64px; height: 64px; margin: 0 auto 21px; place-items: center; border-radius: 50%; background: #dcf6f1; color: #148879; font-size: 31px; font-weight: 950; }
.sg-request-success > p:not(.sg-request-eyebrow) { max-width: 310px; margin: 14px auto 25px; color: var(--sg-muted); font-size: 14px; line-height: 1.55; }
.sg-request-done { width: 180px; }

@media (max-width: 900px) {
  .sg-nav-links > a:first-child { display: none; }
  .sg-hero { min-height: 880px; }
  .sg-hero-content { padding-top: 155px; }
  .sg-hero h1 { font-size: 62px; }
  .sg-deal-card { left: 24px; right: 24px; bottom: 28px; width: auto; }
  .sg-snapshot { grid-template-columns: repeat(2, 1fr); }
  .sg-snapshot > div:last-child { grid-column: 1/-1; }
  .sg-section-heading { grid-template-columns: 1fr; gap: 25px; }
  .sg-config-grid { grid-template-columns: repeat(2, 1fr); }
  .sg-story-grid, .sg-platform-head, .sg-economics { grid-template-columns: 1fr; }
  .sg-feature-rail { grid-template-columns: repeat(3, 1fr); }
  .sg-sheet-preview { width: min(100%, 430px); }
}

@media (max-width: 620px) {
  .sg-announcement { font-size: 9px; }
  .sg-nav { top: 35px; width: calc(100% - 32px); }
  .sg-brand strong { display: none; }
  .sg-nav-cta { padding: 9px 13px; }
  .sg-hero { min-height: 895px; }
  .sg-hero-photo { object-position: 58% center; }
  .sg-hero-overlay { background: linear-gradient(180deg, rgba(4,15,25,.9), rgba(4,17,29,.63) 48%, rgba(4,17,29,.96) 74%); }
  .sg-hero-content { width: calc(100% - 36px); padding-top: 135px; }
  .sg-oem-line { align-items: flex-start; flex-direction: column; gap: 9px; font-size: 9px; }
  .sg-oem-line b { font-size: 8px; }
  .sg-hero h1 { margin-top: 22px; font-size: 49px; }
  .sg-hero-content > p { font-size: 16px; }
  .sg-hero-actions { display: grid; }
  .sg-deal-card { left: 18px; right: 18px; padding: 22px; }
  .sg-deal-card > strong { font-size: 42px; }
  .sg-discount { position: absolute; right: 20px; bottom: 23px; display: block; margin: 0; padding: 0; border: 0; text-align: right; }
  .sg-discount b { font-size: 33px; }
  .sg-discount span { font-size: 9px; }
  .sg-snapshot > div { min-height: 104px; padding: 20px 17px; }
  .sg-snapshot b { font-size: 24px; }
  .sg-inventory { width: calc(100% - 28px); padding: 65px 0; }
  .sg-section-heading h2 { font-size: 43px; }
  .sg-config-grid { grid-template-columns: 1fr; }
  .sg-config-card { min-height: 0; }
  .sg-buy-price { font-size: 48px; }
  .sg-story, .sg-platform, .sg-economics, .sg-gallery { padding: 65px 18px; }
  .sg-story-grid { gap: 40px; }
  .sg-story-copy h2, .sg-platform h2, .sg-economics h2, .sg-gallery h2 { font-size: 42px; }
  .sg-assurance-grid { grid-template-columns: 1fr; }
  .sg-product-shot, .sg-product-shot > img { min-height: 390px; height: 390px; }
  .sg-feature-rail { grid-template-columns: 1fr 1fr; }
  .sg-feature-rail > div { min-height: 140px; padding: 20px 13px; }
  .sg-feature-rail header .sg-logo-plate { width: 76px; height: 36px; }
  .sg-feature-rail header .sg-logo-square { width: 40px; }
  .sg-feature-rail > div > span { margin-top: 14px; }
  .sg-economics { gap: 40px; }
  .sg-gallery-head { display: block; }
  .sg-gallery-grid { grid-template-columns: 1fr; }
  .sg-gallery-wide { grid-row: auto; }
  .sg-gallery-wide img { min-height: 360px; }
  .sg-logistics { grid-template-columns: 1fr; }
  .sg-logistics div { min-height: 110px; padding: 25px 20px; }
  .sg-contact { padding: 60px 20px; }
  .sg-contact h2 { font-size: 42px; }
  .sg-contact-actions .sg-button { width: 100%; }
  .sg-team { padding: 22px 18px; }
  .sg-team-grid { flex-direction: column; }
  .sg-person { width: 100%; min-width: 0; align-items: flex-start; }
  .sg-person > img { width: 68px; height: 68px; }
  .sg-person h4 span { display: block; margin-top: 2px; }
  .sg-price-line { border-radius: 14px; }
  .sg-footer { padding: 24px 20px; }
  .sg-request-shell { padding: 25px 20px 22px; }
  .sg-request-logo { width: 170px; margin-bottom: 19px; }
  .sg-request-dialog h2 { font-size: 28px; }
}
