/* ============================================
   ALL TAX & BOOKS — Unified Stylesheet
   Money Green & Gold | Mobile-First
   ============================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --green:#1e4d2b;--green-dark:#153a20;--green-darker:#0e2815;--green-light:#2a6b3c;--green-muted:#3a7d4a;
  --gold:#c9a227;--gold-dark:#a8861e;--gold-light:#f0e4c0;--gold-pale:#faf5e4;
  --white:#ffffff;--off-white:#f9f8f5;--cream:#f5f2eb;
  --gray-100:#f0eeea;--gray-200:#e0ddd6;--gray-300:#c8c4bb;--gray-400:#9b9688;--gray-500:#706b60;--gray-600:#524e45;--gray-700:#3a3732;--gray-800:#252320;
  --text:#2c2a25;--text-light:#5c5850;--text-muted:#7d7870;
  --border:#ddd9d0;--control-border:#8a8479;--shadow-sm:0 1px 3px rgba(30,77,43,.07);--shadow-md:0 4px 14px rgba(30,77,43,.09);--shadow-lg:0 8px 30px rgba(30,77,43,.12);
  --radius:5px;--radius-lg:8px;--max-w:1120px;--transition:.2s ease;
}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Source Sans 3','Segoe UI',system-ui,-apple-system,sans-serif;color:var(--text);background:var(--white);line-height:1.65;display:flex;flex-direction:column;min-height:100vh}
main{flex:1}
img{max-width:100%;height:auto;display:block}
a{color:var(--green);text-decoration:none;transition:color var(--transition)}
a:hover{color:var(--gold-dark)}
h1,h2,h3,h4{font-family:'Merriweather',Georgia,serif;color:var(--green-dark);line-height:1.3;font-weight:700}
h1{font-size:2.2rem;margin-bottom:.9rem}
h2{font-size:1.45rem;margin-bottom:.75rem}
h3{font-size:1.15rem;margin-bottom:.55rem}
h4{font-size:1rem;margin-bottom:.45rem;font-weight:600}
p{margin-bottom:.9rem}
ul,ol{margin-bottom:.9rem;padding-left:1.4rem}
li{margin-bottom:.3rem}
strong{font-weight:600}
.container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* SKIP LINK */
.skip-link{position:absolute;top:-100%;left:1rem;background:var(--green);color:var(--white);padding:.5rem 1rem;border-radius:var(--radius);z-index:9999;font-size:.85rem}
.skip-link:focus{top:.5rem;color:var(--white)}

/* UTILITY BAR */
.utility-bar{background:var(--green-darker);color:rgba(255,255,255,.78);font-size:.78rem;padding:.35rem 0;letter-spacing:.02em}
.utility-bar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.4rem}
.utility-bar a{color:rgba(255,255,255,.85);font-size:.78rem}
.utility-bar a:hover{color:var(--gold-light)}
.util-left,.util-right{display:flex;align-items:center;gap:1rem}
.util-sep{opacity:.3}

/* HEADER */
.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.55rem 1.25rem;max-width:var(--max-w);margin:0 auto}
.logo-link{display:flex;align-items:center;gap:.65rem;text-decoration:none;flex-shrink:0}
.logo-link img{height:46px;width:auto}
.logo-text .brand-name{font-family:'Merriweather',Georgia,serif;font-size:1.05rem;font-weight:700;color:var(--green-dark);display:block;line-height:1.15}
.logo-text .tagline{font-size:.68rem;color:var(--text-muted);display:block;letter-spacing:.02em}

