:root {
  --bg: #050a09;
  --bg-soft: #0b1412;
  --surface: #111b19;
  --surface-2: #16221f;
  --line: rgba(255, 255, 255, .12);
  --text: #f5faf8;
  --muted: #a8b8b3;
  --green: #28e2a7;
  --green-dark: #0fa97b;
  --cyan: #28aee8;
  --amber: #ffb84d;
  --danger: #ff6b62;
  --max: 1240px;
  --header: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: "Manrope", Arial, sans-serif; letter-spacing: 0; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { letter-spacing: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: #06110e; background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; top: 0; right: 0; left: 0; z-index: 100;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px;
  height: var(--header); padding: 0 max(22px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(5, 10, 9, .94); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 176px; font-size: 18px; font-weight: 700; }
.brand img { width: 42px; height: 42px; object-fit: contain; object-position: center; }
.brand strong { color: var(--green); }
.main-nav { display: flex; justify-content: center; gap: 28px; }
.main-nav a { position: relative; color: #d7e2de; font-size: 13px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--green); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.nav-toggle { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--text); background: var(--surface); }

.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-primary { color: #03120d; background: var(--green); box-shadow: 0 9px 30px rgba(40, 226, 167, .17); }
.button-primary:hover { background: #55ebba; }
.button-secondary { border-color: rgba(40, 226, 167, .45); color: var(--text); background: rgba(8, 19, 16, .8); }
.button-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.button-large { min-height: 50px; padding: 13px 20px; font-size: 14px; }

.hero { position: relative; display: flex; min-height: 94svh; align-items: center; overflow: hidden; padding: calc(var(--header) + 55px) max(22px, calc((100vw - var(--max)) / 2)) 92px; border-bottom: 1px solid var(--line); }
.hero-media { position: absolute; inset: 0; background: var(--hero-image, url("../images/hero-system.webp")) center right / cover no-repeat; opacity: .64; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0 auto 0 0; width: 59%; background: rgba(3, 8, 7, .93); box-shadow: 90px 0 110px rgba(3, 8, 7, .91); }
.hero-content { position: relative; z-index: 2; width: min(650px, 56%); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.hero h1 { margin: 18px 0 0; font-size: clamp(62px, 8vw, 118px); line-height: .9; letter-spacing: 0; }
.hero h1::after { content: "."; color: var(--green); }
.hero-lead { max-width: 620px; margin: 24px 0 8px; color: #eaf5f1; font-size: clamp(23px, 3vw, 39px); font-weight: 700; line-height: 1.15; }
.hero-copy { max-width: 600px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: #c4d2cd; font-size: 12px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 16px; color: var(--green); }
.hero-scroll { position: absolute; bottom: 22px; left: 50%; z-index: 3; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); background: rgba(5, 10, 9, .75); }

.outcome-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); width: min(var(--max), calc(100% - 44px)); margin: -38px auto 0; border: 1px solid var(--line); border-radius: 8px; background: #0d1715; box-shadow: 0 18px 60px rgba(0, 0, 0, .35); }
.outcome-strip > div { display: flex; min-height: 88px; align-items: center; gap: 12px; padding: 16px 20px; border-right: 1px solid var(--line); }
.outcome-strip > div:last-child { border-right: 0; }
.outcome-strip svg { flex: 0 0 auto; width: 28px; color: var(--green); }
.outcome-strip span, .outcome-strip strong { display: block; }
.outcome-strip span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.outcome-strip strong { color: var(--text); font-size: 13px; }

.section { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .operations-copy h2, .trial-copy h2, .final-cta h2 { margin: 10px 0 14px; font-size: clamp(34px, 5vw, 62px); line-height: 1.04; letter-spacing: 0; }
.section-heading p, .operations-copy > p, .trial-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.flow-section { padding-top: 130px; }
.flow-layout { display: grid; grid-template-columns: .78fr 1.35fr; gap: 34px; align-items: center; }
.flow-steps { display: grid; gap: 1px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.flow-step { display: grid; grid-template-columns: 34px 42px 1fr; gap: 12px; align-items: start; padding: 20px; background: var(--surface); }
.flow-step + .flow-step { border-top: 1px solid var(--line); }
.flow-step b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 5px; color: #03120d; background: var(--green); font-size: 11px; }
.flow-step > svg { width: 28px; color: var(--cyan); }
.flow-step h3 { margin: 0 0 6px; font-size: 16px; }
.flow-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.product-showcase, .wide-showcase, .operations-media { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #020606; }
.product-showcase img { width: 100%; min-height: 450px; object-fit: cover; }
.product-showcase figcaption { padding: 11px 14px; color: var(--muted); font-size: 11px; text-align: right; }

.practice-section { padding-top: 72px; }
.practice-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.practice-card { position: relative; min-height: 245px; padding: 22px 18px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); }
.practice-card::after { content: ""; position: absolute; right: -11px; top: 50%; z-index: 2; width: 22px; height: 1px; background: rgba(40,226,167,.5); }
.practice-card:last-child::after { display: none; }
.practice-card span { display: inline-grid; width: 32px; height: 32px; place-items: center; border-radius: 6px; color: #03120d; background: var(--green); font-size: 11px; font-weight: 900; }
.practice-card > svg { display: block; width: 34px; height: 34px; margin: 28px 0 16px; color: var(--cyan); }
.practice-card h3 { min-height: 44px; margin: 0 0 9px; font-size: 15px; line-height: 1.25; }
.practice-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.modules-section { width: 100%; padding-right: max(22px, calc((100vw - var(--max)) / 2)); padding-left: max(22px, calc((100vw - var(--max)) / 2)); background: #08110f; }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.module-card { position: relative; min-height: 238px; padding: 22px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.module-card > svg { width: 34px; height: 34px; color: var(--green); }
.module-card:nth-child(3n) > svg { color: var(--amber); }
.module-card:nth-child(4n) > svg { color: var(--cyan); }
.module-card h3 { margin: 28px 0 8px; font-size: 17px; }
.module-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.module-card span { position: absolute; right: 18px; bottom: 16px; left: 18px; padding-top: 10px; border-top: 1px solid var(--line); color: #d6e2de; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.wide-showcase { margin-top: 28px; }
.wide-showcase img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }

.feature-spotlight-section { padding-top: 92px; }
.feature-spotlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feature-spotlight-card { display: grid; grid-template-columns: 42px 1fr; gap: 14px; min-height: 190px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.022)); }
.feature-spotlight-card > svg { width: 34px; height: 34px; color: var(--green); }
.feature-spotlight-card:nth-child(3n) > svg { color: var(--cyan); }
.feature-spotlight-card:nth-child(4n) > svg { color: var(--amber); }
.feature-spotlight-card span { display: inline-flex; width: max-content; margin-bottom: 10px; padding: 5px 8px; border: 1px solid rgba(40,226,167,.28); border-radius: 999px; color: var(--green); background: rgba(40,226,167,.06); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.feature-spotlight-card h3 { margin: 0 0 8px; font-size: 16px; line-height: 1.25; }
.feature-spotlight-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.audience-section { padding-top: 98px; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.audience-card { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.audience-card header { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.audience-card header svg { width: 31px; height: 31px; color: var(--green); }
.audience-card h3 { margin: 0; font-size: 18px; }
.audience-card p { min-height: 96px; margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.audience-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.audience-card li { padding: 7px 9px; border: 1px solid rgba(40,226,167,.24); border-radius: 999px; color: #d9e7e3; background: rgba(40,226,167,.055); font-size: 10px; font-weight: 700; }

.operations-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; }
.operations-media img { width: 100%; min-height: 540px; object-fit: cover; }
.check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 9px; color: #d8e5e0; font-size: 13px; }
.check-list svg { width: 19px; height: 19px; padding: 3px; border-radius: 50%; color: #03120d; background: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-size: 13px; font-weight: 800; }
.text-link svg { width: 17px; }

.trust-section { padding-top: 40px; }
.trust-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.trust-card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.025)); }
.trust-card-wide { grid-row: span 2; }
.trust-card h2 { margin: 10px 0 12px; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; }
.trust-card h3 { margin: 10px 0 10px; font-size: 26px; line-height: 1.15; }
.trust-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.trust-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.trust-card li { color: #dce8e4; font-size: 12px; line-height: 1.5; }
.trust-check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-check-grid li { display: flex; align-items: center; gap: 8px; }
.trust-check-grid svg { flex: 0 0 auto; width: 18px; height: 18px; padding: 3px; border-radius: 50%; color: #03120d; background: var(--green); }
.trust-card strong { display: block; margin-top: 18px; padding: 12px; border-left: 3px solid var(--green); color: #eaf5f1; background: rgba(40,226,167,.06); font-size: 12px; line-height: 1.6; }
.fiscal-card { border-color: rgba(255,184,77,.28); background: rgba(255,184,77,.045); }
.fiscal-card .section-kicker { color: var(--amber); }
.fiscal-card small { display: block; color: #e4cfa7; font-size: 11px; line-height: 1.65; }

.plans-section { width: 100%; padding-right: max(22px, calc((100vw - var(--max)) / 2)); padding-left: max(22px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #090f0e; }
.plans-section .section-heading { margin-right: auto; margin-left: auto; text-align: center; }
.billing-toggle { display: flex; width: max-content; margin: -20px auto 30px; padding: 4px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.billing-toggle button { min-height: 38px; padding: 7px 13px; border: 0; border-radius: 5px; color: var(--muted); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.billing-toggle button.is-active { color: #03120d; background: var(--green); }
.billing-toggle span { margin-left: 4px; font-size: 9px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; min-height: 520px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.price-card.is-featured { border-color: var(--green); background: #10211c; box-shadow: 0 18px 50px rgba(40, 226, 167, .1); }
.recommended { position: absolute; top: 0; right: 24px; padding: 7px 10px; color: #03120d; background: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; transform: translateY(-50%); }
.price-card > div { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; }
.price-card > div svg { width: 27px; color: var(--green); }
.price-card > p { min-height: 44px; margin: 12px 0 16px; color: var(--muted); font-size: 12px; }
.price { display: flex; align-items: baseline; gap: 5px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 16px; }
.price b { color: var(--green); font-size: 44px; line-height: 1; }
.price small { color: var(--muted); font-size: 12px; }
.price-card ul { display: grid; flex: 1; gap: 11px; margin: 24px 0; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 22px; color: #d5e0dc; font-size: 12px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.pricing-note { margin: 20px auto 0; color: #788a84; font-size: 10px; text-align: center; }
.plan-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.plan-detail-card { padding: 22px; border: 1px solid rgba(40,226,167,.18); border-radius: 8px; background: rgba(40,226,167,.045); }
.plan-detail-card strong { display: block; margin-bottom: 8px; color: var(--green); font-size: 17px; }
.plan-detail-card p { min-height: 42px; margin: 0 0 16px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.plan-detail-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.plan-detail-card li { padding: 7px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #dce8e4; background: rgba(255,255,255,.04); font-size: 10px; font-weight: 700; }
.plan-detail-card li::before { display: none; }

.trial-section { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: center; padding: 110px max(22px, calc((100vw - var(--max)) / 2)); background: #0b1714; }
.trial-copy { max-width: 650px; }
.trial-timeline { display: flex; align-items: center; gap: 10px; margin: 30px 0; }
.trial-timeline span { display: inline-flex; align-items: center; gap: 7px; color: #dce7e3; font-size: 11px; font-weight: 700; }
.trial-timeline b { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 5px; color: #03120d; background: var(--green); font-size: 10px; }
.trial-timeline > svg { width: 17px; color: #667a73; }
.trial-security { display: flex; align-items: center; gap: 13px; padding: 16px; border-left: 3px solid var(--cyan); background: rgba(40, 174, 232, .07); }
.trial-security > svg { flex: 0 0 auto; color: var(--cyan); }
.trial-security span, .trial-security strong { display: block; }
.trial-security span { color: var(--muted); font-size: 11px; }
.trial-security strong { margin-bottom: 2px; color: var(--text); font-size: 13px; }
.trial-form { display: grid; gap: 14px; padding: 28px; border: 1px solid rgba(40, 226, 167, .35); border-radius: 8px; background: #101c19; box-shadow: 0 24px 70px rgba(0, 0, 0, .3); }
.trial-form header span, .trial-form header strong, .trial-form header small { display: block; }
.trial-form header span { color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.trial-form header strong { margin-top: 2px; font-size: 25px; }
.trial-form header small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.trial-form > label:not(.terms):not(.honeypot) { display: grid; gap: 6px; color: #dbe6e2; font-size: 11px; font-weight: 700; }
.input-wrap { position: relative; }
.input-wrap > svg { position: absolute; top: 13px; left: 12px; width: 18px; color: #71867e; }
.input-wrap input { width: 100%; height: 46px; padding: 0 44px 0 40px; border: 1px solid #344841; border-radius: 5px; outline: 0; color: var(--text); background: #08120f; font-size: 13px; }
.input-wrap input::placeholder { color: #6f817b; }
.input-wrap input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(40, 226, 167, .1); }
.password-toggle { position: absolute; top: 4px; right: 4px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; color: #82958e; background: transparent; cursor: pointer; }
.password-toggle svg { width: 17px; }
.terms { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; color: var(--muted); font-size: 10px; line-height: 1.5; }
.terms input { width: 17px; height: 17px; margin: 0; accent-color: var(--green); }
.submit-button { width: 100%; min-height: 50px; }
.form-footnote { color: #7c8f88; font-size: 9px; text-align: center; }
.form-message { padding: 10px 12px; border: 1px solid currentColor; border-radius: 5px; font-size: 11px; }
.form-message.is-error { color: #ffaaa4; background: rgba(255, 107, 98, .08); }
.honeypot { position: absolute !important; left: -9999px !important; }

.faq-section .section-heading { max-width: 660px; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.faq-list summary { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; width: 18px; color: var(--green); transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list p { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.final-cta { display: flex; width: min(var(--max), calc(100% - 44px)); align-items: center; justify-content: space-between; gap: 30px; margin: 20px auto 100px; padding: 34px; border: 1px solid rgba(40, 226, 167, .35); border-radius: 8px; background: #10201b; }
.final-cta span { color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.final-cta h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(25px, 4vw, 43px); }
.final-cta .button { flex: 0 0 auto; }

.site-footer { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 24px; align-items: center; padding: 34px max(22px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); color: var(--muted); background: #030706; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 48px; height: 48px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--text); }
.footer-brand span { font-size: 9px; }
.site-footer p { margin: 0; font-size: 10px; line-height: 1.6; }
.site-footer nav { display: flex; gap: 15px; font-size: 10px; font-weight: 700; }
.site-footer nav a:hover { color: var(--green); }
.site-footer > small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); font-size: 9px; }
.floating-trial { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: none; min-height: 44px; align-items: center; gap: 7px; padding: 10px 14px; border-radius: 6px; color: #03120d; background: var(--green); box-shadow: 0 12px 35px rgba(0, 0, 0, .35); font-size: 12px; font-weight: 800; }
.floating-trial svg { width: 18px; }
.field-help { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 500; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .main-nav { display: none; position: absolute; top: var(--header); right: 18px; left: 18px; flex-direction: column; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 7px; background: #0a1412; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px; }
  .main-nav a::after { display: none; }
  .nav-toggle { display: grid; grid-column: 2; }
  .header-actions { justify-self: end; }
  .hero-media { background-size: contain; background-position: center top; background-repeat: no-repeat; opacity: .5; transform: none; }
  .hero-content { width: min(680px, 72%); }
  .hero-overlay { width: 76%; }
  .outcome-strip { grid-template-columns: repeat(2, 1fr); }
  .outcome-strip > div:nth-child(2) { border-right: 0; }
  .outcome-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .flow-layout, .operations-section { grid-template-columns: 1fr; }
  .flow-layout .product-showcase { order: -1; }
  .product-showcase img, .wide-showcase img, .operations-media img { display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .practice-grid { grid-template-columns: repeat(3, 1fr); }
  .practice-card:nth-child(3n)::after { display: none; }
  .module-grid, .feature-spotlight-grid, .plan-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card-wide { grid-row: auto; }
  .trial-section { grid-template-columns: 1fr 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  :root { --header: 64px; }
  .site-header { gap: 8px; padding: 0 14px; }
  .brand { min-width: 0; }
  .brand img { width: 38px; height: 38px; }
  .brand span { display: none; }
  .header-actions .button-ghost { display: none; }
  .header-actions .button-primary { display: none; }
  .nav-toggle { width: 38px; height: 38px; }
  .hero { min-height: 92svh; align-items: flex-end; padding: calc(var(--header) + 34px) 18px 76px; }
  .hero-media { background-size: 100% auto; background-position: center var(--header); background-repeat: no-repeat; opacity: .5; transform: none; }
  .hero-overlay { width: 100%; background: rgba(3, 8, 7, .78); box-shadow: none; }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(52px, 16.5vw, 68px); }
  .hero-lead { font-size: 24px; }
  .hero-copy { font-size: 13px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 9px 14px; font-size: 10px; }
  .hero-scroll { display: none; }
  .outcome-strip { grid-template-columns: 1fr; width: calc(100% - 28px); margin-top: -24px; }
  .outcome-strip > div { min-height: 70px; border-right: 0; border-bottom: 1px solid var(--line); padding: 13px 16px; }
  .outcome-strip > div:last-child { border-bottom: 0; }
  .section { width: calc(100% - 28px); padding: 82px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .operations-copy h2, .trial-copy h2 { font-size: 36px; }
  .section-heading p, .operations-copy > p, .trial-copy > p { font-size: 13px; }
  .flow-section { padding-top: 90px; }
  .product-showcase img { min-height: 0; }
  .flow-step { grid-template-columns: 30px 32px 1fr; padding: 16px; }
  .flow-step > svg { width: 23px; }
  .modules-section, .plans-section { padding-right: 14px; padding-left: 14px; }
  .practice-grid, .module-grid, .feature-spotlight-grid, .audience-grid, .pricing-grid, .plan-detail-grid, .faq-list { grid-template-columns: 1fr; }
  .practice-card { min-height: auto; }
  .practice-card::after { display: none; }
  .practice-card h3 { min-height: 0; }
  .module-card { min-height: 215px; }
  .audience-card p { min-height: 0; }
  .wide-showcase img { aspect-ratio: auto; object-position: center; }
  .operations-section { gap: 30px; }
  .operations-media img { min-height: 0; }
  .trust-card { padding: 22px; }
  .trust-check-grid { grid-template-columns: 1fr; }
  .billing-toggle { margin-top: -10px; }
  .price-card { min-height: auto; padding: 24px; }
  .trial-section { grid-template-columns: 1fr; gap: 32px; padding: 82px 14px; }
  .trial-timeline { display: grid; grid-template-columns: 1fr; }
  .trial-timeline > svg { display: none; }
  .trial-form { padding: 20px; }
  .final-cta { align-items: stretch; flex-direction: column; width: calc(100% - 28px); margin-bottom: 75px; padding: 24px; }
  .final-cta .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; padding: 28px 14px 82px; }
  .site-footer nav { flex-wrap: wrap; }
  .floating-trial { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.testimonial-card{position:relative;padding:26px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.035)}.testimonial-card>svg{width:30px;height:30px;color:var(--green);margin-bottom:16px}.testimonial-card p{font-size:1.02rem;line-height:1.7;color:#e8efed;min-height:82px}.testimonial-card strong,.testimonial-card span{display:block}.testimonial-card span{color:#95aaa5;font-size:.88rem;margin-top:4px}.terms a{color:var(--green);text-decoration:underline}.footer-segments{opacity:.8}.legal-page{min-height:100vh;background:#06120f;color:#fff}.site-header.is-solid{position:relative;background:#081814}.legal-content{width:min(900px,calc(100% - 32px));margin:70px auto;padding-bottom:80px}.legal-content h1{font-size:clamp(2rem,5vw,4rem);margin:14px 0 30px}.legal-copy{white-space:normal;line-height:1.85;color:#d8e5e1;padding:28px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);border-radius:8px}
@media(max-width:900px){.testimonial-grid{grid-template-columns:1fr}}
