@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#0069ff;--blue-dark:#0052cc;--blue-hover:#0058d6;--blue-light:#e8f1ff;--blue-mid:#cfe0ff;--gray-50:#f8f9fa;--gray-100:#f1f3f5;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#868e96;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--green:#12b76a;--green-bg:#ecfdf3;--amber:#f59e0b;--red:#ef4444;--white:#fff;--font:"Inter",sans-serif;--radius:6px;--radius-lg:10px}html{scroll-behavior:smooth}.landing{font-family:var(--font);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6}.landing nav{z-index:200;background:var(--white);border-bottom:1px solid var(--gray-200);height:60px;position:sticky;top:0}.nav-w{align-items:center;gap:8px;max-width:1180px;height:100%;margin:0 auto;padding:0 24px;display:flex}.nav-logo{color:var(--gray-900);letter-spacing:-.3px;flex-shrink:0;align-items:center;gap:9px;margin-right:16px;font-size:1.1rem;font-weight:800;text-decoration:none;display:flex}.logo-mark{background:var(--blue);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.logo-dot{color:var(--blue)}.logo-mark svg{fill:none;stroke:#fff;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.nav-links{flex:1;align-items:center;gap:2px;list-style:none;display:flex}.nav-links a{color:var(--gray-600);border-radius:var(--radius);white-space:nowrap;padding:6px 12px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s}.nav-links a:hover{background:var(--gray-100);color:var(--gray-900)}.nav-right{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.nav-right a{border-radius:var(--radius);white-space:nowrap;padding:7px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .12s}.btn-login{color:var(--gray-700);border:1px solid var(--gray-300)}.btn-login:hover{border-color:var(--blue);color:var(--blue)}.btn-signup{background:var(--blue);border:1px solid var(--blue);color:#fff!important}.btn-signup:hover{background:var(--blue-hover)}.nav-desktop-only{align-items:center;display:inline-flex}.nav-burger{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;margin-left:8px;padding:6px;display:none}.nav-burger:hover{background:var(--gray-100)}.burger-line{background:var(--gray-700);border-radius:2px;width:20px;height:2px;transition:transform .2s,opacity .2s;display:block}.burger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-drawer-backdrop{z-index:299;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;position:fixed;inset:0}.nav-drawer{z-index:300;background:#fff;flex-direction:column;width:280px;padding:72px 0 32px;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}.nav-drawer--open{transform:translate(0)}.nav-drawer-links{flex-direction:column;padding:0 8px;display:flex}.nav-drawer-link{color:var(--gray-700);border-radius:8px;padding:12px 16px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s}.nav-drawer-link:hover{background:var(--gray-100);color:var(--gray-900)}.nav-drawer-divider{border-top:1px solid var(--gray-200);margin:16px 24px}.nav-drawer-actions{flex-direction:column;gap:8px;padding:0 24px;display:flex}.nav-drawer-btn-login{text-align:center;color:var(--gray-700);border:1px solid var(--gray-300);border-radius:8px;padding:10px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .12s;display:block}.nav-drawer-btn-login:hover{border-color:var(--blue);color:var(--blue)}.nav-drawer-btn-signup{text-align:center;color:#fff;background:var(--blue);border-radius:8px;padding:10px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .12s;display:block}.nav-drawer-btn-signup:hover{background:var(--blue-hover)}.nav-drawer-bottom{flex-direction:column;gap:10px;padding:0 24px;display:flex}.hero{background:var(--white);padding:72px 24px 48px;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background:radial-gradient(800px 500px at 50% -10%,#0069ff0e 0%,#0000 65%);height:100%;position:absolute;top:0;left:0;right:0}.hero-inner{z-index:1;max-width:1180px;margin:0 auto;position:relative}.hero-text{text-align:center}.hero-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--blue);background:var(--blue-light);border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--blue);border-radius:50%;width:6px;height:6px;animation:2s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.35}}.hero h1{letter-spacing:-1.1px;color:var(--gray-900);max-width:680px;margin:0 auto 18px;font-size:clamp(2.1rem,4.2vw,3.1rem);font-weight:800;line-height:1.13}.hero h1 .accent{color:var(--blue)}.hero-sub{color:var(--gray-600);max-width:530px;margin:0 auto 32px;font-size:1.05rem;font-weight:400;line-height:1.72}.hero-btns{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.btn-primary{background:var(--blue);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:6px;padding:11px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .12s,box-shadow .12s,transform .1s;display:inline-flex;box-shadow:0 2px 8px #0069ff38}.btn-primary:hover{background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 4px 16px #0069ff47}.btn-outline{background:var(--white);color:var(--gray-800);border-radius:var(--radius);border:1px solid var(--gray-300);padding:11px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .12s,background .12s}.btn-outline:hover{border-color:var(--blue);background:var(--blue-light);color:var(--blue)}.hero-note{color:var(--gray-500);margin-top:14px;font-size:.8rem}.hero-note strong{color:var(--gray-800)}.trust-band{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:18px 24px}.trust-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:36px;max-width:1180px;margin:0 auto;display:flex}.trust-item{color:var(--gray-600);white-space:nowrap;align-items:center;gap:7px;font-size:.8rem;font-weight:500;display:flex}.trust-item svg{width:13px;height:13px;stroke:var(--blue);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.landing section{padding:80px 24px}.w{max-width:1180px;margin:0 auto}.sec-label{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:8px;font-size:.72rem;font-weight:700}.sec-h{letter-spacing:-.5px;color:var(--gray-900);margin-bottom:12px;font-size:clamp(1.6rem,2.5vw,2.05rem);font-weight:800;line-height:1.18}.sec-h em{color:var(--blue);font-style:normal}.sec-p{color:var(--gray-600);max-width:500px;font-size:.95rem;line-height:1.72}.features{background:var(--white)}.feat-hd{text-align:center;margin-bottom:48px}.feat-hd .sec-p{margin:0 auto}.feat-hd .sec-h{margin-bottom:10px}.feat-grid{background:var(--gray-200);border:1px solid var(--gray-200);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.feat-cell{background:var(--white);padding:30px 28px;transition:background .15s}.feat-cell:hover{background:var(--gray-50)}.fi{background:var(--blue-light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.fi svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.feat-cell h3{color:var(--gray-900);margin-bottom:8px;font-size:.9rem;font-weight:700}.feat-cell p{color:var(--gray-600);font-size:.855rem;line-height:1.65}.how{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.how-grid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.steps{flex-direction:column;display:flex}.step{gap:0;display:flex;position:relative}.step:not(:last-child):after{content:"";background:var(--gray-200);width:1px;position:absolute;top:36px;bottom:0;left:16px}.step-num{background:var(--blue);color:#fff;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;margin-right:18px;font-size:.78rem;font-weight:700;display:flex;position:relative}.step-body{padding-bottom:28px}.step:last-child .step-body{padding-bottom:0}.step-body h4{color:var(--gray-900);margin-bottom:4px;padding-top:4px;font-size:.9rem;font-weight:700}.step-body p{color:var(--gray-600);font-size:.855rem;line-height:1.65}.portal-screen{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 8px 32px #00000012}.portal-chrome{border-bottom:1px solid var(--gray-200);background:#f5f5f7;align-items:center;gap:5px;padding:8px 12px;display:flex}.portal-chrome .w-dot{width:9px;height:9px}.philosophy{background:var(--gray-900);padding:72px 24px}.phil-inner{text-align:center;max-width:780px;margin:0 auto}.phil-label{letter-spacing:.1em;text-transform:uppercase;color:#60a5fa;margin-bottom:20px;font-size:.72rem;font-weight:700}.phil-quote{color:#e2e8f0;margin-bottom:20px;font-size:clamp(1.1rem,2.2vw,1.45rem);font-style:italic;font-weight:400;line-height:1.7}.phil-quote em{color:#60a5fa;font-style:normal;font-weight:600}.phil-sub{color:#94a3b8;max-width:600px;margin:0 auto;font-size:.875rem;line-height:1.75}.regions{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.regions-hd{text-align:center;margin-bottom:40px}.regions-hd .sec-p{margin:0 auto}.regions-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:760px;margin:0 auto;display:grid}.region-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center;padding:28px 24px;transition:box-shadow .15s,border-color .15s}.region-card:hover{border-color:#0069ff4d;box-shadow:0 4px 20px #0069ff17}.region-flag{margin-bottom:12px;font-size:2rem;display:block}.region-flag-img{filter:drop-shadow(0 1px 3px #0003);justify-content:center;margin-bottom:14px;display:flex}.region-card h3{color:var(--gray-900);margin-bottom:4px;font-size:.9rem;font-weight:700}.region-card p{color:var(--gray-500);font-size:.8rem}.region-pill{background:var(--blue-light);color:var(--blue-dark);letter-spacing:.04em;border-radius:100px;margin-top:10px;padding:2px 10px;font-size:.7rem;font-weight:600;display:inline-block}.region-pill--here{color:#166534;background:#dcfce7}.region-pill--go{background:var(--gray-100);color:var(--gray-500)}.region-card--active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.region-card-link{color:inherit;border-radius:var(--radius-lg);text-decoration:none;display:block}.region-card-link:hover .region-card{border-color:#0069ff4d;box-shadow:0 4px 20px #0069ff17}.pricing{background:var(--white)}.price-wrap{max-width:500px;margin:0 auto}.price-hd{text-align:center;margin-bottom:32px}.price-hd .sec-p{margin:0 auto}.price-card{background:var(--white);border:1.5px solid var(--blue);border-radius:var(--radius-lg);padding:36px 40px;position:relative;box-shadow:0 0 0 4px #0069ff0f}.price-bar{background:var(--blue);border-radius:var(--radius-lg) var(--radius-lg) 0 0;height:3px;position:absolute;top:0;left:0;right:0}.price-name{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);margin-bottom:10px;font-size:.72rem;font-weight:700}.price-amt{align-items:flex-end;gap:3px;margin-bottom:4px;display:flex}.price-dollar{color:var(--gray-900);margin-bottom:7px;font-size:1.15rem;font-weight:700;line-height:1}.price-num{letter-spacing:-2px;color:var(--gray-900);font-size:3rem;font-weight:800;line-height:1}.price-per{color:var(--gray-500);margin-bottom:6px;font-size:.85rem}.price-trial{color:var(--blue);margin-bottom:4px;font-size:.82rem;font-weight:600}.price-desc{color:var(--gray-600);margin-bottom:24px;font-size:.855rem;line-height:1.6}.price-hr{border:none;border-top:1px solid var(--gray-200);margin-bottom:22px}.price-features{flex-direction:column;gap:9px;margin-bottom:28px;list-style:none;display:flex}.price-features li{color:var(--gray-700);align-items:flex-start;gap:9px;font-size:.855rem;display:flex}.price-features li svg{width:14px;height:14px;stroke:var(--green);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.btn-price{text-align:center;background:var(--blue);color:#fff;border-radius:var(--radius);padding:12px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .12s,transform .1s;display:block}.btn-price:hover{background:var(--blue-hover);transform:translateY(-1px)}.price-note{text-align:center;color:var(--gray-500);margin-top:10px;font-size:.77rem}.price-note-annual{text-align:center;color:var(--gray-500);margin-top:8px;font-size:.77rem}.price-enterprise{text-align:center;color:var(--gray-500);margin-top:18px;font-size:.82rem}.price-enterprise a{color:var(--blue);text-decoration:none}.price-enterprise a:hover{text-decoration:underline}.guides{background:var(--gray-50);border-top:1px solid var(--gray-200)}.guides-hd{text-align:center;margin-bottom:40px}.guides-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.guide-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:28px;text-decoration:none;transition:box-shadow .15s,border-color .15s;display:flex}.guide-card:hover{border-color:var(--blue);box-shadow:0 4px 20px #00000014}.article-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px 28px;transition:box-shadow .15s,border-color .15s}.article-card:hover{border-color:var(--blue);box-shadow:0 4px 16px #00000014}.guide-ico{background:var(--blue-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.guide-ico svg{width:22px;height:22px;color:var(--blue)}.guide-title{color:var(--gray-900);font-size:.95rem;font-weight:700}.guide-desc{color:var(--gray-600);flex:1;font-size:.84rem;line-height:1.65}.guide-cta{color:var(--blue);font-size:.82rem;font-weight:600}.stars{color:var(--amber);letter-spacing:2px;margin-bottom:12px;font-size:.8rem}.test-card blockquote{color:var(--gray-700);margin-bottom:18px;font-size:.855rem;font-style:normal;line-height:1.72}.t-author{align-items:center;gap:10px;display:flex}.t-av{background:var(--blue-light);width:36px;height:36px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.t-info strong{color:var(--gray-900);font-size:.82rem;font-weight:600;display:block}.t-info span{color:var(--gray-500);font-size:.775rem}.cta-final{background:var(--blue);text-align:center;padding:72px 24px}.cta-final h2{color:#fff;letter-spacing:-.6px;margin-bottom:10px;font-size:clamp(1.6rem,2.8vw,2.3rem);font-weight:800}.cta-final h2 em{color:#a5c8ff;font-style:normal}.cta-final p{color:#ffffffd1;margin-bottom:32px;font-size:1rem}.cta-btns{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.btn-white{color:var(--blue);border-radius:var(--radius);background:#fff;padding:11px 26px;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .12s,transform .1s}.btn-white:hover{opacity:.92;transform:translateY(-1px)}.btn-ghost-w{color:#fff;border-radius:var(--radius);background:0 0;border:1px solid #fff6;padding:11px 26px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .12s,background .12s}.btn-ghost-w:hover{background:#ffffff14;border-color:#fff}.landing footer{background:#1b2733;padding:48px 24px 28px}.foot-w{max-width:1180px;margin:0 auto}.foot-top{border-bottom:1px solid #ffffff14;grid-template-columns:2.2fr 1fr 1fr 1fr 1fr;gap:36px;padding-bottom:36px;display:grid}.foot-brand-logo{color:#fff;align-items:center;gap:8px;margin-bottom:10px;font-size:1rem;font-weight:800;text-decoration:none;display:flex}.foot-brand p{color:#8899a8;max-width:240px;font-size:.82rem;line-height:1.65}.foot-chips{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.foot-chip{color:#8899a8;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-size:.72rem;display:inline-flex}.foot-dot{background:var(--green);border-radius:50%;width:5px;height:5px}.foot-col h5{letter-spacing:.09em;text-transform:uppercase;color:#fff;margin-bottom:14px;font-size:.72rem;font-weight:700}.foot-col ul{flex-direction:column;gap:8px;list-style:none;display:flex}.foot-col a{color:#8899a8;font-size:.82rem;text-decoration:none;transition:color .12s}.foot-col a:hover{color:#fff}.foot-bottom{color:#4a6070;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:24px;font-size:.77rem;display:flex}.foot-legal{gap:16px;display:flex}.foot-legal a{color:#4a6070;text-decoration:none;transition:color .12s}.foot-legal a:hover{color:#8899a8}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{animation:.4s both fadeUp}.hero h1{animation:.4s 70ms both fadeUp}.hero-sub{animation:.4s .14s both fadeUp}.hero-btns{animation:.4s .2s both fadeUp}.hero-note{animation:.4s .26s both fadeUp}.console-wrap{animation:.5s .3s both fadeUp}@media (max-width:960px){.feat-grid{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr;gap:36px}.guides-grid{grid-template-columns:repeat(2,1fr)}.regions-grid{grid-template-columns:repeat(3,1fr)}.foot-top{grid-template-columns:1fr 1fr 1fr}.portal-screen{display:none}}@media (max-width:640px){.feat-grid,.guides-grid,.regions-grid{grid-template-columns:1fr}.foot-top{grid-template-columns:1fr 1fr}.nav-links,.btn-login,.nav-desktop-only{display:none}.nav-burger{display:flex}.trust-inner{gap:18px}.price-card{padding:28px 24px}}