/* NAV */
.main-nav{display:flex;align-items:center}
.nav-list{display:flex;list-style:none;padding:0;margin:0;align-items:center;gap:0}
.nav-list>li{position:relative}
.nav-list>li>a,.nav-list>li>button{display:flex;align-items:center;gap:.25rem;padding:.45rem .65rem;font-size:.88rem;font-weight:500;color:var(--text);background:none;border:none;cursor:pointer;white-space:nowrap;font-family:inherit;transition:color var(--transition)}
.nav-list>li>a:hover,.nav-list>li>button:hover{color:var(--gold-dark)}
.nav-list>li>a.active{color:var(--gold-dark);font-weight:600}
.dropdown-arrow{font-size:.55rem;transition:transform var(--transition);opacity:.45}
.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);min-width:230px;padding:.4rem 0;z-index:100}
.dropdown-menu.show{display:block}
.dropdown-menu a{display:block;padding:.5rem 1.1rem;font-size:.83rem;color:var(--text);transition:background var(--transition),color var(--transition)}
.dropdown-menu a:hover{background:var(--gold-pale);color:var(--green-dark)}
.nav-phone{font-weight:600;color:var(--green-dark)!important}
.nav-contact-btn{background:var(--gold)!important;color:var(--green-darker)!important;border-radius:var(--radius)!important;font-weight:600!important;padding:.4rem .9rem!important}
.nav-contact-btn:hover{background:var(--gold-dark)!important;color:var(--white)!important}
.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}
.mobile-toggle span{width:24px;height:2px;background:var(--green-dark);transition:var(--transition);border-radius:1px}

/* BREADCRUMB */
.breadcrumb{padding:.7rem 0;font-size:.82rem;color:var(--text-muted);border-bottom:1px solid var(--gray-100)}
.breadcrumb a{color:var(--green)}
.breadcrumb a:hover{color:var(--gold-dark)}
.breadcrumb .sep{margin:0 .4rem;opacity:.4}

/* PAGE HERO */
.page-hero{background:var(--green-dark);color:var(--white);padding:3.5rem 0 3rem;position:relative;overflow:hidden}
.page-hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(30,77,43,.92),rgba(21,58,32,.95));z-index:1}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{color:var(--white);font-size:2rem;margin-bottom:.6rem}
.page-hero .subtitle{color:rgba(255,255,255,.82);font-size:1.05rem;line-height:1.5;max-width:700px}
.page-hero-img{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}
.page-hero-img img{width:100%;height:100%;object-fit:cover;opacity:.22}

/* HOMEPAGE HERO */
.home-hero{background:var(--green-dark);color:var(--white);padding:4.5rem 0 4rem;position:relative;overflow:hidden}
.home-hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(14,40,21,.91),rgba(30,77,43,.85));z-index:1}
.home-hero .container{position:relative;z-index:2}
.home-hero h1{color:var(--white);font-size:2.5rem;margin-bottom:.8rem;max-width:700px}
.home-hero .subtitle{color:rgba(255,255,255,.9);font-size:1.08rem;line-height:1.55;max-width:640px;margin-bottom:1.8rem}
.hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.4rem;font-size:.9rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:all var(--transition);text-decoration:none;font-family:inherit}
.btn-gold{background:var(--gold);color:var(--green-darker)}
.btn-gold:hover{background:var(--gold-dark);color:var(--white)}
.btn-outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.5)}
.btn-outline:hover{background:rgba(255,255,255,.1);border-color:var(--white);color:var(--white)}
.btn-green{background:var(--green);color:var(--white)}
.btn-green:hover{background:var(--green-dark);color:var(--white)}
.btn-sm{padding:.45rem 1rem;font-size:.83rem}

/* TRUST STRIP */
.trust-strip{background:var(--cream);border-bottom:1px solid var(--border);padding:1rem 0}
.trust-items{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}
.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text);font-weight:500}
.trust-icon{width:20px;height:20px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green-darker);font-size:.65rem;font-weight:700;flex-shrink:0}
.trust-label strong{color:var(--green-dark)}

/* CAA CREDENTIAL BADGE */
.caa-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fdfaf0;border-left:4px solid var(--gold);padding:.35rem .7rem;border-radius:0 var(--radius) var(--radius) 0;font-size:.78rem;font-weight:600;color:var(--green-dark);letter-spacing:.01em}

/* CONCIERGE SERVICE BADGE */
.concierge-badge{background:rgba(201,162,39,.08);border:1px solid var(--gold);padding:1.3rem;margin:1.2rem 0;border-radius:var(--radius-lg);text-align:center}
.concierge-pill{color:var(--gold);font-weight:800;text-transform:uppercase;font-size:.78rem;margin-bottom:.7rem;letter-spacing:.06em}
.concierge-text{font-size:1rem;line-height:1.5;color:var(--text);margin-bottom:.7rem}
.concierge-langs{font-weight:700;color:var(--green-dark);border-top:1px solid var(--border);padding-top:.6rem;margin-bottom:.4rem;font-size:.9rem}
.concierge-footer{font-size:.85rem;color:var(--gold-dark);font-style:italic}

