.landing-page{--bg:#032246;--bg-2:#051d3c;--bg-card:#0b2e5a;--bg-card-2:#0e3666;--primary:#175ddc;--primary-600:#1450c0;--primary-300:#5b8def;--ink:#fff;--body:#ffffffc7;--muted:#fff9;--line:#ffffff1a;--line-2:#ffffff29;--shadow-sm:0 1px 2px #0000001f;--shadow-md:0 4px 16px #0003;--shadow-lg:0 12px 40px #0000004d;--radius:14px;--radius-sm:8px;--radius-lg:20px;background:var(--bg);color:var(--ink);font-family:var(--font-landing,"DM Sans"), ui-sans-serif, system-ui, -apple-system, sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6;overflow-x:hidden}.landing-page *{box-sizing:border-box}.landing-page a{color:inherit;text-decoration:none}.landing-page button{cursor:pointer;font-family:inherit}.landing-page img{max-width:100%;display:block}.landing-page .wrap{max-width:1120px;margin:0 auto;padding:0 32px}.landing-page .nav{z-index:100;-webkit-backdrop-filter:saturate(140%)blur(14px);backdrop-filter:saturate(140%)blur(14px);border-bottom:1px solid var(--line);background:#032246b8;transition:background .2s;position:sticky;top:0}.landing-page .nav-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.landing-page .logo{letter-spacing:-.01em;color:var(--ink);align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.landing-page .logo-mark{background:var(--primary);color:#fff;border-radius:8px;place-items:center;width:30px;height:30px;display:grid;box-shadow:0 2px 8px #175ddc66}.landing-page .logo-mark svg{width:16px;height:16px}.landing-page .nav-links{color:var(--body);align-items:center;gap:28px;font-size:14px;font-weight:500;display:flex}.landing-page .nav-links a{padding:8px 0;transition:color .15s}.landing-page .nav-links a:hover{color:var(--ink)}.landing-page .nav-cta{align-items:center;gap:10px;display:flex}.landing-page .hamburger{color:var(--ink);background:0 0;border:none;width:36px;height:36px;padding:6px;display:none}.landing-page .hamburger svg{width:100%;height:100%}.landing-page .mobile-menu{background:var(--bg-2);border-bottom:1px solid var(--line);flex-direction:column;gap:16px;padding:20px 32px;display:none;position:absolute;top:64px;left:0;right:0}.landing-page .mobile-menu.open{display:flex}.landing-page .mobile-menu a{color:var(--body);padding:8px 0;font-size:16px}.landing-page .btn{border-radius:var(--radius-sm);letter-spacing:-.005em;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.landing-page .btn-primary{color:#fff;background:linear-gradient(180deg, #2a6fe8, var(--primary));box-shadow:inset 0 1px #fff3,0 2px 8px #175ddc80,0 8px 24px -4px #175ddc66}.landing-page .btn-primary:hover{background:linear-gradient(#3578f0,#1a65e0);transform:translateY(-1px);box-shadow:inset 0 1px #fff3,0 2px 8px #175ddc99,0 12px 32px -4px #175ddc80}.landing-page .btn-outline{color:var(--ink);border-color:var(--line-2);background:0 0}.landing-page .btn-outline:hover{background:#ffffff0a;border-color:#ffffff4d}.landing-page .btn-ghost{color:var(--body);background:0 0}.landing-page .btn-ghost:hover{color:var(--ink)}.landing-page .btn-lg{border-radius:10px;height:48px;padding:0 28px;font-size:15px}.landing-page .btn-white{color:var(--bg);background:#fff;font-weight:600}.landing-page .btn-white:hover{background:#f0f0f0}.landing-page .hero{text-align:center;background:radial-gradient(ellipse 800px 600px at 50% -100px, #175ddc59, transparent 70%), radial-gradient(ellipse 600px 400px at 20% 40%, #5b8def1f, transparent 60%), radial-gradient(ellipse 500px 300px at 80% 30%, #7c3aed14, transparent 60%), var(--bg);padding:80px 0 48px;position:relative;overflow:hidden}.landing-page .hero:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='.6' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E");position:absolute;inset:0}.landing-page .hero-circle{pointer-events:none;border:1px solid #5b8def33;border-radius:50%;animation:8s ease-in-out infinite hero-pulse;position:absolute}.landing-page .hero-circle-1{opacity:.5;border-color:#5b8def40;width:600px;height:600px;top:-180px;left:50%;transform:translate(-50%);box-shadow:0 0 80px 20px #175ddc14}.landing-page .hero-circle-2{opacity:.3;width:900px;height:900px;animation-delay:-3s;top:-320px;left:50%;transform:translate(-50%)}.landing-page .hero-circle-3{opacity:.15;width:1200px;height:1200px;animation-delay:-5s;top:-460px;left:50%;transform:translate(-50%)}@keyframes hero-pulse{0%,to{opacity:var(--circle-opacity,.3);transform:translate(-50%)scale(1)}50%{opacity:calc(var(--circle-opacity,.3) * 1.5);transform:translate(-50%)scale(1.04)}}.landing-page .hero-inner{z-index:1;position:relative}.landing-page .hero-eyebrow{color:var(--primary-300);letter-spacing:.04em;background:#175ddc1f;border:1px solid #175ddc33;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.landing-page h1.hero-title{letter-spacing:-.03em;text-wrap:balance;max-width:16ch;margin:0 auto 20px;font-size:clamp(36px,5.5vw,60px);font-weight:700;line-height:1.08}.landing-page .hero-sub{color:var(--body);text-wrap:pretty;max-width:52ch;margin:0 auto 36px;font-size:18px}.landing-page .hero-ctas{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.landing-page .devices{justify-content:center;align-items:flex-end;min-height:420px;margin-top:64px;display:flex;position:relative}.landing-page .device-desktop{background:var(--bg-card);border:1px solid var(--line-2);width:620px;box-shadow:var(--shadow-lg);border-radius:12px;overflow:hidden}.landing-page .device-chrome{background:var(--bg-card-2);border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:10px 14px;display:flex}.landing-page .device-chrome .dots{gap:5px;display:flex}.landing-page .device-chrome .dots span{background:#ffffff1f;border-radius:50%;width:10px;height:10px}.landing-page .device-chrome .url-bar{color:var(--muted);background:#ffffff0f;border-radius:6px;flex:1;margin-left:8px;padding:5px 12px;font-size:11px}.landing-page .device-screen{padding:16px}.landing-page .cal-grid{background:var(--line);border-radius:8px;grid-template-columns:60px repeat(5,1fr);gap:1px;font-size:11px;display:grid;overflow:hidden}.landing-page .cal-grid .cal-header{background:var(--bg-card-2);text-align:center;color:var(--muted);padding:8px 4px;font-weight:500}.landing-page .cal-grid .cal-time{background:var(--bg-card-2);text-align:right;color:var(--muted);padding:8px 6px;font-size:10px}.landing-page .cal-grid .cal-cell{background:var(--bg-card);min-height:44px;padding:4px;position:relative}.landing-page .cal-booking{white-space:nowrap;border-radius:4px;margin-bottom:2px;padding:3px 6px;font-size:10px;font-weight:500;overflow:hidden}.landing-page .cal-booking.blue{color:var(--primary-300);background:#175ddc33}.landing-page .cal-booking.green{color:#6ee7b7;background:#10b98126}.landing-page .cal-booking.orange{color:#fbbf24;background:#f59e0b26}.landing-page .cal-booking.purple{color:#a78bfa;background:#8b5cf626}.landing-page .device-tablet{background:var(--bg-card);border:1px solid var(--line-2);width:280px;box-shadow:var(--shadow-lg);border-radius:12px;position:absolute;bottom:0;right:-20px;overflow:hidden}.landing-page .tablet-header{border-bottom:1px solid var(--line);color:var(--body);padding:12px 16px;font-size:12px;font-weight:600}.landing-page .tablet-stats{grid-template-columns:1fr 1fr;gap:8px;padding:12px;display:grid}.landing-page .tablet-stat{background:var(--bg-card-2);border-radius:8px;padding:10px 12px}.landing-page .tablet-stat .ts-val{font-size:18px;font-weight:700}.landing-page .tablet-stat .ts-label{color:var(--muted);margin-top:2px;font-size:10px}.landing-page .tablet-stat.green .ts-val{color:#6ee7b7}.landing-page .tablet-stat.blue .ts-val{color:var(--primary-300)}.landing-page .tablet-chart{align-items:flex-end;gap:4px;height:60px;padding:8px 12px 12px;display:flex}.landing-page .tablet-chart .bar{background:var(--primary);opacity:.7;border-radius:3px 3px 0 0;flex:1;min-height:8px}.landing-page .device-phone{background:var(--bg-card);border:1px solid var(--line-2);width:200px;box-shadow:var(--shadow-lg);border-radius:16px;position:absolute;bottom:0;left:-20px;overflow:hidden}.landing-page .phone-header{border-bottom:1px solid var(--line);color:var(--body);padding:12px 14px;font-size:12px;font-weight:600}.landing-page .phone-date{color:var(--muted);padding:10px 14px;font-size:11px}.landing-page .phone-date strong{color:var(--ink);font-weight:600}.landing-page .phone-slots{grid-template-columns:1fr 1fr;gap:6px;padding:0 14px 10px;display:grid}.landing-page .phone-slot{text-align:center;border:1px solid var(--line);color:var(--body);background:#ffffff0f;border-radius:6px;padding:6px;font-size:11px;font-weight:500}.landing-page .phone-slot.active{background:var(--primary);border-color:var(--primary);color:#fff}.landing-page .phone-cta{background:var(--primary);text-align:center;color:#fff;border-radius:8px;margin:8px 14px 14px;padding:10px;font-size:12px;font-weight:600}.landing-page .awards{background:#fff;padding:36px 0}.landing-page .awards-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.landing-page .award-badge{color:#1a1a2e;white-space:nowrap;background:#f4f4f8;border:1px solid #e8e8ee;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:12px;font-weight:600;display:flex}.landing-page .award-badge.v2{background:#fef9e7;border-color:#f5e6a3}.landing-page .award-badge.v3{background:#e8f0fe;border-color:#b8d4fe}.landing-page .award-badge.v4{background:#e6f9f0;border-color:#a7f3d0}.landing-page .award-badge.v5{color:#fff;background:#1a1a2e;border-color:#333}.landing-page .award-badge svg{width:16px;height:16px}.landing-page .award-badge .stars{color:#f59e0b}.landing-page .pillars{padding:96px 0}.landing-page .pillars-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing-page .pillar-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);text-align:center;padding:32px 28px}.landing-page .pillar-icon{width:56px;height:56px;color:var(--primary-300);background:#175ddc1f;border-radius:50%;place-items:center;margin:0 auto 20px;display:grid}.landing-page .pillar-icon svg{width:24px;height:24px}.landing-page .pillar-card h3{letter-spacing:-.01em;margin:0 0 10px;font-size:18px;font-weight:700}.landing-page .pillar-card p{color:var(--body);margin:0;font-size:14px;line-height:1.6}.landing-page .trust-block{padding:0 0 96px}.landing-page .trust-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;min-height:400px;display:grid;overflow:hidden}.landing-page .trust-visual{background:linear-gradient(135deg, var(--bg-card-2), var(--bg-card));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.landing-page .trust-shield{background:var(--primary);z-index:1;border-radius:16px;place-items:center;width:80px;height:80px;display:grid;position:relative;box-shadow:0 0 60px #175ddc66,0 0 120px #175ddc33}.landing-page .trust-shield svg{color:#fff;width:36px;height:36px}.landing-page .trust-orbs{gap:12px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.landing-page .trust-orb{background:var(--bg-card-2);border:1px solid var(--line);border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.landing-page .trust-orb svg{width:14px;height:14px;color:var(--muted)}.landing-page .trust-content{flex-direction:column;justify-content:center;padding:48px 40px;display:flex}.landing-page .trust-content h2{letter-spacing:-.02em;margin:0 0 28px;font-size:28px;font-weight:700;line-height:1.15}.landing-page .trust-reasons{flex-direction:column;gap:20px;display:flex}.landing-page .trust-reason{gap:14px;display:flex}.landing-page .trust-reason-icon{width:36px;height:36px;color:var(--primary-300);background:#175ddc1f;border-radius:8px;flex:none;place-items:center;display:grid}.landing-page .trust-reason-icon svg{width:16px;height:16px}.landing-page .trust-reason h4{margin:0 0 4px;font-size:15px;font-weight:600}.landing-page .trust-reason p{color:var(--body);margin:0;font-size:13px;line-height:1.5}.landing-page .logos-strip{background:var(--bg-2);padding:32px 0}.landing-page .logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.landing-page .logo-item{letter-spacing:.04em;color:#fffc;text-transform:uppercase;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.landing-page .logo-item svg{opacity:.7;width:16px;height:16px}.landing-page .two-cards{padding:96px 0}.landing-page .two-cards-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.landing-page .tc-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;padding:36px;display:flex;overflow:hidden}.landing-page .tc-card h3{letter-spacing:-.01em;margin:0 0 16px;font-size:22px;font-weight:700}.landing-page .tc-card .tc-bullets{flex-direction:column;gap:8px;margin:0 0 20px;padding:0;list-style:none;display:flex}.landing-page .tc-card .tc-bullets li{color:var(--body);align-items:flex-start;gap:10px;font-size:14px;display:flex}.landing-page .tc-card .tc-bullets li svg{width:16px;height:16px;color:var(--primary-300);flex:none;margin-top:2px}.landing-page .tc-link{color:var(--primary-300);align-items:center;gap:6px;font-size:14px;font-weight:600;display:inline-flex}.landing-page .tc-link:hover{text-decoration:underline}.landing-page .tc-mock{background:var(--bg-card-2);border-radius:var(--radius);flex:1;margin-top:24px;padding:16px;overflow:hidden}.landing-page .tc-booking-item{border:1px solid var(--line);background:#ffffff08;border-radius:8px;align-items:center;gap:12px;margin-bottom:6px;padding:10px 12px;display:flex}.landing-page .tc-booking-item .tc-avatar{width:32px;height:32px;color:var(--primary-300);background:#175ddc26;border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:600;display:grid}.landing-page .tc-booking-item .tc-info{flex:1;min-width:0}.landing-page .tc-booking-item .tc-name{font-size:13px;font-weight:600}.landing-page .tc-booking-item .tc-detail{color:var(--muted);font-size:11px}.landing-page .tc-booking-item .tc-pill{white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:600}.landing-page .tc-pill.confirmed{color:#6ee7b7;background:#10b98126}.landing-page .tc-pill.pending{color:#fbbf24;background:#f59e0b26}.landing-page .tc-pill.vip{color:#a78bfa;background:#8b5cf626}.landing-page .tc-phone-mock{background:var(--bg-card-2);border:1px solid var(--line);border-radius:20px;flex:1;max-width:240px;margin-top:24px;margin-left:auto;margin-right:auto;padding:20px 16px}.landing-page .tc-phone-mock .tc-ph-header{text-align:center;margin-bottom:12px;font-size:14px;font-weight:600}.landing-page .tc-phone-mock .tc-ph-date{color:var(--muted);text-align:center;margin-bottom:10px;font-size:11px}.landing-page .tc-phone-mock .tc-ph-slots{grid-template-columns:1fr 1fr;gap:6px;margin-bottom:12px;display:grid}.landing-page .tc-phone-mock .tc-ph-slot{text-align:center;border:1px solid var(--line);color:var(--body);background:#ffffff0d;border-radius:6px;padding:7px;font-size:11px;font-weight:500}.landing-page .tc-phone-mock .tc-ph-slot.active{background:var(--primary);border-color:var(--primary);color:#fff}.landing-page .tc-phone-mock .tc-ph-cta{background:var(--primary);text-align:center;color:#fff;border-radius:8px;padding:10px;font-size:13px;font-weight:600}.landing-page .feature-panel{padding:0 0 96px}.landing-page .fp-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:1.1fr 1fr;min-height:380px;display:grid;overflow:hidden}.landing-page .fp-mock{background:var(--bg-card-2);justify-content:center;align-items:center;padding:32px;display:flex}.landing-page .fp-table{border-collapse:collapse;width:100%;font-size:12px}.landing-page .fp-table th{text-align:left;color:var(--muted);border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.04em;padding:8px 12px;font-size:11px;font-weight:500}.landing-page .fp-table td{border-bottom:1px solid var(--line);color:var(--body);padding:10px 12px}.landing-page .fp-table .fp-price{color:var(--ink);font-weight:600}.landing-page .fp-table .fp-change{border-radius:999px;padding:2px 7px;font-size:11px;font-weight:600}.landing-page .fp-table .fp-change.up{color:#6ee7b7;background:#10b98126}.landing-page .fp-content{flex-direction:column;justify-content:center;padding:48px 40px;display:flex}.landing-page .fp-content .eyebrow{color:var(--primary-300);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:12px;font-weight:600}.landing-page .fp-content h2{letter-spacing:-.02em;margin:0 0 16px;font-size:28px;font-weight:700;line-height:1.15}.landing-page .fp-content p{color:var(--body);margin:0 0 24px;font-size:15px;line-height:1.6}.landing-page .feature-grid-section{background:var(--bg-2);padding:96px 0}.landing-page .feature-grid-section .section-header{text-align:center;margin-bottom:48px}.landing-page .feature-grid-section .section-header h2{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(28px,4vw,40px);font-weight:700}.landing-page .feature-grid-section .section-header p{color:var(--body);margin:0;font-size:16px}.landing-page .fg-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing-page .fg-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px}.landing-page .fg-card .fg-illu{background:var(--bg-card-2);border-radius:var(--radius-sm);justify-content:center;align-items:center;min-height:80px;margin-bottom:20px;padding:16px;display:flex}.landing-page .fg-card h3{margin:0 0 8px;font-size:16px;font-weight:700}.landing-page .fg-card p{color:var(--body);margin:0;font-size:13px;line-height:1.55}.landing-page .fg-illu-code{color:var(--primary-300);letter-spacing:.02em;background:#175ddc14;border:1px dashed #175ddc4d;border-radius:6px;padding:8px 16px;font-family:monospace;font-size:14px;font-weight:700}.landing-page .fg-illu-badges{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.landing-page .fg-illu-badge{white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.landing-page .fg-illu-badge.stripe{color:#a29bfe;background:#635bff22}.landing-page .fg-illu-badge.mollie{color:#67e8f9;background:#00aec71f}.landing-page .fg-illu-badge.mailchimp{color:#fde047;background:#ffe1441f}.landing-page .fg-illu-badge.zapier{color:#fb923c;background:#ff4d001f}.landing-page .fg-illu-badge.google{color:#93c5fd;background:#4285f41f}.landing-page .fg-illu-chart{align-items:flex-end;gap:4px;height:56px;display:flex}.landing-page .fg-illu-chart .bar{background:var(--primary);opacity:.6;border-radius:3px 3px 0 0;flex:1;min-width:12px}.landing-page .fg-illu-alert{color:#6ee7b7;background:#10b98114;border:1px solid #10b98133;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:500;display:flex}.landing-page .fg-illu-alert svg{width:16px;height:16px}.landing-page .fg-illu-locations{flex-direction:column;gap:6px;width:100%;display:flex}.landing-page .fg-illu-loc{border:1px solid var(--line);color:var(--body);background:#ffffff08;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;font-size:12px;display:flex}.landing-page .fg-illu-loc .loc-dot{background:var(--primary-300);border-radius:50%;width:8px;height:8px}.landing-page .fg-illu-checkout{flex-direction:column;gap:6px;width:100%;display:flex}.landing-page .fg-illu-checkout-item{border:1px solid var(--line);color:var(--body);background:#ffffff08;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12px;display:flex}.landing-page .fg-illu-checkout-item .price{color:var(--ink);font-weight:600}.landing-page .best-card-section{padding:0 0 96px}.landing-page .best-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;padding:56px 48px;display:grid}.landing-page .best-card h2{letter-spacing:-.02em;margin:0 0 16px;font-size:28px;font-weight:700;line-height:1.15}.landing-page .best-card p{color:var(--body);margin:0 0 24px;font-size:15px;line-height:1.6}.landing-page .best-badge{justify-content:center;align-items:center;display:flex}.landing-page .best-badge-inner{text-align:center;color:#1a1a2e;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:160px;height:160px;font-weight:700;display:flex;box-shadow:0 0 60px #f59e0b4d}.landing-page .best-badge-inner .bb-num{font-size:28px;line-height:1}.landing-page .best-badge-inner .bb-text{text-transform:uppercase;letter-spacing:.06em;max-width:100px;margin-top:4px;font-size:10px}.landing-page .why-tabs-section{padding:96px 0}.landing-page .why-tabs-section .section-header{text-align:center;margin-bottom:48px}.landing-page .why-tabs-section .section-header h2{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(28px,4vw,40px);font-weight:700}.landing-page .why-tabs-section .section-header p{color:var(--body);max-width:52ch;margin:0 auto;font-size:16px}.landing-page .why-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:.8fr 1fr;min-height:340px;display:grid;overflow:hidden}.landing-page .why-tabs-nav{border-right:1px solid var(--line);flex-direction:column;gap:8px;padding:32px;display:flex}.landing-page .why-tab-btn{text-align:left;border-radius:var(--radius-sm);color:var(--body);background:0 0;border:1px solid #0000;padding:14px 18px;font-size:14px;font-weight:500;transition:all .15s}.landing-page .why-tab-btn:hover{background:#ffffff0a}.landing-page .why-tab-btn.active{color:var(--ink);background:#175ddc1a;border-color:#175ddc40;font-weight:600}.landing-page .why-tab-content{flex-direction:column;justify-content:center;padding:40px;display:flex}.landing-page .why-tab-content h3{margin:0 0 12px;font-size:22px;font-weight:700}.landing-page .why-tab-content p{color:var(--body);margin:0;font-size:14px;line-height:1.6}.landing-page .pricing-section{padding:96px 0}.landing-page .pricing-header{text-align:center;margin-bottom:48px}.landing-page .pricing-header h2{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(28px,4vw,40px);font-weight:700}.landing-page .pricing-header p{color:var(--body);margin:0;font-size:16px}.landing-page .pricing-toggle{justify-content:center;align-items:center;gap:12px;margin-bottom:40px;display:flex}.landing-page .pricing-toggle span{color:var(--muted);font-size:14px}.landing-page .pricing-toggle span.active{color:var(--ink);font-weight:600}.landing-page .toggle-switch{background:var(--bg-card-2);border:1px solid var(--line-2);cursor:pointer;border-radius:12px;width:44px;height:24px;transition:background .2s;position:relative}.landing-page .toggle-switch.on{background:var(--primary);border-color:var(--primary)}.landing-page .toggle-switch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px}.landing-page .toggle-switch.on:after{transform:translate(20px)}.landing-page .pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing-page .price-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;padding:32px 28px;display:flex;position:relative}.landing-page .price-card.featured{background:var(--primary);border-color:var(--primary-600);box-shadow:0 0 40px #175ddc4d}.landing-page .price-card .badge{color:#fff;letter-spacing:.03em;background:#fff3;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:16px;right:16px}.landing-page .price-name{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;font-size:14px;font-weight:600}.landing-page .price-card.featured .price-name{color:#ffffffb3}.landing-page .price-amount{letter-spacing:-.03em;margin-bottom:4px;font-size:48px;font-weight:700;line-height:1}.landing-page .price-amount .per{color:var(--muted);letter-spacing:0;margin-left:4px;font-size:14px;font-weight:400}.landing-page .price-card.featured .price-amount .per{color:#fff9}.landing-page .price-desc{color:var(--body);min-height:36px;margin-bottom:24px;font-size:13px}.landing-page .price-features{flex-direction:column;flex:1;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.landing-page .price-features li{color:var(--body);align-items:flex-start;gap:10px;font-size:13px;display:flex}.landing-page .price-features li svg{width:16px;height:16px;color:var(--primary-300);flex:none;margin-top:1px}.landing-page .price-card.featured .price-features li svg{color:#fffc}.landing-page .pricing-footer{text-align:center;color:var(--muted);margin-top:32px;font-size:13px}.landing-page .footer{background:var(--bg-2);border-top:1px solid var(--line);padding:0}.landing-page .footer-cta{text-align:center;background:linear-gradient(135deg, var(--primary), #1450c0);border-radius:0 0 var(--radius-lg) var(--radius-lg);margin-bottom:64px;padding:80px 0}.landing-page .footer-cta h2{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(28px,4vw,40px);font-weight:700}.landing-page .footer-cta p{color:#fffc;margin:0 0 28px;font-size:16px}.landing-page .footer-cta .footer-cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.landing-page .foot-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:32px;padding:0 0 56px;display:grid}.landing-page .foot-brand p{color:var(--muted);max-width:28ch;margin:14px 0 0;font-size:13px;line-height:1.5}.landing-page .foot-col h5{color:var(--ink);margin:0 0 14px;font-size:13px;font-weight:600}.landing-page .foot-col ul{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.landing-page .foot-col a{color:var(--muted);font-size:13px;transition:color .15s}.landing-page .foot-col a:hover{color:var(--ink)}.landing-page .foot-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding:20px 0;font-size:12px;display:flex}.landing-page .foot-bottom-links{gap:20px;display:flex}.landing-page .foot-bottom-links a{color:var(--muted);font-size:12px}.landing-page .foot-bottom-links a:hover{color:var(--ink)}.landing-page section{padding:96px 0}.landing-page .eyebrow{color:var(--primary-300);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:12px;font-weight:600;display:inline-block}@media (max-width:1080px){.landing-page .devices{min-height:360px}.landing-page .device-desktop{width:500px}.landing-page .device-tablet{width:240px;right:-10px}.landing-page .device-phone{width:170px;left:-10px}.landing-page .trust-card{grid-template-columns:1fr}.landing-page .trust-visual{min-height:220px}.landing-page .fp-card{grid-template-columns:1fr}.landing-page .fp-mock{min-height:240px}.landing-page .best-card{text-align:center;grid-template-columns:1fr}.landing-page .best-badge{margin-top:24px}.landing-page .why-card{grid-template-columns:1fr}.landing-page .why-tabs-nav{border-right:none;border-bottom:1px solid var(--line);flex-direction:row;padding:16px;overflow-x:auto}.landing-page .foot-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.landing-page .wrap{padding:0 20px}.landing-page .nav-links{display:none}.landing-page .hamburger{display:block}.landing-page .nav-cta .btn-ghost{display:none}.landing-page .pillars-grid,.landing-page .two-cards-grid{grid-template-columns:1fr}.landing-page .fg-grid{grid-template-columns:1fr 1fr}.landing-page .pricing-grid{grid-template-columns:1fr}.landing-page .devices{flex-direction:column;align-items:center;gap:16px;min-height:auto}.landing-page .device-desktop{width:100%;max-width:500px}.landing-page .device-tablet{width:100%;max-width:280px;position:static}.landing-page .device-phone{width:100%;max-width:200px;position:static}.landing-page .awards-row{gap:10px}.landing-page .award-badge{padding:8px 12px;font-size:11px}.landing-page .foot-grid{grid-template-columns:1fr}.landing-page .foot-bottom{text-align:center;flex-direction:column;gap:12px}}@media (max-width:480px){.landing-page .wrap{padding:0 16px}.landing-page h1.hero-title{font-size:32px}.landing-page .hero-sub{font-size:15px}.landing-page .hero-ctas{flex-direction:column;align-items:stretch}.landing-page .fg-grid{grid-template-columns:1fr}.landing-page .logos-row{gap:16px}.landing-page .logo-item{font-size:11px}.landing-page .best-card{padding:32px 24px}.landing-page .tc-card{padding:24px}.landing-page .pillar-card{padding:24px 20px}}
