:root{
  --primary:#5c60b6;
  --blue:#2f3bf2;
  --cyan:#06b6d4;
  --navy:#061b31;
  --text:#64748d;
  --muted:#8da0bb;
  --surface:#f1f2ff;
  --line:#d8e0f3;
  --soft:#f8fbff;
  --green:#10b981;
  --red:#ef4444;
  --orange:#f59e0b;
  --shadow:0 20px 55px rgba(47,59,242,.09);
  --shadow-soft:0 9px 24px rgba(6,27,49,.06);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--navy);
  background:
    radial-gradient(circle at 78% 6%, rgba(6,182,212,.10), transparent 32%),
    radial-gradient(circle at 9% 1%, rgba(47,59,242,.08), transparent 24%),
    linear-gradient(180deg,#fff 0%,#fbfdff 42%,#fff 100%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.page{width:min(1256px,calc(100% - 48px));margin-inline:auto}
.nav-shell{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:58px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{width:160px;height:auto}
.menu{display:flex;align-items:center;gap:54px;margin-left:auto;font-size:12.5px;font-weight:700;color:#0e2145}
.nav-actions{display:flex;align-items:center;gap:13px;margin-left:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:11px;border:0;border-radius:8px;font-weight:800;line-height:1;cursor:pointer;white-space:nowrap;transition:.2s ease}
.btn svg,.btn img{width:18px;height:18px}
.btn-primary{background:linear-gradient(135deg,#514ff4 0%,#2f3bf2 100%);color:#fff;box-shadow:0 13px 26px rgba(47,59,242,.25)}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(47,59,242,.29)}
.btn-ghost{background:#fff;color:#1b2551;border:1.5px solid #9da9c8}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.nav .btn{height:38px;padding:0 27px;font-size:13px}.nav .btn-primary{padding:0 28px}
.hero{display:grid;grid-template-columns:1fr 1.52fr;gap:57px;padding:48px 0 20px;align-items:center}
.badge{display:inline-flex;align-items:center;gap:11px;padding:6px 14px;border:1.5px solid #e2e8f5;background:#fff;border-radius:99px;box-shadow:var(--shadow-soft);font-weight:700;font-size:13.5px;letter-spacing:0.04em;color:#1e293b;text-transform:uppercase}
.badge img{height:41px;width:auto}.badge .tick{width:20px;height:20px;margin-left:8px;border:none;border-radius:0}.badge-small{font-size:13px;padding:6px 10px;gap:7px}.badge-small img{width:20px;height:20px}
.hero h1{font-size:48px;line-height:1.03;letter-spacing:-.055em;margin:26px 0 21px;color:#071448;font-weight:900}
.hero p{font-size:18px;line-height:1.46;color:#546680;margin:0 0 26px;max-width:489px;font-weight:500}
.hero-cta{display:flex;gap:28px;align-items:center;margin-bottom:31px}.hero-cta .btn{height:58px;padding:0 31px;border-radius:9px;font-size:18px}.hero-cta .btn-ghost{min-width:188px;color:#2f3bf2;border-color:#9aa6ed}
.hero-points{display:flex;gap:29px;align-items:center;font-size:11.2px;color:#4f647e;font-weight:700}.hero-points span{display:inline-flex;align-items:center;gap:7px}.hero-points img{width:15px;height:15px}
.hero-dashboard-img{width:100%;height:auto;border-radius:17px;border:1.5px solid #cdd7f0;box-shadow:var(--shadow);}
.trust-bar{display:grid;grid-template-columns:1.7fr 1.35fr 1.35fr 1.35fr 1.55fr 1.3fr;gap:0;margin-top:23px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.86);box-shadow:var(--shadow-soft);overflow:hidden}.trust-item{display:flex;gap:12px;align-items:center;min-height:74px;padding:13px 20px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item img{width:50px;height:50px;flex:0 0 auto}.trust-item strong{display:block;font-size:14px;line-height:1.08;color:#0b1744}.trust-item span{display:block;font-size:10px;color:#64748d;margin-top:3px;font-weight:700}.trust-item .highlight{color:#2f3bf2}.section-card{border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.91);box-shadow:var(--shadow-soft);margin-top:14px;padding:22px 26px}.calculator-section{display:grid;grid-template-columns:1.6fr .88fr;gap:48px}.section-title{margin:0 0 4px;font-size:23px;line-height:1;font-weight:900;letter-spacing:-.03em}.section-sub{font-size:12px;color:#64748d;font-weight:700;margin:0 0 15px}.wizard{display:grid;grid-template-columns:178px 1fr;border:1px solid #dfe6f5;border-radius:10px;overflow:hidden;background:#fff}.steps{background:#fafbff;border-right:1px solid #e5eaf6;padding:13px 0}.step{display:flex;align-items:center;gap:10px;padding:11px 15px;font-size:11.5px;font-weight:800;color:#65738d}.step .num{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#7078e8;color:#fff;font-size:11px}.step.active{background:#f1f2ff;color:#101d50}.wizard-form{padding:16px 18px 17px}.form-row{display:grid;grid-template-columns:1fr 310px;gap:14px;align-items:center;margin-bottom:12px;font-size:11px;font-weight:800;color:#0e1e43}.fake-select,.fake-input{border:1px solid #cfd7ea;border-radius:5px;background:#fff;height:31px;padding:0 12px;color:#061b31;font-size:11px;display:flex;align-items:center;justify-content:space-between}.range-line{position:relative;height:34px;margin:6px 0 0}.range-line:before{content:"";position:absolute;left:0;right:0;top:14px;height:5px;border-radius:999px;background:linear-gradient(90deg,#2f3bf2 0 46%,#e2e8f5 46% 100%)}.range-line:after{content:"";position:absolute;left:44%;top:8px;width:17px;height:17px;border-radius:50%;background:#4e54e8;box-shadow:0 0 0 4px #f1f2ff}.range-labels{display:flex;justify-content:space-between;font-size:10px;color:#64748d;font-weight:800}.checks-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 24px;margin-top:9px}.check-line{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;color:#071448}.tickbox{width:13px;height:13px;background:#4e54e8;border-radius:3px;display:grid;place-items:center;color:#fff;font-size:10px;line-height:1}.recommend-card{border:1px solid #b8c4f6;border-radius:10px;background:linear-gradient(180deg,#f9fbff 0%,#fff 100%);box-shadow:var(--shadow-soft);padding:0;position:relative;overflow:hidden}.rec-header{background:linear-gradient(135deg,#514ff4 0%,#2f3bf2 100%);padding:24px 24px 20px;position:relative;color:#fff}.rec-body{padding:26px 24px 24px}.rec-label{font-size:12px;color:#bbc5ff;font-weight:900;margin-bottom:7px}.recommend-card h3{font-size:27px;line-height:1;margin:0;color:#fff}.rec-star{position:absolute;right:24px;top:25px;width:40px;height:40px}.rec-row{display:flex;justify-content:space-between;gap:14px;font-size:13px;color:#0e1d45;padding:6px 0;font-weight:700}.rec-row span:last-child{font-weight:900;white-space:nowrap}.rec-total{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px dashed #9da8d2;margin-top:14px;padding-top:16px;color:#2f3bf2;font-size:16px;font-weight:900}.rec-total strong{font-size:25px}.setup-row{display:flex;justify-content:space-between;font-size:13px;padding:12px 0 18px;color:#0e1d45;font-weight:700}.saving{display:flex;gap:12px;align-items:center;border:1px solid #9ee3c7;background:#eefbf5;border-radius:8px;padding:11px 13px;margin:0 0 11px}.saving img{width:35px}.saving strong{font-size:13px;color:#0b8f57;display:block}.saving span{font-size:10px;color:#0b8f57;font-weight:800}.saving.blue{border-color:#b9d8ff;background:#f3f8ff}.saving.blue strong,.saving.blue span{color:#2f80ed}.recommend-card .btn{width:100%;height:43px;font-size:19px;border-radius:6px;margin-top:5px}.note{text-align:center;font-size:10px;color:#64748d;font-weight:700;margin-top:8px}.pricing-grid{display:grid;grid-template-columns:1fr 1fr 1fr .86fr;gap:28px;margin-top:21px;align-items:stretch}.price-card{border:1px solid #d7def2;border-radius:11px;background:#fff;min-height:278px;padding:24px 26px 20px;position:relative;box-shadow:0 8px 20px rgba(30,41,59,.03)}.price-card.popular{border-color:#4d54f0;box-shadow:0 12px 32px rgba(47,59,242,.13)}.ribbon{position:absolute;left:-1px;right:-1px;top:-1px;height:30px;background:linear-gradient(90deg,#2f3bf2,#5c60b6);color:#fff;border-radius:11px 11px 0 0;text-align:center;font-size:11px;font-weight:900;letter-spacing:.05em;line-height:30px}.price-card.popular{padding-top:45px}.price-card h3{margin:0 0 11px;font-size:17px}.price{font-size:27px;font-weight:900;color:#0a1746;line-height:1}.price small{font-size:12px;color:#061b31;font-weight:800}.setup{font-size:11px;color:#64748d;font-weight:800;margin:8px 0 17px}.features{display:grid;gap:7px;margin:0;padding:0;list-style:none}.features li{font-size:11.5px;color:#0d1c47;font-weight:700;display:flex;gap:8px;align-items:flex-start}.features li:before{content:"✓";color:#2f3bf2;font-weight:900}.benefits{display:grid;gap:12px}.benefit{border:1px solid #e1e7f4;border-radius:10px;background:#fff;padding:13px 14px;display:flex;gap:12px;align-items:center}.benefit img{width:38px}.benefit strong{display:block;font-size:12px;color:#0d1d4b}.benefit span{font-size:10px;color:#64748d;font-weight:700}.subheading{font-size:18px;line-height:1;margin:22px 0 11px;font-weight:900}.addon-integrations{display:grid;grid-template-columns:1.64fr .86fr;gap:29px}.addons-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.addon{border:1px solid #dfe6f4;background:#fff;border-radius:8px;min-height:83px;padding:12px 0px 12px 5px;display:flex;gap:10px;align-items:flex-start;line-height:10px}.addon img{width:40px;height:40px}.addon strong{font-size:10.5px;display:block;line-height:1.15}.addon span{font-size:9px;color:#64748d;font-weight:800}.addons-grid .addon:last-child{grid-column:span 1}.integrations-panel{border:1px solid #e1e7f4;border-radius:10px;padding:18px 22px;background:#fff}.integrations-panel h3{margin:0 0 13px;font-size:17px}.logos-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px 20px;align-items:center}.logos-grid img{height:42px;width:100%;object-fit:contain;filter:grayscale(1);opacity:.86;transition:all 0.3s ease}.logos-grid img:hover{filter:grayscale(0);opacity:1}.more-link{text-align:center;color:#2f3bf2;font-size:15px;font-weight:900;margin-top:15px}.ai-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:19px;padding:32px 0 27px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(248,251,255,.83))}.ai-grid{display:grid;grid-template-columns:.65fr 1fr .28fr;gap:37px;align-items:center}.ai-copy h2{font-size:28px;line-height:.95;letter-spacing:-.05em;margin:0 0 14px;font-weight:900}.ai-copy ul{list-style:none;margin:0 0 21px;padding:0;display:grid;gap:7px}.ai-copy li{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:#0e214b;font-weight:700}.ai-copy li:before{content:"✓";color:#06b6d4;font-weight:900}.ai-copy .btn{height:38px;padding:0 18px;border-radius:5px;font-size:13px}.flow{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr;align-items:center;gap:10px}.flow-card{border:1px solid #d8e0f4;background:#fff;border-radius:12px;min-height:229px;padding:15px 16px;box-shadow:var(--shadow-soft)}.flow-card h4{margin:0 0 8px;font-size:12.4px;color:#172151}.flow-card p{margin:0 0 11px;font-size:10.5px;color:#64748d;font-weight:700}.flow-card img{width:100%;height:138px;object-fit:contain;border-radius:10px}.flow-arrow{height:36px;width:36px;border-radius:50%;background:#f1f2ff;display:grid;place-items:center;color:#2f3bf2;font-weight:900;font-size:28px}.ai-note{border:1px solid #b9d8ff;background:#f3f8ff;border-radius:8px;padding:10px;font-size:11px;font-weight:800;color:#2f3bf2;margin-top:8px}.before-after{border:1px solid #d8e0f4;border-radius:12px;background:#fff;padding:18px 18px;box-shadow:var(--shadow-soft);min-width:178px}.before-after h4{margin:0 0 17px;font-size:14px}.ba-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:800;line-height:1.25;color:#071448}.ba-row img{width:38px}.down{font-size:23px;color:#64748d;text-align:center;margin:10px 0}.save-badge{background:#eafbf1;color:#0a8c57;border:1px solid #9ee3c7;border-radius:7px;text-align:center;font-weight:900;font-size:12px;padding:9px;margin-top:12px}.accountants{border-bottom:1px solid var(--line);padding:20px 0;background:#fff}.accountants-grid{display:grid;grid-template-columns:.75fr 1fr 1fr 1fr 1fr .72fr;gap:24px;align-items:center}.accountants h2{font-size:26px;line-height:.95;margin:0;color:#061b31}.accountants p{font-size:11px;color:#64748d;font-weight:700;margin:4px 0 0}.account-feature{display:flex;gap:11px;align-items:center}.account-feature img{width:39px}.account-feature strong{display:block;font-size:11.5px;color:#2f3bf2}.account-feature span{font-size:9.5px;color:#64748d;font-weight:700}.accountants .btn{height:39px;font-size:13px;padding:0 16px;border-radius:5px}.loved{text-align:center;margin:18px 0 13px;font-weight:900;color:#102052}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quote-card{border:1px solid #d8e0f4;background:#fff;border-radius:10px;min-height:150px;padding:18px 20px;box-shadow:0 7px 18px rgba(30,41,59,.035);position:relative}.quote-card p{font-size:12px;color:#485b78;margin:0 0 13px;line-height:1.35;font-style:italic;font-weight:600}.quote-card strong{font-size:12px}.quote-card span{font-size:10px;color:#64748d;font-weight:700;display:block}.quote-card img{position:absolute;right:19px;bottom:20px;width:80px;height:80px}.support-strip{margin-top:14px;display:grid;grid-template-columns:1.2fr 1.2fr 1.2fr 1fr;border:1px solid #d8e0f4;border-radius:9px;background:#fff;overflow:hidden}.support-box{display:flex;align-items:center;gap:13px;padding:13px 20px;border-right:1px solid #d8e0f4}.support-box:last-child{border-right:0}.support-box img{width:36px}.support-box strong{display:block;font-size:13px;color:#2f3bf2}.support-box span{font-size:10px;color:#64748d;font-weight:700}.bottom-grid{display:grid;grid-template-columns:1fr 1.6fr .9fr;gap:24px;margin:32px 0 40px;align-items:start}.faq{border:1px solid #d8e0f4;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-soft)}.faq h3{font-size:16px;margin:0;padding:18px 20px;border-bottom:1px solid #edf1fa;color:#071448}.faq details{border-bottom:1px solid #edf1fa}.faq details:last-child{border-bottom:0}.faq summary{list-style:none;cursor:pointer;font-size:12px;font-weight:700;color:#1e293b;padding:14px 20px;position:relative;transition:all 0.2s}.faq summary:hover{background:#f8faff;color:#2f3bf2}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:20px;color:#94a3b8;font-size:16px}.faq details[open] summary:after{content:"–"}.faq p{font-size:11.5px;color:#64748d;margin:0;padding:0 20px 16px;line-height:1.5}.final-cta{border:1px solid #d8e0f4;background:#fff;border-radius:12px;padding:24px;box-shadow:var(--shadow-soft);height:100%}.final-cta h3{margin:0 0 8px;font-size:22px;color:#2f3bf2;letter-spacing:-0.02em}.final-cta ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}.final-cta li{font-size:13px;color:#1e293b;font-weight:700;display:flex;align-items:center;gap:10px}.final-cta li:before{content:"✓";color:#10b981;font-weight:900;font-size:14px}.final-cta-img{width:205px;height:auto;border:none;box-shadow:none;background:transparent;flex-shrink:0}.mra-img{width:75px;height:auto;border:none;box-shadow:none;background:transparent;flex-shrink:0}
.footer{border-top:1px solid #e2e8f5;padding:17px 0 27px;background:#fff}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-logo{width:163px}.footer-links{display:flex;gap:72px;font-size:10px;font-weight:900;color:#1d2b50}.footer-link-title{color:#64748d;margin-bottom:5px}.mra-card{display:grid;gap:12px}.mra-mini{border:1px solid #d8e0f4;background:#fff;border-radius:12px;padding:24px;box-shadow:var(--shadow-soft);height:100%}.mra-mini h3{margin:0 0 8px;font-size:18px;color:#071448}.compliance-list{display:grid;gap:10px;font-size:13px;font-weight:700;color:#1e293b}.compliance-list div{display:flex;gap:10px;align-items:center}.compliance-list div:before{content:"";width:10px;height:10px;border-radius:50%;background:#10b981}
@media(max-width:980px){.page{width:min(100% - 28px,720px)}.menu{display:none}.hero,.calculator-section,.addon-integrations,.ai-grid,.bottom-grid{grid-template-columns:1fr}.hero-dashboard-img{margin-top:20px}.dash-side{display:none}.trust-bar,.pricing-grid,.accountants-grid,.testimonials,.support-strip{grid-template-columns:1fr}.trust-item,.support-box{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child,.support-box:last-child{border-bottom:0}.dash-grid,.dash-bottom{grid-template-columns:1fr}.table-report{grid-column:auto}.wizard{grid-template-columns:1fr}.steps{display:grid;grid-template-columns:repeat(2,1fr)}.addons-grid{grid-template-columns:repeat(2,1fr)}.flow{grid-template-columns:1fr}.flow-arrow{margin:auto;transform:rotate(90deg)}.final-cta{grid-template-columns:1fr}.hero h1{font-size:39px}.hero-cta{flex-direction:column;align-items:flex-start}.footer-grid{align-items:flex-start;flex-direction:column}.footer-links{gap:32px;flex-wrap:wrap}}
@media(max-width:560px){.nav-actions .btn-ghost{display:none}.nav .btn-primary{padding:0 14px}.logo{width:140px}.partner-header{display:none}.hero h1{font-size:34px}.hero-points{flex-direction:column;align-items:flex-start;gap:10px}.hero-cta .btn{width:100%;font-size:16px}.form-row{grid-template-columns:1fr}.checks-grid{grid-template-columns:1fr}.addons-grid,.logos-grid,.steps{grid-template-columns:1fr}.accountants-grid{gap:13px}.section-card{padding:18px 16px}.support-strip{grid-template-columns:1fr}}