/* SERVICE CARDS */
.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:1.5rem 0}
.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:all var(--transition);text-decoration:none;color:var(--text);display:block}
.service-card:hover{border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-2px);color:var(--text)}
.service-card h3{color:var(--green-dark);margin-bottom:.4rem}
.service-card p{color:var(--text-light);font-size:.9rem;margin:0}
.service-card .card-arrow{color:var(--gold);font-weight:600;font-size:.85rem;margin-top:.6rem;display:inline-block}

/* SECONDARY SERVICE ROW */
.secondary-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1rem 0}
.secondary-card{background:var(--off-white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.1rem;text-decoration:none;color:var(--text);display:block;transition:all var(--transition)}
.secondary-card:hover{border-color:var(--gold);color:var(--text)}
.secondary-card h4{color:var(--green-dark);margin-bottom:.25rem;font-size:.95rem}
.secondary-card p{color:var(--text-muted);font-size:.83rem;margin:0}

/* HOW IT WORKS */
.steps{counter-reset:step}
.step{display:flex;gap:1.1rem;margin-bottom:1.5rem;counter-increment:step;align-items:flex-start}
.step-num{width:38px;height:38px;background:var(--green);color:var(--gold-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0;font-family:'Merriweather',serif}
.step-content h3{margin-bottom:.25rem;font-size:1.05rem}
.step-content p{color:var(--text-light);font-size:.9rem;margin:0}

/* HUB PREVIEWS */
.hub-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:1.5rem 0}
.hub-card{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);background:var(--white);transition:transform var(--transition)}
.hub-card:hover{transform:translateY(-3px)}
.hub-card img{width:100%;height:200px;object-fit:cover}
.hub-card-body{padding:1.3rem}
.hub-card-body h3{margin-bottom:.35rem}
.hub-card-body p{color:var(--text-light);font-size:.9rem;margin-bottom:.6rem}

/* SECTION STYLING */
.section{padding:3.5rem 0}
.section-alt{background:var(--off-white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}
.section-green{background:var(--green-dark);color:var(--white)}
.section-green h2,.section-green h3{color:var(--gold-light)}
.section-title{text-align:center;margin-bottom:1.5rem}
.section-title h2{margin-bottom:.4rem}
.section-title p{color:var(--text-light);font-size:.95rem;max-width:600px;margin:0 auto}

/* CONTENT LAYOUT */
.content-wrap{max-width:780px}
.content-wrap h2{margin-top:2rem}
.content-wrap h2:first-child{margin-top:0}
.content-grid{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:start}
.content-sidebar{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.4rem;position:sticky;top:80px}
.sidebar-section{margin-bottom:1.2rem}
.sidebar-section:last-child{margin-bottom:0}
.sidebar-section h4{font-size:.9rem;margin-bottom:.5rem;color:var(--green-dark)}

/* COMPLIANCE BANNER */
.compliance-banner{background:var(--gold-pale);border:1px solid var(--gold);border-left:4px solid var(--gold);border-radius:var(--radius);padding:1rem 1.2rem;margin-bottom:1.5rem;font-size:.88rem;line-height:1.5}
.compliance-banner strong{color:var(--green-dark)}

/* PRICING BOX */
.pricing-box{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.4rem;margin:1.5rem 0}
.pricing-box h3{margin-bottom:.5rem}
.check-list{list-style:none;padding:0}
.check-list li{padding:.3rem 0 .3rem 1.4rem;position:relative;font-size:.9rem}
.check-list li::before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:700}

/* WHAT TO BRING */
.bring-box{background:var(--white);border:1px solid var(--green-light);border-radius:var(--radius-lg);padding:1.4rem;margin:1.5rem 0}
.bring-box h3{color:var(--green-dark);margin-bottom:.5rem}

/* FAQ ACCORDION */
.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}
.faq-q{font-weight:600;color:var(--green-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;background:none;border:none;width:100%;text-align:left;font-family:inherit;padding:.2rem 0}
.faq-q:hover{color:var(--gold-dark)}
.faq-q .toggle{font-size:.8rem;transition:transform var(--transition);color:var(--gold)}
.faq-a{display:none;padding:.6rem 0 .2rem;color:var(--text-light);font-size:.93rem;line-height:1.6}
.faq-item.open .faq-a{display:block}
.faq-item.open .toggle{transform:rotate(180deg)}

/* RESOURCES */
.resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.resource-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.3rem}
.resource-card h3{font-size:1.05rem;margin-bottom:.6rem}
.resource-card a{display:block;padding:.25rem 0;font-size:.88rem;color:var(--green)}
.resource-card a:hover{color:var(--gold-dark)}

