:root {
  --ink: #102625;
  --muted: #5f7371;
  --primary: #0b625a;
  --primary-dark: #083f3b;
  --accent: #d8a84e;
  --cream: #f5f3ec;
  --white: #fff;
  --line: rgba(15, 64, 60, .13);
  --shadow: 0 28px 70px rgba(6, 55, 51, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfcfa; font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 99; top: -80px; left: 16px; padding: 10px 16px; color: #fff; background: var(--primary-dark); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(251, 252, 250, .9); border-bottom: 1px solid rgba(15, 64, 60, .08); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 15px; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 12px; color: #fff; background: var(--primary); font-size: 13px; letter-spacing: .04em; box-shadow: 0 8px 20px rgba(11, 98, 90, .2); }
.header-nav { display: flex; align-items: center; gap: 28px; }
.header-nav > a:not(.button) { color: #435956; text-decoration: none; font-size: 14px; font-weight: 600; }
.header-nav > a:not(.button):hover { color: var(--primary); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 25px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; color: #fff; background: var(--primary); font-size: 13px; }
.button-primary { color: #fff; background: var(--primary); box-shadow: 0 16px 34px rgba(11, 98, 90, .22); }
.button-primary:hover { background: var(--primary-dark); box-shadow: 0 18px 38px rgba(11, 98, 90, .29); }
.button-light { color: var(--primary-dark); background: #fff; box-shadow: 0 15px 35px rgba(0, 0, 0, .13); }
.button-large { min-height: 58px; padding: 0 32px; }
.hero { position: relative; overflow: hidden; padding: 98px 0 110px; background: linear-gradient(145deg, #f9fbf8 0%, #edf5f1 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(11, 98, 90, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 98, 90, .045) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 420px; height: 420px; top: -210px; right: 8%; background: rgba(216, 168, 78, .12); }
.hero-glow-two { width: 520px; height: 520px; bottom: -350px; left: -160px; background: rgba(11, 98, 90, .08); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--accent); }
.hero h1 { max-width: 680px; margin: 22px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 67px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-subtitle { max-width: 640px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 18px; }
.cta-note { max-width: 205px; color: #657875; font-size: 12px; line-height: 1.45; }
.trust-list { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; list-style: none; color: #395350; font-size: 13px; font-weight: 650; }
.trust-list span { color: var(--primary); }
.hero-visual { position: relative; }
.dashboard-card { position: relative; padding: 28px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 24px; background: rgba(255, 255, 255, .86); box-shadow: var(--shadow); transform: perspective(1000px) rotateY(-3deg) rotateX(1deg); }
.dashboard-top, .progress-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dashboard-top strong { display: block; font-size: 17px; }
.dashboard-kicker { display: block; margin-bottom: 4px; color: #7a8d8a; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.status-pill { padding: 7px 10px; border-radius: 30px; color: var(--primary); background: #e5f3ef; font-size: 10px; font-weight: 800; }
.progress-wrap { margin: 24px 0; padding: 18px; border-radius: 14px; background: #f3f7f5; }
.progress-label { color: #516663; font-size: 11px; }
.progress-label strong { color: var(--primary); }
.progress-track { height: 7px; margin-top: 12px; overflow: hidden; border-radius: 8px; background: #dce8e4; }
.progress-track span { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--primary), #39a18f); }
.dashboard-grid { display: grid; gap: 10px; }
.dashboard-grid article { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding: 13px; border: 1px solid #e6ece9; border-radius: 12px; background: #fff; }
.dashboard-grid strong, .dashboard-grid small { display: block; }
.dashboard-grid strong { font-size: 12px; }
.dashboard-grid small { margin-top: 2px; color: #84928f; font-size: 10px; }
.dashboard-grid b { color: #9aaba8; }
.icon-box { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; color: var(--primary); background: #e9f4f0; font-size: 10px; font-weight: 800; }
.document-float { position: absolute; right: -38px; bottom: -32px; min-width: 270px; display: grid; grid-template-columns: 42px 1fr 28px; align-items: center; gap: 12px; padding: 15px; border-radius: 15px; background: #fff; box-shadow: 0 20px 45px rgba(5, 51, 47, .19); }
.document-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: #8b6623; background: #fbf1db; }
.document-float strong, .document-float small { display: block; }
.document-float strong { font-size: 12px; }
.document-float small { color: #7f8e8b; font-size: 10px; }
.check-circle { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--primary); font-size: 11px; }
.section { padding: 104px 0; }
.problem-strip { padding: 72px 0; color: #fff; background: var(--primary-dark); }
.problem-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.section-number { display: block; margin-bottom: 14px; color: #e2bd74; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.problem-strip h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; font-weight: 500; }
.problem-strip p { margin: 0; color: #c7d9d6; font-size: 17px; }
.section-heading { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2, .faq-heading h2, .authority h2 { margin: 16px 0; font-family: Georgia, serif; font-size: clamp(34px, 4.3vw, 50px); line-height: 1.12; letter-spacing: -.03em; font-weight: 500; }
.section-heading p, .faq-heading p, .authority p { color: var(--muted); font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { position: relative; min-height: 300px; padding: 30px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(10, 76, 70, .1); }
.benefit-card.featured { color: #fff; background: var(--primary); }
.benefit-card.featured p { color: #cce0dc; }
.benefit-index { display: block; margin-bottom: 65px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.benefit-card h3 { margin: 0 0 14px; font-size: 20px; line-height: 1.28; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }
.steps { color: #fff; background: linear-gradient(135deg, #0b5d56, #063c39); }
.eyebrow-light { color: #d9b66f; }
.steps-grid { margin: 55px 0 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.steps-grid article { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 18px; }
.steps-grid article:not(:last-child)::after { content: ""; position: absolute; top: 27px; right: -24px; width: 36px; border-top: 1px dashed rgba(255,255,255,.3); }
.step-number { width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #f0ca80; font-family: Georgia, serif; font-size: 23px; }
.steps h2 { color: #fff; }
.steps-grid h3 { margin: 2px 0 9px; font-size: 18px; }
.steps-grid p { margin: 0; color: #bfd3d0; font-size: 14px; }
.authority-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 90px; }
.authority-points { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.authority-points span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 30px; color: #3c5753; background: #fff; font-size: 12px; font-weight: 700; }
.authority-card { position: relative; padding: 45px; border-radius: 22px; background: var(--cream); }
.scope-card { overflow: hidden; }
.scope-card::after { content: "CS"; position: absolute; right: -12px; bottom: -48px; color: rgba(11,98,90,.07); font-family: Georgia, serif; font-size: 170px; font-weight: 700; line-height: 1; }
.scope-card h3 { position: relative; z-index: 1; margin: 15px 0; font-family: Georgia, serif; font-size: 30px; line-height: 1.18; font-weight: 500; }
.scope-card > p { position: relative; z-index: 1; margin: 0 0 25px !important; font-size: 14px !important; }
.scope-label { color: var(--primary); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scope-card ul { position: relative; z-index: 1; margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; font-size: 13px; font-weight: 650; }
.scope-card li span { margin-right: 7px; color: var(--primary); }
.faq { background: #f3f6f3; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.accordion details { border-bottom: 1px solid rgba(15,64,60,.15); }
.accordion summary { padding: 23px 0; display: flex; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-weight: 750; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--primary); font-size: 24px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 760px; margin: -3px 40px 24px 0; color: var(--muted); font-size: 14px; }
.final-cta { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: #082f2d; text-align: center; }
.final-glow { position: absolute; width: 700px; height: 700px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(34,137,124,.24), transparent 65%); }
.final-content { position: relative; }
.final-content .eyebrow::before { display: none; }
.final-content h2 { margin: 20px 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; font-weight: 500; }
.final-content p { max-width: 680px; margin: 0 auto 32px; color: #c4d6d3; font-size: 17px; }
.final-content small { display: block; margin-top: 17px; color: #8faaa6; }
.site-footer { padding: 38px 0; color: #617370; background: #fbfcfa; font-size: 11px; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.brand-footer { color: var(--ink); font-size: 13px; }
.brand-footer .brand-mark { width: 32px; height: 32px; border-radius: 9px; font-size: 10px; }
.footer-inner p { margin: 0; text-align: center; }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-nav > a:not(.button) { display: none; }
  .hero { padding-top: 72px; }
  .hero-grid, .problem-grid, .authority-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-subtitle { margin-inline: auto; }
  .hero-visual { max-width: 650px; margin: 20px auto 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { gap: 25px; }
  .steps-grid article { grid-template-columns: 1fr; }
  .steps-grid article::after { display: none; }
  .faq-heading { max-width: 650px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 20px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 66px; }
  .brand > span:last-child { display: none; }
  .button-small { padding: 0 14px; }
  .hero { padding: 65px 0 90px; }
  .hero h1 { font-size: 42px; }
  .hero-subtitle { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .cta-note { max-width: 280px; }
  .dashboard-card { padding: 18px; transform: none; }
  .document-float { position: relative; right: auto; bottom: auto; min-width: 0; margin-top: 12px; }
  .section { padding: 76px 0; }
  .problem-strip { padding: 62px 0; }
  .benefit-grid, .steps-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 250px; }
  .benefit-index { margin-bottom: 40px; }
  .authority-card { padding: 32px 25px; }
  .final-cta { padding: 85px 0; }
}

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