:root{
  --bg:#f7faf7;
  --surface:#ffffff;
  --surface-2:#f2fff0;
  --text:#15211a;
  --muted:#506050;
  --line:#d8e7d4;
  --orange:#ff6b00;
  --orange-dark:#d85a00;
  --green:#55e313;
  --green-dark:#39b000;
  --shadow:0 18px 44px rgba(18,40,24,.08);
  --radius:22px;
  --radius-sm:16px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#fbfffb 0%,#f7faf7 40%,#f9fcf7 100%);color:var(--text);line-height:1.6}
a{color:#0b6b3a;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 22px}
.top-strip{background:#162117;color:#ecfdee;border-bottom:1px solid rgba(255,255,255,.08)}
.top-strip-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:42px;font-size:14px}
.top-strip a{color:#d6ffc0;font-weight:700}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(21,33,26,.08)}
.header-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:80px}
.brand,.footer-brand{display:inline-flex;align-items:center;gap:14px;color:var(--text);text-decoration:none}
.brand img,.footer-brand img{width:132px;height:auto}
.brand strong,.footer-brand strong{display:block;font-size:18px;letter-spacing:.02em}
.brand small,.footer-brand small{display:block;color:var(--muted);font-size:13px;font-weight:700}
.nav{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.nav a{color:var(--text);font-weight:700;padding:10px 0;position:relative}
.nav a.is-active::after,.nav a:hover::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--orange),var(--green))}
.hero{padding:48px 0 30px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-copy{padding:34px;position:relative;overflow:hidden}
.hero-copy::before{content:"";position:absolute;inset:auto -70px -70px auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle at center,rgba(85,227,19,.2),rgba(85,227,19,0));pointer-events:none}
.hero-copy::after{content:"";position:absolute;inset:-90px auto auto -70px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle at center,rgba(255,107,0,.15),rgba(255,107,0,0));pointer-events:none}
.hero-copy h1{margin:0 0 14px;font-size:48px;line-height:1.06;max-width:14ch}
.hero-copy p{margin:0 0 18px;color:var(--muted);font-size:18px;max-width:64ch}
.hero-copy .subtle{font-size:16px}
.hero-aside{padding:28px;background:linear-gradient(180deg,#ffffff 0%,#f7fff5 100%)}
.hero-aside h3{margin:0 0 12px;font-size:22px}
.badge{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 14px;border-radius:999px;background:#fff3e8;color:#b44b00;font-weight:800;font-size:14px;border:1px solid #ffd7ba;margin-bottom:14px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.btn,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;background:linear-gradient(90deg,var(--orange),#ff8f00);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(255,107,0,.2);text-decoration:none;cursor:pointer}
.btn:hover,.button:hover{filter:brightness(.97);text-decoration:none}
.btn-secondary{background:#fff;border-color:var(--line);color:var(--text);box-shadow:none}
.btn-ghost{background:#eef9ec;border-color:#cfe9c6;color:#1d5d1e;box-shadow:none}
.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}
.metric{padding:16px 18px;border-radius:18px;background:#f9fff8;border:1px solid #ddf0d9}
.metric strong{display:block;font-size:26px;line-height:1.1}
.metric span{display:block;color:var(--muted);font-size:14px}
.trust-list,.plain-list{margin:12px 0 0;padding-left:20px}
.trust-list li,.plain-list li{margin:10px 0}
.section{padding:20px 0 50px}
.section h2{margin:0 0 10px;font-size:34px;line-height:1.12}
.section-lead{margin:0 0 18px;color:var(--muted);max-width:800px}
.grid-2,.grid-3,.grid-4{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.panel{padding:24px}
.panel h3{margin:0 0 10px;font-size:22px}
.panel p{margin:0 0 10px;color:var(--muted)}
.panel ul{margin:10px 0 0;padding-left:20px;color:var(--muted)}
.highlight-card{background:linear-gradient(180deg,#fff 0%,#f8fff5 100%)}
.steps{counter-reset:step}
.steps .panel{position:relative;padding-top:68px}
.steps .panel::before{counter-increment:step;content:counter(step);position:absolute;left:22px;top:18px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--green));color:#fff;font-weight:900}
.kicker{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2f7c2f;margin-bottom:10px}
.notice{padding:18px 20px;border-radius:18px;border:1px solid #ffe0c3;background:#fff6ee;color:#954600}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}
th,td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
th{background:#f8fef6;font-size:14px}
small,.small,.muted{color:var(--muted)}
.cta{padding:30px;display:flex;justify-content:space-between;gap:18px;align-items:center;background:linear-gradient(135deg,#ffffff 0%,#f2fff0 100%)}
.cta h2,.cta h3{margin:0 0 10px}
.cta p{margin:0;color:var(--muted)}
.doc-meta{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 22px}
.doc-chip{padding:8px 12px;border-radius:999px;background:#eef9ec;color:#236423;font-weight:800;font-size:14px;border:1px solid #d3ebcb}
.doc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.doc-card{padding:24px}
.doc-card h3{margin:0 0 8px;font-size:22px}
.doc-card p{margin:0 0 14px;color:var(--muted)}
.doc-actions{display:flex;flex-wrap:wrap;gap:10px}
.anchor-nav{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}
.anchor-nav a{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--text);font-weight:700}
.faq{display:grid;gap:14px}
details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:var(--shadow)}
summary{cursor:pointer;font-weight:800}
details p{margin:12px 0 0;color:var(--muted)}
.form-card{padding:28px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.form-grid .full{grid-column:1/-1}
label{display:block;font-weight:800;margin-bottom:6px}
input,select,textarea{width:100%;min-height:48px;padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--text);font:inherit}
textarea{min-height:140px;resize:vertical}
.checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.check{display:flex;gap:10px;align-items:flex-start;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}
.check input{width:18px;min-height:18px;margin-top:2px}
.form-note{margin-top:16px;padding:16px 18px;border-radius:16px;background:#f6fff2;border:1px solid #d8edcf;color:#386338}
.alert{padding:14px 16px;border-radius:14px;margin:0 0 18px;font-weight:700}
.alert-error{background:#fff3ef;border:1px solid #ffd0c4;color:#8a351f}
.alert-success{background:#effcee;border:1px solid #d0efcc;color:#2d6d27}
.hidden-honeypot{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;width:0;pointer-events:none}
.inline-list{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}
.inline-list li{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:700}
.footer{padding:34px 0 24px;border-top:1px solid var(--line);margin-top:24px;background:#ffffff}
.footer-grid{display:grid;grid-template-columns:1.15fr .9fr .95fr;gap:20px}
.footer h4{margin:0 0 10px}
.footer-links{margin:0;padding-left:18px}
.footer-links li{margin:7px 0}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-top:18px;margin-top:22px;border-top:1px solid var(--line);color:var(--muted)}
.hero-mini h1{max-width:none}
.spacer{height:10px}
@media (max-width:1080px){
  .hero-grid,.grid-4,.grid-3,.grid-2,.doc-grid,.footer-grid,.form-grid,.checks,.metric-grid{grid-template-columns:1fr}
  .header-inner,.top-strip-inner,.footer-bottom,.cta{flex-direction:column;align-items:flex-start}
  .hero-copy h1{font-size:38px}
}


.pricing-grid{align-items:stretch}
.price-card{padding:28px;position:relative;display:flex;flex-direction:column;gap:18px}
.price-card-head h3{margin:0;font-size:34px;line-height:1.05}
.plan-subtitle{margin:8px 0 0;color:var(--muted);font-size:18px;max-width:34ch}
.price-line{display:flex;align-items:flex-end;gap:10px;margin-top:20px}
.price-line strong{font-size:54px;line-height:1;font-weight:900;letter-spacing:-.03em}
.price-line span{font-size:18px;color:var(--muted);font-weight:700;padding-bottom:6px}
.plan-list{margin-top:0}
.plan-list li{margin:12px 0}
.price-card-footer{margin-top:auto;padding-top:4px}
.featured-price-card{background:linear-gradient(180deg,#ffffff 0%,#f5fff2 100%);border-color:#cfe9c6}
.price-badge{position:absolute;top:18px;right:18px;padding:8px 12px;border-radius:999px;background:#eef9ec;border:1px solid #cfe9c6;color:#246624;font-size:13px;font-weight:900}
.pricing-note{margin-top:18px}
.section-soft{background:linear-gradient(180deg,rgba(242,255,240,.75) 0%,rgba(247,250,247,0) 100%)}
.info-feature-block{align-items:start}
.plan-logic-card ul{margin:0;padding-left:20px}
.plan-logic-card li{margin:10px 0;color:var(--muted)}
.choose-grid{align-items:stretch}
.choose-card ul{margin:0;padding-left:20px;color:var(--muted)}
.choose-card li{margin:10px 0}
.plan-summary{display:flex;flex-direction:column;gap:16px}
.mini-plan{padding:16px 18px;border-radius:18px;background:#fff;border:1px solid var(--line)}
.mini-plan-top{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:10px}
.mini-plan-top strong{font-size:20px;white-space:nowrap}
.biz-metrics .metric{min-height:118px}
@media (max-width:1080px){
  .price-badge{position:static;align-self:flex-start}
}


.price-actions{display:flex;flex-wrap:wrap;gap:12px}
.plans-tools{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:24px}
.modal-open{overflow:hidden}
.modal-backdrop{position:fixed;inset:0;background:rgba(15,24,18,.55);display:none;align-items:center;justify-content:center;padding:24px;z-index:120}
.modal-backdrop.is-open{display:flex}
.specs-modal{width:min(1100px,100%);max-height:min(88vh,900px);background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 30px 80px rgba(15,24,18,.28);overflow:hidden;display:flex;flex-direction:column;outline:none}
.specs-modal-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 26px;border-bottom:1px solid var(--line);background:#fcfffb}
.specs-modal-head h2{margin:0;font-size:30px;line-height:1.1}
.modal-close{width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--text);font-size:32px;line-height:1;cursor:pointer}
.modal-close:hover{background:#f6fbf5}
.specs-modal-body{padding:0 0 22px;overflow:auto}
.specs-table-wrap{padding:0 0 0}
.specs-table{border:none;border-radius:0}
.specs-table thead th{position:sticky;top:0;background:#fcfffb;z-index:1;font-size:18px;font-weight:800}
.specs-table td:first-child,.specs-table th:first-child{width:32%}
.specs-table tbody td{font-size:16px}
.specs-note{margin:18px 26px 0;color:var(--muted)}
@media (max-width:1080px){
  .plans-tools,.price-actions{flex-direction:column}
  .specs-modal{max-height:92vh;border-radius:22px}
  .specs-modal-head{padding:18px 18px}
  .specs-modal-head h2{font-size:24px}
  .specs-table thead th{font-size:15px}
  .specs-table tbody td{font-size:14px}
  .specs-note{margin:16px 18px 0}
}