/* CONTACT FORM */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.3rem;color:var(--text)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem .8rem;border:1px solid var(--control-border);border-radius:var(--radius);font-size:.9rem;font-family:inherit;transition:border-color var(--transition);background:var(--white)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 2px rgba(30,77,43,.1)}
.form-group textarea{min-height:100px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.conditional-fields{display:none;border:1px solid var(--gold-dark);border-radius:var(--radius);padding:1rem;margin-top:.5rem;background:var(--gold-pale)}
.conditional-fields.show{display:block}
.contact-info-box{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}
.contact-info-box h3{margin-bottom:.8rem}
.contact-detail{display:flex;gap:.6rem;margin-bottom:.7rem;font-size:.9rem;align-items:flex-start}
.contact-detail strong{min-width:60px;color:var(--green-dark)}

/* MULTILINGUAL LINE */
.multilingual-line{background:var(--cream);border-top:1px solid var(--border);padding:.6rem 0;font-size:.82rem;color:var(--text-muted);text-align:center}

/* ALBANIAN BLOCK (full - only on select pages) */
.albanian-block{background:var(--gold-pale);border:1px solid var(--gold-light);border-radius:var(--radius);padding:.8rem 1rem;margin:1.5rem 0;font-size:.88rem}

/* FOOTER */
.site-footer{background:var(--green-darker);color:rgba(255,255,255,.8);padding:2.5rem 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;padding-bottom:1.5rem}
.footer-brand p{font-size:.85rem;line-height:1.5;margin-bottom:.8rem;color:rgba(255,255,255,.7)}
.footer-brand a{color:var(--gold-light)}
.footer-brand a:hover{color:var(--gold)}
.footer-col h4{color:var(--gold);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.7rem;font-family:'Source Sans 3',sans-serif;font-weight:600}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li{margin-bottom:.35rem}
.footer-col a{color:rgba(255,255,255,.7);font-size:.83rem}
.footer-col a:hover{color:var(--gold-light)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:.8rem 0;margin-top:.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.75rem;color:rgba(255,255,255,.5)}
.footer-bottom a{color:rgba(255,255,255,.5);font-size:.75rem}
.footer-bottom a:hover{color:var(--gold-light)}

/* COOKIE BANNER (JS injected, not in crawlable DOM) */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--green-dark);color:var(--white);padding:.8rem 1.25rem;z-index:9999;display:none;box-shadow:0 -4px 20px rgba(0,0,0,.15)}
.cookie-banner.show{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.6rem}
.cookie-text{font-size:.83rem;color:rgba(255,255,255,.85)}
.cookie-text a{color:var(--gold-light);text-decoration:underline}
.cookie-btns{display:flex;gap:.5rem}
.cookie-accept,.cookie-decline{padding:.35rem .8rem;border:none;border-radius:var(--radius);font-size:.8rem;cursor:pointer;font-family:inherit;font-weight:500}
.cookie-accept{background:var(--gold);color:var(--green-darker)}
.cookie-decline{background:rgba(255,255,255,.15);color:var(--white)}

/* MOBILE STICKY CTA */
.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--green-dark);padding:.55rem 1rem;z-index:998;box-shadow:0 -2px 10px rgba(0,0,0,.2)}
.mobile-cta a{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--white);font-weight:600;font-size:.9rem;text-decoration:none}
.mobile-cta a:hover{color:var(--gold-light)}

/* HERO IMAGE SECTION */
.hero-img-section{position:relative;height:220px;overflow:hidden}
.hero-img-section img{width:100%;height:100%;object-fit:cover}
.hero-img-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(14,40,21,.5),rgba(14,40,21,.7))}

