.navbar{z-index:100;-webkit-backdrop-filter:blur(16px);background-color:#08090a99;border-bottom:1px solid #0000;padding:1.75rem 0;transition:background-color .3s,border-color .3s;position:sticky;top:0}.navbar.scrolled{border-bottom-color:var(--border);background-color:#08090aeb}.navbar-inner{justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.navbar-logo{color:var(--text-primary);align-items:center;gap:.6rem;text-decoration:none;display:flex}.navbar-logo:hover{color:var(--text-primary)}.logo-mark{background:var(--accent);color:#0a0a0a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-family:Bricolage Grotesque,sans-serif;font-size:1rem;font-weight:800;display:flex}.logo-text{letter-spacing:-.3px;font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:700}.navbar-menu{align-items:center;gap:2.5rem;display:flex}.navbar-links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--text-secondary);letter-spacing:.01em;font-size:.88rem;font-weight:500;transition:color .2s;position:relative}.navbar-links a:after{content:"";background:var(--accent);width:0;height:1.5px;transition:width .25s;position:absolute;bottom:-4px;left:0}.navbar-links a:hover,.navbar-links a.active{color:var(--text-primary)}.navbar-links a.active:after,.navbar-links a:hover:after{width:100%}.navbar-phone{color:var(--text-primary);letter-spacing:.02em;border:1px solid var(--accent-border);border-radius:var(--radius);background-color:var(--accent);align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.navbar-phone:hover{background:var(--accent-muted);color:var(--accent-hover)}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar-toggle span{background-color:var(--text-primary);border-radius:1px;width:22px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.navbar-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar-toggle.open span:nth-child(2){opacity:0}.navbar-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.navbar-toggle{display:flex}.navbar-menu{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background-color:#08090af7;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem 1.75rem;display:none;position:absolute;top:100%;left:0;right:0}.navbar-menu.open{display:flex}.navbar-links{flex-direction:column;align-items:flex-start;gap:1.25rem}.navbar-links a{font-size:1rem}}.footer{background-color:var(--bg-card);border-top:1px solid var(--border);padding:4rem 0 2rem;position:relative;overflow:hidden}.footer-grain{pointer-events:none;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.03'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}.footer-inner{z-index:1;position:relative}.footer-top{border-bottom:1px solid var(--border);grid-template-columns:1fr 2fr;gap:4rem;padding-bottom:3rem;display:grid}.footer-logo{color:var(--text-primary);align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.footer-logo:hover{color:var(--text-primary)}.footer-logo-mark{background:var(--accent);color:#0a0a0a;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;font-family:Bricolage Grotesque,sans-serif;font-size:.85rem;font-weight:800;display:flex}.footer-logo-text{letter-spacing:-.3px;font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:700}.footer-tagline{color:var(--text-muted);max-width:280px;font-size:.88rem;line-height:1.6}.footer-columns{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-col h4{text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:600}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:var(--text-muted);font-size:.88rem;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-text{color:var(--text-muted);font-size:.88rem}.footer-bottom{justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.footer-bottom p{color:var(--text-muted);font-size:.8rem}.footer-service-area{font-style:italic}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-columns{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}@media (width<=480px){.footer-columns{grid-template-columns:1fr}}.hero{background:var(--bg-deep);padding:7rem 0 5rem;position:relative;overflow:hidden}.hero-glow{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.hero-glow-1{background:#4a7fff12;width:500px;height:500px;top:-100px;left:-100px}.hero-glow-2{background:#4a7fff0d;width:400px;height:400px;bottom:-80px;right:-60px}.hero-grid-bg{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.hero-content{z-index:2;text-align:center;max-width:720px;margin:0 auto;position:relative}.hero-badge{border:1px solid var(--border-strong);color:var(--text-secondary);background:#ffffff05;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.78rem;font-weight:500;display:inline-flex}.hero-badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #4a7fff66}50%{opacity:.8;box-shadow:0 0 0 6px #4a7fff00}}.hero h1{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:3.75rem;font-weight:800;line-height:1.08}.hero-accent{color:var(--accent)}.hero-sub{color:var(--text-secondary);max-width:560px;margin-bottom:2.25rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.hero-trust{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.hero-trust-item{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;display:flex}.stats-bar{border-bottom:1px solid var(--border);background:var(--bg-card)}.stats-inner{justify-content:center;align-items:center;gap:3rem;padding:2rem 0;display:flex}.stat-item{flex-direction:column;align-items:center;gap:.15rem;display:flex}.stat-number{color:var(--text-primary);letter-spacing:-.5px;font-family:Bricolage Grotesque,sans-serif;font-size:1.5rem;font-weight:800}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:500}.stat-divider{background:var(--border);width:1px;height:32px}.services{background:var(--bg-deep)}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.75rem;transition:border-color .3s,box-shadow .3s,transform .3s;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-border), transparent);opacity:0;height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:var(--accent-border);transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.service-card:hover:before{opacity:1}.service-icon{background:var(--accent-muted);width:48px;height:48px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card h3{letter-spacing:-.2px;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.service-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.process{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.process-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.process-card{text-align:center;position:relative}.process-num{color:var(--accent);opacity:.2;margin-bottom:1rem;font-family:Bricolage Grotesque,sans-serif;font-size:3rem;font-weight:800;line-height:1}.process-line{display:none}.process-card h3{letter-spacing:-.3px;margin-bottom:.6rem;font-size:1.2rem;font-weight:700}.process-card p{color:var(--text-secondary);max-width:300px;margin:0 auto;font-size:.9rem;line-height:1.65}.reviews{background:var(--bg-deep)}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.reviews-grid .review-card:nth-child(4){grid-column:1/2}.reviews-grid .review-card:nth-child(5){grid-column:2/3}.review-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:1.75rem;transition:border-color .3s;display:flex}.review-card:hover{border-color:var(--border-strong)}.stars{gap:2px;margin-bottom:1rem;display:flex}.review-text{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.9rem;font-style:italic;line-height:1.7}.review-author{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.review-avatar{background:var(--accent-muted);width:36px;height:36px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-family:Bricolage Grotesque,sans-serif;font-size:.85rem;font-weight:700;display:flex}.review-name{color:var(--text-primary);font-size:.88rem;font-weight:600}.review-location{color:var(--text-muted);font-size:.78rem}.why-us{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.why-us-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.why-us-text .section-title{margin-bottom:1.25rem}.why-us-desc{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.75}.why-us-values{flex-direction:column;gap:1.25rem;display:flex}.value-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-deep);gap:1rem;padding:1.25rem;transition:border-color .3s;display:flex}.value-card:hover{border-color:var(--accent-border)}.value-icon{background:var(--accent-muted);width:40px;height:40px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.value-card h4{letter-spacing:-.2px;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.value-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.cta{background:var(--bg-deep);position:relative;overflow:hidden}.cta-glow{filter:blur(120px);pointer-events:none;background:#4a7fff0f;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-inner{z-index:2;text-align:center;max-width:600px;margin:0 auto;position:relative}.cta h2{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.15}.cta-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.65}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (width<=1024px){.why-us-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.hero{padding:5rem 0 3.5rem}.hero h1{letter-spacing:-1px;font-size:2.5rem}.hero-sub{font-size:1rem}.stats-inner{flex-wrap:wrap;gap:1.5rem}.stat-divider{display:none}.stat-item{width:45%}.services-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr;gap:2.5rem}.reviews-grid{grid-template-columns:1fr}.reviews-grid .review-card:nth-child(4),.reviews-grid .review-card:nth-child(5){grid-column:auto}.cta h2{font-size:2rem}.hero-trust{gap:1rem}}@media (width<=480px){.hero h1{font-size:2rem}.section-title{font-size:1.75rem}.hero-buttons,.cta-buttons{flex-direction:column;align-items:stretch}.stat-item{width:100%}}.services-hero{text-align:center;background:var(--bg-deep);padding:5rem 0 4rem;position:relative;overflow:hidden}.services-hero-glow{filter:blur(120px);pointer-events:none;background:#4a7fff0f;border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.services-hero-inner{z-index:2;position:relative}.services-hero h1{letter-spacing:-1.5px;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.1}.services-hero-sub{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:1.05rem;line-height:1.65}.services-list{flex-direction:column;gap:1.5rem;display:flex}.service-detail{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);gap:2rem;padding:2.25rem;scroll-margin-top:5rem;transition:border-color .3s;display:flex}.service-detail:hover{border-color:var(--accent-border)}.service-detail-icon{background:var(--accent-muted);width:56px;height:56px;color:var(--accent);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-detail-content h2{letter-spacing:-.3px;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.service-detail-content p{color:var(--text-secondary);margin-bottom:1rem;font-size:.92rem;line-height:1.7}.service-features{flex-wrap:wrap;gap:.5rem 1.5rem;padding:0;list-style:none;display:flex}.service-features li{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;display:flex}.services-cta{background:var(--bg-deep);position:relative;overflow:hidden}.services-cta-glow{filter:blur(120px);pointer-events:none;background:#4a7fff0f;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.services-cta-inner{z-index:2;text-align:center;max-width:540px;margin:0 auto;position:relative}.services-cta h2{letter-spacing:-1px;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.services-cta p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.65}.services-cta-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (width<=768px){.services-hero h1{font-size:2.25rem}.service-detail{flex-direction:column;gap:1.25rem;padding:1.75rem}.services-cta h2{font-size:1.75rem}.services-cta-buttons{flex-direction:column;align-items:stretch}}.contact-hero{text-align:center;background:var(--bg-deep);padding:5rem 0 4rem;position:relative;overflow:hidden}.contact-hero-glow{filter:blur(120px);pointer-events:none;background:#4a7fff0f;border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.contact-hero-inner{z-index:2;position:relative}.contact-hero h1{letter-spacing:-1.5px;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.1}.contact-hero-sub{color:var(--text-secondary);max-width:460px;margin:0 auto;font-size:1.05rem;line-height:1.65}.contact-layout{grid-template-columns:380px 1fr;align-items:start;gap:2.5rem;display:grid}.contact-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:5rem}.contact-info-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.contact-info-card h2{letter-spacing:-.3px;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.contact-methods{flex-direction:column;gap:.75rem;display:flex}.contact-method{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-deep);color:var(--text-primary);align-items:center;gap:1rem;padding:.85rem 1rem;transition:border-color .2s,background .2s;display:flex}.contact-method:hover{border-color:var(--accent-border);background:var(--bg-hover);color:var(--text-primary)}.contact-method-icon{background:var(--accent-muted);width:40px;height:40px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-method-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.1rem;font-size:.72rem;font-weight:600;display:block}.contact-method-value{color:var(--text-primary);font-size:.92rem;font-weight:600;display:block}.contact-promise{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.promise-icon{background:var(--accent-muted);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.contact-promise h3{letter-spacing:-.2px;margin-bottom:.5rem;font-size:1rem;font-weight:700}.contact-promise p{color:var(--text-secondary);font-size:.88rem;line-height:1.65}.contact-form-wrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-header h3{letter-spacing:-.3px;margin-bottom:.25rem;font-size:1.2rem;font-weight:700}.form-header p{color:var(--text-muted);margin-bottom:.5rem;font-size:.88rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.82rem;font-weight:600}.form-optional{color:var(--text-muted);font-weight:400}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-strong);border-radius:var(--radius);background-color:var(--bg-deep);color:var(--text-primary);padding:.7rem .85rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted);outline:none}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239b9a94' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group textarea{resize:vertical;min-height:120px}.btn-full{width:100%;padding:.85rem;font-size:.95rem}.success-message{text-align:center;padding:4rem 2rem}.success-icon{background:var(--green-muted);width:64px;height:64px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.success-message h3{letter-spacing:-.3px;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.success-message p{color:var(--text-secondary);max-width:360px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.95rem}.common-issues{background:var(--bg-card);border-top:1px solid var(--border)}.issues-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.issue-card{background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.75rem;transition:border-color .3s}.issue-card:hover{border-color:var(--border-strong)}.issue-num{color:var(--accent);opacity:.2;margin-bottom:.75rem;font-family:Bricolage Grotesque,sans-serif;font-size:2rem;font-weight:800;line-height:1}.issue-card h3{letter-spacing:-.2px;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.issue-card p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.88rem;line-height:1.7}.issue-card p:last-child{margin-bottom:0}@media (width<=900px){.contact-layout{grid-template-columns:1fr;gap:2rem}.contact-sidebar{position:static}.issues-grid{grid-template-columns:1fr}}@media (width<=768px){.contact-hero h1{font-size:2.25rem}.form-row{grid-template-columns:1fr}}.guide-hero{text-align:center;background:var(--bg-deep);padding:5rem 0 4rem;position:relative;overflow:hidden}.guide-hero-glow{filter:blur(120px);pointer-events:none;background:#4a7fff0f;border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.guide-hero-inner{z-index:2;position:relative}.guide-hero h1{letter-spacing:-1.5px;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.1}.guide-hero-sub{color:var(--text-secondary);max-width:560px;margin:0 auto 1rem;font-size:1.05rem;line-height:1.65}.guide-meta{color:var(--text-muted);font-size:.82rem;font-weight:500}.guide-content{max-width:760px}.guide-toc{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:3rem;padding:1.75rem 2rem}.guide-toc h4{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:600}.guide-toc ol{counter-reset:toc;padding:0;list-style:none}.guide-toc li{counter-increment:toc;margin-bottom:.4rem}.guide-toc li a{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.35rem 0;font-size:.9rem;font-weight:500;transition:color .2s;display:flex}.guide-toc li a:before{content:counter(toc, decimal-leading-zero);color:var(--accent);opacity:.5;min-width:1.5rem;font-family:Bricolage Grotesque,sans-serif;font-size:.75rem;font-weight:700}.guide-toc li a:hover{color:var(--accent)}.guide-section{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:3rem;scroll-margin-top:5rem}.guide-section:last-child{border-bottom:none}.guide-section h2{color:var(--text-primary);letter-spacing:-.5px;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.guide-section h3{color:var(--text-primary);letter-spacing:-.2px;margin-top:1.75rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.guide-section p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.95rem;line-height:1.8}.compat-table-wrapper{border-radius:var(--radius-lg);border:1px solid var(--border);margin:1.5rem 0;overflow-x:auto}.compat-table{border-collapse:collapse;width:100%;font-size:.88rem}.compat-table th{background-color:var(--bg-elevated);color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;text-align:left;padding:.85rem 1.15rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:600}.compat-table td{color:var(--text-secondary);border-top:1px solid var(--border);vertical-align:top;padding:.85rem 1.15rem;line-height:1.6}.compat-table tr:hover td{background-color:#ffffff05}.compat-table td strong{color:var(--text-primary)}.tip-box{background-color:var(--accent-muted);border:1px solid var(--accent-border);border-radius:var(--radius);color:var(--text-secondary);align-items:flex-start;gap:.85rem;margin:1.5rem 0;padding:1.15rem 1.35rem;font-size:.9rem;line-height:1.65;display:flex}.tip-icon{color:var(--accent);flex-shrink:0;margin-top:1px}.solution-cards{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.solution-card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem 1.5rem;transition:border-color .3s;position:relative}.solution-card:hover{border-color:var(--border-strong)}.solution-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);background:var(--accent-muted);border-radius:4px;padding:.2rem .55rem;font-size:.68rem;font-weight:600;position:absolute;top:1rem;right:1rem}.solution-card h4{color:var(--text-primary);letter-spacing:-.2px;margin-bottom:.5rem;font-size:1rem;font-weight:700}.solution-card p{color:var(--text-secondary);margin-bottom:0;font-size:.88rem;line-height:1.65}.steps-list{margin:1rem 0;padding-left:1.5rem}.steps-list li{color:var(--text-secondary);margin-bottom:1rem;font-size:.93rem;line-height:1.75}.steps-list ul{margin-top:.5rem;padding-left:1.5rem}.steps-list ul li{margin-bottom:.25rem}.steps-list code{background-color:var(--bg-elevated);border:1px solid var(--border);color:var(--accent);border-radius:4px;padding:.15rem .45rem;font-family:SFMono-Regular,Menlo,monospace;font-size:.85em}.guide-cta{text-align:center;background:var(--bg-card);position:relative;border-radius:var(--radius-lg)!important;border:1px solid var(--border)!important;padding:3rem 2.5rem!important}.guide-cta-badge{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);background:var(--accent-muted);border-radius:4px;margin-bottom:1.25rem;padding:.3rem .75rem;font-size:.68rem;font-weight:600;display:inline-block}.guide-cta p{max-width:560px;margin-left:auto;margin-right:auto}.guide-cta-offer{background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius);text-align:left;max-width:400px;margin:1.75rem auto;padding:1.75rem}.guide-cta-offer h3{letter-spacing:-.2px;margin-top:0;margin-bottom:1rem;font-size:1rem;font-weight:700}.guide-cta-features{padding:0;list-style:none}.guide-cta-features li{color:var(--text-secondary);align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.88rem;line-height:1.5;display:flex}.guide-cta .btn{margin-top:.5rem}@media (width<=768px){.guide-hero h1{font-size:2.25rem}.guide-toc{padding:1.25rem 1.5rem}.compat-table{font-size:.8rem}.compat-table th,.compat-table td{padding:.6rem .75rem}.guide-cta{padding:2rem 1.5rem!important}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-deep:#08090a;--bg-card:#111214;--bg-elevated:#1a1c1f;--bg-hover:#222427;--text-primary:#f0efe9;--text-secondary:#9b9a94;--text-muted:#5e5d58;--accent:#4a7fff;--accent-hover:#6b9aff;--accent-muted:#4a7fff1a;--accent-border:#4a7fff38;--green:#4ade80;--green-muted:#4ade801f;--border:#ffffff12;--border-strong:#ffffff1f;--star:#f0c246;--radius:10px;--radius-lg:16px}html{scroll-behavior:smooth}body{background-color:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Bricolage Grotesque,sans-serif}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}::selection{color:var(--text-primary);background:#4a7fff4d}.container{max-width:1160px;margin:0 auto;padding:0 1.75rem}.section{padding:6rem 0}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:600}.section-title{letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.25rem;font-weight:700;line-height:1.2}.section-subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:3rem;font-size:1.05rem}.btn{border-radius:var(--radius);cursor:pointer;text-align:center;letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background-color:var(--accent);color:#0a0a0a}.btn-primary:hover{background-color:var(--accent-hover);color:#0a0a0a;box-shadow:0 0 24px #4a7fff33}.btn-outline{color:var(--text-primary);border:1.5px solid var(--border-strong);background-color:#0000}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.noise-overlay:before{content:"";pointer-events:none;z-index:1;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");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.6s ease-out both fadeUp}.fade-up-1{animation-delay:50ms}.fade-up-2{animation-delay:.12s}.fade-up-3{animation-delay:.19s}.fade-up-4{animation-delay:.26s}.fade-up-5{animation-delay:.33s}.fade-up-6{animation-delay:.4s}
