:root{--green:#00a053;--green-2:#12a35a;--green-d:#008f49;--green-text:#07a15e;--ink:#10233d;--ink-heading:#0e1c33;--muted:#53677e;--line:#e3ecf3;--bg:#fbfdfd;--bg-blue:#eef4fb;--bg-blue-light:#f4f8fd;--soft:#eef8f2;--blue:#2AABEE;--cta:#043c44;--radius:20px;--shadow:0 16px 40px rgba(16,40,70,.07);--shadow-lg:0 24px 60px rgba(16,40,70,.12);--container:1180px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{overflow-x:hidden;max-width:100%}img,svg,video{max-width:100%;height:auto}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.text-center{text-align:center}h1,h2,h3,h4{font-weight:800;letter-spacing:-.03em;color:var(--ink-heading);line-height:1.15}h1{font-size:clamp(32px,3.8vw,40px)}h2{font-size:clamp(26px,3vw,38px);margin:8px 0 14px}h3{font-size:18px;font-weight:700;color:#12243c}h4{font-size:16px;font-weight:700;color:#12243c}.lead{color:var(--muted);max-width:600px;font-size:16px;line-height:1.6}.h-green{color:var(--green-text)}.text-green{color:var(--green-2)}.text-danger{color:#d93025}.text-success{color:#12A35A}.section-head{margin-bottom:36px}.section-head .lead{margin:0 auto}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--green-2);font-size:12.5px;font-weight:700;background:#e8f7ee;border-radius:999px;padding:5px 14px;letter-spacing:.02em;text-transform:uppercase}.eyebrow--blue{color:#2173cf;background:#eaf1fd}.plus{font-weight:500;margin-left:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 22px;border-radius:999px;font-size:14.5px;font-weight:600;border:0;cursor:pointer;white-space:nowrap;transition:.18s ease}.btn--primary{background:var(--green);color:#fff;box-shadow:0 8px 20px rgba(0,160,83,.24)}.btn--primary:hover{background:var(--green-d);transform:translateY(-1px)}.btn--sm{height:40px;padding:0 18px;font-size:13.5px}.btn--outline{background:#fff;color:var(--ink);border:1.5px solid #dce6ee;width:100%}.btn--outline:hover{border-color:var(--green);color:var(--green-d)}.btn--ghost-tg{background:#fff;color:#2AABEE;border:1.5px solid #d4ebf9;height:48px}.btn--ghost-tg:hover{background:#f0f8fd;border-color:#2AABEE}.btn--ghost-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.45)}.btn--ghost-light:hover{background:rgba(255,255,255,.1);border-color:#fff}.btn-text{color:#4a5d73;font-size:14.5px;font-weight:600}.btn-text:hover{color:var(--green-2)}.header{position:sticky;top:0;z-index:90;background:rgba(251,253,253,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(227,236,243,.55)}.header__inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{display:flex;align-items:center;gap:9px;font-weight:700;font-size:15px;flex-shrink:0}.logo__mark{display:inline-flex;flex-shrink:0}.logo__mark svg{display:block;border-radius:9px;width:28px;height:28px}.logo__mark--sm svg{width:22px;height:22px;border-radius:6px}.logo__mark--xl svg{width:48px;height:48px;border-radius:12px}.logo__word{display:flex;flex-direction:column;line-height:1.05}.logo__name{font-size:15px;letter-spacing:-.03em;color:#0e1c33;font-weight:800}.logo__domain{display:none}.nav{display:flex;align-items:center;gap:4px;font-size:13px;color:#44566c;font-weight:600;margin:0 auto}.nav a{white-space:nowrap;padding:6px 10px;border-radius:8px}.nav a:hover{color:var(--green-2);background:rgba(0,160,83,.06)}.nav__extra{display:none}.header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.header__cta{padding:0 14px;height:36px;font-size:13px}.lang{position:relative}.lang__btn{display:inline-flex;align-items:center;gap:4px;height:32px;padding:0 6px;border-radius:8px;border:0;background:transparent;font-size:12.5px;font-weight:700;color:#4a5d73;cursor:pointer;letter-spacing:.02em}.lang__btn:hover,.lang.is-open .lang__btn{color:var(--green-d);background:rgba(0,160,83,.08)}.lang__code{min-width:18px}.lang__menu{display:none;position:absolute;right:0;top:calc(100% + 6px);min-width:140px;background:#fff;border:1px solid #e8eef3;border-radius:12px;box-shadow:var(--shadow);padding:4px;list-style:none;z-index:100}.lang.is-open .lang__menu{display:block}.lang__menu button,.lang__menu a{width:100%;display:flex;align-items:center;gap:8px;border:0;background:transparent;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:600;color:#2a3d54;cursor:pointer;text-align:left;text-decoration:none}.lang__menu button:hover,.lang__menu button.is-active,.lang__menu a:hover,.lang__menu a.is-active{background:#e8f7ee;color:var(--green-d)}.burger{display:none;width:40px;height:40px;border:0;background:none;cursor:pointer;padding:0}.burger span{display:block;height:2px;background:var(--ink);margin:6px 10px;border-radius:2px}.hero{padding:24px 0 64px}.hero__inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:20px;min-height:520px}.hero__badges{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.hero__rating-badge{display:inline-flex;align-items:center;gap:5px;background:#fbf0d8;color:#875c00;font-size:12.5px;font-weight:600;padding:5px 12px;border-radius:999px}.hero__rating-badge .star-icon{color:#f59e0b}.hero__lead{margin:16px 0 20px;color:var(--muted);max-width:520px;font-size:16px;line-height:1.6}.hero__strip{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;background:#f2f7fb;border:1px solid #dce8f3;border-radius:999px;padding:7px 16px;font-size:13px;font-weight:600;color:#2c425a;margin-bottom:24px}.hero__strip .dot{color:#9bb1c6}.hero__btns{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.trust{display:flex;gap:24px;list-style:none;margin-top:32px;font-size:13.5px;color:#3b5066;line-height:1.35;font-weight:600}.trust li{display:flex;align-items:center;gap:10px}.trust__icon{width:36px;height:36px;min-width:36px;border-radius:50%;background:#e8f7ee;display:grid;place-items:center}.hero__visual{position:relative;height:510px;overflow:hidden}.blob{position:absolute;border-radius:50%;filter:blur(2px)}.blob--mint{width:420px;height:340px;background:radial-gradient(circle,#c8f0d8 0%,#e9f9f0 55%,transparent 70%);right:40px;top:30px;transform:rotate(-18deg)}.blob--blue{width:280px;height:240px;background:radial-gradient(circle,#d6e8fb 0%,#eef5fd 60%,transparent 75%);right:-20px;bottom:40px}.phone{position:absolute;left:80px;top:16px;transform:rotate(14deg);filter:drop-shadow(0 26px 45px rgba(20,40,70,.18))}.phone__bezel{width:250px;height:500px;background:linear-gradient(160deg,#3a4250,#1c222c 40%,#11151c);border-radius:38px;padding:9px;box-shadow:inset 0 0 0 1px #5a6270;position:relative}.phone__island{position:absolute;left:50%;top:18px;transform:translateX(-50%);width:78px;height:18px;background:#0b0d11;border-radius:20px;z-index:2}.phone__screen{height:100%;background:#f7f8fb;border-radius:30px;overflow:hidden;padding:32px 14px 14px;position:relative}.gp-top{display:flex;align-items:center;gap:6px;color:#667;font-size:11.5px;margin-bottom:12px}.gp-back{font-size:18px;line-height:1;color:#333}.gp-logo{display:flex;align-items:center;gap:4px;font-weight:600;color:#333}.gp-app{display:flex;align-items:center;gap:10px;margin-bottom:12px}.gp-icon{width:44px;height:44px;border-radius:12px;background:var(--green);display:grid;place-items:center}.gp-name{font-weight:700;font-size:16px}.gp-closed{display:flex;gap:8px;align-items:center;background:#eef3fb;border-radius:12px;padding:8px 10px;margin-bottom:10px}.gp-closed__ico{width:28px;height:28px;border-radius:50%;background:#fff;display:grid;place-items:center}.gp-closed b{display:block;font-size:11.5px}.gp-closed small{color:#64748b;font-size:10px}.gp-install{width:100%;height:36px;border:0;border-radius:999px;background:#12A35A;color:#fff;font-weight:700;font-size:13px;cursor:pointer}.gp-progress-card{margin-top:12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px}.gp-progress-title{font-size:11px;font-weight:700;color:#0f172a;margin-bottom:6px}.gp-streak{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.streak-dot{display:flex;align-items:center;justify-content:center;height:18px;border-radius:4px;background:#f1f5f9;color:#94a3b8;font-size:9px;font-weight:700}.streak-dot.is-active{background:#dcfce7;color:#15803d}.gp-stars{color:#f5b400;letter-spacing:2px;font-size:13px;margin:10px 0 8px}.gp-lines i{display:block;height:5px;background:#e6e9ef;border-radius:4px;margin-bottom:5px}.gp-lines i:nth-child(2){width:86%}.gp-lines i:nth-child(3){width:62%}.closed-card{position:absolute;right:10px;top:140px;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:14px 16px;display:flex;gap:12px;align-items:center;width:195px;z-index:3}.closed-card__ico{width:42px;height:42px;border-radius:12px;background:#eef3fb;display:grid;place-items:center}.closed-card strong{font-size:13.5px;display:block}.closed-card p{font-size:12px;color:var(--muted);line-height:1.25;margin-top:2px}.closed-card b{color:var(--ink)}.proof{padding:60px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.proof__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;margin-bottom:32px}.proof__email-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;padding:22px;box-shadow:0 10px 30px rgba(16,40,70,.05)}.email-card__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding-bottom:14px;margin-bottom:16px}.email-card__sender{display:flex;align-items:center;gap:10px}.gp-icon-circle{width:34px;height:34px;border-radius:50%;background:#eef3fb;display:grid;place-items:center}.email-card__sender b{display:block;font-size:13.5px;color:#0f172a}.email-card__sender small{color:#64748b;font-size:11.5px}.email-card__date{font-size:12px;color:#94a3b8;font-weight:500}.email-card__subject{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:#0f172a;margin-bottom:12px}.verified-check{width:22px;height:22px;border-radius:50%;background:#22c55e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.email-card__text{font-size:13.5px;color:#475569;line-height:1.6}.email-card__footer{display:flex;gap:10px;margin-top:18px}.email-badge{font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:999px;background:#f1f5f9;color:#334155}.email-badge--green{background:#dcfce7;color:#166534}.proof__metrics{display:grid;grid-template-columns:1fr 1fr;gap:16px}.metric-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:18px;padding:18px}.metric-number{font-size:34px;font-weight:800;color:var(--green-2);letter-spacing:-.03em;line-height:1;margin-bottom:6px}.metric-label{font-size:14px;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:4px}.metric-desc{font-size:12.5px;color:var(--muted);line-height:1.4}.proof__badges{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px}.trust-pill{display:inline-flex;align-items:center;gap:5px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;padding:5px 12px;font-size:12.5px;font-weight:600;color:#334155;white-space:nowrap}.check-ico{color:#16a34a;font-weight:800}.cabinets{padding:56px 0}.cabinet-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:32px}.cabinet-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:999px;font-size:14.5px;font-weight:700;border:1.5px solid #dce6ee;background:#fff;color:#475569;cursor:pointer;transition:.2s}.cabinet-tab:hover{border-color:var(--green);color:var(--green-d)}.cabinet-tab.is-active{background:#e8f7ee;border-color:var(--green);color:var(--green-d)}.cabinet-tab .tab-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.cabinet-tab.is-active .tab-dot{background:var(--green)}.cabinet-pane{display:none}.cabinet-pane.is-active{display:block}.cabinet__inner{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center}.dash-wrap{position:relative}.pill-label{position:absolute;left:18px;top:-12px;z-index:2;background:#e8f7ee;color:var(--green-2);font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;box-shadow:0 4px 10px rgba(0,0,0,.06)}.pill-label--blue{background:#eaf1fd;color:#2563eb}.dash{display:grid;grid-template-columns:180px 1fr;background:#fff;border-radius:24px;box-shadow:var(--shadow-lg);border:4px solid #edf8f2;overflow:hidden}.dash__side{background:#f8fafc;padding:20px 14px;border-right:1px solid #e2e8f0}.dash__brand{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:#0f172a;margin-bottom:18px}.dash__side nav{display:flex;flex-direction:column;gap:4px}.dash__side a{display:block;padding:8px 10px;border-radius:10px;font-size:12.5px;color:#475569;font-weight:600}.dash__side a.is-active{background:#e8f7ee;color:var(--green-d)}.dash__main{padding:18px 20px}.dash__top-bar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9;padding-bottom:12px;margin-bottom:14px}.dash__top-bar b{display:block;font-size:14px;color:#0f172a}.track-status{color:#16a34a;font-size:12px;font-weight:600}.dash__quick-actions{display:flex;gap:8px}.btn-dash{padding:6px 12px;border-radius:8px;font-size:11.5px;font-weight:700;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer}.btn-dash--primary{background:#e8f7ee;border-color:#a7f3d0;color:#065f46}.dash__streak-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px;margin-bottom:14px}.streak-header{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-bottom:8px}.streak-grid{display:grid;grid-template-columns:repeat(14,1fr);gap:4px}.day-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:4px 0;font-size:10px;color:#64748b}.day-cell.is-done{background:#dcfce7;border-color:#86efac;color:#166534;font-weight:700}.day-cell.is-current{box-shadow:0 0 0 2px #16a34a}.day-cell i{font-style:normal;font-size:9px;line-height:1;margin-top:1px}.dash__testers-table{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.table-title{font-size:12px;font-weight:700;color:#0f172a;margin-bottom:8px}.tester-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-top:1px solid #f1f5f9;font-size:12px}.tester-avatar{width:26px;height:26px;border-radius:50%;background:#e2e8f0;display:grid;place-items:center;font-size:10px;font-weight:700;color:#475569}.tester-info{flex:1}.tester-info b{display:block;font-size:12px;color:#0f172a}.tester-info small{color:#64748b;font-size:11px}.tester-badge{font-size:10.5px;font-weight:700;padding:3px 8px;border-radius:999px;background:#f1f5f9;color:#475569}.tester-badge--green{background:#dcfce7;color:#15803d}.cabinet__copy h3{font-size:24px;margin:10px 0 12px}.cabinet__copy .lead{margin-bottom:20px;font-size:15px}.checks{list-style:none;margin:0 0 24px}.checks li{position:relative;padding:7px 0 7px 28px;font-size:14px;color:#334155;line-height:1.45}.checks li::before{content:"";position:absolute;left:0;top:11px;width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:inset 0 0 0 3.5px #fff,0 0 0 1.5px var(--green)}.checks--blue li::before{background:#2563eb;box-shadow:inset 0 0 0 3.5px #fff,0 0 0 1.5px #2563eb}.tester-workspace-card{background:#fff;border-radius:24px;box-shadow:var(--shadow-lg);border:4px solid #e8f0fe;padding:24px}.tw-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9;padding-bottom:14px;margin-bottom:16px}.tw-user{display:flex;align-items:center;gap:12px}.avatar-circle{width:42px;height:42px;border-radius:50%;background:#2563eb;color:#fff;display:grid;place-items:center;font-weight:800;font-size:14px}.tw-user b{display:block;font-size:14px;color:#0f172a}.tw-user small{color:#64748b;font-size:12px}.tw-status{background:#dcfce7;color:#166534;font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:999px}.tw-checklist{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px;margin-bottom:16px}.tw-check-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:10px}.tw-item{font-size:12.5px;padding:5px 0;color:#475569;display:flex;align-items:center;gap:8px}.tw-item.is-checked{color:#166534;font-weight:600}.tw-payouts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.payout-item{background:#f1f5f9;border-radius:10px;padding:10px;text-align:center}.payout-item small{display:block;font-size:11px;color:#64748b;margin-bottom:2px}.payout-item b{font-size:13px;color:#0f172a}.pricing{background:var(--bg-blue);border-top:1px solid #e1ecf6;border-bottom:1px solid #e1ecf6;padding:60px 0}.pricing__head{text-align:center;margin:0 auto 36px;max-width:740px}.pricing__kicker{display:inline-block;color:var(--green-2);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}.pricing__head h2{margin:0 0 12px}.pricing__lead{color:var(--muted);font-size:15.5px;line-height:1.55}.plans{display:grid;grid-template-columns:1fr 1.08fr 1fr;gap:18px;align-items:stretch;max-width:1080px;margin:0 auto}.plan{background:#fff;border:1.5px solid #e2eaf0;border-radius:24px;padding:22px 22px 20px;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(16,40,70,.04)}.plan__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.plan__name{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.plan__off{background:#e8f7ee;color:var(--green-2);font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px}.plan__testers{font-size:19px;font-weight:800;letter-spacing:-.02em;margin:0 0 8px;color:#0f172a;line-height:1.3}.plan__old-wrap{display:flex;align-items:baseline;gap:10px;margin-bottom:2px}.plan__old{color:#94a3b8;font-size:16px;font-weight:700;text-decoration:line-through}.plan__price{font-size:36px;font-weight:800;letter-spacing:-.04em;line-height:1;color:#0f172a}.plan__once{color:var(--muted);font-size:12.5px;margin:0 0 8px}.plan__deal{border-top:1px solid #edf2f6;padding-top:8px;margin:0 0 10px;font-size:12.5px;font-weight:700;color:#334155}.plan ul{list-style:none;margin:0 0 16px;flex:1}.plan li{position:relative;display:block;padding:5px 0 5px 26px;font-size:13.5px;color:#334155;line-height:1.45}.plan li::before{content:"";position:absolute;left:0;top:7px;width:16px;height:16px;border-radius:50%;background:#d8f5e4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%2312A35A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M2.2 6.2 4.6 8.6 9.8 3.4'/%3E%3C/svg%3E") center/9px no-repeat}.plan .btn{margin-top:auto;width:100%;height:46px}.plan__more{display:block;text-align:center;margin-top:10px;color:#64748b;font-size:12.5px;font-weight:600}.plan__more:hover{color:var(--green-2)}.plan--hero{position:relative;z-index:2;color:#fff;background:radial-gradient(120% 70% at 50% -8%,#1aa85a 0%,#0d241c 38%,#081510 100%);border:0;padding:18px 24px 22px;transform:translateY(-8px);box-shadow:0 24px 60px rgba(8,30,20,.35)}.plan__hero-off{text-align:center;font-size:12px;font-weight:800;letter-spacing:.16em;padding:2px 0 10px;color:#a7f3d0}.plan--hero .plan__name{color:#b7d8c6}.plan__popular{background:var(--green);color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px;white-space:nowrap}.plan--hero .plan__testers,.plan--hero .plan__price{color:#fff}.plan__old--white{color:#7ea892}.plan--hero .plan__once{color:#9bbcad}.plan__deal--hero{color:#d1fae5;border-color:rgba(255,255,255,.12)}.plan--hero li{color:#e6f3ec}.plan--hero li::before{background-color:#1aa85a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M2.2 6.2 4.6 8.6 9.8 3.4'/%3E%3C/svg%3E");background-size:9px}.plan--hero .btn--primary{box-shadow:0 10px 22px rgba(0,0,0,.25)}.plan--hero .plan__more{color:#c5ddd2}.pricing__guarantee{display:flex;align-items:center;gap:16px;background:#fff;border:1.5px solid #e2eaf0;border-radius:20px;padding:18px 22px;margin:28px auto 0;max-width:1080px;box-shadow:0 8px 24px rgba(16,40,70,.04)}.pricing__g-ico{width:46px;height:46px;border-radius:50%;background:#e8f7ee;display:grid;place-items:center;flex-shrink:0}.pricing__g-text{flex:1}.pricing__g-text b{display:block;font-size:15px;color:#0f172a}.pricing__g-text p{color:var(--muted);font-size:13.5px;margin-top:2px}.pricing__g-text a{color:var(--green-2);font-weight:700;text-decoration:underline}.pricing__pay{display:flex;align-items:center;gap:12px;color:#8a9aab;font-size:11px;font-weight:700;text-transform:uppercase}.pay-logos{display:flex;align-items:center;gap:10px}.pay-visa{color:#1A1F71;font-size:18px;font-weight:800;font-style:italic}.pay-mc{position:relative;width:32px;height:18px}.pay-mc i{position:absolute;top:0;width:18px;height:18px;border-radius:50%}.pay-mc i:first-child{left:0;background:#EB001B}.pay-mc i:last-child{right:0;background:#F79E1B}.pay-stripe{color:#635BFF;font-size:16px;font-weight:700}.how{padding:56px 0}.steps-flow{display:flex;align-items:stretch;justify-content:space-between;gap:8px;margin:32px 0 24px}.step-card{flex:1;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:20px 16px;display:flex;flex-direction:column;position:relative}.step-card__num{width:32px;height:32px;border-radius:50%;background:#e8f7ee;color:var(--green-d);font-weight:800;font-size:14px;display:grid;place-items:center;margin-bottom:10px}.step-card__time{font-size:11.5px;font-weight:700;color:#64748b;background:#f1f5f9;padding:3px 8px;border-radius:999px;align-self:flex-start;margin-bottom:10px}.step-card h3{font-size:15px;margin-bottom:6px}.step-card p{font-size:12.5px;color:var(--muted);line-height:1.45}.step-card--success{border-color:#86efac;background:#f0fdf4}.step-card--success .step-card__num{background:var(--green);color:#fff}.step-card--success .step-card__time{background:#dcfce7;color:#166534}.step-divider{display:flex;align-items:center;justify-content:center;color:#cbd5e1;font-size:20px;font-weight:800;padding:0 4px}.how__hint-box{display:flex;align-items:center;gap:12px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:14px 20px;font-size:14px;color:#334155;max-width:860px;margin:0 auto}.hint-icon{font-size:20px}.reports{padding:56px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.reports__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:center}.report-preview-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;padding:22px;box-shadow:0 10px 30px rgba(16,40,70,.05)}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.report-badge{background:#e8f7ee;color:var(--green-d);font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:999px}.report-format{font-size:11.5px;font-weight:700;color:#64748b}.report-title-line{margin-bottom:14px}.report-title-line b{display:block;font-size:15px;color:#0f172a}.report-title-line small{color:#64748b;font-size:12px}.report-stats-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.r-stat{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px;text-align:center}.r-num{display:block;font-size:16px;font-weight:800;color:var(--green-2)}.r-lbl{font-size:10px;color:#64748b}.report-sample-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:12px}.rst-head,.rst-row{display:grid;grid-template-columns:1.4fr 1.2fr .8fr .8fr;padding:8px 12px;font-size:11.5px;align-items:center}.rst-head{background:#f1f5f9;font-weight:700;color:#475569}.rst-row{border-top:1px solid #f1f5f9;color:#334155}.sev-badge{font-size:10px;font-weight:800;padding:2px 6px;border-radius:6px;text-align:center;display:inline-block}.sev-badge--critical{background:#fee2e2;color:#b91c1c}.sev-badge--major{background:#fef3c7;color:#b45309}.sev-badge--minor{background:#f1f5f9;color:#475569}.status-badge{font-size:10px;color:#166534;font-weight:700}.report-footer-note{font-size:12px;color:#15803d;font-weight:600}.reports__details{display:flex;flex-direction:column;gap:14px}.tier-depth-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:18px;padding:18px}.tier-depth-card--highlight{border-color:#86efac;background:#f0fdf4}.tier-tag{display:inline-block;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;background:#e2e8f0;color:#334155;margin-bottom:6px}.tier-tag--green{background:#dcfce7;color:#166534}.tier-tag--dark{background:#0f172a;color:#fff}.tier-depth-card h4{font-size:15px;margin-bottom:4px}.tier-depth-card p{font-size:13px;color:var(--muted);line-height:1.45}.compare{padding:56px 0}.compare-table-wrap{overflow-x:auto;background:#fff;border:1.5px solid #e2e8f0;border-radius:24px;box-shadow:var(--shadow)}.compare-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.compare-table th,.compare-table td{padding:16px 20px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.compare-table th{background:#f8fafc;font-size:13.5px;font-weight:800;color:#0f172a}.compare-table th.col-highlight,.compare-table td.col-highlight{background:#f0fdf4;border-left:2px solid #86efac;border-right:2px solid #86efac}.compare-table th.col-highlight{background:#dcfce7;color:#14532d;font-size:14.5px}.reviews{background:var(--bg-blue);border-top:1px solid #e1ecf6;border-bottom:1px solid #e1ecf6;padding:60px 0}.reviews__lead{margin:0 auto;max-width:600px}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:32px 0 24px}.review{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:22px;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,.03)}.review__person{display:flex;gap:12px;align-items:center;margin-bottom:12px}.review__person img{width:44px;height:44px;border-radius:50%;object-fit:cover}.review__person b{display:block;font-size:14.5px;color:#0f172a}.review__person small{color:var(--muted);font-size:12px}.review__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.stars--gold{color:#f59e0b;font-size:14px;letter-spacing:2px}.review-verified{font-size:11px;font-weight:700;color:#16a34a;background:#e8f7ee;padding:3px 8px;border-radius:999px}.review p{color:#334155;font-size:13.5px;line-height:1.55}.reviews__actions{margin-top:12px}.guides{padding:56px 0;background:#fff;border-bottom:1px solid var(--line)}.guides__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.guide-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;padding:22px;display:flex;flex-direction:column}.guide-card__tag{font-size:11.5px;font-weight:700;color:#2563eb;background:#eff6ff;padding:4px 10px;border-radius:999px;align-self:flex-start;margin-bottom:12px}.guide-card h3{font-size:16px;line-height:1.4;margin-bottom:8px}.guide-card p{font-size:13px;color:var(--muted);line-height:1.5;margin-bottom:16px;flex:1}.guide-card__footer{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#64748b;font-weight:600;border-top:1px solid #e2e8f0;padding-top:12px}.guide-link{color:var(--green-2);font-weight:700}.guide-link:hover{text-decoration:underline}.seo-101{padding:56px 0}.chapters-accordion{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.chapter-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;overflow:hidden}.chapter-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;border:0;background:none;cursor:pointer;text-align:left;font-size:15px;font-weight:700;color:#0f172a}.chapter-q i{font-style:normal;font-size:20px;color:#64748b;transition:.2s}.chapter-item.is-open .chapter-q i{transform:rotate(45deg);color:var(--green)}.chapter-a{display:none;padding:0 20px 18px;font-size:14px;color:var(--muted);line-height:1.6;border-top:1px solid #f1f5f9;padding-top:12px}.chapter-item.is-open .chapter-a{display:block}.faq{padding:56px 0}.faq__head{margin-bottom:36px;text-align:center}.faq__head .lead{text-align:center;max-width:520px;margin:0 auto}.faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 48px}.faq-item{border-bottom:1px solid #e2e8f0}.faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 0;border:0;background:none;cursor:pointer;text-align:left;font-size:15px;font-weight:700;color:#0f172a;line-height:1.35}.faq-item__q i{flex-shrink:0;width:22px;height:22px;display:grid;place-items:center;font-style:normal;font-size:20px;color:#8aa0b3;transition:transform .2s ease}.faq-item.is-open .faq-item__q i{transform:rotate(45deg);color:var(--green)}.faq-item__a{display:none;padding:0 24px 18px 0}.faq-item.is-open .faq-item__a{display:block}.faq-item__a p{color:var(--muted);font-size:14.5px;line-height:1.6}.faq__human{margin-top:40px;background:#fff;border:1.5px solid #e2e8f0;border-radius:22px;padding:18px 24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;box-shadow:var(--shadow)}.faq__human img{width:48px;height:48px;border-radius:50%;object-fit:cover}.faq__human-copy{min-width:220px}.faq__human-copy b{display:block;font-size:15px;color:#0f172a}.faq__human-copy small{color:var(--muted);font-size:13px}.faq__human-mail{margin-left:auto;color:#64748b;font-size:13.5px}.faq__human-mail a{color:var(--green-2);font-weight:700;text-decoration:underline}.faq__human-btns{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.faq__wa,.faq__tg{height:44px;padding:0 18px;gap:8px;font-size:13.5px}.faq__tg{background:#2AABEE;color:#fff;box-shadow:0 8px 18px rgba(42,171,238,.25)}.faq__tg:hover{background:#1e9ad9}.cta{padding:60px 0 48px}.cta__banner{position:relative;overflow:hidden;background:radial-gradient(1200px 240px at 80% 50%,#0b6a52 0%,#043c44 42%,#03343b 100%);border-radius:28px;min-height:180px;display:grid;grid-template-columns:80px 1.25fr auto .6fr;align-items:center;padding:32px 40px;color:#fff;gap:16px}.cta__banner::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 40%,rgba(40,180,110,.25),transparent 30%),radial-gradient(circle at 90% 80%,rgba(20,140,90,.2),transparent 28%);pointer-events:none}.cta__text,.cta__actions,.cta__logo{position:relative;z-index:1}.cta__text h2{color:#fff;font-size:26px;margin:0 0 6px}.cta__text p{color:rgba(255,255,255,.82);font-size:14px;max-width:440px}.cta__trust-line{display:flex;gap:8px;font-size:12px;color:#a7f3d0;margin-top:8px;font-weight:600}.cta__actions{display:flex;gap:10px;flex-direction:column}.cta__phone{position:relative;height:140px}.cta-phone{position:absolute;right:20px;bottom:-40px;width:140px;height:180px;background:linear-gradient(#eef2f6,#dfe6ee);border:8px solid #1a222c;border-bottom:0;border-radius:24px 24px 0 0;transform:rotate(-16deg);overflow:hidden}.cta-phone__lines{padding:18px 12px}.cta-phone__lines span{display:block;height:7px;background:#c9d3de;border-radius:4px;margin-bottom:10px}.cta-phone__lines span:nth-child(2){width:80%}.cta-phone__lines span:nth-child(3){width:90%}.cta__shield{position:absolute;right:0;top:18px;z-index:2;width:54px;height:54px;border-radius:50%;background:#e8f7ee;display:grid;place-items:center;box-shadow:0 10px 24px rgba(0,0,0,.2)}.footer{background:#f8fafc;border-top:1px solid var(--line);padding:56px 0 28px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.2fr;gap:36px;margin-bottom:40px}.footer__about{font-size:13px;color:var(--muted);margin:14px 0 16px;line-height:1.6;max-width:300px}.footer__socials{display:flex;gap:10px}.footer__socials a{width:36px;height:36px;border-radius:50%;background:#fff;border:1.5px solid #dce6ee;display:grid;place-items:center;color:#475569;transition:.2s}.footer__socials a:hover{border-color:var(--green);color:var(--green-d)}.footer__heading{display:block;font-size:14px;font-weight:800;color:#0f172a;margin-bottom:14px}.footer__nav-list{display:flex;flex-direction:column;gap:8px;font-size:13.5px;color:#475569}.footer__nav-list a:hover{color:var(--green-2)}.footer__contacts p{font-size:13px;color:#475569;margin-bottom:8px;line-height:1.5}.footer__contacts a{color:var(--green-2);font-weight:600}.footer__address{margin-top:10px;font-size:12px;color:#64748b}.footer__bottom{border-top:1px solid #e2e8f0;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer__copy{font-size:12.5px;color:#94a3b8;max-width:600px}.footer__bottom-right{display:flex;align-items:center;gap:16px}.footer__lang-switch{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#64748b;font-weight:700}.btn-lang-mini{padding:4px 8px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:11px;font-weight:700;color:#334155;cursor:pointer;text-decoration:none;display:inline-block;line-height:1.2}.btn-lang-mini:hover,.btn-lang-mini.is-active{background:#e8f7ee;border-color:var(--green);color:var(--green-d)}.footer__chat-btn{width:38px;height:38px;border-radius:50%;background:var(--green);display:grid;place-items:center;transition:.2s}.footer__chat-btn:hover{background:var(--green-d)}.modal-backdrop{display:none;position:fixed;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(4px);z-index:1000;align-items:center;justify-content:center;padding:20px}.modal-backdrop.is-open{display:flex}.modal-window{background:#fff;width:min(640px,100%);max-height:85vh;border-radius:20px;box-shadow:0 25px 60px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:18px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.modal-header h3{font-size:18px;margin:0}.modal-close{background:none;border:0;font-size:20px;color:#94a3b8;cursor:pointer;padding:4px 8px}.modal-close:hover{color:#0f172a}.modal-body{padding:24px;overflow-y:auto;font-size:14px;color:#334155;line-height:1.6}.modal-body h4{font-size:15px;margin:16px 0 6px}.modal-body p{margin-bottom:10px}.modal-body ul{padding-left:20px;margin-bottom:12px}.modal-body li{margin-bottom:4px}.modal-footer{padding:14px 24px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;background:#f8fafc}.order-modal{width:min(480px,100%)}.order-form{padding:20px 24px 24px;display:flex;flex-direction:column;gap:12px}.order-form__plan{display:inline-flex;align-self:flex-start;background:#e8f7ee;color:var(--green-d);font-size:13px;font-weight:800;padding:6px 12px;border-radius:999px;margin-bottom:4px}.order-field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#334155}.order-field input,.order-field textarea{width:100%;border:1.5px solid #cbd5e1;border-radius:12px;padding:11px 14px;font-size:14px;font-weight:500;font-family:inherit;color:var(--ink);background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;resize:vertical}.order-field input:focus,.order-field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(0,160,83,.15)}.order-field input.is-invalid,.order-field textarea.is-invalid{border-color:#ef4444}.order-form__hint{font-size:12.5px;color:var(--muted);margin:0;font-weight:500}.order-form__status{margin:0;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600}.order-form__status.is-ok{background:#e8f7ee;color:#067647}.order-form__status.is-err{background:#fef2f2;color:#b91c1c}.order-form__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:6px;flex-wrap:wrap}.order-form__actions .btn{min-width:140px}.plan .btn{width:100%;cursor:pointer}@media (max-width:1100px){.hero__inner,.cabinet__inner,.proof__grid,.reports__grid{grid-template-columns:1fr}.reviews__grid,.guides__grid{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1fr 1fr}.steps-flow{flex-direction:column}.step-divider{transform:rotate(90deg);margin:6px 0}.cta__banner{grid-template-columns:1fr;gap:18px}.cta__phone{display:none}.nav{display:none;margin:0}.nav.is-open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:#fff;padding:12px 20px 18px;box-shadow:var(--shadow-lg);z-index:99;gap:0;border-bottom:1px solid #eef2f6}.nav.is-open a{padding:13px 6px;border-bottom:1px solid #f1f5f9;border-radius:0}.nav.is-open a:last-child{border-bottom:0}.nav.is-open a:hover{background:transparent}.nav__extra{display:block}.burger{display:block;flex-shrink:0}.header__inner{position:relative;gap:8px}.header__cta{display:none}.dash{grid-template-columns:1fr}.dash__side{display:none}.hero__visual{display:none !important}.hero__inner{min-height:0;gap:12px}}@media (max-width:980px){.plans{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}.plan--hero{transform:none}.compare-table{min-width:640px}}@media (max-width:720px){.container{width:calc(100% - 28px);max-width:100%}.header{backdrop-filter:none;background:#fbfdfd}.header__inner{height:56px;gap:6px}.logo__name{font-size:14.5px}.logo__mark svg{width:26px;height:26px}.header__actions{gap:2px}.lang__btn{height:36px;padding:0 8px}.hero{padding:12px 0 40px}.hero__visual{display:none !important}.closed-card{display:none}.blob--mint{display:none}.blob--blue{display:none}h1{font-size:clamp(24px,6.8vw,30px);word-break:normal;overflow-wrap:break-word;hyphens:auto}h2{font-size:clamp(22px,6vw,28px)}.hero__content{max-width:100%;min-width:0}.hero__lead{font-size:15px;margin:12px 0 16px;max-width:100%}.hero__rating-badge{font-size:11.5px;padding:5px 10px;max-width:100%;white-space:normal;line-height:1.35}.hero__strip{display:grid;grid-template-columns:1fr 1fr;width:100%;box-sizing:border-box;border-radius:16px;padding:10px 12px;gap:8px 10px;font-size:12.5px;line-height:1.35}.hero__strip .dot{display:none}.hero__strip span{white-space:normal}.hero__btns{flex-direction:column;align-items:stretch}.hero__btns .btn{width:100%;justify-content:center}.btn--ghost-tg{width:100%;justify-content:center}.trust{flex-direction:column;gap:12px;margin-top:22px}.proof,.cabinets,.pricing,.how,.reports,.compare,.reviews,.guides,.seo-101,.faq{padding:40px 0}.proof__metrics{grid-template-columns:1fr}.proof__email-card,.metric-card,.proof__badges{max-width:100%;min-width:0}.proof__badges{gap:8px}.trust-pill{font-size:11.5px;padding:5px 10px;white-space:normal}.cabinet-tabs{flex-direction:column;width:100%}.cabinet-tab{width:100%;justify-content:center}.dash-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.dash{min-width:0;max-width:100%}.streak-grid{gap:4px}.day-cell{font-size:11px;padding:6px 2px}.faq__grid,.reviews__grid,.guides__grid,.footer__grid{grid-template-columns:1fr}.reviews__grid{gap:14px}.report-preview-card,.reports__details,.tier-depth-card{max-width:100%;min-width:0;box-sizing:border-box}.report-stats-mini{grid-template-columns:1fr 1fr}.report-sample-table{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.rst-head,.rst-row{grid-template-columns:1.4fr .9fr .7fr .7fr;min-width:460px;font-size:12px}.pricing__guarantee{flex-direction:column;align-items:flex-start;gap:14px}.pricing__pay{width:100%;margin-left:0}.faq__human{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.faq__human-mail{margin-left:0}.faq__human-btns{width:100%}.faq__wa,.faq__tg{width:100%;justify-content:center}.cta{padding:36px 0 40px}.cta__banner{padding:24px 18px;border-radius:22px}.cta__text h2{font-size:22px}.cta__actions{flex-direction:column;align-items:stretch;width:100%}.cta__actions .btn{width:100%;justify-content:center}.footer__bottom{flex-direction:column;align-items:flex-start;gap:14px}.footer__copy{font-size:12px}.order-modal{width:100%;max-height:92vh;border-radius:18px 18px 0 0;margin-top:auto}.modal-backdrop.is-open{align-items:flex-end;padding:0}.order-form__actions{flex-direction:column-reverse}.order-form__actions .btn{width:100%;min-width:0}.reviews,.guides,.seo-101,.compare,.reports{content-visibility:auto;contain-intrinsic-size:1px 800px}.phone__bezel{width:210px;height:420px;border-radius:32px}.email-card__header{flex-wrap:wrap;gap:8px}.email-card__date{margin-left:0}}@media (max-width:400px){.container{width:calc(100% - 24px)}}