/* BADGES ROW */
.badges-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1rem 0;align-items:center}
.badges-row img{height:90px;width:auto;border-radius:4px;cursor:pointer;transition:transform .2s ease}
.badges-row img:hover{transform:scale(1.1)}
.badge-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);z-index:10000;justify-content:center;align-items:center;cursor:pointer}
.badge-modal.show{display:flex}
.badge-modal img{max-width:90vw;max-height:85vh;border-radius:8px;box-shadow:0 8px 40px rgba(0,0,0,.5)}

/* CTA SECTION */
.cta-section{background:var(--green);padding:3.5rem 0;text-align:center}
.cta-section h2{color:var(--white);margin-bottom:.6rem;font-size:1.8rem}
.cta-section p{color:rgba(255,255,255,.85);margin-bottom:1.2rem;font-size:1.05rem}

/* NOTARY & COMMUNITY VISUAL BREAK */
.section-notary{background:var(--gold-pale);border-top:3px solid var(--gold);border-bottom:1px solid var(--gold-light)}
.section-notary h2{color:var(--green-dark)}
.section-notary .service-card{background:var(--white);border-color:var(--gold-light)}
.section-notary .service-card:hover{border-color:var(--gold)}

/* ============ RESPONSIVE ============ */
@media(max-width:900px){
  .header-inner{padding:.5rem 1rem}
  .main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border-top:1px solid var(--border);box-shadow:var(--shadow-lg);flex-direction:column;padding:.5rem 0}
  .main-nav.open{display:flex}
  .nav-list{flex-direction:column;width:100%}
  .nav-list>li>a,.nav-list>li>button{padding:.7rem 1.25rem;font-size:.9rem;width:100%;justify-content:space-between}
  .dropdown-menu{position:static;box-shadow:none;border:none;border-radius:0;padding:0 0 0 1rem;background:var(--gray-100)}
  .dropdown-menu.show{display:block}
  .mobile-toggle{display:flex}
  .content-grid{grid-template-columns:1fr}
  .content-sidebar{position:static}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}
  .home-hero h1{font-size:1.6rem}
  h1{font-size:1.5rem}
  .hub-preview{grid-template-columns:1fr}
  .mobile-cta{display:block}
  body{padding-bottom:48px}
  .utility-bar{padding:.5rem 0}
  .utility-bar .container{flex-direction:column;text-align:center;gap:.35rem}
  .util-left{display:flex;justify-content:center;gap:.8rem}
  .util-left a,.util-right a,.util-right span{font-size:.82rem}
  .util-right{flex-wrap:wrap;justify-content:center;gap:.5rem}
}
@media(max-width:600px){
  .footer-grid{grid-template-columns:1fr}
  .trust-items{gap:.8rem}
  .trust-item{font-size:.75rem}
  .service-cards{grid-template-columns:1fr}
  .secondary-services{grid-template-columns:1fr}
  .resource-grid{grid-template-columns:1fr}
  .hero-ctas{flex-direction:column}
  .hero-ctas .btn{width:100%;justify-content:center}
  .badges-row img{height:75px}
}

