:root {
  font-family: Inter, "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  color: #10382b;
  background: #fbfdfb;
  --ink: #10382b;
  --deep: #0a2f24;
  --green: #176b4d;
  --mint: #e9f5ed;
  --line: #d9e8de;
  --muted: #64776e;
  --paper: #fbfdfb;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 100; padding: 11px 15px; border-radius: 8px; background: #fff; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(217,232,222,.85); background: rgba(251,253,251,.92); backdrop-filter: blur(15px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-brand { width: 76px; height: 76px; overflow: hidden; }
.site-brand img { width: 76px; height: 76px; object-fit: contain; }
nav { display: flex; gap: 27px; margin-left: auto; }
nav a, .text-action { color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }
nav a:hover, .text-action:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 999px; padding: 0 22px; text-decoration: none; font-size: 13px; font-weight: 900; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.small { min-height: 40px; padding: 0 17px; }
.button.primary { background: var(--ink); color: #fff; }
.button.secondary { background: #fff; }
.button.light { border-color: #fff; background: #fff; color: var(--ink); }
.eyebrow { margin: 0; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #9bd1aa; }
.hero { overflow: hidden; padding: 88px 0 78px; background: radial-gradient(circle at 82% 20%, #def2e4, transparent 30%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); gap: 66px; align-items: center; }
.hero h1 { max-width: 760px; margin: 18px 0 24px; font-size: clamp(50px, 6.2vw, 78px); line-height: 1.02; letter-spacing: -.058em; }
.hero h1 span { color: var(--green); }
.lead { max-width: 700px; color: var(--muted); font-size: 17px; line-height: 1.82; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.trust-row span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; color: var(--muted); font-size: 10px; }
.hero-visual { position: relative; min-height: 520px; display: grid; align-items: end; }
.hero-logo { position: absolute; z-index: 0; width: 355px; right: -20px; top: -110px; opacity: .15; }
.dashboard-card { position: relative; z-index: 1; border: 1px solid var(--line); border-radius: 25px; padding: 30px; background: rgba(255,255,255,.93); box-shadow: 0 28px 80px rgba(16,56,43,.13); transform: rotate(-1.5deg); }
.dashboard-head { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.dashboard-head b { color: var(--green); }
.dashboard-grid { display: grid; gap: 10px; margin: 28px 0; }
.dashboard-grid article { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 10px; align-items: center; border-top: 1px solid var(--line); padding: 15px 0; }
.dashboard-grid small, .dashboard-grid span { color: var(--muted); font-size: 10px; }
.dashboard-grid strong { font-size: 18px; }
.progress { height: 9px; border-radius: 99px; background: #e5eee8; overflow: hidden; }
.progress i { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), #78bd8a); }
.dashboard-card > p { color: var(--muted); font-size: 10px; }
.guided { padding: 46px 0; background: var(--deep); color: #fff; }
.guided-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.guided h2 { margin: 8px 0 0; font-size: 35px; letter-spacing: -.035em; }
.guided-actions { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.guided-actions p { color: #bfd4cb; line-height: 1.7; font-size: 13px; }
.section { padding: 94px 0; }
.section-heading { max-width: 780px; margin-bottom: 40px; }
.section-heading h2 { margin: 10px 0 14px; font-size: clamp(35px, 4.6vw, 54px); letter-spacing: -.045em; line-height: 1.08; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.75; }
.split-heading { max-width: none; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.split-heading > div { max-width: 750px; }
.split-heading > a { color: var(--green); font-weight: 900; text-decoration: none; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.step-grid article, .module-grid article, .offer-grid article { border: 1px solid var(--line); border-radius: 18px; padding: 25px; background: #fff; }
.step-grid span, .module-grid b { color: var(--green); font-size: 12px; font-weight: 900; }
.step-grid h3, .module-grid h3 { margin: 19px 0 10px; font-size: 20px; }
.step-grid p, .module-grid p, .offer-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.solutions-section { background: #f0f7f2; }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.module-grid article { min-height: 230px; display: flex; flex-direction: column; }
.module-grid span { margin-top: auto; color: #739080; font-size: 10px; }
.boundary { padding: 95px 0; background: linear-gradient(130deg, #082b20, #12533c); color: #fff; }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.boundary-copy h2 { margin: 10px 0 18px; font-size: clamp(36px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.boundary-copy > p:last-child { color: #c1d6cd; line-height: 1.8; }
.boundary-cards { display: grid; gap: 12px; }
.boundary-cards article { display: grid; grid-template-columns: 85px 1fr; gap: 18px; align-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 18px; background: rgba(255,255,255,.07); }
.boundary-cards article img { width: 85px; height: 85px; object-fit: contain; }
.boundary-cards article h3 { margin: 0 0 5px; }
.boundary-cards article p { margin: 0; color: #bcd1c8; font-size: 12px; line-height: 1.6; }
.boundary-cards > span { color: #91b9a3; text-align: center; font-size: 11px; }
.boundary-cards .tax-card { grid-template-columns: 85px 1fr; }
.tax-card > strong { display: grid; height: 65px; place-items: center; border-radius: 12px; background: #f3e8cb; color: #76591d; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.offer-grid article { display: flex; min-height: 300px; flex-direction: column; }
.offer-grid article.featured { border-color: var(--green); box-shadow: inset 0 5px 0 var(--green); }
.offer-label { color: var(--green) !important; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.offer-grid h3 { margin: 8px 0; font-size: 25px; }
.offer-grid a { margin-top: auto; color: var(--green); font-weight: 900; text-decoration: none; }
.final-cta { padding: 42px 0; background: var(--green); color: #fff; }
.final-grid { display: grid; grid-template-columns: 110px 1fr auto; gap: 28px; align-items: center; }
.final-grid img { width: 110px; height: 110px; object-fit: contain; }
.final-grid h2 { margin: 8px 0 0; font-size: 31px; letter-spacing: -.035em; }
footer { padding: 45px 0; background: #061f18; color: #9eb4ab; }
.footer-grid { display: grid; grid-template-columns: 75px 1fr auto; gap: 20px; align-items: center; }
.footer-grid > a:first-child { width: 72px; height: 72px; overflow: hidden; }
.footer-grid img { width: 72px; height: 72px; object-fit: contain; }
.footer-grid strong { color: #fff; }
.footer-grid p { margin: 5px 0 0; font-size: 11px; }
.footer-grid > p { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.08); padding-top: 18px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: #c5d8d0; font-size: 11px; text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 3px solid #7dc492; outline-offset: 3px; }
@media (max-width: 960px) {
  nav { display: none; }
  .hero-grid, .guided-grid, .boundary-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 400px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .guided-actions { grid-template-columns: 1fr auto; }
}
@media (max-width: 650px) {
  .wrap { width: min(100% - 26px, 1180px); }
  .header-inner { height: 72px; }
  .site-brand, .site-brand img { width: 66px; height: 66px; }
  .text-action { display: none; }
  .hero { padding: 58px 0; }
  .hero-grid { gap: 30px; }
  .hero h1 { font-size: 44px; }
  .hero-visual { min-height: 330px; }
  .dashboard-card { padding: 21px; }
  .dashboard-grid article { grid-template-columns: 1fr 1.4fr; }
  .dashboard-grid article span { grid-column: 2; }
  .guided-actions, .step-grid, .module-grid, .offer-grid, .final-grid, .footer-grid { grid-template-columns: 1fr; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .boundary-cards article { grid-template-columns: 70px 1fr; }
  .boundary-cards article img { width: 70px; height: 70px; }
  .final-grid img { width: 90px; height: 90px; }
  .footer-grid > p { grid-column: 1; }
}
