:root{--bg: #fff6e9;--bg-alt: #ffeec7;--card: #fffaf3;--muted: #6b5b45;--border: rgba(222, 152, 73, .28);--accent: #ff6f00;--accent-secondary: #ffc107;--accent-soft: rgba(255, 111, 0, .2);--accent-contrast: #1a237e;--text-strong: #2e1f0f;--text-muted: #6b5b45;--max-width: 1200px;--space-xs: 8px;--space-sm: 12px;--space-md: 20px;--space-lg: 40px}*,*:before,*:after{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;padding:clamp(24px,6vw,36px);background:linear-gradient(135deg,var(--bg),var(--bg-alt));color:var(--text-strong);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--max-width);margin:0 auto;padding-left:clamp(12px,4vw,48px);padding-right:clamp(12px,4vw,48px)}.header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:center}.header h1{margin:0 0 4px;font-size:1.8rem}.header-actions{display:flex;gap:8px}.muted{color:var(--muted);font-size:.9rem}.field-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.analyze-form{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.form-field{display:flex;flex-direction:column;gap:6px;flex:1 1 360px;min-width:240px}.analyze-form .actions{flex:0 0 auto;align-self:stretch;align-items:flex-end}.url-input,.keyword-input{flex:1;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#fff;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.url-input:focus,.keyword-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #ffc10747;outline:none}.actions{display:flex;gap:8px}.btn{padding:9px 14px;border-radius:10px;border:1px solid var(--border);background:#fff;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));color:#fff;border:none;box-shadow:0 18px 36px #bf570047}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 24px #2e1f0f1f}.btn.primary:not(:disabled):hover{box-shadow:0 24px 44px #bf570066}.btn.secondary{border-color:#ffc10766;color:var(--accent-contrast)}.btn.secondary:not(:disabled):hover{border-color:var(--accent)}.btn.ghost{background:transparent;border-color:transparent;color:var(--muted)}.btn.ghost:not(:disabled):hover{color:var(--accent-contrast);border-color:#ffc10747}.card{background:var(--card);border-radius:var(--radius-lg);box-shadow:0 18px 40px #2e1f0f14;padding:20px;transition:transform .28s var(--ease-quick),box-shadow .28s var(--ease-quick)}.card:hover{transform:translateY(-6px) translateZ(0) scale(1.01);box-shadow:0 30px 60px #2e1f0f2e}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.kpi-card{display:flex;align-items:center;gap:18px}.score-card{grid-column:span 2}.score-donut{width:96px;height:96px;display:grid;place-items:center}.score-ring{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:#e2e8f0}.score-ring span{font-size:1.6rem;font-weight:700}.kpi-label{text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;color:var(--muted);margin:0}.kpi-value{margin:4px 0;font-size:1.6rem;font-weight:700}.kpi-value.success{color:#16a34a}.kpi-value.warn{color:#f59e0b}.section-header{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-bottom:12px}.checks-card{margin-top:18px}.checks-table{display:flex;flex-direction:column;gap:6px}.table-header,.table-row{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.9fr) minmax(0,.7fr) minmax(0,1.5fr);gap:12px;align-items:center}.table-header{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:6px 2px}.table-row{padding:12px;border:1px solid rgba(226,232,240,.8);border-radius:12px;background:#f8fafc99}.table-row:hover{border-color:var(--accent);background:#e0f2fe99}.table-primary{font-weight:600}.table-details{font-size:.9rem;overflow-wrap:anywhere}.status-chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:.8rem;font-weight:600}.status-chip.ok{background:#dcfce7;color:#166534}.status-chip.nok{background:#fee2e2;color:#b91c1c}.status-chip.warn{background:#fef3c7;color:#92400e}.score-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:10px;font-weight:600;min-width:54px;text-align:center}.score-pill.good{background:#ecfdf5;color:#047857}.score-pill.warn{background:#fef3c7;color:#92400e}.score-pill.bad{background:#fee2e2;color:#b91c1c}.security-kpis{margin-top:18px}.security-kpi{display:flex;flex-direction:column;gap:6px;padding:18px;background:#ffffffd1;border:1px solid rgba(255,193,7,.18);border-radius:var(--radius-lg);box-shadow:0 16px 32px #2e1f0f14}.security-kpi-value{font-size:1.8rem;font-weight:700;color:var(--accent)}.security-summary{margin-top:clamp(20px,5vw,32px)}.history-card{margin-top:clamp(28px,6vw,44px)}.history-list{display:flex;flex-direction:column;gap:14px}.history-item{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px;border-radius:14px;border:1px solid rgba(255,193,7,.24);background:#ffffffd9}.history-url{font-weight:600;margin:0 0 4px;word-break:break-all}.history-actions{display:flex;gap:8px;align-items:center}.performance-summary{margin-top:clamp(20px,5vw,32px)}.performance-kpis{margin-top:18px}.performance-kpi{display:flex;flex-direction:column;gap:6px;padding:18px;background:#ffffffd1;border:1px solid rgba(59,130,246,.24);border-radius:var(--radius-lg);box-shadow:0 16px 32px #2e1f0f14}.performance-kpi-value{font-size:1.8rem;font-weight:700;color:#2563eb}.security-tool-highlight{display:flex;align-items:stretch;gap:clamp(28px,6vw,60px);padding:clamp(28px,6vw,44px);flex-wrap:wrap}.seo-tool-highlight{display:flex;align-items:stretch;gap:clamp(28px,6vw,60px);padding:clamp(28px,6vw,44px);flex-wrap:wrap;background:linear-gradient(180deg,#fff5eee6,#ffeed8eb);border:1px solid rgba(191,87,0,.12);box-shadow:0 20px 46px #bf57001a}.seo-tool-content{flex:1 1 360px;display:flex;flex-direction:column;gap:20px}.seo-feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.seo-feature-list li{display:flex;gap:12px;align-items:center;padding:14px 16px;background:#ffe9d5cc;border-radius:14px;box-shadow:0 14px 30px #bf570014}.seo-tool-actions{display:flex;gap:10px}.seo-tool-visual{flex:0 1 clamp(220px,34vw,360px);min-height:clamp(220px,32vw,360px);position:relative;display:flex;align-items:center;justify-content:center}.seo-radar-glow{position:absolute;width:100%;height:100%;border-radius:40% 60% 50% 50%/48% 52% 46% 54%;background:radial-gradient(circle at 50% 45%,rgba(255,224,186,.48),rgba(255,193,7,.08) 60%,transparent 92%);animation:performance-pulse 6.5s ease-in-out infinite}.security-tool-highlight .btn.secondary{background:#ffc10729;border-color:#ffc10761}.security-tool-highlight .btn.secondary:not(:disabled):hover{background:#ffc10752}.security-tool-content{flex:1 1 320px;display:flex;flex-direction:column;gap:20px}.security-tool-actions{display:flex;flex-wrap:wrap;gap:10px}.security-tool-copy{display:flex;flex-direction:column;gap:12px}.security-feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.security-feature-list li{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;background:#ffc10724;border-radius:14px;box-shadow:0 16px 32px #bf57001f}.security-feature-list p{margin:0;font-weight:600;color:var(--text-strong)}.security-tool-cta{align-self:flex-start}.security-tool-visual{flex:0 1 clamp(220px,30vw,320px);min-height:clamp(220px,32vw,340px);position:relative;display:flex;align-items:center;justify-content:center}.security-shield-glow{position:absolute;width:100%;height:100%;border-radius:36% 36% 42% 42%/48% 48% 52% 52%;background:radial-gradient(circle at 50% 40%,rgba(255,193,7,.35),rgba(255,111,0,.1) 60%,transparent 90%);filter:blur(0);animation:security-pulse 6s ease-in-out infinite}.security-shield{width:clamp(180px,26vw,240px);height:auto;z-index:1;animation:security-float 5.5s ease-in-out infinite}.performance-tool-highlight{display:flex;align-items:stretch;gap:clamp(28px,6vw,60px);padding:clamp(28px,6vw,44px);flex-wrap:wrap;background:linear-gradient(180deg,#fff3e3f2,#ffe0baeb);border:1px solid rgba(191,87,0,.18);box-shadow:0 20px 48px #bf570024}.performance-tool-content{flex:1 1 320px;display:flex;flex-direction:column;gap:20px}.performance-tool-copy{display:flex;flex-direction:column;gap:12px}.performance-feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.performance-feature-list li{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;background:#ffc1072e;border-radius:14px;box-shadow:0 16px 32px #bf57001f}.performance-feature-list p{margin:0;font-weight:600;color:var(--text-strong)}.performance-tool-actions{display:flex;flex-wrap:wrap;gap:10px}.performance-tool-cta{align-self:flex-start}.performance-tool-highlight .btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));color:#fff;border:none;box-shadow:0 22px 40px #bf570042}.performance-tool-highlight .btn.primary:not(:disabled):hover{box-shadow:0 28px 52px #bf570052}.performance-tool-visual{flex:0 1 clamp(220px,30vw,320px);min-height:clamp(220px,32vw,340px);position:relative;display:flex;align-items:center;justify-content:center}.performance-meter-glow{position:absolute;width:100%;height:100%;border-radius:46% 54% 48% 52%/44% 56% 46% 54%;background:radial-gradient(circle at 50% 42%,rgba(255,211,149,.55),rgba(255,173,66,.22) 60%,transparent 92%);animation:performance-pulse 6.5s ease-in-out infinite}.performance-meter{width:clamp(190px,28vw,240px);height:auto;z-index:1;animation:performance-sway 5.5s ease-in-out infinite}@keyframes security-pulse{0%{opacity:.65;transform:scale(.95)}50%{opacity:.9;transform:scale(1.02)}to{opacity:.65;transform:scale(.95)}}@keyframes security-float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes performance-pulse{0%{opacity:.7;transform:scale(.94)}50%{opacity:.95;transform:scale(1.03)}to{opacity:.7;transform:scale(.94)}}@keyframes performance-sway{0%{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(3deg) translateY(-8px)}to{transform:rotate(-3deg) translateY(0)}}@media(max-width:960px){.security-tool-highlight{flex-direction:column;align-items:flex-start}.security-tool-cta{width:100%}.security-tool-visual{align-self:center;width:clamp(220px,50vw,320px)}.performance-tool-highlight{flex-direction:column;align-items:flex-start}.performance-tool-cta{width:100%}.performance-tool-visual{align-self:center;width:clamp(220px,52vw,320px)}}.insights-card{margin-top:18px}.insights-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.insight-item{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--accent-soft);border-radius:12px;padding:12px 14px;background:#ffc10729}.json-card{margin-top:18px}.json-block{background:var(--text-strong);color:#e6eef8;padding:14px;border-radius:12px;max-height:360px;overflow:auto}.history-card{margin:18px 0}.history-list{display:flex;flex-direction:column;gap:12px}.history-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#ffffffe6}.history-url{margin:0 0 6px;font-weight:600;word-break:break-word}.history-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.btn.small{padding:6px 10px;font-size:.85rem}.error-box{background:#fef2f2;border:1px solid #fecaca;color:#7f1d1d;padding:10px 14px;border-radius:12px;margin-bottom:14px}.spinner{width:16px;height:16px;display:inline-block;border:2px solid rgba(255,255,255,.2);border-top-color:#ffffffe6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:720px){body{padding:18px}.analyze-form{flex-direction:column;align-items:stretch}.form-field{width:100%;flex:1 1 auto;min-width:unset}.url-input,.keyword-input{width:100%}.actions{justify-content:flex-end}.chakra-grid{grid-template-columns:1fr}.analyze-form .actions{width:100%;align-items:stretch;flex-direction:column;gap:10px}.analyze-form .actions .btn{width:100%}.table-header,.table-row{grid-template-columns:1.3fr 1fr;grid-template-areas:"name status" "details score";row-gap:6px}.table-row span:nth-child(1){grid-area:name}.table-row span:nth-child(2){grid-area:status;justify-self:end}.table-row span:nth-child(3){grid-area:score;justify-self:end}.table-row span:nth-child(4){grid-area:details}.history-item{flex-direction:column;align-items:flex-start}.history-actions{width:100%;justify-content:space-between}}.landing{min-height:100vh;display:flex;flex-direction:column;gap:var(--space-lg);padding:64px 0 112px;background:radial-gradient(circle at 12% 18%,rgba(255,111,0,.2) 0%,rgba(255,193,7,.18) 28%,var(--bg) 58%,#ffffff 100%);overflow-x:hidden}.landing .container{width:100%;margin:0 auto;padding-left:min(6vw,72px);padding-right:min(6vw,72px)}.landing .reveal{opacity:0;transform:translateY(26px) scale(.996);transition:opacity .6s var(--ease-quick),transform .6s var(--ease-quick);will-change:opacity,transform}.landing.is-ready .reveal{opacity:1;transform:translateY(0)}.landing .delay-0{transition-delay:.05s}.landing .delay-1{transition-delay:.1s}.landing .delay-2{transition-delay:.15s}.landing .delay-3{transition-delay:.2s}.landing .delay-4{transition-delay:.25s}.landing .delay-5{transition-delay:.3s}.landing .delay-6{transition-delay:.35s}.landing .delay-7{transition-delay:.4s}.landing .delay-8{transition-delay:.45s}.landing .delay-9{transition-delay:.5s}.landing .delay-10{transition-delay:.55s}.landing-nav{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;padding:6px 0 0;flex-wrap:wrap}.brand-mark{font-size:1.25rem;font-weight:700}.nav-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px;text-align:right}.nav-buttons{display:flex;flex-wrap:wrap;gap:10px}.brand-accent{background:linear-gradient(120deg,var(--accent-secondary),var(--accent-contrast));background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:700}.status-pill{padding:4px 10px;border-radius:999px;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;background:#ff6f0029;color:#7a1b00}.status-pill.subtle{background:#ffc10733;color:var(--accent-contrast)}.btn.ghost{background:transparent;color:var(--accent);border-color:#ff6f0052}.btn.ghost:not(:disabled):hover{background:#ffc10729}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:56px;align-items:stretch;padding:clamp(8px,2vw,12px) 0 clamp(20px,3vw,28px)}.hero-copy{display:flex;flex-direction:column;gap:28px;justify-content:center;max-width:720px}.tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;background:#ffc10738;color:var(--accent)}.tag.light{background:#ffc10724;color:var(--text-strong)}.hero-title{margin:0;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.02;letter-spacing:-.01em}.hero-subtitle{margin:0;font-size:1.05rem;max-width:640px;color:var(--text-muted);opacity:.96}.hero-tools{margin-top:clamp(24px,5vw,36px);display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.hero-tool-card{display:flex;flex-direction:column;gap:14px;padding:clamp(20px,4vw,28px);min-height:100%;border-radius:22px;overflow:hidden}.hero-tool-card h3{margin:0;font-size:1.2rem;letter-spacing:-.01em}.hero-tool-card .muted{margin:0}.hero-tool-card.primary{background:linear-gradient(145deg,#ff8a4cf2,#ffd586e0);border:1px solid rgba(191,87,0,.5);box-shadow:0 32px 56px #bf570052;color:#3a1f04}.hero-tool-card.primary .tag{background:#fff6;color:#3a1f04}.hero-tool-card.primary .muted{color:#2c1c0cd1}.hero-tool-card.primary .btn.primary{background:#ffffffeb;color:#3a1f04;box-shadow:0 20px 36px #bf570057}.hero-tool-card.primary .btn.primary:not(:disabled):hover{box-shadow:0 30px 54px #bf570066}.hero-tool-button{margin-top:auto;align-self:flex-start}.hero-tool-card.secondary{background:linear-gradient(150deg,#fffffff0,#ffe9c4d1);border:1px solid rgba(255,193,7,.28);box-shadow:0 24px 44px #bf57002e}.hero-tool-card.secondary .tag{background:#ffc10729;color:var(--accent-contrast)}.hero-tool-card.secondary .muted{color:#5a4222e0}.hero-tool-card.secondary .btn.secondary{background:#fffffff5}.hero-tool-card.secondary .btn.secondary:not(:disabled):hover{background:#ffc1073d}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-top:18px}.glass-card{background:#ffffffa8;border:1px solid var(--accent-soft);border-radius:14px;box-shadow:0 18px 40px #bf570029;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-metric{display:flex;flex-direction:column;gap:6px;padding:14px}.hero-metric-value{font-size:1.6rem;font-weight:700;color:var(--accent)}.trusted-strip{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:24px}.trusted-logos{display:flex;flex-wrap:wrap;gap:10px}.trusted-logos span{padding:6px 12px;border-radius:999px;background:#ffc10733;font-size:.8rem;letter-spacing:.02em}.hero-preview{align-self:stretch;display:flex;flex-direction:column;gap:20px;padding:28px;background:linear-gradient(150deg,#ff6f0038,#1a237e2e);border:1px solid rgba(255,193,7,.22)}.floating-card{position:relative;overflow:hidden}.floating-card:after{content:"";position:absolute;inset:-40% 40% auto auto;width:160px;height:160px;background:radial-gradient(circle,rgba(255,193,7,.28),transparent 70%);opacity:.8;pointer-events:none}.highlight-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.feature-section{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.section-title{margin:0;font-size:clamp(1.8rem,3vw,2.4rem)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.chakra-section{display:flex;flex-direction:column;gap:clamp(20px,4vw,28px);padding:clamp(28px,6vw,42px);background:linear-gradient(160deg,#fff5e9f5,#ffe9c5eb);border:1px solid rgba(255,193,7,.18);box-shadow:0 28px 52px #bf57001f}.chakra-header{max-width:720px;display:flex;flex-direction:column;gap:12px}.chakra-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(16px,3vw,22px)}.chakra-card{padding:clamp(18px,4vw,26px);border-radius:20px;border:1px solid rgba(191,87,0,.12);background:#ffffffc7;box-shadow:0 20px 40px #bf57001f;display:flex;flex-direction:column;gap:14px}.chakra-card:nth-child(1){background:linear-gradient(145deg,#fff8ebf5,#ffe1baeb)}.chakra-card:nth-child(2){background:linear-gradient(145deg,#ffefdef0,#ffd2bee6)}.chakra-card:nth-child(3){background:linear-gradient(145deg,#fff0d8f2,#ffdfade6)}.chakra-card:nth-child(4){background:linear-gradient(145deg,#ffeee2f2,#ffdbc5eb)}.chakra-card:nth-child(5){background:linear-gradient(145deg,#f5ebfff0,#e9d5ffeb)}.chakra-card:nth-child(6){background:linear-gradient(145deg,#f0e8fff2,#e1d6ffeb)}.chakra-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.chakra-name{font-weight:700;color:var(--text-strong)}.chakra-status{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:999px;background:#bf570029;color:#7c2d12}.chakra-focus{margin-top:auto;font-weight:600;color:#402812c7}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.feature-card{display:flex;flex-direction:column;gap:16px;padding:28px;border:1px solid var(--accent-soft);border-radius:16px;background:#fffaf3fa;box-shadow:0 18px 42px #bf570024}.feature-badge{width:48px;height:6px;border-radius:999px;background:linear-gradient(120deg,var(--accent),var(--accent-contrast));display:inline-block;margin-bottom:6px}.monetize-section{display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(260px,1fr);gap:clamp(28px,5vw,36px);align-items:start;padding:clamp(28px,5vw,36px) clamp(20px,5vw,48px);width:min(100%,980px);margin:0 auto}.monetize-copy{display:flex;flex-direction:column;gap:14px}.monetize-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.monetize-list li{display:flex;gap:12px;align-items:center;padding:12px 16px;border-radius:14px;background:#ffc10729;box-shadow:0 14px 34px #bf57002e}.monetize-list p{margin:0;font-weight:600;color:var(--text-strong)}.list-marker{width:10px;height:10px;border-radius:999px;background:linear-gradient(120deg,var(--accent),var(--accent-contrast));flex-shrink:0}.upcoming-section{display:flex;flex-direction:column;gap:clamp(24px,4vw,28px);width:min(100%,980px);margin:0 auto}.upcoming-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.upcoming-card{border:1px solid rgba(255,193,7,.26);border-radius:16px;padding:22px;background:linear-gradient(180deg,#ffc10724,#fffaf3fa);display:flex;flex-direction:column;gap:14px;box-shadow:0 18px 36px #bf570024}.upcoming-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.upcoming-card ul{margin:8px 0 0;padding-inline-start:18px;color:var(--text-muted)}.metrics-section{display:flex;flex-direction:column;gap:24px}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.metric-card{display:flex;flex-direction:column;gap:12px;text-align:left;padding:26px;border-radius:16px;background:#fffaf3fa;box-shadow:0 18px 42px #bf570024}.metric-value{font-size:2rem;font-weight:700;color:var(--accent)}.cta-section{display:flex;justify-content:space-between;align-items:center;gap:clamp(20px,5vw,28px);padding:clamp(24px,6vw,40px);background:linear-gradient(135deg,#ff6f002e,#ffc10729)}.landing-footer{margin-top:clamp(48px,12vw,84px);padding:clamp(36px,7vw,56px) 0 clamp(24px,6vw,40px);background:linear-gradient(180deg,#fff8ebdb,#ffecc7f0);border-top:1px solid rgba(191,87,0,.22);position:relative}.landing-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:min(720px,90%);height:2px;background:linear-gradient(90deg,#ff6f0000,#ff6f0066,#ff6f0000)}.footer-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(24px,6vw,48px);align-items:start}.footer-brand{display:flex;flex-direction:column;gap:14px}.footer-logo{font-size:1.6rem;font-weight:700}.footer-tagline{max-width:320px;margin:0}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.footer-links-group{display:flex;flex-direction:column;gap:10px}.footer-link{background:none;border:none;padding:0;text-align:left;font-size:.95rem;color:var(--accent-contrast);opacity:.7;cursor:pointer;text-decoration:none;transition:opacity .2s ease,color .2s ease}.footer-meta{font-size:.95rem;color:var(--muted);opacity:.8;display:block}.footer-link:hover{opacity:1;color:var(--accent)}.footer-link[aria-disabled=true],.footer-link[aria-disabled=true]:hover{opacity:.4;cursor:not-allowed;color:var(--muted)}.footer-bottom{margin-top:clamp(28px,5vw,40px);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:clamp(16px,3vw,24px);border-top:1px solid rgba(191,87,0,.18)}@media(max-width:960px){body{padding:28px}.landing{gap:64px;padding:48px 0 72px}.landing .container{padding-left:clamp(20px,6vw,40px);padding-right:clamp(20px,6vw,40px)}.landing-nav{flex-direction:column;align-items:stretch;gap:20px;margin-bottom:12px}.cta-section{flex-direction:column;align-items:stretch}.nav-actions{flex-direction:column;align-items:flex-start;text-align:left;width:100%;gap:12px}.nav-buttons{width:100%;justify-content:flex-start}.hero{grid-template-columns:1fr;gap:40px;padding:12px 0 24px}.hero-copy{gap:24px}.hero-tools{width:100%;grid-template-columns:1fr;gap:14px}.hero-tool-card{padding:clamp(24px,6vw,32px)}.hero-tool-card .btn{width:100%}.hero-preview{padding:24px;margin-top:4px}.hero-metrics{gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.monetize-section{grid-template-columns:1fr;gap:28px;padding:32px clamp(18px,6vw,36px);width:100%}.monetize-section>.btn{width:100%}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.upcoming-section{padding:32px clamp(18px,6vw,36px)}.upcoming-grid{gap:20px}.cta-section{gap:20px;padding:28px clamp(18px,6vw,36px)}.cta-section .btn{width:100%}}@media(max-width:768px){.landing{gap:56px;padding:40px 0 64px}.landing .container{padding-left:clamp(16px,7vw,32px);padding-right:clamp(16px,7vw,32px)}.hero{gap:32px;padding:8px 0 20px}.hero-copy{gap:20px}.hero-title{font-size:clamp(2rem,7vw,2.6rem)}.hero-subtitle{font-size:.98rem}.monetize-section{gap:28px;padding:28px clamp(16px,6vw,32px)}.cta-section{gap:20px}.feature-card,.upcoming-card,.metric-card{padding:22px}.feature-grid,.metrics-grid,.upcoming-grid{grid-template-columns:1fr}}@media(max-width:640px){.landing{gap:48px;padding:36px 0 56px}.landing .container{padding-left:clamp(14px,8vw,28px);padding-right:clamp(14px,8vw,28px)}.hero-copy{gap:18px}.hero-subtitle{font-size:.95rem}.hero-metrics{grid-template-columns:1fr}.hero-preview{padding:20px}.trusted-strip{gap:12px;align-items:flex-start}.trusted-logos{gap:8px}.nav-actions{align-items:center;text-align:center}.monetize-section{padding:24px}.monetize-list li{padding:12px 14px}.upcoming-section{gap:24px;padding:24px}.cta-section{padding:24px}.nav-buttons{flex-direction:column;align-items:stretch}.nav-buttons .btn,.footer-link{width:100%}.footer-bottom{gap:16px;align-items:flex-start}}@media(max-width:540px){body{padding:16px}.landing{gap:40px;padding:28px 0 48px}.landing-nav{gap:12px}.hero{gap:20px}.hero-copy{gap:16px}.hero-title{font-size:clamp(1.8rem,8vw,2.2rem)}.hero-subtitle{font-size:.92rem}.hero-tools{grid-template-columns:1fr;gap:12px}.hero-tool-card{padding:20px}.hero-tool-card .btn{width:100%}.hero-preview{padding:18px}.monetize-section{padding:20px}.monetize-list li{align-items:flex-start;gap:8px}.cta-section{padding:20px}.footer-inner{flex-direction:column;align-items:flex-start;gap:14px}}