/* MOBILE iOS FIXES — Hero padding, utility bar, button spacing, TYPOGRAPHY */
@media screen and (max-width:480px){
  body{font-size:16px!important;line-height:1.65!important}
  /* 1. Utility bar: hide location, center CAA + phone */
  .utility-bar{padding:.5rem .8rem;font-size:.75rem;text-align:center}
  .utility-bar .container{flex-direction:column;gap:.3rem}
  .util-left{display:none!important}
  .util-right{flex-wrap:wrap;justify-content:center;gap:.4rem}
  .util-right span:not(.caa-badge):not(.util-sep){display:none}
  .util-sep{display:none}
  .caa-badge{font-size:.75rem;padding:.3rem .6rem;font-weight:700;display:block;text-align:center;margin:0 auto .2rem}
  .util-right a[href^="tel"]{font-size:.9rem;font-weight:600}
  /* 2. Hero: more breathing room */
  .home-hero{padding:3rem 1rem 2.5rem}
  .home-hero h1{font-size:1.65rem;line-height:1.15;margin-bottom:.8rem;font-weight:700}
  .home-hero .subtitle{font-size:1.05rem;line-height:1.55;font-weight:500;color:rgba(255,255,255,.92);margin-bottom:1.8rem}
  .page-hero{padding:2.5rem 1rem 2rem}
  .page-hero h1{font-size:1.45rem;line-height:1.18}
  .page-hero .subtitle{font-size:1rem;line-height:1.5;font-weight:500}
  /* 3. Buttons: thumb-friendly, spaced apart */
  .hero-ctas{gap:.8rem;margin-bottom:65px;flex-direction:column}
  .hero-ctas .btn{padding:.9rem 1.2rem;font-size:1.05rem;font-weight:700;width:100%;text-align:center;justify-content:center}
  .btn{font-size:1rem;padding:.75rem 1.2rem;font-weight:700}
  .btn-sm{font-size:.95rem;padding:.6rem 1rem}
  /* 4. Content text: no squinting */
  h2{font-size:1.45rem;font-weight:700;margin-top:1.5rem;margin-bottom:.7rem}
  h3{font-size:1.15rem;font-weight:700}
  p{font-size:1rem;line-height:1.65}
  li{font-size:1rem;line-height:1.55}
  .service-card{padding:1.3rem}
  .service-card h3{font-size:1.1rem}
  .service-card p{font-size:.95rem;line-height:1.5}
  .secondary-card h4{font-size:1rem}
  .secondary-card p{font-size:.92rem}
  .step-content h3{font-size:1.05rem}
  .step-content p{font-size:.97rem}
  .faq-q{font-size:1.05rem;padding:.4rem 0}
  .faq-a{font-size:1rem;line-height:1.6}
  .compliance-banner{font-size:.95rem;line-height:1.55;padding:.9rem 1rem}
  .trust-item{font-size:.82rem}
  /* 5. Bottom bar + form */
  .mobile-cta{padding:.55rem .8rem}
  .mobile-cta a{font-size:1rem;font-weight:700}
  .nav-phone{font-size:1rem!important}
  .footer-brand p{font-size:.92rem;line-height:1.55}
  .footer-col a{font-size:.9rem;padding:.15rem 0}
  .multilingual-line{font-size:.9rem;padding:.5rem 0}
  .albanian-block{font-size:.95rem}
  .content-sidebar p{font-size:.95rem}
  .contact-detail{font-size:.97rem}
  .form-group label{font-size:.92rem}
  .form-group input,.form-group select,.form-group textarea{font-size:1rem;padding:.7rem .85rem}
  .logo-link img{height:38px}
  .logo-text .brand-name{font-size:.95rem}
  .logo-text .tagline{font-size:.62rem}
}

/* ============================================
   MOBILE POLISH — Modern, Fast, Visually Striking
   ============================================ */

/* Smooth transitions on all interactive elements */
.service-card,.secondary-card,.hub-card,.step,.trust-item,.resource-card,.faq-item{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}

/* Touch-friendly active states */
@media(hover:none){
  .service-card:active{transform:scale(.98);box-shadow:var(--shadow-sm)}
  .secondary-card:active{transform:scale(.98)}
  .btn:active{transform:scale(.97);opacity:.9}
  .hub-card:active{box-shadow:var(--shadow-lg)}
  .faq-q:active{background:var(--gray-100)}
}

/* Better mobile CTA bar */
@media(max-width:900px){
  .mobile-cta{background:rgba(14,40,21,.98);border-top:1px solid rgba(201,162,39,.3)}
  .mobile-cta a{letter-spacing:.02em}
}

/* Service cards — gold accent left border */
.service-card{border-left:3px solid transparent}
.service-card:hover,.service-card:active{border-left-color:var(--gold)}

