:root{--bg-void: #050507;--bg-deep: #08090d;--bg-card: #0d0f17;--charcoal: #1a1d2e;--navy: #0b0e1a;--red: #e8000d;--red-dim: #8a0007;--red-glow: rgba(232,0,13,.18);--blue: #00aaff;--blue-dim: #005f99;--blue-glow: rgba(0,170,255,.15);--text-primary: #c8cdd8;--text-secondary: #7a8096;--text-muted: #3d4155;--text-bright: #e8ecf4;--border: rgba(255,255,255,.06);--border-red: rgba(232,0,13,.35)}[data-astro-cid-lqkqhd7h],[data-astro-cid-lqkqhd7h]:before,[data-astro-cid-lqkqhd7h]:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-void);color:var(--text-primary);font-family:Inter,sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}[data-astro-cid-lqkqhd7h]::-webkit-scrollbar{width:4px}[data-astro-cid-lqkqhd7h]::-webkit-scrollbar-track{background:var(--bg-deep)}[data-astro-cid-lqkqhd7h]::-webkit-scrollbar-thumb{background:var(--red-dim);border-radius:2px}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.5}.grid-bg[data-astro-cid-lqkqhd7h]{position:fixed;inset:0;background-image:linear-gradient(rgba(0,170,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,170,255,.025) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}nav[data-astro-cid-lqkqhd7h]{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:72px;background:#050507eb;backdrop-filter:blur(24px);border-bottom:1px solid rgba(232,0,13,.15)}.nav-logo[data-astro-cid-lqkqhd7h]{text-decoration:none;display:flex;align-items:center}.nav-logo[data-astro-cid-lqkqhd7h] img[data-astro-cid-lqkqhd7h]{height:38px;object-fit:contain}.nav-logo-text[data-astro-cid-lqkqhd7h]{display:none;font-family:Orbitron,monospace;font-size:16px;font-weight:900;color:var(--red);letter-spacing:.12em}.nav-right[data-astro-cid-lqkqhd7h]{display:flex;align-items:center;gap:32px}.nav-links[data-astro-cid-lqkqhd7h]{display:flex;gap:32px;list-style:none}.nav-links[data-astro-cid-lqkqhd7h] a[data-astro-cid-lqkqhd7h]{font-family:Rajdhani,sans-serif;font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);text-decoration:none;transition:color .2s;position:relative}.nav-links[data-astro-cid-lqkqhd7h] a[data-astro-cid-lqkqhd7h]:after{content:"";position:absolute;bottom:-4px;left:0;right:100%;height:1px;background:var(--red);transition:right .3s ease}.nav-links[data-astro-cid-lqkqhd7h] a[data-astro-cid-lqkqhd7h]:hover{color:var(--text-bright)}.nav-links[data-astro-cid-lqkqhd7h] a[data-astro-cid-lqkqhd7h]:hover:after{right:0}.nav-cta[data-astro-cid-lqkqhd7h]{font-family:Rajdhani,sans-serif;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red);border:1px solid var(--red-dim);padding:9px 22px;text-decoration:none;transition:all .25s;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%)}.nav-cta[data-astro-cid-lqkqhd7h]:hover{background:var(--red);color:var(--bg-void);box-shadow:0 0 24px var(--red-glow)}.page-hero[data-astro-cid-lqkqhd7h]{min-height:52vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:140px 48px 72px;position:relative;overflow:hidden;z-index:1}.page-hero-ambient[data-astro-cid-lqkqhd7h]{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% -10%,rgba(232,0,13,.09) 0%,transparent 65%),radial-gradient(ellipse 40% 40% at 20% 90%,rgba(0,170,255,.04) 0%,transparent 60%);pointer-events:none}.page-eyebrow[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:10px;font-weight:400;letter-spacing:.45em;color:var(--red);text-transform:uppercase;margin-bottom:24px;opacity:0;animation:fadeUp .8s ease .2s forwards;display:flex;align-items:center;gap:12px}.page-eyebrow[data-astro-cid-lqkqhd7h]:before,.page-eyebrow[data-astro-cid-lqkqhd7h]:after{content:"";display:block;width:28px;height:1px;background:var(--red-dim)}.page-title[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:clamp(32px,5vw,68px);font-weight:900;line-height:1.05;color:var(--text-bright);margin-bottom:20px;opacity:0;animation:fadeUp .9s ease .35s forwards}.page-title[data-astro-cid-lqkqhd7h] span[data-astro-cid-lqkqhd7h]{color:var(--red);text-shadow:0 0 40px rgba(232,0,13,.4)}.page-subtitle[data-astro-cid-lqkqhd7h]{font-size:16px;color:var(--text-secondary);max-width:520px;line-height:1.8;opacity:0;animation:fadeUp .9s ease .5s forwards}.billing-toggle-wrap[data-astro-cid-lqkqhd7h]{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:40px;opacity:0;animation:fadeUp .9s ease .6s forwards}.billing-label[data-astro-cid-lqkqhd7h]{font-family:Rajdhani,sans-serif;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);transition:color .2s}.billing-label[data-astro-cid-lqkqhd7h].active{color:var(--text-bright)}.toggle-track[data-astro-cid-lqkqhd7h]{width:48px;height:24px;background:var(--charcoal);border:1px solid var(--border-red);border-radius:12px;cursor:pointer;position:relative;transition:background .2s}.toggle-thumb[data-astro-cid-lqkqhd7h]{width:18px;height:18px;background:var(--red);border-radius:50%;position:absolute;top:2px;left:2px;transition:left .25s ease;box-shadow:0 0 12px var(--red-glow)}.toggle-track[data-astro-cid-lqkqhd7h].annual .toggle-thumb[data-astro-cid-lqkqhd7h]{left:26px}.save-badge[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:9px;letter-spacing:.2em;background:#e8000d1f;border:1px solid var(--border-red);color:var(--red);padding:3px 10px;text-transform:uppercase}.plans-section[data-astro-cid-lqkqhd7h]{position:relative;z-index:1}.plans-inner[data-astro-cid-lqkqhd7h]{max-width:1280px;margin:0 auto;padding:0 48px 100px}.plans-grid[data-astro-cid-lqkqhd7h]{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--border)}.plan-card[data-astro-cid-lqkqhd7h]{background:var(--bg-card);padding:40px 32px 36px;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:background .3s}.plan-card[data-astro-cid-lqkqhd7h]:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--red),transparent);opacity:0;transition:opacity .3s}.plan-card[data-astro-cid-lqkqhd7h]:hover{background:var(--charcoal)}.plan-card[data-astro-cid-lqkqhd7h]:hover:before{opacity:1}.plan-card[data-astro-cid-lqkqhd7h].featured{background:var(--charcoal);border:1px solid var(--border-red);z-index:2}.plan-card[data-astro-cid-lqkqhd7h].featured:before{opacity:1}.plan-card[data-astro-cid-lqkqhd7h].featured:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(232,0,13,.07),transparent 70%);pointer-events:none}.plan-badge[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:9px;letter-spacing:.25em;background:var(--red);color:var(--bg-void);padding:3px 10px;text-transform:uppercase;display:inline-flex;width:fit-content;margin-bottom:24px;clip-path:polygon(5px 0%,100% 0%,calc(100% - 5px) 100%,0% 100%)}.plan-badge[data-astro-cid-lqkqhd7h].ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border);clip-path:none}.plan-name[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:20px;font-weight:700;color:var(--text-bright);margin-bottom:8px}.plan-tagline[data-astro-cid-lqkqhd7h]{font-size:13px;color:var(--text-secondary);line-height:1.6;margin-bottom:28px;min-height:42px}.plan-price-wrap[data-astro-cid-lqkqhd7h]{margin-bottom:32px}.plan-price[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:42px;font-weight:900;color:var(--text-bright);line-height:1;display:flex;align-items:flex-start;gap:4px}.plan-price[data-astro-cid-lqkqhd7h] sup[data-astro-cid-lqkqhd7h]{font-size:18px;margin-top:10px;color:var(--text-secondary);font-weight:400}.plan-price[data-astro-cid-lqkqhd7h] sub[data-astro-cid-lqkqhd7h]{font-family:Rajdhani,sans-serif;font-size:13px;font-weight:400;color:var(--text-muted);align-self:flex-end;margin-bottom:6px;letter-spacing:.1em}.plan-price[data-astro-cid-lqkqhd7h].custom-price{font-size:26px;color:var(--red)}.plan-price-note[data-astro-cid-lqkqhd7h]{font-size:12px;color:var(--text-muted);margin-top:6px;letter-spacing:.05em}.plan-annual-price[data-astro-cid-lqkqhd7h]{font-size:12px;color:var(--text-muted);text-decoration:line-through;margin-top:2px}.plan-divider[data-astro-cid-lqkqhd7h]{height:1px;background:var(--border);margin-bottom:24px}.plan-features[data-astro-cid-lqkqhd7h]{list-style:none;display:flex;flex-direction:column;gap:12px;flex:1}.plan-features[data-astro-cid-lqkqhd7h] li[data-astro-cid-lqkqhd7h]{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-secondary);line-height:1.5}.plan-features[data-astro-cid-lqkqhd7h] li[data-astro-cid-lqkqhd7h] .check[data-astro-cid-lqkqhd7h]{width:16px;height:16px;flex-shrink:0;margin-top:1px}.plan-features[data-astro-cid-lqkqhd7h] li[data-astro-cid-lqkqhd7h] .check[data-astro-cid-lqkqhd7h] svg[data-astro-cid-lqkqhd7h]{width:16px;height:16px;stroke:var(--red);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.plan-features[data-astro-cid-lqkqhd7h] li[data-astro-cid-lqkqhd7h] .cross[data-astro-cid-lqkqhd7h] svg[data-astro-cid-lqkqhd7h]{stroke:var(--text-muted)}.plan-features[data-astro-cid-lqkqhd7h] li[data-astro-cid-lqkqhd7h].dim{color:var(--text-muted)}.plan-section-label[data-astro-cid-lqkqhd7h]{font-family:Rajdhani,sans-serif;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin:20px 0 10px}.plan-cta[data-astro-cid-lqkqhd7h]{margin-top:32px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:13px 24px;text-decoration:none;text-align:center;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);transition:all .25s;display:block}.plan-cta[data-astro-cid-lqkqhd7h].primary{color:var(--bg-void);background:var(--red);box-shadow:0 0 30px #e8000d40}.plan-cta[data-astro-cid-lqkqhd7h].primary:hover{background:#ff1020;box-shadow:0 0 50px #e8000d80;transform:translateY(-2px)}.plan-cta[data-astro-cid-lqkqhd7h].ghost{color:var(--text-primary);border:1px solid var(--border);clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%)}.plan-cta[data-astro-cid-lqkqhd7h].ghost:hover{border-color:var(--blue-dim);color:var(--blue);box-shadow:0 0 20px var(--blue-glow)}.plan-cta[data-astro-cid-lqkqhd7h].blue-ghost{color:var(--blue);border:1px solid var(--blue-dim)}.plan-cta[data-astro-cid-lqkqhd7h].blue-ghost:hover{background:#00aaff14;box-shadow:0 0 24px var(--blue-glow)}.compare-section[data-astro-cid-lqkqhd7h]{position:relative;z-index:1;background:var(--bg-deep)}.compare-inner[data-astro-cid-lqkqhd7h]{max-width:1280px;margin:0 auto;padding:80px 48px 100px}.section-tag[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:var(--red);display:flex;align-items:center;gap:12px;margin-bottom:16px}.section-tag[data-astro-cid-lqkqhd7h]:before{content:"";display:block;width:28px;height:1px;background:var(--red)}.section-title[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:clamp(24px,3.5vw,40px);font-weight:700;color:var(--text-bright);line-height:1.15;margin-bottom:56px}.section-title[data-astro-cid-lqkqhd7h] span[data-astro-cid-lqkqhd7h]{color:var(--red)}.compare-table[data-astro-cid-lqkqhd7h]{width:100%;border-collapse:collapse}.compare-table[data-astro-cid-lqkqhd7h] th[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-bright);padding:16px 20px;text-align:left;border-bottom:1px solid var(--border-red)}.compare-table[data-astro-cid-lqkqhd7h] th[data-astro-cid-lqkqhd7h]:first-child{color:var(--text-muted)}.compare-table[data-astro-cid-lqkqhd7h] th[data-astro-cid-lqkqhd7h].featured-col{color:var(--red)}.compare-table[data-astro-cid-lqkqhd7h] td[data-astro-cid-lqkqhd7h]{padding:14px 20px;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-secondary);vertical-align:middle}.compare-table[data-astro-cid-lqkqhd7h] td[data-astro-cid-lqkqhd7h]:first-child{font-family:Rajdhani,sans-serif;font-size:13px;letter-spacing:.05em;color:var(--text-primary);font-weight:500}.compare-table[data-astro-cid-lqkqhd7h] tr[data-astro-cid-lqkqhd7h]:hover td[data-astro-cid-lqkqhd7h]{background:#ffffff04}.compare-table[data-astro-cid-lqkqhd7h] .group-row[data-astro-cid-lqkqhd7h] td[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:9px;letter-spacing:.3em;text-transform:uppercase;color:var(--red);background:#e8000d0a;padding:10px 20px;border-bottom:1px solid var(--border-red)}.compare-table[data-astro-cid-lqkqhd7h] .featured-col[data-astro-cid-lqkqhd7h]{background:#e8000d08}.tick[data-astro-cid-lqkqhd7h]{color:var(--red);font-size:16px}.cross-mark[data-astro-cid-lqkqhd7h]{color:var(--text-muted);font-size:14px}.val[data-astro-cid-lqkqhd7h]{color:var(--text-bright);font-weight:500}.faq-section[data-astro-cid-lqkqhd7h]{position:relative;z-index:1}.faq-inner[data-astro-cid-lqkqhd7h]{max-width:820px;margin:0 auto;padding:80px 48px 100px}.faq-list[data-astro-cid-lqkqhd7h]{display:flex;flex-direction:column;gap:2px;background:var(--border)}.faq-item[data-astro-cid-lqkqhd7h]{background:var(--bg-card);overflow:hidden}.faq-q[data-astro-cid-lqkqhd7h]{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;cursor:pointer;font-family:Rajdhani,sans-serif;font-size:15px;font-weight:600;letter-spacing:.05em;color:var(--text-bright);transition:color .2s;user-select:none;gap:16px}.faq-q[data-astro-cid-lqkqhd7h]:hover{color:var(--text-bright);background:var(--charcoal)}.faq-q-icon[data-astro-cid-lqkqhd7h]{width:20px;height:20px;flex-shrink:0;position:relative}.faq-q-icon[data-astro-cid-lqkqhd7h]:before,.faq-q-icon[data-astro-cid-lqkqhd7h]:after{content:"";position:absolute;background:var(--red);left:50%;top:50%;transform:translate(-50%,-50%);transition:all .3s}.faq-q-icon[data-astro-cid-lqkqhd7h]:before{width:10px;height:1px}.faq-q-icon[data-astro-cid-lqkqhd7h]:after{width:1px;height:10px}.faq-item[data-astro-cid-lqkqhd7h].open .faq-q-icon[data-astro-cid-lqkqhd7h]:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.faq-a[data-astro-cid-lqkqhd7h]{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;font-size:14px;color:var(--text-secondary);line-height:1.75;padding:0 28px}.faq-item[data-astro-cid-lqkqhd7h].open .faq-a[data-astro-cid-lqkqhd7h]{max-height:300px;padding:0 28px 22px}.cta-section[data-astro-cid-lqkqhd7h]{position:relative;z-index:1;background:var(--navy)}.cta-inner[data-astro-cid-lqkqhd7h]{max-width:1280px;margin:0 auto;padding:80px 48px}.cta-banner[data-astro-cid-lqkqhd7h]{border:1px solid var(--border-red);background:var(--bg-card);padding:56px;text-align:center;position:relative;overflow:hidden}.cta-banner[data-astro-cid-lqkqhd7h]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 50% -20%,rgba(232,0,13,.08),transparent 65%);pointer-events:none}.cta-banner[data-astro-cid-lqkqhd7h] h3[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:clamp(22px,3vw,36px);font-weight:700;color:var(--text-bright);margin-bottom:14px}.cta-banner[data-astro-cid-lqkqhd7h] h3[data-astro-cid-lqkqhd7h] span[data-astro-cid-lqkqhd7h]{color:var(--red)}.cta-banner[data-astro-cid-lqkqhd7h] p[data-astro-cid-lqkqhd7h]{font-size:15px;color:var(--text-secondary);max-width:500px;margin:0 auto 36px;line-height:1.75}.cta-buttons[data-astro-cid-lqkqhd7h]{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn-primary[data-astro-cid-lqkqhd7h]{font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--bg-void);background:var(--red);padding:14px 36px;text-decoration:none;clip-path:polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);transition:all .25s;box-shadow:0 0 30px #e8000d4d;display:inline-block}.btn-primary[data-astro-cid-lqkqhd7h]:hover{background:#ff1020;box-shadow:0 0 50px #e8000d80;transform:translateY(-2px)}.btn-ghost[data-astro-cid-lqkqhd7h]{font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-primary);border:1px solid var(--border);padding:14px 36px;text-decoration:none;clip-path:polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);transition:all .25s;display:inline-block}.btn-ghost[data-astro-cid-lqkqhd7h]:hover{border-color:var(--blue-dim);color:var(--blue);box-shadow:0 0 20px var(--blue-glow)}.glass-divider[data-astro-cid-lqkqhd7h]{height:1px;background:linear-gradient(90deg,transparent,var(--red-dim),transparent);position:relative;z-index:1}footer[data-astro-cid-lqkqhd7h]{background:var(--bg-void);border-top:1px solid var(--border);padding:52px 80px 32px;position:relative;z-index:1}.footer-top[data-astro-cid-lqkqhd7h]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:48px;flex-wrap:wrap;gap:40px}.footer-brand[data-astro-cid-lqkqhd7h]{display:flex;flex-direction:column;gap:12px}.footer-logo[data-astro-cid-lqkqhd7h] img[data-astro-cid-lqkqhd7h]{height:32px;filter:brightness(.7)}.footer-logo-text[data-astro-cid-lqkqhd7h]{font-family:Orbitron,monospace;font-size:16px;font-weight:900;color:var(--red-dim);letter-spacing:.1em;display:none}.footer-tagline[data-astro-cid-lqkqhd7h]{font-family:Rajdhani,sans-serif;font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted)}.footer-links[data-astro-cid-lqkqhd7h]{display:flex;gap:60px;flex-wrap:wrap}.footer-col[data-astro-cid-lqkqhd7h] h4[data-astro-cid-lqkqhd7h]{font-family:Rajdhani,sans-serif;font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--red);margin-bottom:18px}.footer-col[data-astro-cid-lqkqhd7h] ul[data-astro-cid-lqkqhd7h]{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col[data-astro-cid-lqkqhd7h] a[data-astro-cid-lqkqhd7h]{font-size:14px;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-col[data-astro-cid-lqkqhd7h] a[data-astro-cid-lqkqhd7h]:hover{color:var(--text-primary)}.footer-bottom[data-astro-cid-lqkqhd7h]{border-top:1px solid var(--border);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-copy[data-astro-cid-lqkqhd7h]{font-size:13px;color:var(--text-muted)}.footer-copy[data-astro-cid-lqkqhd7h] span[data-astro-cid-lqkqhd7h]{color:var(--red)}.footer-legal[data-astro-cid-lqkqhd7h]{display:flex;gap:24px}.footer-legal[data-astro-cid-lqkqhd7h] a[data-astro-cid-lqkqhd7h]{font-size:13px;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-legal[data-astro-cid-lqkqhd7h] a[data-astro-cid-lqkqhd7h]:hover{color:var(--text-secondary)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.plans-grid[data-astro-cid-lqkqhd7h]{grid-template-columns:repeat(2,1fr)}}@media(max-width:960px){nav[data-astro-cid-lqkqhd7h]{padding:0 24px}.nav-links[data-astro-cid-lqkqhd7h]{display:none}.plans-inner[data-astro-cid-lqkqhd7h],.compare-inner[data-astro-cid-lqkqhd7h],.faq-inner[data-astro-cid-lqkqhd7h],.cta-inner[data-astro-cid-lqkqhd7h]{padding-left:24px;padding-right:24px}footer[data-astro-cid-lqkqhd7h]{padding:40px 24px 24px}}@media(max-width:600px){.plans-grid[data-astro-cid-lqkqhd7h]{grid-template-columns:1fr}.compare-table[data-astro-cid-lqkqhd7h]{font-size:12px}.compare-table[data-astro-cid-lqkqhd7h] th[data-astro-cid-lqkqhd7h],.compare-table[data-astro-cid-lqkqhd7h] td[data-astro-cid-lqkqhd7h]{padding:10px 12px}}
