:root {
  --green-950: #071d15;
  --green-900: #0a3f2b;
  --green-800: #0a6946;
  --green-700: #0d8557;
  --green-100: #dcefe5;
  --green-50: #eff7f3;
  --gold: #c5a365;
  --gold-light: #ecd8ad;
  --ink: #111a16;
  --muted: #67736d;
  --line: #dde4df;
  --paper: #f8f7f3;
  --white: #fff;
  --shadow: 0 28px 80px rgba(4, 28, 19, .16);
  --shadow-soft: 0 12px 36px rgba(4, 28, 19, .07);
  --radius: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Cairo", system-ui, sans-serif;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 200; inset: 10px auto auto 10px; padding: 10px 16px;
  color: var(--white); background: var(--green-950); border-radius: 10px; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #e2b85f; outline-offset: 3px; }

.site-header {
  position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(221, 228, 223, .82);
  background: rgba(248, 247, 243, .92); backdrop-filter: blur(20px);
}
.main-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; box-shadow: 0 10px 26px rgba(7,29,21,.14); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-text { display: grid; line-height: 1.2; }
.brand-text strong { color: var(--green-950); font-size: 1.15rem; font-weight: 900; letter-spacing: -.02em; }
.brand-text small { margin-top: 3px; color: var(--muted); font-size: .64rem; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.nav-links a { position: relative; font-size: .84rem; font-weight: 700; color: #3f4c46; }
.nav-links a::after { content: ""; position: absolute; inset: auto 0 -9px; width: 0; height: 2px; margin: auto; background: var(--green-700); transition: width .2s; }
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.text-link { color: var(--green-800); font-weight: 800; }
.button {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 10px 20px; border: 1px solid transparent; border-radius: 13px; font-weight: 800;
  line-height: 1.4; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green-800); box-shadow: 0 10px 25px rgba(10,105,70,.19); }
.button-primary:hover { background: var(--green-900); box-shadow: 0 14px 30px rgba(10,105,70,.25); }
.button-quiet { color: var(--green-900); border-color: var(--line); background: var(--white); }
.button-quiet:hover { border-color: #a5c6b3; box-shadow: var(--shadow-soft); }
.button-large { min-height: 54px; padding-inline: 25px; }
.menu-toggle { display: none; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 12px; color: var(--green-900); background: var(--white); cursor: pointer; }
.mobile-menu[hidden] { display: none; }
.mobile-menu { position: fixed; z-index: 110; inset: 0; display: flex; justify-content: flex-start; background: rgba(3,30,18,.55); }
.mobile-menu-panel { width: min(370px, 88vw); height: 100%; display: flex; flex-direction: column; gap: 4px; padding: 24px; background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.16); }
.mobile-menu-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; color: var(--green-900); font-weight: 900; }
.mobile-menu-head button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--green-50); color: var(--green-900); cursor: pointer; }
.mobile-menu-panel > a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-menu-actions { display: grid; gap: 10px; margin-top: auto; }