/* Steps — connecting line on desktop */
@media(min-width:601px){
  .steps{position:relative;padding-left:19px}
  .steps::before{content:'';position:absolute;left:18px;top:19px;bottom:19px;width:2px;background:linear-gradient(#f0e4c0,#2a6b3c,#f0e4c0);border-radius:1px}
}

/* Hub cards — hover lift */
.hub-card{transition:transform .3s ease,box-shadow .3s ease}
.hub-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}

/* Concierge badge pin pulse */
@keyframes subtlePulse{0%,100%{opacity:1}50%{opacity:.7}}
.concierge-pill{animation:subtlePulse 3s ease-in-out infinite}

/* Focus states for accessibility */
.btn:focus-visible,.service-card:focus-visible,.nav-dropdown-btn:focus-visible,a:focus-visible{outline:2px solid var(--gold);outline-offset:2px}

/* ============================================
   480px — PREMIUM MOBILE EXPERIENCE
   ============================================ */
@media screen and (max-width:480px){
  /* Hero — taller, more dramatic */
  .home-hero{padding:3.5rem 1.2rem 3rem;min-height:50vh;display:flex;align-items:center}
  .home-hero::after{background:linear-gradient(160deg,rgba(14,40,21,.94) 0%,rgba(30,77,43,.87) 50%,rgba(14,40,21,.92) 100%)}
  .home-hero h1{font-size:1.7rem;letter-spacing:-.01em}
  .home-hero .subtitle{margin-bottom:2rem}

  /* Service cards — gold left accent, stronger presence */
  .service-card{padding:1.4rem 1.2rem;border-left:3px solid var(--gold-light);margin-bottom:.2rem;border-radius:var(--radius)}
  .service-card h3{font-size:1.12rem}
  .service-card .card-arrow{font-size:.9rem;margin-top:.5rem}

  /* Secondary cards — match accent */
  .secondary-card{padding:1rem 1.2rem;border-left:2px solid var(--gold-light)}

  /* Trust strip — horizontal scroll */
  .trust-items{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:.3rem;justify-content:flex-start}
  .trust-item{flex-shrink:0;scroll-snap-align:start;font-size:.8rem;white-space:nowrap}
  .trust-items::-webkit-scrollbar{display:none}

  /* Concierge badge — bolder */
  .concierge-badge{padding:1.5rem 1.2rem;border-width:2px;border-radius:12px}
  .concierge-pill{font-size:.82rem;letter-spacing:.08em;margin-bottom:.8rem}
  .concierge-text{font-size:1.02rem}
  .concierge-langs{font-size:.95rem;padding-top:.8rem;margin-top:.5rem}

  /* Steps — separated cleanly */
  .step{gap:.9rem;margin-bottom:1.3rem;padding-bottom:1.3rem;border-bottom:1px solid var(--gray-200)}
  .step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
  .step-num{width:36px;height:36px;font-size:.9rem}
  .step-content h3{font-size:1.08rem}
  .step-content p{font-size:.95rem;line-height:1.55}

  /* Hub cards — edge-to-edge, image-forward */
  .hub-card{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);margin-bottom:1rem}
  .hub-card img{height:180px;object-fit:cover;width:100%}
  .hub-card-body{padding:1.2rem}
  .hub-card-body h3{font-size:1.15rem;margin-bottom:.4rem}
  .hub-card-body p{font-size:.95rem}

  /* Resource cards */
  .resource-card{padding:1.2rem}
  .resource-card h3{font-size:1.05rem}
  .resource-card a{font-size:.95rem;padding:.25rem 0;display:block}

  /* CTA section — bigger presence */
  .cta-section{padding:2.5rem 1rem}
  .cta-section h2{font-size:1.5rem;margin-bottom:.6rem}
  .cta-section p{font-size:1rem;margin-bottom:1.2rem}

  /* Footer — cleaner */
  .footer-brand{margin-bottom:1.5rem}
  .footer-col h4{font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gold);margin-bottom:.6rem}
  .footer-col a{padding:.3rem 0;display:block}
  .footer-bottom{flex-direction:column;gap:.4rem;text-align:center;font-size:.78rem;padding-top:.8rem}

  /* Inner page content — better reading flow */
  .content-wrap h2{margin-top:2rem;padding-bottom:.4rem;border-bottom:2px solid var(--gold-light)}
  .content-wrap h2:first-of-type{margin-top:.5rem}
  .content-wrap p{margin-bottom:1rem}
  .content-wrap li{margin-bottom:.5rem;line-height:1.55}

  /* Badges grid */
  .badges-row{gap:.5rem}
  .badges-row img{height:65px;border-radius:var(--radius)}

  /* Compliance banner — accent bar */
  .compliance-banner{border-radius:var(--radius);border-left:3px solid var(--gold)}

  /* Sidebar — card feel on mobile */
  .content-sidebar{background:var(--cream);border-radius:var(--radius-lg);padding:1.2rem;margin-top:1.5rem}

  /* Section rhythm */
  .section{padding:2rem 0}
  .section-alt{padding:2rem 0}
  .section-title{margin-bottom:1.5rem}
  .section-title h2{font-size:1.4rem}
  .section-title p{font-size:.95rem}
}
