*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#b8860b;--gold-bright:#d4a017;--gold-light:#fdf8e8;--gold-border:#f0d060;--gold-dark:#8b6508;--dark:#0a0e1a;--charcoal:#1a2035;--navy:#0f1629;--body:#374151;--muted:#6b7280;--border:#e5e7eb;--bg:#f8f7f2;--white:#fff;--accent:#c0392b;--font:'Inter' , system-ui , -apple-system , sans-serif;--font-display:'Playfair Display' , Georgia , serif;--radius:10px;--radius-lg:16px;--shadow:0 1px 3px rgba(0,0,0,.1) , 0 1px 2px rgba(0,0,0,.06);--shadow-lg:0 10px 25px rgba(0,0,0,.15);--shadow-gold:0 4px 20px rgba(184,134,11,.2)}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--body);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:2000;background:rgba(10,14,26,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,160,23,.2);transition:box-shadow .2s}.site-header.shrink{box-shadow:0 2px 20px rgba(0,0,0,.3)}.header-inner{display:flex;align-items:center;gap:20px;height:68px;max-width:1200px;margin:0 auto;padding:0 20px}.logo{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#fff;white-space:nowrap}.logo span{color:var(--gold-bright)}.footer-logo{color:#fff;font-size:1.4rem;margin-bottom:12px;display:block}.footer-logo span{color:var(--gold-bright)}.main-nav{display:flex;gap:2px;margin-left:auto}.main-nav a{padding:7px 12px;font-size:.85rem;font-weight:500;color:#cbd5e1;border-radius:6px;transition:background .15s , color .15s}.main-nav a:hover,.main-nav a.active{background:rgba(212,160,23,.15);color:var(--gold-bright)}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.btn.btn-header{background:linear-gradient(135deg,var(--gold-dark),var(--gold-bright));color:#0a0e1a;padding:8px 18px;border-radius:8px;font-size:.82rem;font-weight:700;transition:opacity .15s;white-space:nowrap}.btn.btn-header:hover{opacity:.9}.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:6px}.burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:.2s}.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.ticker-bar{background:#050810;border-bottom:1px solid rgba(212,160,23,.15);padding:8px 0;overflow:hidden}.ticker-wrap{overflow:hidden}.ticker-track{display:flex;gap:0;animation:ticker 50s linear infinite;width:max-content}.ticker-track:hover{animation-play-state:paused}.ticker-item{display:flex;align-items:center;gap:8px;font-size:.75rem;white-space:nowrap;color:#94a3b8;padding:0 24px;border-right:1px solid rgba(255,255,255,.06)}.ticker-item .t-name{color:#e2e8f0;font-weight:600}.ticker-item .t-price{color:var(--gold-bright);font-weight:700}.ticker-item .t-change.up{color:#4ade80}.ticker-item .t-change.down{color:#f87171}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.hero{background:linear-gradient(135deg,#050810 0%,#0a1428 40%,#0d1a2e 100%);padding:80px 20px 88px;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 25% 50%,rgba(184,134,11,.12) 0%,transparent 55%)}.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,160,23,.4),transparent)}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(212,160,23,.1);color:var(--gold-bright);border:1px solid rgba(212,160,23,.3);padding:6px 14px;border-radius:20px;font-size:.78rem;font-weight:700;margin-bottom:20px;letter-spacing:.03em}.hero-text h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.1rem);font-weight:700;color:#fff;line-height:1.12;margin-bottom:18px}.hero-text h1 em{font-style:italic;color:var(--gold-bright)}.hero-sub{color:#94a3b8;font-size:1.05rem;margin-bottom:28px;line-height:1.7}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}.hstat{background:rgba(255,255,255,.05);border:1px solid rgba(212,160,23,.15);border-radius:10px;padding:14px;text-align:center}.hstat-val{font-size:1.4rem;font-weight:700;color:var(--gold-bright);display:block;font-family:var(--font-display)}.hstat-label{font-size:.73rem;color:#64748b;margin-top:2px}.hero-prices{background:rgba(255,255,255,.04);border:1px solid rgba(212,160,23,.2);border-radius:var(--radius-lg);padding:24px;backdrop-filter:blur(10px)}.hp-title{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;display:flex;align-items:center;gap:8px}.hp-dot{width:8px;height:8px;background:var(--gold-bright);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}.price-row{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06)}.price-row:last-child{border-bottom:none}.pr-left{display:flex;align-items:center;gap:10px}.pr-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;background:rgba(255,255,255,.07)}.pr-name{font-size:.875rem;font-weight:600;color:#e2e8f0}.pr-sub{font-size:.7rem;color:#64748b}.pr-right{text-align:right}.pr-price{font-size:1rem;font-weight:700;color:#fff}.pr-change{font-size:.75rem;font-weight:600}.pr-change.up{color:#4ade80}.pr-change.down{color:#f87171}.trust-bar{background:var(--charcoal);padding:20px 0;border-bottom:1px solid rgba(255,255,255,.06)}.trust-items{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px}.ti-icon{font-size:1.4rem}.trust-item strong{display:block;font-size:.875rem;font-weight:600;color:#e2e8f0}.trust-item small{color:#64748b;font-size:.75rem}.section-head{text-align:center;margin-bottom:48px}.section-head.light h2,.section-head.light p{color:#fff}.section-head.light .section-label{background:rgba(212,160,23,.15);color:var(--gold-bright);border-color:rgba(212,160,23,.3)}.section-label{display:inline-block;background:var(--gold-light);color:var(--gold-dark);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:4px 14px;border-radius:20px;margin-bottom:14px;border:1px solid var(--gold-border)}.section-head h2{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--dark);margin-bottom:12px;line-height:1.2}.section-head p{color:var(--muted);font-size:1.05rem;max-width:600px;margin:0 auto}.services{padding:80px 0;background:var(--bg)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:transform .2s , box-shadow .2s , border-color .2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-gold);border-color:var(--gold-border)}.sc-icon{font-size:2.2rem;margin-bottom:14px}.service-card h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:8px}.service-card p{color:var(--muted);font-size:.875rem;line-height:1.6;margin-bottom:14px}.sc-link{color:var(--gold);font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:4px}.sc-link:hover{color:var(--gold-dark)}.why-us{padding:80px 0;background:var(--dark)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.why-text h2{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2}.why-text p{color:#94a3b8;font-size:.95rem;line-height:1.7;margin-bottom:24px}.why-features{display:flex;flex-direction:column;gap:14px}.why-feature{display:flex;align-items:flex-start;gap:12px}.wf-icon{width:36px;height:36px;background:rgba(212,160,23,.12);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;border:1px solid rgba(212,160,23,.2)}.wf-text strong{display:block;font-size:.9rem;font-weight:600;color:#e2e8f0;margin-bottom:2px}.wf-text span{font-size:.82rem;color:#64748b}.why-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.why-stat{background:rgba(255,255,255,.04);border:1px solid rgba(212,160,23,.15);border-radius:12px;padding:20px;text-align:center}.ws-val{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold-bright)}.ws-label{font-size:.8rem;color:#64748b;margin-top:4px}.how-it-works{padding:80px 0;background:var(--bg)}.steps-grid{display:flex;align-items:flex-start;gap:0;justify-content:center}.step{flex:1;max-width:220px;text-align:center;padding:0 16px}.step-arrow{color:var(--gold-border);font-size:1.5rem;padding-top:28px;flex-shrink:0}.step-num{width:52px;height:52px;background:linear-gradient(135deg,var(--gold-dark),var(--gold-bright));color:#fff;border-radius:50%;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 4px 16px rgba(184,134,11,.3)}.step h3{font-size:.95rem;font-weight:700;color:var(--dark);margin-bottom:6px}.step p{color:var(--muted);font-size:.82rem;line-height:1.55}.reviews{padding:80px 0;background:var(--charcoal)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:rgba(255,255,255,.05);border:1px solid rgba(212,160,23,.12);border-radius:var(--radius-lg);padding:24px;transition:border-color .2s}.review-card:hover{border-color:rgba(212,160,23,.35)}.rc-stars{color:var(--gold-bright);font-size:.9rem;margin-bottom:10px}.rc-text{color:#cbd5e1;font-size:.875rem;line-height:1.7;margin-bottom:16px;font-style:italic}.rc-author{display:flex;align-items:center;gap:10px}.rc-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--gold-dark),var(--gold-bright));display:flex;align-items:center;justify-content:center;font-weight:700;color:#0a0e1a;font-size:.85rem}.rc-name{font-size:.875rem;font-weight:600;color:#e2e8f0}.rc-role{font-size:.75rem;color:#64748b}.faq-section{padding:80px 0;background:var(--bg)}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 20px;font-size:.95rem;font-weight:600;color:var(--dark);background:none;border:none;text-align:left;cursor:pointer;transition:background .15s}.faq-q:hover{background:var(--gold-light)}.faq-icon{font-size:1.1rem;transition:transform .2s;flex-shrink:0}.faq-item.open .faq-q{background:var(--gold-light);color:var(--gold-dark)}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{display:none;padding:0 20px 16px;color:var(--muted);font-size:.9rem;line-height:1.7}.faq-item.open .faq-a{display:block}.cta-section{padding:80px 0;background:linear-gradient(135deg,#050810 0%,#0a1428 100%);position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(184,134,11,.08) 0%,transparent 70%)}.cta-grid{display:grid;grid-template-columns:1fr 420px;gap:56px;align-items:center;position:relative}.cta-text h2{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700;color:#fff;margin-bottom:14px}.cta-text p{color:#94a3b8;font-size:.95rem;line-height:1.7;margin-bottom:24px}.cta-trust{display:flex;flex-wrap:wrap;gap:10px}.cta-trust span{background:rgba(255,255,255,.06);color:#cbd5e1;border:1px solid rgba(255,255,255,.1);padding:6px 14px;border-radius:20px;font-size:.78rem}.hero-form-wrap,.cta-form-wrap{position:relative}.hero-form-card,.cta-form-card{background:rgba(255,255,255,.97);border-radius:var(--radius-lg);padding:32px;box-shadow:0 25px 60px rgba(0,0,0,.4) , 0 0 0 1px rgba(212,160,23,.15)}.form-header{margin-bottom:20px}.form-header h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--dark);margin-bottom:4px}.form-header h2 span{color:var(--gold)}.form-header p{color:var(--muted);font-size:.875rem}.lead-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-field{margin-bottom:12px}.form-field label{display:block;font-size:.73rem;font-weight:700;color:var(--charcoal);margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}.form-field input,.form-field select,.form-field textarea{width:100%;padding:10px 13px;border:1.5px solid var(--border);border-radius:7px;font-family:var(--font);font-size:.9rem;color:var(--dark);background:#fff;transition:border-color .15s;-webkit-appearance:none}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--gold)}.form-field textarea{resize:vertical;min-height:80px}.btn-submit{display:block;width:100%;padding:14px;background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:700;letter-spacing:.02em;transition:opacity .15s;text-align:center}.btn-submit:hover{opacity:.9}.btn-submit.small{padding:10px 20px;font-size:.875rem;width:auto}.form-note{text-align:center;color:var(--muted);font-size:.75rem;margin-top:8px}.alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:10px 14px;border-radius:6px;font-size:.875rem;margin-bottom:12px}.form-success{background:var(--gold-light);border-radius:var(--radius-lg);padding:40px 32px;text-align:center;border:1px solid var(--gold-border)}.success-icon{font-size:3rem;margin-bottom:12px}.form-success h3{font-family:var(--font-display);font-size:1.4rem;color:var(--gold-dark);margin-bottom:8px}.blog-preview{padding:80px 0;background:#fff}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s , box-shadow .2s , border-color .2s;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-gold);border-color:var(--gold-border)}.bc-img{height:180px;overflow:hidden;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:3rem;flex-shrink:0}.bc-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-card:hover .bc-img img{transform:scale(1.04)}.bc-img.placeholder{background:linear-gradient(135deg,#fdf8e8,#fef3c7)}.bc-body{padding:18px;display:flex;flex-direction:column;flex:1}.bc-cat{display:inline-block;background:var(--gold-light);color:var(--gold-dark);font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;border:1px solid var(--gold-border)}.bc-body h3{font-size:.95rem;font-weight:700;color:var(--dark);line-height:1.4;margin-bottom:8px;flex:1}.bc-body h3 a:hover{color:var(--gold)}.bc-excerpt{color:var(--muted);font-size:.82rem;line-height:1.55;margin-bottom:12px}.bc-meta{display:flex;gap:12px;font-size:.73rem;color:var(--muted);margin-top:auto;padding-top:10px;border-top:1px solid var(--border)}.btn.btn-outline-gold{display:inline-block;padding:11px 28px;border:2px solid var(--gold);border-radius:8px;font-weight:600;color:var(--gold-dark);font-size:.9rem;transition:all .15s}.btn.btn-outline-gold:hover{background:var(--gold);color:#fff}.newsletter-section{padding:60px 0;background:linear-gradient(135deg,var(--gold-dark),var(--gold-bright))}.newsletter-box{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.nl-text h2{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:6px}.nl-text p{color:rgba(255,255,255,.8);font-size:.95rem}.nl-form{display:flex;gap:10px;flex-wrap:wrap;align-items:center;flex:1;max-width:500px}.nl-form input{flex:1;min-width:160px;padding:11px 14px;border:none;border-radius:7px;font-family:var(--font);font-size:.9rem}.nl-form .btn-submit{background:var(--dark);color:#fff;border-radius:7px;padding:11px 20px;width:auto;white-space:nowrap}.site-footer{background:var(--dark);color:#94a3b8;padding:56px 0 24px;border-top:1px solid rgba(212,160,23,.15)}.footer-grid{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand p{font-size:.875rem;line-height:1.7;margin-bottom:16px}.footer-social{display:flex;gap:10px;margin-top:16px}.footer-social a{width:34px;height:34px;background:rgba(255,255,255,.07);border-radius:7px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:background .15s , color .15s;border:1px solid rgba(255,255,255,.08)}.footer-social a:hover{background:rgba(212,160,23,.2);color:var(--gold-bright)}.footer-contact{display:flex;flex-direction:column;gap:8px;font-size:.875rem}.footer-contact a{color:var(--gold-bright);font-weight:600}.site-footer h4{color:#fff;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-bottom:14px}.site-footer ul{display:flex;flex-direction:column;gap:8px}.site-footer ul a{font-size:.875rem;color:#94a3b8;transition:color .15s}.site-footer ul a:hover{color:var(--gold-bright)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#475569;flex-wrap:wrap;gap:8px}.footer-bottom a{color:#64748b}.footer-bottom a:hover{color:var(--gold-bright)}.footer-disclaimer{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:12px 16px;font-size:.73rem;color:#475569;line-height:1.6;margin-bottom:24px}.pagination{margin:40px 0 0}.pagination ul{display:flex;gap:6px;flex-wrap:wrap}.pagination ul li a,.pagination ul li span{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border:1.5px solid var(--border);border-radius:7px;font-size:.875rem;color:var(--body);background:#fff;transition:all .15s}.pagination ul li a:hover{border-color:var(--gold);color:var(--gold)}.pagination ul li span.current{background:var(--gold);color:#fff;border-color:var(--gold)}.pagination ul li span.dots{border:none;background:none}.blog-page .site-header{position:sticky}.blog-hero{background:linear-gradient(135deg,#050810,#0a1428);padding:48px 0 40px;color:#fff;border-bottom:1px solid rgba(212,160,23,.2)}.blog-hero .breadcrumb{font-size:.8rem;color:#94a3b8;margin-bottom:14px}.blog-hero .breadcrumb a{color:var(--gold-bright)}.blog-hero .breadcrumb span{margin:0 6px;color:#475569}.blog-hero h1{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:8px}.blog-hero p{color:#94a3b8;font-size:1rem}.blog-cats-bar{background:var(--dark);border-bottom:1px solid rgba(212,160,23,.15);padding:12px 20px}.blog-cats-bar .container{display:flex;gap:8px;flex-wrap:wrap;max-width:1200px;margin:0 auto}.cat-pill{padding:6px 14px;border-radius:20px;font-size:.78rem;font-weight:600;border:1px solid rgba(255,255,255,.1);color:#94a3b8;transition:all .15s}.cat-pill:hover,.cat-pill.active{background:rgba(212,160,23,.15);border-color:rgba(212,160,23,.4);color:var(--gold-bright)}.blog-page-layout{display:grid;grid-template-columns:1fr 300px;gap:40px;padding-top:40px;padding-bottom:60px;align-items:start}.blog-list{display:flex;flex-direction:column;gap:0}.blog-list-item{display:grid;grid-template-columns:280px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--border);align-items:start}.blog-list-item:first-child{padding-top:0}.bli-img{height:180px;border-radius:var(--radius);overflow:hidden;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:2.5rem;flex-shrink:0}.bli-img img{width:100%;height:100%;object-fit:cover}.bli-img.placeholder{background:linear-gradient(135deg,#fdf8e8,#fef3c7)}.bli-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:8px;font-size:.78rem;color:var(--muted)}.bli-body h2{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:8px;line-height:1.35}.bli-body h2 a:hover{color:var(--gold)}.bli-body p{color:var(--muted);font-size:.9rem;line-height:1.6;margin-bottom:12px}.read-more-btn{color:var(--gold);font-size:.875rem;font-weight:600}.read-more-btn:hover{text-decoration:underline}.blog-sidebar{display:flex;flex-direction:column;gap:20px}.sidebar-widget{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.widget-title{font-size:.78rem;font-weight:700;color:var(--dark);margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--gold);display:inline-block;text-transform:uppercase;letter-spacing:.06em}.sidebar-cats{display:flex;flex-direction:column;gap:4px}.sidebar-cats a{display:flex;justify-content:space-between;align-items:center;padding:7px 0;font-size:.875rem;color:var(--body);border-bottom:1px solid var(--border)}.sidebar-cats a:hover{color:var(--gold)}.sidebar-cats .count{background:var(--border);padding:1px 8px;border-radius:10px;font-size:.72rem;color:var(--muted)}.sidebar-recent{display:flex;flex-direction:column;gap:6px}.sidebar-recent a{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid var(--border);font-size:.85rem;color:var(--body)}.sidebar-recent a span{line-height:1.35;color:var(--dark);font-weight:500}.sidebar-recent a small{color:var(--muted);font-size:.75rem}.sidebar-recent a:hover span{color:var(--gold)}.newsletter-widget p{font-size:.83rem;color:var(--muted);margin-bottom:10px}.sw-input{width:100%;padding:9px 12px;border:1.5px solid var(--border);border-radius:7px;font-size:.875rem;margin-bottom:6px;font-family:var(--font)}.sw-input:focus{outline:none;border-color:var(--gold)}.cta-widget{background:linear-gradient(135deg,#050810,#0a1428);color:#fff;border-color:rgba(212,160,23,.2)}.cta-widget h4{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:8px}.cta-widget p{color:#94a3b8;font-size:.85rem}.prices-widget .price-mini{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border);font-size:.84rem}.prices-widget .price-mini:last-child{border-bottom:none}.pm-name{font-weight:600;color:var(--dark)}.pm-val{font-weight:700;color:var(--gold)}.pm-chg{font-size:.75rem;margin-left:4px}.pm-chg.up{color:#16a34a}.pm-chg.down{color:#dc2626}.post-layout{max-width:780px;margin:0 auto;padding:40px 20px 60px}.post-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.6rem);font-weight:700;color:var(--dark);line-height:1.15;margin-bottom:16px}.post-meta-bar{display:flex;gap:16px;flex-wrap:wrap;font-size:.82rem;color:var(--muted);padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:28px}.post-featured-img{width:100%;max-height:440px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:28px}.post-body{font-size:1.05rem;line-height:1.85;color:var(--body)}.post-body h2{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin:36px 0 14px;color:var(--dark)}.post-body h3{font-family:var(--font-display);font-size:1.2rem;font-weight:600;margin:28px 0 10px}.post-body p{margin-bottom:18px}.post-body strong{font-weight:600;color:var(--charcoal)}.post-body ul,.post-body ol{margin:0 0 18px 24px}.post-body li{margin-bottom:6px}.post-body blockquote{border-left:4px solid var(--gold);padding:14px 20px;margin:24px 0;background:var(--gold-light);border-radius:0 8px 8px 0}.post-related{margin-top:48px;padding-top:32px;border-top:2px solid var(--border)}.post-related h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;margin-bottom:20px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-card h4{font-family:var(--font-display);font-size:.95rem;font-weight:700;margin-bottom:6px;line-height:1.3}.related-card h4 a:hover{color:var(--gold)}.empty-state{text-align:center;padding:60px 20px;color:var(--muted)}.empty-state h3{font-family:var(--font-display);font-size:1.5rem;color:var(--dark);margin-bottom:10px}.btn.btn-primary{display:inline-block;background:linear-gradient(135deg,var(--gold-dark),var(--gold-bright));color:#fff;padding:12px 28px;border-radius:8px;font-weight:700;font-size:.95rem;transition:opacity .15s}.btn.btn-primary:hover{opacity:.9}.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:999;display:flex;align-items:center;justify-content:center;padding:20px}.popup-box{background:#fff;border-radius:var(--radius-lg);padding:32px;max-width:440px;width:100%;position:relative}.popup-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:1.2rem;color:var(--muted);line-height:1}.popup-box h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--dark);margin-bottom:8px}.sticky-mobile{position:fixed;bottom:0;left:0;right:0;display:none;z-index:90;background:var(--dark);padding:10px 16px;gap:10px;border-top:1px solid rgba(212,160,23,.2)}.sticky-mobile.visible{display:flex}.sticky-call,.sticky-quote{flex:1;padding:12px;border-radius:7px;font-weight:700;font-size:.875rem;text-align:center;display:block}.sticky-call{background:rgba(255,255,255,.07);color:#fff;border:1px solid rgba(255,255,255,.15)}.sticky-quote{background:linear-gradient(135deg,var(--gold-dark),var(--gold-bright));color:#fff}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:repeat(2,1fr)}.hero-inner{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr;gap:40px}.cta-grid{grid-template-columns:1fr;gap:32px}.footer-grid{grid-template-columns:1fr 1fr 1fr}.blog-page-layout{grid-template-columns:1fr}.blog-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:16px}}@media (max-width:768px){.main-nav{display:none}.burger{display:flex}.btn.btn-header{font-size:.8rem;padding:7px 14px}.hero{padding:48px 20px 56px}.hero-text h1{font-size:2rem}.hero-stats{grid-template-columns:repeat(3,1fr);gap:10px}.services-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr}.steps-grid{flex-direction:column;align-items:stretch}.step{max-width:100%}.step-arrow{transform:rotate(90deg);text-align:center;padding:4px 0}.trust-items{gap:20px;justify-content:flex-start}.blog-grid{grid-template-columns:1fr}.blog-list-item{grid-template-columns:1fr}.bli-img{height:200px}.blog-sidebar{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.newsletter-box{flex-direction:column}.nl-form{width:100%}.related-grid{grid-template-columns:1fr}.hero-form-card,.cta-form-card{padding:20px}.lead-form .form-row{grid-template-columns:1fr}.sticky-mobile{display:flex}.ticker-bar{display:none}.why-stats{grid-template-columns:1fr 1fr}}@media (max-width:480px){.trust-items{flex-direction:column;gap:12px}.hero-stats{grid-template-columns:1fr 1fr}}@media (max-width:768px){.main-nav.open{display:flex;flex-direction:column;align-items:flex-start;height:fit-content;width:100%;position:fixed;left:0;right:0;background:var(--dark);padding:8px 20px 12px;border-top:1px solid rgba(212,160,23,.3);box-shadow:0 8px 24px rgba(0,0,0,.4);z-index:9999;gap:0;inset:68px 0 0}.main-nav.open a{width:100%;padding:11px 12px;font-size:.95rem;font-weight:500;color:#cbd5e1;border-radius:8px;border-bottom:1px solid rgba(255,255,255,.06)}.main-nav.open a:last-child{border-bottom:none}.main-nav.open a:hover{background:rgba(212,160,23,.1);color:var(--gold-bright)}}