.hero { position: relative; overflow: hidden; padding: 96px 0 44px; color: var(--white); background: radial-gradient(circle at 12% 4%, rgba(197,163,101,.16), transparent 29%), radial-gradient(circle at 88% 58%, rgba(18,128,82,.2), transparent 32%), linear-gradient(132deg, #061912 0%, #0a2b20 54%, #082117 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 380px; height: 380px; inset: -190px -120px auto auto; border: 1px solid rgba(236,216,173,.2); }
.hero-orb-two { width: 260px; height: 260px; inset: auto auto 45px -130px; border: 1px solid rgba(255,255,255,.12); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.overline { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: .78rem; font-weight: 900; letter-spacing: .02em; }
.overline span { width: 28px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 620px; margin: 18px 0 24px; font-size: clamp(2.65rem, 5vw, 4.6rem); line-height: 1.16; letter-spacing: -.05em; font-weight: 900; }
.hero h1 span { display: block; color: var(--gold-light); }
.hero-lead { max-width: 610px; margin: 0; color: rgba(255,255,255,.7); font-size: 1.03rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero .button-primary { color: #142019; background: linear-gradient(135deg, #f2dfb7, var(--gold)); box-shadow: 0 14px 32px rgba(197,163,101,.18); }
.hero .button-primary:hover { background: linear-gradient(135deg, #f5e7c8, #d0ae70); box-shadow: 0 18px 38px rgba(197,163,101,.26); }
.hero .button-quiet { color: var(--white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.hero .button-quiet:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.1); box-shadow: none; }
.assurance { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; color: rgba(255,255,255,.6); font-size: .74rem; font-weight: 700; }
.assurance i { margin-left: 5px; color: var(--gold-light); }
.hero-quote { display: flex; align-items: center; gap: 13px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.quote-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--gold-light); background: rgba(255,255,255,.07); }
.hero-quote strong { display: block; font-size: .88rem; }
.hero-quote p { margin: 2px 0 0; color: rgba(255,255,255,.56); font-size: .75rem; }
.hero-product { position: relative; min-width: 0; padding: 48px 0 52px; }
.product-halo { position: absolute; inset: 4% -4% 0; border-radius: 50%; background: radial-gradient(circle, rgba(197,163,101,.2), transparent 66%); filter: blur(24px); }
.browser-frame { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 21px; background: var(--white); box-shadow: 0 42px 90px rgba(0,0,0,.38); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.browser-top { height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #748078; background: #f6f8f6; border-bottom: 1px solid #e7ece8; direction: ltr; font-size: .68rem; }
.browser-label { display: flex; align-items: center; gap: 6px; }
.browser-label i { color: var(--green-700); }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c9d3cc; }
.hero-shot img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top; }
.float-card { position: absolute; z-index: 3; min-width: 220px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(3,60,36,.17); backdrop-filter: blur(12px); }
.float-card-top { inset: 3px auto auto -24px; }
.float-card-bottom { inset: auto -22px 2px auto; }
.float-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--green-800); background: var(--green-100); }
.float-icon.gold { color: #8b682c; background: var(--gold-light); }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: .78rem; }
.float-card small { color: var(--muted); font-size: .66rem; }
.trust-bar { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.045); }
.trust-bar > div { min-height: 84px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; border-left: 1px solid rgba(255,255,255,.1); text-align: center; }
.trust-bar > div:last-child { border-left: 0; }
.trust-bar strong { color: var(--gold-light); font-size: 1.55rem; }
.trust-bar i { color: var(--gold-light); font-size: 1.1rem; }
.trust-bar span { color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 800; }

.section { padding: 110px 0; }
.section-heading { max-width: 750px; margin: 0 auto 50px; text-align: center; }
.section-kicker { color: var(--green-700); font-size: .74rem; font-weight: 900; letter-spacing: .04em; }
.section-heading h2, .roles-copy h2, .security-intro h2, .faq-intro h2 { margin: 10px 0 14px; font-size: clamp(1.8rem, 3.4vw, 2.8rem); line-height: 1.3; letter-spacing: -.035em; }
.section-heading p, .roles-copy > p, .security-intro p, .faq-intro > p { margin: 0; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-section { background: var(--paper); }
.value-card { position: relative; min-height: 340px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 32px rgba(7,29,21,.045); transition: transform .25s, border-color .25s; }
.value-card:hover { transform: translateY(-6px); border-color: #acd0bc; }
.value-card.featured { color: var(--white); border-color: transparent; background: linear-gradient(145deg, #0b4b34, var(--green-950)); }
.value-card.featured:hover { transform: translateY(-6px); }
.card-number { position: absolute; inset: 18px auto auto 24px; color: rgba(0,108,53,.1); font-size: 3.8rem; font-weight: 900; line-height: 1; }
.featured .card-number { color: rgba(255,255,255,.09); }
.value-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 17px; color: var(--green-800); background: var(--green-100); font-size: 1.25rem; }
.featured .value-icon { color: var(--gold-light); background: rgba(255,255,255,.1); }
.value-card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.value-card.featured p { color: rgba(255,255,255,.72); }
.value-card ul { display: grid; gap: 8px; margin: 22px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: .79rem; font-weight: 700; }
.featured ul { border-color: rgba(255,255,255,.14); }
.value-card li::before { content: "✓"; margin-left: 8px; color: var(--green-700); }
.featured li::before { color: #eccd8f; }

.features-section { position: relative; overflow: hidden; color: var(--white); background: #0b2118; }
.features-section::before { content: ""; position: absolute; width: 520px; height: 520px; inset: -270px auto auto -170px; border: 1px solid rgba(197,163,101,.12); border-radius: 50%; }
.features-section .shell { position: relative; }
.section-heading-light .section-kicker { color: #d4b87e; }
.section-heading-light p { color: rgba(255,255,255,.66); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 270px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.045); transition: background .2s, transform .2s, border-color .2s; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(197,163,101,.3); background: rgba(255,255,255,.075); }
.feature-card-wide { grid-column: span 2; min-height: 230px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 15px; color: #f0d092; background: rgba(185,151,91,.14); font-size: 1.15rem; }
.feature-card-wide .feature-icon { margin: 0; }
.feature-label { color: #d6bd8b; font-size: .72rem; font-weight: 800; }
.feature-card h3 { margin: 8px 0; font-size: 1.16rem; }
.feature-card p { margin: 0; color: rgba(255,255,255,.64); font-size: .84rem; }
.feature-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }

.product-section { background: #fff; }
.showcase { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.showcase-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 14px 44px rgba(7,29,21,.07); }
.showcase-dashboard { grid-column: 1 / -1; display: grid; grid-template-columns: .75fr 1.25fr; align-items: stretch; }
.showcase-copy { padding: 30px; }
.showcase-copy > span { color: var(--green-700); font-size: .72rem; font-weight: 900; }
.showcase-copy h3 { margin: 9px 0; font-size: 1.22rem; }
.showcase-copy p { margin: 0; color: var(--muted); font-size: .84rem; }
.showcase-image { padding: 0 18px 18px; }
.showcase-dashboard .showcase-image { padding: 18px 0 18px 18px; }
.showcase-image img { width: 100%; height: 100%; min-height: 235px; object-fit: cover; object-position: top; border: 1px solid #e6ebe8; border-radius: 15px; box-shadow: 0 14px 30px rgba(0,0,0,.08); }

.roles-section { background: #f3f2ed; }
.roles-shell { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 80px; }
.roles-copy .button { margin-top: 25px; }
.role-list { display: grid; gap: 12px; }
.role-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 8px 25px rgba(7,29,21,.035); }
.role-avatar { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: var(--green-800); background: var(--green-100); }
.role-row strong { font-size: .9rem; }
.role-row p { margin: 2px 0 0; color: var(--muted); font-size: .76rem; }
.role-result { padding: 6px 10px; border-radius: 50px; color: var(--green-800); background: var(--green-50); font-size: .69rem; font-weight: 900; white-space: nowrap; }

.security-section { padding-top: 30px; }
.security-panel { padding: 50px; overflow: hidden; border-radius: 24px; color: var(--white); background: linear-gradient(125deg, #0b4b34, #071d15); box-shadow: var(--shadow); }
.security-intro { display: grid; grid-template-columns: auto 1fr; gap: 22px; max-width: 730px; }
.security-intro .section-kicker { color: #d7bd89; }
.security-intro h2 { margin-top: 4px; }
.security-intro p { color: rgba(255,255,255,.66); }
.security-shield { width: 65px; height: 65px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; color: #ebcc8c; background: rgba(255,255,255,.07); font-size: 1.45rem; }
.security-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.security-points > div { display: flex; gap: 10px; padding: 13px; border-radius: 14px; background: rgba(255,255,255,.04); }
.security-points > div > i { margin-top: 5px; color: #d7bd89; }
.security-points strong, .security-points small { display: block; }
.security-points strong { font-size: .78rem; }
.security-points small { color: rgba(255,255,255,.55); font-size: .66rem; }

.pricing-section { background: var(--paper); }
.period-switch { width: max-content; display: flex; gap: 4px; margin: -20px auto 35px; padding: 5px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.period-switch button { min-width: 100px; padding: 8px 18px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; font-weight: 800; cursor: pointer; }
.period-switch button.active { color: var(--white); background: var(--green-800); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); align-items: stretch; gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 10px 32px rgba(7,29,21,.045); }
.price-card.recommended { border: 2px solid var(--green-700); box-shadow: 0 20px 50px rgba(10,105,70,.12); }
.price-badge { position: absolute; inset: 0 24px auto auto; transform: translateY(-50%); padding: 5px 12px; border-radius: 20px; color: var(--white); background: var(--green-800); font-size: .67rem; font-weight: 900; }
.trial-card .price-badge { background: var(--gold); }
.price-head { display: flex; align-items: center; gap: 12px; min-height: 64px; }
.price-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; color: var(--green-800); background: var(--green-100); }
.price-head h3 { margin: 0; font-size: 1rem; }
.price-head p { margin: 2px 0 0; color: var(--muted); font-size: .69rem; }
.price-value { display: flex; align-items: baseline; gap: 7px; margin-top: 24px; }
.price-value strong { color: var(--green-900); font-size: 2.65rem; line-height: 1; }
.price-value span { color: var(--muted); font-size: .74rem; }
.price-duration { margin-top: 8px; color: #4e5f55; font-size: .75rem; font-weight: 800; }
.price-equivalent { margin-top: 5px; color: var(--muted); font-size: .7rem; font-weight: 700; }
.annual-saving { display: flex; align-items: flex-start; gap: 7px; margin-top: 13px; padding: 9px 11px; border: 1px solid #c7e6d4; border-radius: 11px; color: var(--green-800); background: var(--green-50); font-size: .69rem; font-weight: 900; line-height: 1.55; }
.annual-saving i { margin-top: 3px; color: var(--gold); }
.price-card ul { display: grid; gap: 9px; margin: 23px 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #46574e; font-size: .76rem; }
.price-card li { display: flex; gap: 8px; }
.price-card li i { margin-top: 5px; color: var(--green-700); }
.price-card .button { width: 100%; margin-top: auto; }
.period-content { display: none; flex: 1; }
.period-content.active { display: block; }
.pricing-disclosures { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px 18px; margin-top: 22px; }
.pricing-note { margin: 0; color: var(--muted); text-align: center; font-size: .72rem; }
.pricing-note i { margin-left: 5px; color: var(--green-700); }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); overflow: hidden; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px; font-size: .88rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--green-700); transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: .82rem; }
.faq-list details[open] { border-color: #afd0bc; box-shadow: var(--shadow-soft); }

.final-cta { padding: 15px 0 95px; }
.final-panel { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 54px; overflow: hidden; border-radius: 24px; color: var(--white); background: linear-gradient(120deg, #0b4b34, var(--green-950)); box-shadow: var(--shadow); }
.final-pattern { position: absolute; width: 330px; height: 330px; inset: -180px auto auto -70px; border: 55px solid rgba(185,151,91,.12); border-radius: 50%; }
.final-copy, .final-actions { position: relative; z-index: 1; }
.final-copy > span { color: #e5ca94; font-size: .76rem; font-weight: 900; }
.final-copy h2 { max-width: 690px; margin: 8px 0; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.35; }
.final-copy p { margin: 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.final-actions { display: grid; gap: 9px; min-width: 225px; }
.button-gold { color: #2d2516; background: linear-gradient(135deg, #f0d69d, #c9a660); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.button-dark-quiet { color: var(--white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }

.site-footer { color: rgba(255,255,255,.66); background: #061811; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding: 65px 0 45px; }
.site-footer .brand-text strong { color: var(--white); }
.site-footer .brand-text small { color: rgba(255,255,255,.55); }
.footer-brand p { max-width: 310px; margin: 18px 0 0; font-size: .79rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .76rem; }
.footer-links strong { margin-bottom: 5px; color: var(--white); font-size: .82rem; }
.footer-links a:hover { color: #edcf92; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .69rem; }
.mobile-sticky { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .nav-links { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .overline, .hero-actions, .assurance { justify-content: center; }
  .hero-quote { max-width: 560px; margin-inline: auto; text-align: right; }
  .hero-product { max-width: 880px; margin-inline: auto; }
  .roles-shell, .faq-layout { gap: 44px; }
  .security-points { grid-template-columns: repeat(2, 1fr); }
  .final-panel { grid-template-columns: 1fr; }
  .final-actions { display: flex; flex-wrap: wrap; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 82px; }
  .shell { width: min(100% - 28px, 680px); }
  .main-nav { min-height: 68px; }
  .nav-links, .desktop-login { display: none; }
  .nav-actions { margin-right: auto; }
  .menu-toggle { display: grid; place-items: center; }
  .hero { padding-top: 60px; }
  .hero h1 { font-size: clamp(2.2rem, 10vw, 3.5rem); }
  .float-card { min-width: 185px; }
  .float-card-top { left: -8px; }
  .float-card-bottom { right: -8px; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-bar > div:nth-child(2) { border-left: 0; }
  .trust-bar > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .value-grid, .feature-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; }
  .value-card.featured { transform: none; }
  .value-card.featured:hover { transform: translateY(-6px); }
  .feature-card-wide { grid-column: auto; min-height: 270px; display: block; }
  .feature-card-wide .feature-icon { margin-bottom: 28px; }
  .feature-arrow { display: none; }
  .showcase { grid-template-columns: 1fr; }
  .showcase-dashboard { grid-column: auto; display: block; }
  .showcase-dashboard .showcase-image { padding: 0 18px 18px; }
  .roles-shell, .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .security-panel { padding: 34px 25px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 72px; }
  .shell { width: calc(100% - 24px); }
  .brand-mark { width: 40px; height: 40px; border-radius: 12px; }
  .brand-text strong { font-size: 1rem; }
  .nav-cta { display: none; }
  .hero { padding-top: 48px; }
  .hero h1 { margin-top: 12px; font-size: clamp(2.05rem, 12vw, 3rem); }
  .hero-lead { font-size: .93rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .assurance { display: grid; justify-items: start; width: max-content; max-width: 100%; margin-inline: auto; }
  .hero-quote { align-items: flex-start; }
  .browser-frame { border-radius: 15px; transform: none; }
  .browser-top { height: 34px; }
  .float-card { position: relative; inset: auto; width: calc(100% - 18px); margin: -5px auto 12px; }
  .float-card-bottom { margin-top: 0; }
  .trust-bar { margin-top: 26px; }
  .trust-bar > div { min-height: 76px; flex-direction: column; gap: 3px; padding: 10px; }
  .trust-bar strong { font-size: 1.3rem; }
  .trust-bar span { font-size: .66rem; }
  .section { padding: 65px 0; }
  .section-heading { text-align: right; }
  .section-heading h2, .roles-copy h2, .security-intro h2, .faq-intro h2 { font-size: 1.75rem; }
  .value-card, .feature-card, .showcase-copy, .price-card { padding: 23px; }
  .showcase-image, .showcase-dashboard .showcase-image { padding: 0 10px 10px; }
  .role-row { grid-template-columns: auto 1fr; }
  .role-result { grid-column: 2; width: max-content; }
  .security-intro { grid-template-columns: 1fr; }
  .security-points { grid-template-columns: 1fr; }
  .period-switch { width: 100%; }
  .period-switch button { flex: 1; min-width: 0; }
  .final-panel { padding: 34px 23px; }
  .final-actions { display: grid; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 22px; padding-top: 50px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
  .mobile-sticky { position: fixed; z-index: 95; inset: auto 0 0; display: grid; grid-template-columns: 1fr 52px; gap: 8px; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(16px); }
  .mobile-sticky .button { min-height: 47px; }
  .mobile-login { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--green-900); background: var(--white); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .browser-frame { transform: none; }
}
