/* ============================================================
   ATSLEDZNIEKSRIGA.LV — Styles
   Brand colors: Charcoal + Orange (from logo)
   --blue  = dark charcoal (nav, backgrounds, dark UI)
   --yellow = orange #ea580c (all CTAs, accents, highlights)
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#1e293b;--blue-dark:#0f172a;--blue-light:#334155;
  --yellow:#ea580c;--yellow-dark:#c2410c;
  --green:#059669;--red:#dc2626;
  --dark:#0f172a;--dark-2:#1e293b;--dark-3:#334155;
  --mid:#64748b;--light:#f1f5f9;--white:#ffffff;--border:#e2e8f0;
  --r:8px;--rl:16px;
  --sh:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
  --sh-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
  --sh-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
  --t:all .22s ease;
  --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --max:1200px
}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:var(--font);color:var(--dark);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:var(--font)}
input,select,textarea{font-family:var(--font)}
h1,h2,h3,h4{line-height:1.2;font-weight:700}
h1{font-size:clamp(1.9rem,4.5vw,3.4rem)}
h2{font-size:clamp(1.55rem,3.2vw,2.3rem)}
h3{font-size:clamp(1rem,1.8vw,1.25rem)}
p{line-height:1.7;color:var(--dark-3)}
.container{max-width:var(--max);margin:0 auto;padding:0 1.25rem}
.section{padding:5rem 0}
.section-header{text-align:center;margin-bottom:3rem}
.section-header h2{margin-bottom:.6rem}
.section-header p{font-size:1.05rem;max-width:580px;margin:0 auto}
.section-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--yellow);background:rgba(234,88,12,.09);padding:.28rem .8rem;border-radius:50px;margin-bottom:.6rem}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.8rem 1.6rem;border-radius:var(--r);font-weight:700;font-size:.95rem;transition:var(--t);line-height:1;white-space:nowrap;border:none;cursor:pointer;font-family:var(--font)}
.btn-primary{background:var(--yellow);color:var(--white);box-shadow:0 4px 14px rgba(234,88,12,.35)}
.btn-primary:hover{background:var(--yellow-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(234,88,12,.45)}
.btn-dark{background:var(--blue);color:var(--white);box-shadow:0 4px 14px rgba(15,23,42,.25)}
.btn-dark:hover{background:var(--blue-dark);transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.4)}
.btn-outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.7)}
.btn-ghost{background:transparent;color:var(--yellow);border:2px solid var(--yellow)}
.btn-ghost:hover{background:var(--yellow);color:var(--white)}
.btn-lg{padding:1rem 2rem;font-size:1.05rem}
.btn-sm{padding:.55rem 1.1rem;font-size:.85rem}
.btn-full{width:100%;justify-content:center}
/* ANN BAR */
.ann-bar{background:var(--yellow-dark);color:var(--white);text-align:center;padding:.45rem 1rem;font-size:.82rem;font-weight:600;letter-spacing:.02em}
/* HEADER */
.site-header{position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid var(--border);transition:var(--t)}
.site-header.scrolled{box-shadow:var(--sh)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.header-logo{display:flex;align-items:center}
.header-logo img{height:66px;width:auto}
.main-nav{display:flex;align-items:center;gap:.1rem}
.main-nav>a,.nav-drop>a{display:flex;align-items:center;gap:.25rem;padding:.45rem .8rem;border-radius:var(--r);font-size:.875rem;font-weight:500;color:var(--dark-3);transition:var(--t)}
.main-nav>a:hover,.nav-drop>a:hover,.main-nav>a.active,.nav-drop>a.active{color:var(--yellow);background:rgba(234,88,12,.07)}
.nav-drop{position:relative}
.drop-menu{position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--border);border-radius:var(--rl);box-shadow:var(--sh-xl);min-width:220px;padding:.8rem .4rem .4rem;opacity:0;pointer-events:none;transform:translateY(-6px);transition:var(--t);z-index:200}
.nav-drop:hover .drop-menu{opacity:1;pointer-events:all;transform:translateY(0)}
.drop-menu a{display:block;padding:.55rem .85rem;border-radius:6px;font-size:.85rem;color:var(--dark-3)}
.drop-menu a:hover{background:var(--light);color:var(--yellow)}
.header-actions{display:flex;align-items:center;gap:.6rem}
.mob-btn{display:none;flex-direction:column;gap:5px;padding:.5rem;cursor:pointer;background:none;border:none}
.mob-btn span{display:block;width:22px;height:2px;background:var(--dark);border-radius:2px;transition:var(--t)}
.mob-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--border);padding:.75rem 1rem}
.mob-nav.open{display:flex}
.mob-nav a{padding:.7rem 1rem;border-radius:var(--r);font-weight:500;color:var(--dark-3);border-bottom:1px solid var(--border)}
.mob-nav a:last-child{border-bottom:none}
.mob-nav a:hover{color:var(--yellow);background:rgba(234,88,12,.06)}
/* HERO */
.hero{position:relative;background:linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#1c1917 100%);color:var(--white);overflow:hidden;min-height:90vh;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;background-image:url('/images/hero.jpg');background-size:cover;background-position:center;opacity:.12}
.hero-pat{position:absolute;inset:0;background-image:radial-gradient(circle at 15% 50%,rgba(234,88,12,.18) 0%,transparent 50%),radial-gradient(circle at 85% 20%,rgba(30,41,59,.6) 0%,transparent 40%)}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;padding:5rem 0 4rem}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(220,38,38,.15);border:1px solid rgba(220,38,38,.35);color:#fca5a5;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .9rem;border-radius:50px;margin-bottom:1.1rem}
.badge-dot{width:7px;height:7px;background:var(--red);border-radius:50%;animation:pdot 1.5s infinite;display:inline-block}
@keyframes pdot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}
.hero h1{font-size:clamp(2.1rem,4.5vw,3.4rem);font-weight:900;line-height:1.1;margin-bottom:1.1rem;color:var(--white)}
.hero h1 span{color:var(--yellow)}
.hero-sub{font-size:1.05rem;color:rgba(255,255,255,.75);margin-bottom:2rem;max-width:460px}
.hero-feats{display:flex;flex-direction:column;gap:.55rem;margin-bottom:2rem}
.hero-feat{display:flex;align-items:center;gap:.7rem;font-size:.9rem;color:rgba(255,255,255,.9)}
.hero-feat-ic{width:20px;height:20px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.65rem;color:var(--white)}
.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:2rem}
.hero-trust{display:flex;gap:1.5rem;padding-top:1.75rem;border-top:1px solid rgba(255,255,255,.12);flex-wrap:wrap}
.hero-trust-item .num{font-size:1.5rem;font-weight:900;color:var(--yellow);line-height:1}
.hero-trust-item .lbl{font-size:.7rem;color:rgba(255,255,255,.55)}
/* HERO FORM CARD */
.hero-form-card{background:var(--white);border-radius:var(--rl);padding:1.75rem;box-shadow:var(--sh-xl);color:var(--dark)}
.hfc-title{font-size:1.1rem;font-weight:800;margin-bottom:.3rem;color:var(--dark)}
.hfc-sub-enhanced{font-size:.88rem;color:#16a34a;font-weight:700;margin-bottom:1.1rem;display:flex;align-items:center;gap:.4rem;background:rgba(22,163,74,.08);border:1.5px solid rgba(22,163,74,.25);border-radius:.5rem;padding:.5rem .75rem}
.hfc-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 .75rem}
.hfc-full{grid-column:1/-1}
/* TRUST BAR */
.trust-bar{background:var(--dark-2);padding:1.1rem 0}
.trust-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.trust-bar-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.8);font-size:.82rem;font-weight:500}
/* FEATURE CARDS */
.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);padding:1.75rem;transition:var(--t)}
.feature-card:hover{border-color:var(--yellow);box-shadow:var(--sh-lg);transform:translateY(-3px)}
.feat-icon{width:52px;height:52px;background:rgba(234,88,12,.09);border-radius:var(--rl);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.1rem}
.feature-card h3{margin-bottom:.4rem}
/* SERVICE CARDS */
.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);overflow:hidden;transition:var(--t);display:flex;flex-direction:column}
.service-card:hover{box-shadow:var(--sh-lg);transform:translateY(-3px);border-color:var(--yellow)}
.sc-img{height:175px;background:var(--light);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:3rem}
.sc-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.service-card:hover .sc-img img{transform:scale(1.05)}
.sc-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}
.sc-body h3{margin-bottom:.5rem}
.sc-body p{font-size:.875rem;flex:1;margin-bottom:1.1rem}
.sc-link{font-size:.82rem;font-weight:700;color:var(--yellow);display:flex;align-items:center;gap:.3rem;transition:gap .2s}
.sc-link:hover{gap:.6rem}
/* STATS BAND */
.stats-band{background:linear-gradient(135deg,var(--blue-dark),var(--blue));padding:4rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat-item .num{font-size:2.8rem;font-weight:900;color:var(--yellow);line-height:1;margin-bottom:.35rem}
.stat-item .label{font-size:.85rem;color:rgba(255,255,255,.7)}
/* HOW IT WORKS */
.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}
.how-steps::before{content:'';position:absolute;top:35px;left:calc(16.66% + 30px);right:calc(16.66% + 30px);height:2px;background:linear-gradient(90deg,var(--yellow),rgba(234,88,12,.3));z-index:0}
.how-step{text-align:center;padding:1.5rem 1rem;position:relative;z-index:1}
.how-step-num{width:70px;height:70px;background:var(--yellow);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.6rem;margin:0 auto 1rem;box-shadow:0 4px 20px rgba(234,88,12,.35)}
.how-step-icon{font-size:1.8rem;margin-bottom:.65rem}
.how-step h3{margin-bottom:.4rem;color:var(--dark)}
.how-step p{font-size:.9rem}
/* TESTIMONIALS */
.t-card{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);padding:1.6rem;transition:var(--t)}
.t-card:hover{box-shadow:var(--sh-lg)}
.t-stars{color:var(--yellow);margin-bottom:.6rem}
.t-text{font-size:.9rem;font-style:italic;margin-bottom:.9rem}
.t-author{display:flex;align-items:center;gap:.65rem}
.t-avatar{width:38px;height:38px;border-radius:50%;background:rgba(234,88,12,.1);display:flex;align-items:center;justify-content:center;font-size:1rem}
.t-name{font-weight:700;font-size:.875rem}
.t-loc{font-size:.75rem;color:var(--mid)}
/* PRICE CARDS */
.price-card{background:var(--white);border:2px solid var(--border);border-radius:var(--rl);padding:1.75rem;text-align:center;transition:var(--t);position:relative;overflow:visible}
.price-card:hover{border-color:var(--yellow);box-shadow:var(--sh-lg)}
.price-card.featured{background:var(--blue);border-color:var(--blue);color:var(--white)}
.price-card.featured p,.price-card.featured h3{color:rgba(255,255,255,.85)}
.price-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--yellow);color:var(--white);font-size:.72rem;font-weight:700;padding:.28rem .9rem;border-radius:50px;white-space:nowrap}
.price-amount{font-size:2.3rem;font-weight:900;margin:.8rem 0 .4rem;color:var(--yellow)}
.price-card.featured .price-amount{color:var(--yellow)}
.price-list{text-align:left;margin:1rem 0}
.price-list li{display:flex;align-items:flex-start;gap:.45rem;font-size:.85rem;padding:.35rem 0;color:var(--dark-3);border-bottom:1px solid var(--border)}
.price-list li:last-child{border-bottom:none}
.price-card.featured .price-list li{color:rgba(255,255,255,.82);border-color:rgba(255,255,255,.15)}
.chk{color:var(--green);font-size:.85rem;flex-shrink:0;margin-top:2px}
.price-card.featured .chk{color:var(--yellow)}
/* FAQ */
.faq-item{border:1px solid var(--border);border-radius:var(--r);overflow:hidden;margin-bottom:.6rem}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.35rem;cursor:pointer;font-weight:600;font-size:.95rem;color:var(--dark);background:var(--white);transition:background .18s;gap:1rem;user-select:none}
.faq-q:hover{background:var(--light)}
.faq-chv{font-size:.75rem;transition:transform .22s;flex-shrink:0;color:var(--yellow)}
.faq-item.open .faq-chv{transform:rotate(180deg)}
.faq-a{display:none;padding:.9rem 1.35rem 1.1rem;color:var(--dark-3);line-height:1.7;border-top:1px solid var(--border);background:var(--white)}
.faq-item.open .faq-a{display:block}
/* LEAD FORM SECTION */
.lf-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:5rem 0}
.lf-card{background:var(--white);border-radius:var(--rl);padding:2.25rem;max-width:680px;margin:0 auto;box-shadow:var(--sh-xl)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.form-group{display:flex;flex-direction:column;gap:.35rem}
.form-group.full{grid-column:1/-1}
.form-group label{font-size:.82rem;font-weight:600;color:var(--dark-3)}
.form-group input,.form-group select,.form-group textarea{padding:.7rem .95rem;border:2px solid var(--border);border-radius:var(--r);font-size:.95rem;color:var(--dark);background:var(--white);transition:border-color .18s;outline:none;width:100%}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--yellow)}
.form-group textarea{resize:vertical;min-height:85px}
.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:2.2rem}
.form-submit{width:100%;padding:1rem;background:var(--yellow);color:var(--white);font-size:1.05rem;font-weight:800;border-radius:var(--r);transition:var(--t);margin-top:.4rem;box-shadow:0 4px 14px rgba(234,88,12,.35);cursor:pointer;border:none;font-family:var(--font)}
.form-submit:hover{background:var(--yellow-dark);transform:translateY(-2px)}
.form-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}
.form-note{text-align:center;font-size:.75rem;color:var(--mid);margin-top:.6rem}
.form-note a{color:var(--yellow);text-decoration:underline}
.lf-response-note{display:flex;align-items:center;gap:.4rem;background:rgba(22,163,74,.15);border:2px solid rgba(22,163,74,.4);color:#166534;font-size:.88rem;font-weight:700;padding:.5rem .9rem;border-radius:.5rem;margin-bottom:.75rem;text-align:center;justify-content:center}
/* QUICK FORM (phone only) */
.quick-form-section{background:var(--dark-2);padding:3.5rem 0}
.quick-form-inner{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;flex-wrap:wrap}
.quick-form-inner>div{flex:1;min-width:260px}
.quick-form-inner h2{color:var(--white);margin-bottom:.4rem}
.quick-form-inner p{color:rgba(255,255,255,.65)}
.quick-form{flex:1;min-width:260px}
.quick-form-fields{display:flex;gap:.65rem}
.quick-form-fields input{flex:1;padding:.85rem 1rem;border:2px solid rgba(255,255,255,.15);border-radius:var(--r);font-size:.95rem;font-family:var(--font);outline:none;background:rgba(255,255,255,.08);color:var(--white);transition:border-color .18s}
.quick-form-fields input::placeholder{color:rgba(255,255,255,.4)}
.quick-form-fields input:focus{border-color:var(--yellow);background:rgba(255,255,255,.12)}
.quick-form-note{font-size:.72rem;color:rgba(255,255,255,.35);margin-top:.5rem}
.quick-form-note a{color:rgba(255,255,255,.5);text-decoration:underline}
/* AREAS */
.areas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.65rem}
.area-chip{display:flex;align-items:center;gap:.4rem;padding:.55rem .9rem;background:var(--white);border:1px solid var(--border);border-radius:var(--r);font-size:.85rem;color:var(--dark-3);transition:var(--t)}
.area-chip:hover{border-color:var(--yellow);color:var(--yellow);background:rgba(234,88,12,.04)}
.area-chip-dot{width:6px;height:6px;background:var(--yellow);border-radius:50%;flex-shrink:0}
/* CTA BAND */
.cta-band{background:var(--yellow);padding:3rem 0}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cta-inner h2{color:var(--white);margin-bottom:.4rem}
.cta-inner p{color:rgba(255,255,255,.85)}
.cta-response-note{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.2);border:1.5px solid rgba(255,255,255,.4);color:var(--white);font-size:.85rem;font-weight:700;padding:.35rem .75rem;border-radius:.5rem;margin-top:.4rem}
/* PAGE HERO (inner pages) */
.page-hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:3.5rem 0 3rem;color:var(--white)}
.page-hero h1{color:var(--white);margin-bottom:.65rem}
.page-hero p{color:rgba(255,255,255,.72);font-size:1.05rem;max-width:560px}
.breadcrumb{padding:.65rem 0}
.bc-list{display:flex;align-items:center;gap:.4rem;font-size:.82rem;flex-wrap:wrap}
.bc-list a{color:rgba(255,255,255,.6)}
.bc-list a:hover{color:var(--white)}
.bc-sep{color:rgba(255,255,255,.3)}
/* DIST META */
.dist-meta{display:flex;gap:1.25rem;flex-wrap:wrap;margin-top:1.25rem}
.dist-meta-item{display:flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:var(--r);padding:.45rem .9rem;font-size:.85rem;color:rgba(255,255,255,.88)}
/* CARD */
.card{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);padding:1.6rem;transition:var(--t)}
.card:hover{box-shadow:var(--sh-lg)}
/* MODAL */
.modal-ov{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity .22s}
.modal-ov.open{opacity:1;pointer-events:all}
.modal-box{background:var(--white);border-radius:var(--rl);padding:2.25rem;max-width:440px;width:100%;text-align:center;transform:scale(.94);transition:transform .22s}
.modal-ov.open .modal-box{transform:scale(1)}
.modal-icon{width:65px;height:65px;background:rgba(5,150,105,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.9rem;margin:0 auto 1.1rem}
.modal-box h3{margin-bottom:.5rem}
.modal-box p{margin-bottom:1.25rem}
/* FLOAT CTA */
.float-cta{position:fixed;bottom:0;left:0;right:0;background:var(--white);padding:.65rem 1rem;box-shadow:0 -4px 18px rgba(0,0,0,.11);z-index:998;display:none;gap:.65rem}
/* FOOTER */
.site-footer{background:var(--dark);color:rgba(255,255,255,.65);padding:4rem 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.75rem}
.footer-logo{display:flex;align-items:center;gap:.65rem;margin-bottom:.9rem}
.footer-logo img{height:38px;width:auto}
.footer-logo span{color:var(--white);font-weight:800;font-size:1rem}
.footer-desc{font-size:.85rem;line-height:1.7;margin-bottom:1.1rem}
.footer-badges{display:flex;flex-wrap:wrap;gap:.4rem}
.f-badge{padding:.25rem .7rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:50px;font-size:.72rem;color:rgba(255,255,255,.55)}
.footer-col h4{font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:.9rem}
.footer-col ul{display:flex;flex-direction:column;gap:.45rem}
.footer-col a{font-size:.85rem;color:rgba(255,255,255,.58);transition:color .18s}
.footer-col a:hover{color:var(--white)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:1.35rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer-bottom-l{font-size:.78rem}
.footer-bottom-r{display:flex;gap:1.4rem}
.footer-bottom-r a{font-size:.78rem;color:rgba(255,255,255,.4)}
.footer-bottom-r a:hover{color:var(--white)}
/* ALERT */
.alert{padding:.9rem 1.1rem;border-radius:var(--r);display:flex;gap:.65rem;align-items:flex-start;font-size:.88rem}
.alert-orange{background:rgba(234,88,12,.07);border-left:4px solid var(--yellow);color:var(--dark-3)}
.alert-blue{background:rgba(30,41,59,.06);border-left:4px solid var(--blue);color:var(--dark-3)}
/* PROCESS STEP */
.process-step{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem}
.step-num{width:48px;height:48px;background:var(--yellow);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;flex-shrink:0}
/* CONTENT ARTICLE */
.content-article h2{margin:2rem 0 .75rem;color:var(--dark)}
.content-article h3{margin:1.5rem 0 .5rem;color:var(--dark)}
.content-article p{margin-bottom:1rem}
.content-article ul{margin-bottom:1rem;padding-left:1.25rem}
.content-article ul li{list-style:disc;margin-bottom:.35rem;color:var(--dark-3)}
/* DATA TABLE */
.data-table{width:100%;border-collapse:collapse}
.data-table th{background:var(--light);padding:.7rem 1rem;text-align:left;font-size:.85rem;font-weight:700;border-bottom:2px solid var(--border)}
.data-table td{padding:.7rem 1rem;border-bottom:1px solid var(--border);font-size:.88rem}
.data-table tr:hover td{background:var(--light)}
/* UTILS */
.fade-up{opacity:0;transform:translateY(22px);transition:opacity .5s ease,transform .5s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
.text-center{text-align:center}.font-bold{font-weight:700}.font-black{font-weight:900}
.text-orange{color:var(--yellow)}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-mid{color:var(--mid)}
.text-sm{font-size:.875rem}.text-xs{font-size:.8rem}
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}
.flex{display:flex}.items-center{align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}
.hidden{display:none!important}
.divider{height:1px;background:var(--border);margin:1.75rem 0}
/* BLOG CARDS */
.blog-card{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);overflow:hidden;transition:var(--t)}
.blog-card:hover{box-shadow:var(--sh-lg);transform:translateY(-2px)}
.blog-card-body{padding:1.4rem}
.blog-tag{font-size:.72rem;font-weight:700;color:var(--yellow);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}
.blog-card h3{margin-bottom:.5rem;font-size:1.05rem}
.blog-card p{font-size:.875rem;margin-bottom:.75rem}
/* LEGAL PAGES */
.legal-content{max-width:780px;margin:0 auto}
.legal-content h2{font-size:1.25rem;margin:2rem 0 .65rem;color:var(--dark)}
.legal-content h3{font-size:1.05rem;margin:1.5rem 0 .5rem;color:var(--dark)}
.legal-content p{margin-bottom:.9rem}
.legal-content ul{padding-left:1.5rem;margin-bottom:.9rem}
.legal-content ul li{list-style:disc;margin-bottom:.3rem;color:var(--dark-3)}
/* LANGUAGE SWITCHER */
.lang-switcher{display:flex;align-items:center;background:var(--light);border:1px solid var(--border);border-radius:6px;overflow:hidden;flex-shrink:0;height:32px}
.lang-btn{display:flex;align-items:center;justify-content:center;padding:.3rem .65rem;font-size:.75rem;font-weight:700;color:var(--mid);transition:var(--t);letter-spacing:.04em;line-height:1;height:100%}
.lang-btn:hover{color:var(--yellow);background:rgba(234,88,12,.07)}
.lang-active{background:var(--yellow)!important;color:var(--white)!important}
.lang-active:hover{background:var(--yellow-dark)!important;color:var(--white)!important}
.lang-sep{width:1px;background:var(--border);height:100%;align-self:stretch}
.lang-switcher-mob{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:2px solid var(--border);margin-top:.35rem}
.lang-switcher-mob .lang-label{font-size:.78rem;font-weight:600;color:var(--mid);margin-right:.25rem}
.lang-switcher-mob .lang-btn{padding:.3rem .7rem;border:1.5px solid var(--border);border-radius:5px;color:var(--dark-3);height:auto;background:var(--white)}
.lang-switcher-mob .lang-btn:hover{border-color:var(--yellow);color:var(--yellow);background:rgba(234,88,12,.05)}
.lang-switcher-mob .lang-active{background:var(--yellow)!important;color:var(--white)!important;border-color:var(--yellow)!important}

/* RESPONSIVE */
@media(max-width:1024px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero-inner{gap:2rem}
}
@media(max-width:768px){
  .section{padding:3.5rem 0}
  h1{font-size:1.85rem}h2{font-size:1.5rem}
  .main-nav,.header-actions .btn-dark{display:none}
  .header-actions{display:none}
  .mob-btn{display:flex}
  .hero-inner{grid-template-columns:1fr;gap:1.75rem;padding:3rem 0 2rem}
  .hfc-grid{grid-template-columns:1fr}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{justify-content:center}
  .hero-trust{gap:.9rem;justify-content:center}
  .trust-bar-inner{justify-content:center}
  .grid-2,.grid-3{grid-template-columns:1fr}
  .how-steps{grid-template-columns:1fr}
  .how-steps::before{display:none}
  .form-grid{grid-template-columns:1fr}
  .form-group.full{grid-column:1}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}
  .stat-item .num{font-size:2.1rem}
  .cta-inner{flex-direction:column;text-align:center}
  .footer-grid{grid-template-columns:1fr;gap:1.75rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .float-cta{display:flex}
  .lf-card{padding:1.4rem}
  .areas-grid{grid-template-columns:repeat(2,1fr)}
  .quick-form-inner{flex-direction:column}
  .quick-form-fields{flex-direction:column}
}
@media(max-width:480px){
  .hero h1{font-size:1.7rem}
  .areas-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .dist-meta{flex-direction:column;gap:.6rem}
}
