:root {
  color-scheme: light;
  --ink: #17232d;
  --ink-2: #243844;
  --steel: #456174;
  --steel-2: #668092;
  --aqua: #86b9ad;
  --aqua-soft: #eaf4f1;
  --muted: #62727e;
  --line: #dce4e8;
  --soft: #f3f6f7;
  --paper: #fff;
  --success: #17824a;
  --shadow-sm: 0 12px 34px rgb(25 42 53 / 8%);
  --shadow-lg: 0 30px 78px rgb(25 42 53 / 14%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(100% - 40px, 1120px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: -80px; left: 16px; border-radius: 9px; background: var(--ink); padding: 11px 15px; color: #fff; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 12px; }
a:focus-visible, summary:focus-visible { outline: 3px solid rgb(70 97 116 / 35%); outline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgb(220 228 232 / 84%); background: rgb(255 255 255 / 88%); backdrop-filter: blur(20px) saturate(140%); }
.nav { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.08rem; font-weight: 880; letter-spacing: -.02em; text-decoration: none; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.brand small { display: block; margin-top: 1px; color: #84929c; font-size: .54rem; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #586a76; font-size: .8rem; font-weight: 730; text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 9px; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 11px; padding: 0 19px; font-size: .87rem; font-weight: 820; text-decoration: none; transition: transform 170ms ease, background 170ms ease, border-color 170ms ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--ink-2); color: #fff; box-shadow: 0 10px 24px rgb(36 56 68 / 18%); }
.btn-primary:hover { background: #182a35; }
.btn-secondary { border-color: var(--line); background: #fff; }
.btn-secondary:hover { border-color: #b8c6ce; background: #f9fbfb; }
.btn-light { border-color: #fff; background: #fff; color: var(--ink); }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 28px; color: #6f808b; font-size: .75rem; font-weight: 700; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--ink); }
.breadcrumbs span::before { margin-right: 8px; content: "/"; color: #a9b4bb; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, #f3f7f7 100%); padding-bottom: 82px; }
.hero::before { position: absolute; top: -260px; right: -220px; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgb(134 185 173 / 24%), transparent 67%); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); align-items: center; gap: clamp(42px, 7vw, 82px); padding-top: 62px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; color: #355b52; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.kicker::before { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgb(134 185 173 / 16%); content: ""; }
h1 { max-width: 720px; margin: 18px 0 0; font-size: clamp(2.8rem, 5.6vw, 5rem); line-height: .98; letter-spacing: -.058em; }
.hero-copy { max-width: 690px; margin: 24px 0 0; color: #536571; font-size: clamp(1.03rem, 1.7vw, 1.2rem); line-height: 1.7; }
.hero-copy strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 23px 0 0; padding: 0; color: #6c7d88; font-size: .76rem; font-weight: 700; list-style: none; }
.trust-row i { margin-right: 6px; color: var(--success); }

.hero-panel { position: relative; overflow: hidden; border: 1px solid #cfdbdf; border-radius: 26px; background: rgb(255 255 255 / 90%); padding: 30px; box-shadow: var(--shadow-lg); }
.hero-panel::after { position: absolute; right: -65px; bottom: -80px; width: 210px; height: 210px; border-radius: 50%; background: var(--aqua-soft); content: ""; }
.panel-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 15px; background: var(--ink-2); color: #fff; font-size: 1.15rem; }
.hero-panel h2 { position: relative; z-index: 1; margin: 22px 0 7px; font-size: 1.48rem; letter-spacing: -.025em; }
.hero-panel > p { position: relative; z-index: 1; margin: 0; color: var(--muted); line-height: 1.6; }
.panel-list { position: relative; z-index: 1; display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.panel-list li { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 11px; background: #fff; padding: 12px 13px; color: #425866; font-size: .85rem; font-weight: 760; }
.panel-list i { color: var(--steel); }

.section { padding: 84px 0; }
.section-soft { border-block: 1px solid var(--line); background: var(--soft); }
.section-dark { background: var(--ink-2); color: #fff; }
.eyebrow { color: var(--steel); font-size: .73rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section-dark .eyebrow { color: #b9d9d1; }
.section-title { max-width: 830px; margin: 11px 0 0; font-size: clamp(2rem, 4.4vw, 3.5rem); line-height: 1.04; letter-spacing: -.045em; }
.section-copy { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.section-dark .section-copy { color: #c8d4da; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 38px; }
.card { border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 25px; box-shadow: var(--shadow-sm); }
.card-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--aqua-soft); color: var(--steel); }
.card h3 { margin: 19px 0 8px; font-size: 1.12rem; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.68; }

.process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 40px; }
.process-step { position: relative; border-top: 1px solid rgb(255 255 255 / 24%); padding-top: 22px; }
.process-step span { display: inline-grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--ink); font-size: .74rem; font-weight: 900; }
.process-step h3 { margin: 18px 0 7px; font-size: 1.08rem; }
.process-step p { margin: 0; color: #c8d4da; font-size: .89rem; line-height: 1.66; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 90px); align-items: start; }
.check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; border-bottom: 1px solid var(--line); padding: 0 0 14px 31px; color: #526570; line-height: 1.55; }
.check-list li::before { position: absolute; top: 1px; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--aqua-soft); color: var(--success); font-size: .7rem; font-weight: 900; content: "✓"; }

.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.related-card { display: flex; min-height: 120px; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 21px; text-decoration: none; transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease; }
.related-card:hover { transform: translateY(-2px); border-color: #b7c7ce; box-shadow: var(--shadow-sm); }
.related-card strong { display: block; margin-bottom: 5px; }
.related-card span { color: var(--muted); font-size: .84rem; line-height: 1.5; }
.related-card i { color: var(--steel); }

.faq { display: grid; gap: 11px; margin-top: 34px; }
.faq details { border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 0 19px; }
.faq summary { cursor: pointer; padding: 18px 0; font-weight: 790; }
.faq details p { margin: -3px 0 19px; color: var(--muted); line-height: 1.7; }

.cta { padding: 0 0 84px; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; border-radius: 24px; background: var(--ink-2); padding: clamp(30px, 5vw, 52px); color: #fff; box-shadow: var(--shadow-lg); }
.cta-panel h2 { margin: 0; font-size: clamp(1.8rem, 3.7vw, 3rem); letter-spacing: -.04em; }
.cta-panel p { max-width: 650px; margin: 12px 0 0; color: #cbd7dc; line-height: 1.65; }

footer { border-top: 1px solid var(--line); background: #f5f7f8; padding: 48px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 42px; }
.footer-brand p { max-width: 330px; margin: 15px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.footer-column strong { display: block; margin-bottom: 14px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin-top: 10px; color: #60717c; font-size: .79rem; font-weight: 680; text-decoration: none; }
.footer-column a:hover { color: var(--ink); }
.footer-bottom { margin-top: 38px; border-top: 1px solid var(--line); padding-top: 20px; color: #7b8992; font-size: .72rem; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-panel { max-width: 650px; }
  .card-grid, .process { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header .brand small, .nav-actions .btn-secondary { display: none; }
  .nav-actions .btn-primary { min-height: 42px; padding-inline: 13px; }
  .hero { padding-bottom: 60px; }
  .hero-grid { gap: 34px; padding-top: 42px; }
  h1 { font-size: clamp(2.55rem, 13vw, 3.7rem); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-panel { border-radius: 20px; padding: 23px; }
  .section { padding: 64px 0; }
  .related-grid, .footer-grid, .cta-panel { grid-template-columns: 1fr; }
  .cta-panel .btn { width: 100%; }
}

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