:root{--bg: #0f1114;--bg-elev: #161a1f;--bg-card: #1c2128;--text: #f0f2f4;--text-muted: #9aa3ae;--accent: #d9772c;--accent-hover: #e8893a;--money: #3db87a;--border: rgba(255, 255, 255, .09);--radius: 14px;--radius-pill: 999px;--font: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;--mono: ui-monospace, "Cascadia Code", Consolas, monospace;--shadow: 0 18px 40px rgba(0, 0, 0, .35);--max: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.55;min-height:100dvh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}.container{width:min(var(--max),100% - 2rem);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:var(--radius-pill);padding:.9rem 1.35rem;font-weight:700;font-size:.95rem;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s ease,border-color .2s ease}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:#111}.btn-primary:hover{background:var(--accent-hover);color:#111}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.price{font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--money);font-weight:700}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem}.muted{color:var(--text-muted)}.site-header{position:sticky;top:0;z-index:50;height:68px;display:flex;align-items:center;backdrop-filter:blur(12px);background:#0f1114e6;border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(var(--max),100% - 2rem);margin-inline:auto;height:100%}.logo{color:var(--text);font-weight:800;letter-spacing:-.02em;font-size:1.05rem;flex-shrink:0}.logo span{color:var(--accent)}.nav{display:flex;flex-wrap:nowrap;gap:.75rem;align-items:center;overflow:hidden}.nav a{color:var(--text-muted);font-size:.88rem;font-weight:600;white-space:nowrap}.nav a:hover{color:var(--text)}.header-cta{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.phone-lg{font-size:1.05rem;font-weight:800;color:var(--text);white-space:nowrap}.header-hours{font-size:.72rem;color:var(--text-muted)}.ticker{overflow:hidden;white-space:nowrap;border-bottom:1px solid var(--border);background:var(--bg-elev);padding:.65rem 0;font-family:var(--mono);font-size:.85rem}.ticker-track{display:inline-block;padding-left:100%;animation:marquee 42s linear infinite}@keyframes marquee{to{transform:translate(-100%)}}@media(prefers-reduced-motion:reduce){.ticker-track{animation:none;padding-left:1rem;transform:none}}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100dvh - 108px);max-height:820px;border-bottom:1px solid var(--border);background:var(--bg)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:2.5rem clamp(1rem,4vw,3.5rem);gap:1rem;max-width:36rem}.hero-copy h1{margin:0;font-size:clamp(1.85rem,3.8vw,2.85rem);line-height:1.08;letter-spacing:-.03em;font-weight:800}.hero-lead{margin:0;font-size:1.05rem;color:var(--text-muted);max-width:32ch;line-height:1.45}.hero-price-line{margin:0;font-size:.95rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.35rem}.hero-media{position:relative;min-height:280px;overflow:hidden;background:var(--bg-elev)}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg) 0%,transparent 18%);pointer-events:none}.section{padding:clamp(2.5rem,5vw,4rem) 0}.section-title{margin:0 0 .35rem;font-size:clamp(1.45rem,2.6vw,1.9rem);letter-spacing:-.02em;font-weight:800}.section-sub{margin:0 0 1.5rem;color:var(--text-muted);max-width:42ch;font-size:.98rem}.bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(160px,auto);gap:.85rem}.bento-item{position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);min-height:180px;color:inherit;background:var(--bg-card);transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .2s ease}.bento-item:hover{transform:translateY(-3px);border-color:#d9772c73;color:inherit}.bento-item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bento-item:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(10,12,14,.92) 0%,rgba(10,12,14,.2) 55%,transparent 100%)}.bento-body{position:relative;z-index:2;padding:1rem 1.1rem 1.15rem}.bento-body strong{display:block;font-size:1.05rem}.bento-body span{display:block;margin-top:.25rem;font-size:.88rem;color:#c5ccd4}.bento-item.span-2{grid-column:span 2;min-height:240px}.bento-item.span-2-row{grid-row:span 2;min-height:100%}.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.tools-visual{grid-column:1 / -1;display:grid;grid-template-columns:1.2fr 1fr;gap:0;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card)}.tools-visual img{width:100%;height:100%;min-height:220px;object-fit:cover}.tools-visual-copy{padding:1.5rem 1.4rem;display:flex;flex-direction:column;justify-content:center;gap:.6rem}.tools-visual-copy h3{margin:0;font-size:1.2rem}.tools-visual-copy ol{margin:0;padding-left:1.1rem;color:var(--text-muted)}.method-band{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.method-card{display:flex;flex-direction:column;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;background:var(--bg-card);color:inherit;transition:border-color .2s ease,transform .2s ease}.method-card:hover{border-color:#d9772c66;transform:translateY(-2px);color:inherit}.method-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.method-card .m-body{padding:1rem 1.1rem 1.2rem}.method-card h3{margin:0 0 .35rem;font-size:1.05rem}.method-card p{margin:0;font-size:.9rem;color:var(--text-muted)}.trust-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.85rem}.trust-tile{grid-column:span 2;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;background:var(--bg-card)}.trust-tile:nth-child(1),.trust-tile:nth-child(2){grid-column:span 3}.trust-tile img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.trust-tile p{margin:0;padding:.85rem 1rem;font-weight:700;font-size:.95rem}.loc-banner{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);margin-bottom:1rem;max-height:280px}.loc-banner img{width:100%;height:280px;object-fit:cover}.loc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.loc-card{border-top:2px solid var(--accent);background:var(--bg-elev);border-radius:0 0 var(--radius) var(--radius);padding:1.1rem 1.15rem;border-right:1px solid var(--border);border-left:1px solid var(--border);border-bottom:1px solid var(--border)}.loc-card strong{display:block;margin-bottom:.25rem}.loc-card .addr{margin:.2rem 0;color:var(--text-muted);font-size:.92rem}.loc-card .note{margin:.4rem 0 0;font-size:.9rem}.pilot-tag{display:inline-block;margin-left:.4rem;font-size:.72rem;font-weight:700;color:var(--accent);border:1px solid rgba(217,119,44,.4);border-radius:var(--radius-pill);padding:.1rem .5rem;vertical-align:middle}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--border)}.faq-item{padding:1.15rem 1.25rem 1.15rem 0;border-bottom:1px solid var(--border)}.faq-item:nth-child(2n){padding-left:1.25rem;border-left:1px solid var(--border)}.faq-item strong{display:block;margin-bottom:.4rem;font-size:1rem}.faq-item p{margin:0;color:var(--text-muted);font-size:.92rem;max-width:48ch}.seo-block{max-width:52ch}.seo-block p{color:var(--text-muted);font-size:.95rem}.site-footer{border-top:1px solid var(--border);padding:2.25rem 0;margin-top:1rem;color:var(--text-muted);font-size:.88rem;background:#0b0d10}.site-footer p{margin:0 0 .75rem}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:var(--accent)}.mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#0b0d10f5;border-top:1px solid var(--border);padding:.55rem;gap:.45rem;z-index:60}.mobile-bar a{flex:1;text-align:center;padding:.75rem .3rem;border-radius:12px;font-weight:700;font-size:.82rem;color:#111;background:var(--accent)}.mobile-bar a.secondary{background:var(--bg-card);color:var(--text);border:1px solid var(--border)}input,select,textarea{width:100%;padding:.75rem .9rem;border-radius:12px;border:1px solid var(--border);background:#0f1216;color:var(--text);font:inherit}input:focus,select:focus,textarea:focus{outline:2px solid rgba(217,119,44,.45);outline-offset:1px}label{display:block;margin-bottom:.35rem;color:var(--text-muted);font-size:.9rem}.form-row{margin-bottom:.9rem}table.prices{width:100%;border-collapse:collapse}table.prices th,table.prices td{text-align:left;padding:.7rem .5rem;border-bottom:1px solid var(--border)}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.badge{display:inline-block;padding:.25rem .6rem;border-radius:var(--radius-pill);background:#d9772c1f;border:1px solid rgba(217,119,44,.28);color:var(--accent);font-size:.78rem;font-weight:700}.light-panel{background:#f4f5f7;color:#1a1d21;border-radius:var(--radius);padding:1.25rem}.light-panel a{color:#b45309}@media(max-width:960px){.hero-split{grid-template-columns:1fr;max-height:none;min-height:auto}.hero-media{min-height:240px;order:-1}.hero-media:after{background:linear-gradient(to top,var(--bg) 0%,transparent 40%)}.hero-copy{padding:1.5rem 1rem 2rem;max-width:none}.bento{grid-template-columns:1fr 1fr}.bento-item.span-2,.bento-item.span-2-row{grid-column:span 2;grid-row:auto}.tools-grid,.tools-visual,.method-band,.loc-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.trust-tile,.trust-tile:nth-child(1),.trust-tile:nth-child(2){grid-column:span 1}.faq-list{grid-template-columns:1fr}.faq-item:nth-child(2n){padding-left:0;border-left:0}.nav{display:none}.mobile-bar{display:flex}body{padding-bottom:4.25rem}}.page-hero{min-height:min(62dvh,560px);max-height:620px}.page-hero .hero-copy h1{font-size:clamp(1.65rem,3.4vw,2.5rem)}.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem}.price-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);padding:1.1rem 1.15rem;display:flex;flex-direction:column;gap:.35rem;transition:border-color .2s ease,transform .2s ease}.price-card:hover{border-color:#d9772c66;transform:translateY(-2px)}.price-card strong{font-size:.98rem}.price-card .price{font-size:1.2rem}.conv-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.conv-tile{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-card)}.conv-tile img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.conv-body{padding:.95rem 1.05rem 1.1rem}.conv-body strong{display:block;margin-bottom:.25rem}.conv-body p{margin:0;color:var(--text-muted);font-size:.9rem}.cta-split{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.cta-media{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);min-height:280px}.cta-media img{width:100%;height:100%;min-height:280px;object-fit:cover}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;counter-reset:step}.step-card{background:var(--bg-elev);border-radius:0 0 var(--radius) var(--radius);padding:1rem;border:1px solid var(--border);border-top:2px solid var(--accent)}.step-card strong{display:block;margin-bottom:.3rem;font-size:.95rem}.step-card p{margin:0;color:var(--text-muted);font-size:.88rem}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card)}@media(max-width:960px){.conv-strip,.cta-split,.steps-row{grid-template-columns:1fr}}@media(max-width:520px){.bento{grid-template-columns:1fr}.bento-item.span-2,.bento-item.span-2-row{grid-column:span 1}.trust-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}}
