:root {
  --green: #073b31;
  --green-2: #0c4b3e;
  --lime: #c8ed38;
  --cream: #f5f3e9;
  --paper: #fffef9;
  --ink: #17362f;
  --muted: #6f817b;
  --line: #dce3dc;
  --orange: #ef8055;
  --radius: 20px;
  --shadow: 0 24px 60px rgba(4, 45, 36, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-top: 84px; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }

.header { width: 100%; height: 84px; margin: 0; padding: 0 max(24px, calc((100vw - 1192px) / 2)); position: fixed; top: 0; left: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--cream); box-shadow: 0 4px 18px rgba(4, 45, 36, .08); }
.brand { display: flex; align-items: center; gap: 10px; font: 800 18px "Manrope", sans-serif; }
.brand > span:last-child > span { color: #4a8c72; }
.brand-mark { width: 33px; height: 33px; padding: 7px; display: flex; align-items: flex-end; gap: 2px; border-radius: 9px; background: var(--green); transform: rotate(-4deg); }
.brand-mark i { width: 5px; display: block; border-radius: 2px; background: var(--lime); }
.brand-mark i:nth-child(1) { height: 10px; }
.brand-mark i:nth-child(2) { height: 18px; }
.brand-mark i:nth-child(3) { height: 14px; }
.header nav { display: flex; gap: 38px; color: #456059; font-size: 14px; font-weight: 600; }
.header nav a:hover { color: var(--green); }.header nav .mobile-nav-only { display: none; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 9px; color: var(--green); background: var(--lime); font-weight: 700; line-height: 1.2; text-align: center; box-shadow: 0 10px 24px rgba(133, 168, 23, .2); }
.button-small { min-height: 43px; padding: 0 19px; font-size: 13px; }
.header-actions { display: flex; align-items: center; gap: 12px; }.header-actions .button { text-align: center; }.platform-mobile, .menu-button { display: none; }

.hero { min-height: 660px; padding: 72px max(24px, calc((100vw - 1192px) / 2)); display: grid; grid-template-columns: .9fr 1.15fr; align-items: center; gap: 60px; overflow: hidden; background: var(--green); color: white; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { margin-bottom: 22px; display: flex; align-items: center; gap: 10px; color: #50766d; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 29px; height: 2px; background: var(--lime); }
.eyebrow.light { color: #a8c0b9; }
h1 { max-width: 580px; margin-bottom: 24px; font-size: clamp(42px, 4.2vw, 65px); line-height: 1.05; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-content > p { max-width: 530px; color: #bdd0cb; font-size: 18px; line-height: 1.7; }
.hero-actions { margin: 34px 0 40px; display: flex; align-items: center; gap: 30px; }
.text-link { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.play { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #65837b; border-radius: 50%; color: var(--lime); font-size: 10px; }
.proof { display: flex; align-items: center; gap: 15px; }
.avatars { display: flex; }
.avatars span { width: 33px; height: 33px; margin-left: -7px; display: grid; place-items: center; border: 2px solid var(--green); border-radius: 50%; color: var(--green); background: #d8c7b2; font-size: 9px; font-weight: 700; }
.avatars span:first-child { margin-left: 0; background: #c5dacd; }
.avatars span:nth-child(2) { background: #f0c2a6; }
.avatars span:nth-child(3) { background: #d6d0b2; }
.avatars span:last-child { background: var(--lime); }
.proof p { margin: 0; color: #8caaa2; font-size: 11px; line-height: 1.5; }
.proof strong { color: white; font-size: 12px; }

.hero-visual { min-width: 0; position: relative; transform: perspective(1200px) rotateY(-2deg); }
.shape { position: absolute; border-radius: 50%; }
.shape-one { width: 270px; height: 270px; top: -150px; right: -110px; background: rgba(200, 237, 56, .05); }
.shape-two { width: 90px; height: 90px; left: -35px; bottom: -60px; border: 1px solid rgba(200, 237, 56, .15); }
.dashboard-card { height: 410px; display: grid; grid-template-columns: 132px 1fr; overflow: hidden; border: 5px solid #315d53; border-radius: 17px; background: #eef0e8; box-shadow: 0 40px 70px rgba(0,0,0,.28); }
.mock-sidebar { padding: 22px 13px; display: flex; flex-direction: column; gap: 14px; color: #b8cbc6; background: #114a3d; font-size: 7px; }
.mock-sidebar b { margin: 0 -5px; padding: 9px 7px; border-radius: 4px; color: var(--green); background: var(--lime); }
.mock-label { margin-top: 11px; color: #73948c; font-size: 5px; letter-spacing: .14em; }
.mock-logo { margin-bottom: 15px; display: flex; align-items: center; gap: 6px; color: white; font: 800 10px "Manrope", sans-serif; }
.brand-mark.mini { width: 20px; height: 20px; padding: 4px; border-radius: 5px; background: var(--lime); }
.brand-mark.mini i { width: 3px; background: var(--green); }
.brand-mark.mini i:nth-child(1) { height: 6px; }.brand-mark.mini i:nth-child(2) { height: 11px; }.brand-mark.mini i:nth-child(3) { height: 8px; }
.mock-main { min-width: 0; padding: 30px 26px; color: var(--ink); }
.mock-head { display: flex; justify-content: space-between; gap: 10px; }
.mock-head div { display: flex; flex-direction: column; }
.mock-head small { color: #4c776c; font-size: 6px; font-weight: 700; }
.mock-head strong { font: 800 16px "Manrope"; }
.mock-head span { color: #84918c; font-size: 6px; }
.mock-head button, .report-head button { height: 26px; padding: 0 10px; border: 0; border-radius: 4px; color: var(--green); background: var(--lime); font-size: 6px; font-weight: 700; }
.mock-stats { margin: 22px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-stats > div { padding: 13px; display: grid; grid-template-columns: auto 1fr; gap: 2px 8px; border-radius: 8px; background: white; box-shadow: 0 5px 15px rgba(26,60,52,.06); }
.mock-stats i { grid-row: span 2; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 6px; color: #376d60; background: #e9f2e9; font-style: normal; font-size: 9px; }
.mock-stats span { color: #6f817b; font-size: 5px; }.mock-stats b { font-size: 15px; }
.mock-table { padding: 16px; border-radius: 9px; background: white; }
.mock-table-head { padding-bottom: 10px; display: flex; justify-content: space-between; font-size: 7px; }.mock-table-head span { color: #37715f; }
.mock-row { padding: 9px 0; display: grid; grid-template-columns: 23px 1.2fr 1fr auto; align-items: center; gap: 8px; border-top: 1px solid #edf0eb; font-size: 6px; }
.mock-row > span { display: flex; flex-direction: column; }.mock-row small { color: #8c9894; font-size: 4px; }.package { width: 21px; height: 21px; display: grid !important; place-items: center; border-radius: 4px; background: #eff2ea; }
.status { padding: 4px 6px; border-radius: 7px; color: #a36e00; background: #fff5d5; }.status.done { color: #367361; background: #e1f2e8; }
.notice-card, .pin-card { position: absolute; z-index: 3; border-radius: 9px; box-shadow: 0 14px 35px rgba(0,0,0,.2); }
.notice-card { left: -28px; bottom: -30px; padding: 13px 18px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: white; }
.notice-card > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--lime); font-weight: 800; }.notice-card div { display: flex; flex-direction: column; font-size: 10px; }.notice-card small { color: #7b8985; font-size: 7px; }
.pin-card { right: -22px; top: 46px; padding: 13px 19px; display: flex; flex-direction: column; align-items: center; color: white; background: var(--green-2); }.pin-card small { color: #9eb9b2; font-size: 6px; letter-spacing: .12em; }.pin-card strong { margin: 5px 0; color: var(--lime); font-size: 18px; letter-spacing: .2em; }.pin-card span { font-size: 6px; color: #b8cbc6; }

.trust-strip { max-width: 1192px; margin: auto; padding: 29px 0; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); transform: translateY(-1px); }
.trust-strip > div { padding: 0 28px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }.trust-strip > div:last-child { border: 0; }.trust-strip > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: #e7efdc; font-weight: 800; }.trust-strip p { margin: 0; display: flex; flex-direction: column; font-size: 11px; }.trust-strip small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.section { max-width: 1192px; margin: auto; padding: 105px 24px; }
.section-heading { max-width: 680px; margin: 0 auto 54px; text-align: center; }.section-heading .eyebrow { justify-content: center; }.section-heading h2, .flow-copy h2, .contact h2 { margin-bottom: 19px; font-size: clamp(35px, 4vw, 49px); line-height: 1.12; letter-spacing: -.045em; }.section-heading h2 em { color: #3e7d68; }.section-heading > p { color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.feature-grid article { min-height: 245px; padding: 28px 24px; position: relative; border: 1px solid #e1e5dd; border-radius: 14px; background: var(--paper); transition: transform .2s, box-shadow .2s; }.feature-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.feature-grid .icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; color: var(--green); background: #e5edda; font-size: 20px; }.feature-grid .step { position: absolute; right: 20px; top: 20px; color: #dce4de; font: 800 25px "Manrope"; }.feature-grid h3 { margin: 30px 0 10px; font-size: 18px; }.feature-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.flow { min-height: 700px; padding: 90px max(24px, calc((100vw - 1050px) / 2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 115px; overflow: hidden; color: white; background: var(--green); }
.phone-wrap { height: 550px; position: relative; display: grid; place-items: center; }.phone-wrap::before { content: ""; width: 420px; height: 420px; position: absolute; border: 1px solid #2d6055; border-radius: 50%; }.phone { width: 276px; height: 535px; z-index: 1; overflow: hidden; border: 7px solid #285c51; border-radius: 30px; color: var(--ink); background: #f7f6ef; box-shadow: 0 30px 50px rgba(0,0,0,.25); transform: rotate(-3deg); }.phone-top { height: 53px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; background: var(--green-2); }.phone-top .mock-logo { margin: 0; }.phone-top b { color: var(--lime); font-size: 8px; }.phone-screen { padding: 19px; }.phone-screen > small { color: #4f796e; font-size: 6px; font-weight: 700; }.phone-screen h3 { margin: 4px 0; font-size: 16px; }.phone-screen > p { color: #7a8984; font-size: 7px; }.photo-box { height: 99px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #aab8b2; border-radius: 7px; color: #416e62; background: white; font-size: 18px; }.photo-box b { margin: 5px 0 2px; font-size: 8px; }.photo-box span { color: #93a09c; font-size: 6px; }.phone-screen button { width: 100%; height: 28px; margin: 9px 0 13px; border: 0; border-radius: 5px; color: var(--green); background: var(--lime); font-size: 7px; font-weight: 700; }.phone-screen label { margin: 8px 0 4px; display: block; font-size: 7px; font-weight: 700; }.input-mock { height: 31px; padding: 0 9px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #d9dfda; border-radius: 5px; color: #8a9792; background: white; font-size: 7px; }.bubble { padding: 11px 16px; position: absolute; z-index: 2; border-radius: 8px; color: var(--ink); background: white; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: 10px; font-weight: 700; }.bubble-one { right: 0; top: 105px; }.bubble-two { left: -10px; bottom: 105px; }.flow-copy > p { color: #adc2bc; line-height: 1.7; }.flow-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }.flow-copy li { padding: 16px 0; display: flex; gap: 15px; border-top: 1px solid #2c5c51; }.flow-copy li > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--lime); font-size: 11px; font-weight: 800; }.flow-copy li strong { font-size: 14px; }.flow-copy li p { margin: 4px 0 0; color: #9ab4ad; font-size: 12px; }

.management { padding-top: 115px; padding-bottom: 125px; }.section-heading.left { max-width: 650px; margin-left: 0; text-align: left; }.section-heading.left .eyebrow { justify-content: flex-start; }
.report-card { padding: 30px; border: 1px solid #e1e4db; border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); }.report-head { display: flex; justify-content: space-between; }.report-head small { color: #4a776b; font-size: 8px; font-weight: 700; }.report-head h3 { margin: 4px 0; font-size: 22px; }.report-head button { color: white; background: var(--green); font-size: 9px; }.report-stats { margin: 25px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.report-stats > div { padding: 18px; display: flex; flex-direction: column; border-radius: 9px; background: #f2f3ec; }.report-stats span { color: var(--muted); font-size: 9px; }.report-stats b { margin: 5px 0; font-size: 23px; }.report-stats small { color: #3d826d; font-size: 8px; }.report-stats .warning { color: #cb704d; }.chart { height: 230px; padding: 24px 30px 15px; display: grid; grid-template-columns: repeat(7, 1fr); align-items: end; gap: 20px; border: 1px solid #e5e9e2; border-radius: 9px; }.chart > strong { position: absolute; align-self: start; font-size: 11px; }.chart > span { height: 160px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 7px; }.chart i { width: 100%; max-width: 38px; min-height: 10px; display: block; border-radius: 4px 4px 0 0; background: #7fa694; }.chart span:nth-of-type(4) i { background: var(--lime); }.chart small { color: #84928d; font-size: 7px; }

.pricing { max-width: 1100px; }.pricing-layout { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border: 1px solid #dde3db; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }.price-calculator { padding: 42px; position: relative; }.pricing-badges { margin-bottom: 32px; display: flex; flex-wrap: wrap; gap: 8px; }.trial-badge, .launch-badge { display: inline-flex; padding: 7px 12px; border-radius: 20px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.trial-badge { color: var(--green); background: var(--lime); }.launch-badge { color: white; background: var(--orange); }.price-calculator > label { display: block; margin-bottom: 14px; font: 700 17px "Manrope"; }.unit-control { display: grid; grid-template-columns: 48px 1fr 48px; gap: 10px; }.unit-control button { border: 1px solid var(--line); border-radius: 9px; color: var(--green); background: #eef2e9; font-size: 21px; font-weight: 700; }.unit-control input { width: 100%; height: 50px; border: 1px solid var(--line); border-radius: 9px; color: var(--green); background: white; text-align: center; font-size: 21px; font-weight: 800; }.range-labels { margin-top: 22px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }.unit-range { width: 100%; accent-color: var(--green); }.price-rules { margin-top: 31px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.price-rules div { padding: 14px 10px; display: flex; flex-direction: column; border-radius: 8px; background: #f0f3eb; text-align: center; }.price-rules strong { font-size: 12px; }.price-rules span { margin-top: 4px; color: var(--muted); font-size: 9px; }.price-rules s { margin-right: 3px; color: #a6afaa; }.price-summary { padding: 42px; color: white; background: var(--green); }.summary-label { color: #9ab6ae; font-size: 10px; font-weight: 700; letter-spacing: .14em; }.billing-options { margin: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.billing-options button { padding: 10px; border: 1px solid #37675c; border-radius: 8px; color: #c5d5d1; background: transparent; font-size: 11px; font-weight: 700; }.billing-options button.active { border-color: var(--lime); color: var(--green); background: var(--lime); }.billing-options small { margin-top: 3px; display: block; color: inherit; font-size: 8px; }.price-value { margin-bottom: 16px; }.price-value > small { color: #a7beb8; font-size: 10px; }.price-value > div:not(.full-price) { display: flex; align-items: baseline; gap: 7px; }.price-value span { color: var(--lime); font-size: 17px; font-weight: 700; }.price-value strong { color: var(--lime); font: 800 52px "Manrope"; letter-spacing: -.05em; }.price-value .full-price { margin-bottom: 5px; color: #a7beb8; font-size: 12px; }.price-value .full-price span { color: inherit; font-size: inherit; font-weight: inherit; }.price-value .full-price s { margin-left: 3px; }.price-details { padding: 14px 0; display: flex; justify-content: space-between; border-top: 1px solid #346359; border-bottom: 1px solid #346359; color: #bad0ca; font-size: 10px; }.contract-total { margin: 13px 0 20px; color: white; font-size: 11px; font-weight: 700; }.price-summary .button { width: 100%; }.price-summary > p { margin: 15px 0 0; color: #9db7b0; text-align: center; font-size: 10px; }.plan-included { margin-top: 28px; padding: 42px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; border: 1px solid #dde3db; border-radius: 20px; background: var(--paper); }.included-heading .eyebrow { margin-bottom: 15px; }.included-heading h3 { margin-bottom: 10px; font-size: 29px; line-height: 1.2; }.included-heading h3 em { color: #3e7d68; font-style: normal; }.included-heading > p { color: var(--muted); font-size: 13px; line-height: 1.6; }.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }.included-grid article { display: flex; gap: 12px; }.included-grid article > span { width: 33px; height: 33px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: #e7efdc; font-weight: 800; }.included-grid strong { font-size: 12px; }.included-grid p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.faq { max-width: 1100px; padding-top: 35px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }.faq-intro { position: sticky; top: 125px; }.faq-intro h2 { margin-bottom: 18px; font-size: clamp(34px, 3.5vw, 46px); line-height: 1.12; letter-spacing: -.045em; }.faq-intro h2 em { color: #3e7d68; font-style: normal; }.faq-intro > p { color: var(--muted); font-size: 14px; line-height: 1.7; }.faq-intro .text-link { margin-top: 27px; color: var(--green); }.faq-list { border-top: 1px solid #ccd6cf; }.faq-list details { border-bottom: 1px solid #ccd6cf; }.faq-list summary { padding: 23px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 700 15px "Manrope"; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #e4ebdf; font: 500 20px "DM Sans"; transition: transform .2s, background .2s; }.faq-list details[open] summary span { background: var(--lime); transform: rotate(45deg); }.faq-list details p { max-width: 560px; margin: -5px 45px 23px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact { padding: 100px max(24px, calc((100vw - 1100px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 95px; color: white; background: #0c4438; }.contact-copy > p { max-width: 430px; color: #a9c0ba; line-height: 1.7; }.contact-points { margin-top: 30px; display: grid; gap: 14px; color: #dce8e4; font-size: 13px; }.contact-points span { width: 21px; height: 21px; margin-right: 9px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--lime); font-size: 9px; font-weight: 800; }
.contact-form { padding: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; border-radius: 16px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 60px rgba(0,0,0,.2); }.form-heading { grid-column: 1 / -1; margin-bottom: 5px; display: flex; flex-direction: column; }.form-heading span { font: 800 22px "Manrope"; }.form-heading small { margin-top: 4px; color: var(--muted); }.field { display: flex; flex-direction: column; gap: 7px; }.field.full { grid-column: 1 / -1; }.field label { font-size: 11px; font-weight: 700; }.field input, .field select { width: 100%; height: 45px; padding: 0 13px; border: 1px solid #d9dfda; border-radius: 7px; outline: 0; color: var(--ink); background: white; font-size: 12px; }.field input:focus, .field select:focus { border-color: #4a8774; box-shadow: 0 0 0 3px rgba(74,135,116,.12); }.field input::placeholder { color: #a0aba7; }.submit { grid-column: 1 / -1; width: 100%; margin-top: 5px; }.submit:disabled { cursor: wait; opacity: .7; }.privacy { grid-column: 1 / -1; color: #84918c; text-align: center; font-size: 9px; }
footer { min-height: 100px; padding: 25px max(24px, calc((100vw - 1192px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #8fa8a1; background: #062f28; font-size: 11px; }footer .brand { color: white; }footer p { margin: 0; }
.success-modal { width: min(430px, calc(100% - 32px)); padding: 38px; border: 0; border-radius: 18px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.3); text-align: center; }.success-modal::backdrop { background: rgba(3,35,29,.72); backdrop-filter: blur(4px); }.success-modal .modal-icon { width: 58px; height: 58px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--lime); font-size: 26px; font-weight: 800; }.success-modal h2 { margin-bottom: 10px; font-size: 25px; }.success-modal p { margin-bottom: 25px; color: var(--muted); line-height: 1.6; }.success-modal .button { width: 100%; }

@media (max-width: 900px) {
  .platform-desktop { display: none; }
  .platform-mobile, .menu-button { display: inline-flex; }
  .menu-button { padding: 9px; flex-direction: column; justify-content: center; gap: 4px; border: 0; border-radius: 8px; background: var(--green); }
  .menu-button span { width: 20px; height: 2px; display: block; background: var(--lime); }
  .header { z-index: 100; }
  .header nav { padding: 12px; display: none; position: absolute; top: calc(100% - 5px); left: 20px; right: 20px; flex-direction: column; gap: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); }
  .header nav.open { display: flex; }
  .header nav a { padding: 13px 12px; border-bottom: 1px solid var(--line); }
  .header nav .mobile-nav-only { display: block; }
  .header nav .mobile-nav-cta { margin-top: 8px; border: 0; border-radius: 8px; color: var(--green); background: var(--lime); text-align: center; }
  .header nav a:last-child { border-bottom: 0; }
  .menu-button { width: 40px; height: 38px; padding: 9px; display: flex; flex-direction: column; justify-content: space-around; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
  .menu-button span { width: 100%; height: 2px; border-radius: 2px; background: var(--green); }
  .hero { padding-top: 60px; grid-template-columns: 1fr; }
  .hero-content { max-width: 650px; }
  .hero-visual { margin: 20px 15px 45px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }.trust-strip > div { padding: 20px 28px; }.trust-strip > div:nth-child(2) { border-right: 0; }.trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .flow { grid-template-columns: 1fr; gap: 70px; }.flow-copy { max-width: 620px; }.bubble-one { right: 10%; }.bubble-two { left: 10%; }
  .pricing-layout { grid-template-columns: 1fr; }.plan-included { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; gap: 40px; }.faq-intro { position: static; }
  .contact { grid-template-columns: 1fr; gap: 55px; }.contact-copy { max-width: 650px; }
}

@media (max-width: 580px) {
  body { padding-top: 70px; }.header { height: 70px; padding: 0 14px; }.header .brand { gap: 6px; font-size: 12px; }.header-actions { gap: 7px; }.header-actions .button:first-child { display: none; }.header-actions .button { min-height: 38px; padding: 0 12px; font-size: 11px; }.platform-desktop { display: none; }.platform-mobile { display: inline; }
  .hero { padding: 58px 20px 80px; gap: 45px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.text-link { justify-content: center; }
  .hero-visual { margin: 0; transform: none; }.dashboard-card { height: 300px; grid-template-columns: 78px 1fr; border-width: 3px; }.mock-sidebar { padding: 13px 7px; gap: 9px; }.mock-main { padding: 17px 11px; }.mock-stats { gap: 5px; }.mock-stats > div { padding: 7px; }.mock-stats i { display: none; }.mock-table { padding: 9px; }.mock-row { grid-template-columns: 17px 1fr auto; }.mock-row > span:nth-child(3) { display: none; }.notice-card { left: 7px; bottom: -35px; }.pin-card { right: 4px; top: -38px; }
  .trust-strip { grid-template-columns: 1fr; }.trust-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }.trust-strip > div:last-child { border: 0; }
  .section { padding: 80px 20px; }.section-heading { text-align: left; }.section-heading .eyebrow { justify-content: flex-start; }.feature-grid { grid-template-columns: 1fr; }.feature-grid article { min-height: auto; }
  .flow { padding: 75px 20px; }.phone-wrap { transform: scale(.9); }.bubble-one { right: -4%; }.bubble-two { left: -4%; }
  .report-card { padding: 17px; overflow: hidden; }.report-stats { grid-template-columns: 1fr; }.chart { padding-left: 12px; padding-right: 12px; gap: 7px; }
  .price-calculator, .price-summary { padding: 27px 20px; }.price-rules { display: none; }.price-value strong { font-size: 44px; }.plan-included { padding: 27px 20px; gap: 28px; }.included-grid { grid-template-columns: 1fr; }
  .faq { padding-top: 25px; }.faq-list summary { padding: 20px 0; font-size: 14px; }.faq-list details p { margin-right: 35px; }
  .contact { padding: 80px 20px; }.contact-form { padding: 25px 18px; grid-template-columns: 1fr; }.field, .field.full, .form-heading, .submit, .privacy { grid-column: 1; }
  footer { padding: 35px 20px; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
