:root {
  --ink: #07110b;
  --ink-soft: #0b1810;
  --panel: #102219;
  --panel-light: #173326;
  --forest: #123d2a;
  --lime: #b7ed45;
  --lime-soft: #d7f58e;
  --cream: #f3f1e8;
  --muted: #aab7ae;
  --line: rgba(243, 241, 232, .13);
  --display: "Avenir Next Condensed", "Franklin Gothic Condensed", Haettenschweiler, sans-serif;
  --body: "Gill Sans", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
.sml-grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.sml-header, .sml-hero, .sml-content, .sml-trust, .sml-final { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.sml-header { position: relative; z-index: 10; display: flex; min-height: 72px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.sml-logo { display: flex; align-items: baseline; color: var(--cream); font-family: var(--display); font-size: 1.65rem; font-stretch: condensed; font-weight: 900; letter-spacing: -.035em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.sml-logo strong { color: var(--lime); font-size: .52em; letter-spacing: .02em; }
.sml-header-cta { padding: 9px 0 7px; border-bottom: 2px solid var(--lime); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }
.sml-header-cta:hover { color: var(--lime); }

.sml-hero { position: relative; display: grid; min-height: min(560px, calc(100vh - 120px)); grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; gap: clamp(40px, 7vw, 100px); padding: clamp(46px, 7vh, 66px) 0; }
.sml-hero::after { position: absolute; right: -22vw; bottom: 8%; width: 60vw; height: 36vw; border-radius: 50%; background: radial-gradient(circle, rgba(46, 112, 75, .22), transparent 66%); content: ""; filter: blur(12px); pointer-events: none; }
.sml-hero-copy, .sml-hero-panel { position: relative; z-index: 1; }
.sml-kicker, .sml-eyebrow, .sml-panel-label { margin: 0 0 15px; color: var(--lime); font-size: .69rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.sml-hero h1, .sml-section h2, .sml-trust h2, .sml-final h2 { margin: 0; font-family: var(--display); font-stretch: condensed; font-weight: 900; letter-spacing: -.045em; text-transform: uppercase; }
.sml-hero h1 { max-width: 760px; font-size: clamp(3.7rem, 6.6vw, 6.1rem); line-height: .91; }
.sml-hero h1 span { color: var(--lime); }
.sml-hero-text { max-width: 690px; margin: 24px 0 0; color: #d2d9d4; font-size: clamp(1rem, 1.45vw, 1.16rem); }
.sml-hero-text + .sml-hero-text { margin-top: 8px; color: var(--muted); }
.sml-hero-actions { display: flex; margin-top: 30px; align-items: center; gap: 24px; }
.sml-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 13px 20px; border: 1px solid var(--lime); background: var(--lime); color: var(--ink); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.sml-button:hover { background: var(--lime-soft); transform: translateY(-2px); }
.sml-button:focus-visible, .sml-header-cta:focus-visible, .sml-text-link:focus-visible { outline: 3px solid var(--cream); outline-offset: 4px; }
.sml-trust-line { display: flex; margin: 0; align-items: center; gap: 10px; color: var(--cream); font-size: .73rem; font-weight: 700; }
.sml-trust-line small { display: block; color: var(--muted); font-size: .67rem; font-weight: 400; }
.sml-powered-mark { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(183, 237, 69, .55); border-radius: 50%; color: var(--lime); font-family: var(--display); font-size: .9rem; font-weight: 900; }

.sml-hero-panel { overflow: hidden; padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(24, 65, 45, .92), rgba(12, 29, 20, .9)); box-shadow: 0 24px 60px rgba(0, 0, 0, .24); }
.sml-hero-panel::before { position: absolute; inset: 0; background: repeating-linear-gradient(125deg, transparent 0 22px, rgba(255,255,255,.025) 23px 24px); content: ""; pointer-events: none; }
.sml-panel-label, .sml-panel-title, .sml-panel-tags, .sml-panel-note { position: relative; }
.sml-panel-title { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4.25rem); font-weight: 900; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; }
.sml-panel-title span { color: var(--lime); }
.sml-panel-tags { display: flex; margin-top: 28px; flex-wrap: wrap; gap: 7px; }
.sml-panel-tags span { padding: 6px 9px; border: 1px solid var(--line); background: rgba(7,17,11,.32); color: #d7ded9; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sml-panel-note { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }

.sml-content { border-top: 1px solid var(--line); }
.sml-section { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: clamp(36px, 7vw, 90px); padding: 64px 0; border-bottom: 1px solid var(--line); }
.sml-section-heading h2 { font-size: clamp(2.35rem, 4vw, 3.8rem); line-height: .98; }
.sml-section-heading > p:last-child { max-width: 390px; margin: 18px 0 0; color: var(--muted); }
.sml-steps { display: grid; margin: 0; padding: 0; list-style: none; }
.sml-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.sml-steps li:last-child { border-bottom: 1px solid var(--line); }
.sml-steps li > span { color: var(--lime); font-family: var(--display); font-size: 1.1rem; font-weight: 900; }
.sml-steps h3 { margin: 0; color: var(--cream); font-size: 1.02rem; }
.sml-steps p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.sml-condition-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.sml-condition-list li { position: relative; min-height: 74px; padding: 25px 18px 18px 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #dae1dc; font-size: .88rem; font-weight: 700; }
.sml-condition-list li::before { position: absolute; top: 25px; left: 18px; color: var(--lime); content: "+"; font-weight: 900; }
.sml-benefits { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; }
.sml-benefits li { padding: 18px 20px; border: 1px solid var(--line); background: var(--ink-soft); color: var(--cream); font-family: var(--display); font-size: clamp(1.35rem, 2.3vw, 2rem); font-weight: 900; letter-spacing: -.02em; text-transform: uppercase; }
.sml-benefits span { color: var(--lime); }
.sml-models { display: flex; padding: 24px 0; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.sml-models p { margin: 0; }
.sml-models strong { color: var(--cream); }
.sml-text-link { flex: 0 0 auto; padding-bottom: 3px; border-bottom: 1px solid var(--lime); color: var(--lime); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

.sml-trust { display: grid; grid-template-columns: 116px 1fr; align-items: center; gap: clamp(30px, 5vw, 60px); padding: 64px 0; }
.sml-trust-badge { display: grid; width: 108px; height: 108px; place-items: center; align-content: center; border: 1px solid #54705e; border-radius: 50%; box-shadow: inset 0 0 0 7px var(--ink), inset 0 0 0 8px #30483a; }
.sml-trust-badge span { color: var(--lime); font-family: var(--display); font-size: 2.55rem; font-weight: 900; line-height: .7; }
.sml-trust-badge strong { margin-top: 5px; color: var(--cream); font-size: 1.05rem; }
.sml-trust h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1; }
.sml-trust > div > p:last-child { max-width: 700px; margin: 16px 0 0; color: var(--muted); }

.sml-final { display: flex; margin-bottom: 48px; padding: 35px 38px; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(183,237,69,.28); background: linear-gradient(100deg, var(--forest), #0d2519); }
.sml-final .sml-eyebrow { margin-bottom: 7px; }
.sml-final h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1; }
.sml-final p:last-child { margin: 8px 0 0; color: var(--muted); }
.sml-final .sml-button { flex: 0 0 auto; }
.sml-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; padding: 30px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: #050c08; color: var(--muted); font-size: .72rem; }
.sml-footer p { margin: 0; }
.sml-footer a:hover { color: var(--lime); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media (max-width: 880px) {
  .sml-hero { min-height: auto; grid-template-columns: 1fr; gap: 36px; padding: 48px 0; }
  .sml-hero-copy { max-width: 720px; }
  .sml-hero-panel { max-width: 720px; }
  .sml-section { grid-template-columns: 1fr; gap: 28px; padding: 52px 0; }
  .sml-trust { padding: 54px 0; }
}

@media (max-width: 620px) {
  .sml-header, .sml-hero, .sml-content, .sml-trust, .sml-final { width: min(100% - 30px, 560px); }
  .sml-header { min-height: 64px; }
  .sml-logo { font-size: 1.4rem; }
  .sml-header-cta { font-size: .64rem; }
  .sml-hero { padding: 38px 0 42px; }
  .sml-hero h1 { font-size: clamp(3.05rem, 15.5vw, 4.6rem); }
  .sml-hero-text { margin-top: 20px; }
  .sml-hero-actions { margin-top: 26px; align-items: stretch; flex-direction: column; gap: 16px; }
  .sml-button { width: 100%; }
  .sml-hero-panel { padding: 28px 24px; }
  .sml-panel-title { font-size: 2.65rem; }
  .sml-section { padding: 42px 0; }
  .sml-condition-list { grid-template-columns: repeat(2, 1fr); }
  .sml-benefits { grid-template-columns: 1fr; }
  .sml-models { align-items: flex-start; flex-direction: column; gap: 14px; }
  .sml-trust { grid-template-columns: 76px 1fr; gap: 20px; padding: 44px 0; }
  .sml-trust-badge { width: 72px; height: 72px; box-shadow: inset 0 0 0 4px var(--ink), inset 0 0 0 5px #30483a; }
  .sml-trust-badge span { font-size: 1.75rem; }
  .sml-trust-badge strong { font-size: .75rem; }
  .sml-final { margin-bottom: 30px; padding: 28px 24px; align-items: stretch; flex-direction: column; }
  .sml-footer { grid-template-columns: 1fr; gap: 14px; padding-block: 26px; }
}

@media (max-width: 390px) {
  .sml-header-cta span { display: none; }
  .sml-condition-list { grid-template-columns: 1fr; }
  .sml-trust { grid-template-columns: 1fr; }
}
