/* =============================================
   LIMEKILN CROWBOROUGH TAXIS — Main Stylesheet
   Style: Clean white/light professional (Hawkhurst-inspired)
   ============================================= */
:root {
  --gold:    #e8a000;
  --gold-dk: #c68800;
  --dark:    #1a1a2a;
  --body:    #f7f8fc;
  --white:   #ffffff;
  --text:    #2c2c3e;
  --muted:   #6b7280;
  --border:  #e2e6f0;
  --green:   #16a34a;
  --nav-h:   68px;
  --radius:  8px;
  --shadow:  0 2px 16px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.12);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',sans-serif;background:var(--body);color:var(--text);overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font-family:'Inter',sans-serif;cursor:pointer;border:none}

/* ── NAV ── */
#nav{
  position:fixed;top:0;left:0;right:0;z-index:900;
  height:var(--nav-h);background:var(--white);
  border-bottom:2px solid var(--gold);
  display:flex;align-items:center;justify-content:space-between;
  padding:0 1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.06)
}
.logo{display:flex;align-items:center;gap:.75rem}
.logo-badge{
  background:var(--gold);color:var(--white);
  width:42px;height:42px;border-radius:var(--radius);
  display:flex;align-items:center;justify-content:center;
  font-size:1.3rem;flex-shrink:0
}
.logo-name{font-size:1.05rem;font-weight:800;color:var(--dark);line-height:1.1}
.logo-name span{display:block;font-size:.6rem;font-weight:500;color:var(--gold);
  letter-spacing:.1em;text-transform:uppercase;margin-top:1px}
.nav-links{display:none;gap:2rem;list-style:none}
.nav-links a{font-size:.8rem;font-weight:600;color:var(--muted);letter-spacing:.03em;
  text-transform:uppercase;transition:color .2s}
.nav-links a:hover{color:var(--gold)}
.nav-phone{
  display:none!important;background:var(--gold);color:var(--white)!important;
  padding:.55rem 1.25rem;border-radius:var(--radius);font-size:.8rem!important;
  font-weight:700!important;letter-spacing:.03em;gap:.4rem;align-items:center
}
.nav-phone:hover{background:var(--gold-dk)!important}
.hamburger{background:none;color:var(--dark);font-size:1.5rem;padding:.4rem;
  min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}
.mob-menu{
  display:none;position:fixed;inset:0;top:var(--nav-h);
  background:var(--white);z-index:800;flex-direction:column;
  padding:1.5rem;gap:.3rem;overflow-y:auto
}
.mob-menu.open{display:flex}
.mob-link{
  font-size:1.05rem;font-weight:700;padding:.85rem 1rem;
  border-bottom:1px solid var(--border);color:var(--text);display:block;
  border-radius:var(--radius)
}
.mob-link:hover{background:var(--body);color:var(--gold)}
.mob-cta{
  margin-top:1rem;background:var(--gold);color:var(--white);
  padding:1rem;border-radius:var(--radius);text-align:center;
  font-weight:800;font-size:1rem
}
main{padding-top:var(--nav-h)}

/* ── BUTTONS ── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  padding:.85rem 1.75rem;font-size:.85rem;font-weight:700;
  border-radius:var(--radius);cursor:pointer;transition:all .18s;
  letter-spacing:.02em;border:2px solid transparent;min-height:48px;white-space:nowrap
}
.btn-primary{background:var(--gold);color:var(--white);border-color:var(--gold)}
.btn-primary:hover{background:var(--gold-dk);border-color:var(--gold-dk);transform:translateY(-1px)}
.btn-outline{background:transparent;color:var(--gold);border-color:var(--gold)}
.btn-outline:hover{background:var(--gold);color:var(--white)}
.btn-dark{background:var(--dark);color:var(--white);border-color:var(--dark)}
.btn-dark:hover{background:#2d2d40}
.btn-wa{background:#25D366;color:#fff;border-color:#25D366}
.btn-wa:hover{background:#1da855}
.btn-sm{padding:.55rem 1.1rem;font-size:.78rem;min-height:38px}
.btns{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}

/* ── HERO ── */
.hero{
  background:linear-gradient(135deg,#1a1a2a 0%,#2a2a45 50%,#1a1a2a 100%);
  position:relative;overflow:hidden;padding:3rem 1.5rem 2rem
}
.hero::before{
  content:'';position:absolute;inset:0;
  background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e8a000' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
.hero-wrap{
  position:relative;z-index:2;max-width:1180px;margin:0 auto;
  display:flex;flex-direction:column;gap:2rem
}
.hero-text{flex:1}
.hero-tag{
  display:inline-flex;align-items:center;gap:.5rem;
  background:rgba(232,160,0,.15);border:1px solid rgba(232,160,0,.4);
  color:var(--gold);padding:.4rem 1rem;border-radius:100px;
  font-size:.7rem;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;margin-bottom:1.2rem
}
.hero h1{
  font-size:clamp(2rem,6vw,3.4rem);font-weight:900;line-height:1.05;
  color:var(--white);margin-bottom:1rem
}
.hero h1 em{color:var(--gold);font-style:normal}
.hero-sub{
  font-size:clamp(.9rem,2vw,1rem);line-height:1.75;
  color:rgba(255,255,255,.65);max-width:560px;margin-bottom:1.6rem
}
.trust-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.6rem}
.pill{
  display:inline-flex;align-items:center;gap:.35rem;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  padding:.35rem .8rem;border-radius:100px;
  font-size:.7rem;color:rgba(255,255,255,.75);font-weight:500
}
.pill-g{background:rgba(22,163,74,.15);border-color:rgba(22,163,74,.3);color:#4ade80}

/* ── QUOTE BOX (hero card) ── */
.quote-box{
  background:var(--white);border-radius:12px;
  box-shadow:var(--shadow-lg);padding:1.6rem;
  flex:none;width:100%;max-width:460px
}
.quote-box h3{
  font-size:1rem;font-weight:800;color:var(--dark);
  margin-bottom:.3rem
}
.quote-box p{font-size:.75rem;color:var(--muted);margin-bottom:1.2rem}
.form-row{display:flex;flex-direction:column;gap:.75rem}
.f-group{display:flex;flex-direction:column;gap:.3rem}
.f-label{font-size:.72rem;font-weight:700;color:var(--dark);letter-spacing:.04em;text-transform:uppercase}
.f-input,.f-select{
  width:100%;padding:.7rem .9rem;border:1.5px solid var(--border);
  border-radius:var(--radius);font-size:.88rem;font-family:'Inter',sans-serif;
  color:var(--text);background:var(--white);transition:border .2s;outline:none
}
.f-input:focus,.f-select:focus{border-color:var(--gold)}
.f-row2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.fare-result{
  margin-top:1rem;padding:1rem;background:#fff8ec;
  border:1.5px solid var(--gold);border-radius:var(--radius);display:none
}
.fare-result.show{display:block}
.fare-from{font-size:.7rem;color:var(--muted);margin-bottom:.1rem}
.fare-price{font-size:2rem;font-weight:900;color:var(--gold);line-height:1}
.fare-vehicles{margin-top:.6rem;display:flex;flex-direction:column;gap:.35rem}
.fare-row{
  display:flex;justify-content:space-between;align-items:center;
  font-size:.8rem;padding:.35rem 0;border-bottom:1px solid var(--border)
}
.fare-row:last-child{border:none}
.fare-row strong{color:var(--dark)}
.fare-vp{color:var(--gold);font-weight:800}
.quote-cta-row{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}
#getQuoteBtn{width:100%;font-size:.9rem;padding:.9rem}

/* ── SECTION ── */
.section{padding:4rem 1.5rem}
.section-white{background:var(--white)}
.section-grey{background:var(--body)}
.section-dark{background:var(--dark)}
.s-wrap{max-width:1180px;margin:0 auto}
.s-eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.68rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--gold);margin-bottom:.6rem
}
.s-eyebrow::before{content:'';width:20px;height:2px;background:var(--gold)}
.s-title{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:900;line-height:1.1;
  color:var(--dark);margin-bottom:.75rem}
.s-title em{color:var(--gold);font-style:normal}
.s-sub{font-size:.9rem;line-height:1.8;color:var(--muted);max-width:580px;margin-bottom:2rem}

/* ── TRUST BADGES ── */
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
@media(min-width:640px){.trust-grid{grid-template-columns:repeat(4,1fr)}}
.trust-card{
  background:var(--white);border:1.5px solid var(--border);
  border-radius:var(--radius);padding:1.4rem 1rem;text-align:center;
  box-shadow:var(--shadow)
}
.trust-card .tc-icon{font-size:1.8rem;margin-bottom:.6rem}
.trust-card .tc-val{font-size:1.5rem;font-weight:900;color:var(--gold);line-height:1;margin-bottom:.2rem}
.trust-card .tc-label{font-size:.72rem;color:var(--muted);line-height:1.4}

/* ── AIRPORT CARDS ── */
.airport-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}
@media(min-width:640px){.airport-grid{grid-template-columns:1fr 1fr}}
@media(min-width:980px){.airport-grid{grid-template-columns:repeat(3,1fr)}}
.airport-card{
  background:var(--white);border:1.5px solid var(--border);border-radius:12px;
  padding:1.5rem;box-shadow:var(--shadow);transition:all .2s;display:flex;flex-direction:column
}
.airport-card:hover{border-color:var(--gold);box-shadow:0 4px 24px rgba(232,160,0,.15);transform:translateY(-2px)}
.ac-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}
.ac-icon{font-size:1.8rem}
.ac-code{
  background:#f0f4ff;color:#4c5fa3;font-weight:800;
  font-size:.7rem;padding:.25rem .6rem;border-radius:4px;letter-spacing:.06em
}
.ac-name{font-size:1rem;font-weight:800;color:var(--dark);margin-bottom:.3rem}
.ac-meta{font-size:.78rem;color:var(--muted);margin-bottom:1rem}
.ac-fares{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem}
.ac-fare-row{
  display:flex;justify-content:space-between;align-items:center;
  font-size:.78rem;padding:.35rem .6rem;background:var(--body);
  border-radius:4px
}
.ac-fare-row span{color:var(--muted)}
.ac-fare-row strong{color:var(--gold);font-weight:800}
.ac-btn{
  margin-top:auto;width:100%;text-align:center;padding:.65rem;
  background:var(--gold);color:var(--white);border-radius:var(--radius);
  font-size:.78rem;font-weight:700;transition:background .2s
}
.ac-btn:hover{background:var(--gold-dk)}

/* ── AREAS ── */
.areas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}
@media(min-width:640px){.areas-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:980px){.areas-grid{grid-template-columns:repeat(5,1fr)}}
.area-card{
  background:var(--white);border:1.5px solid var(--border);
  border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow);
  transition:all .2s
}
.area-card:hover{border-color:var(--gold);background:#fff8ec}
.area-card .ar-name{font-weight:700;font-size:.88rem;color:var(--dark);margin-bottom:.2rem}
.area-card .ar-meta{font-size:.7rem;color:var(--muted)}
.area-card .ar-link{
  display:inline-flex;align-items:center;gap:.2rem;font-size:.68rem;
  font-weight:700;color:var(--gold);margin-top:.4rem;letter-spacing:.04em;text-transform:uppercase
}

/* ── PROCESS ── */
.process-grid{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border);border:1.5px solid var(--border);border-radius:12px;overflow:hidden}
@media(min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:980px){.process-grid{grid-template-columns:repeat(4,1fr)}}
.process-step{background:var(--white);padding:1.8rem 1.5rem}
.ps-num{
  width:38px;height:38px;border-radius:50%;background:var(--gold);
  color:var(--white);font-weight:900;font-size:.95rem;
  display:flex;align-items:center;justify-content:center;margin-bottom:1rem
}
.ps-title{font-size:.95rem;font-weight:800;color:var(--dark);margin-bottom:.4rem}
.ps-desc{font-size:.8rem;color:var(--muted);line-height:1.6}

/* ── FARE TABLE ── */
.fare-table-wrap{overflow-x:auto;border:1.5px solid var(--border);border-radius:12px}
table.fare-table{width:100%;border-collapse:collapse;min-width:560px}
table.fare-table th{
  background:var(--dark);color:var(--white);padding:.8rem 1rem;
  text-align:left;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase
}
table.fare-table th:not(:first-child){text-align:center}
table.fare-table td{
  padding:.75rem 1rem;border-bottom:1px solid var(--border);
  font-size:.84rem;color:var(--text)
}
table.fare-table td:not(:first-child){text-align:center;font-weight:700;color:var(--gold)}
table.fare-table tr:last-child td{border:none}
table.fare-table tr:hover td{background:var(--body)}
table.fare-table .dest{font-weight:600;color:var(--dark)}
table.fare-table .dest span{display:block;font-size:.7rem;font-weight:400;color:var(--muted)}

/* ── COMPARE ── */
.compare-wrap{overflow-x:auto;border:1.5px solid var(--border);border-radius:12px}
table.compare{width:100%;border-collapse:collapse;min-width:580px}
table.compare th{
  background:var(--body);color:var(--muted);padding:.75rem 1rem;
  text-align:center;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;
  border-bottom:1.5px solid var(--border)
}
table.compare th:first-child{text-align:left}
table.compare td{
  padding:.75rem 1rem;border-bottom:1px solid var(--border);
  font-size:.84rem;text-align:center
}
table.compare td:first-child{text-align:left;font-weight:700;color:var(--dark)}
table.compare tr.us-row td{background:#fff8ec;color:var(--dark)}
table.compare tr.us-row td:first-child{color:var(--gold)}
table.compare tr:last-child td{border:none}
.chk{color:var(--green);font-size:1.1rem}
.xmark{color:#dc2626;font-size:1.1rem}

/* ── TESTIMONIALS ── */
.testi-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}
@media(min-width:640px){.testi-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:980px){.testi-grid{grid-template-columns:repeat(3,1fr)}}
.testi-card{
  background:var(--white);border:1.5px solid var(--border);
  border-radius:12px;padding:1.5rem;box-shadow:var(--shadow)
}
.tc-stars{color:var(--gold);font-size:.85rem;letter-spacing:.05em;margin-bottom:.75rem}
.tc-text{
  font-size:.87rem;line-height:1.75;color:var(--text);
  font-style:italic;margin-bottom:1.1rem;
  border-left:3px solid var(--gold);padding-left:.8rem
}
.tc-author{display:flex;align-items:center;gap:.65rem}
.tc-av{
  width:40px;height:40px;border-radius:50%;background:var(--gold);
  color:var(--white);font-weight:800;font-size:.9rem;
  display:flex;align-items:center;justify-content:center;flex-shrink:0
}
.tc-name{font-weight:700;font-size:.84rem;color:var(--dark)}
.tc-loc{font-size:.7rem;color:var(--muted)}

/* ── FAQ ── */
.faq-wrap{max-width:780px}
.faq-item{border-bottom:1.5px solid var(--border)}
.faq-q{
  display:flex;justify-content:space-between;align-items:center;
  padding:1.1rem 0;cursor:pointer;gap:.8rem;
  font-size:.9rem;font-weight:700;color:var(--dark);min-height:52px
}
.faq-q:hover{color:var(--gold)}
.faq-icon{
  width:26px;height:26px;border-radius:50%;background:var(--body);
  border:1.5px solid var(--border);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  font-size:.9rem;transition:all .25s;color:var(--gold)
}
.faq-item.open .faq-icon{background:var(--gold);color:var(--white);transform:rotate(45deg)}
.faq-a{font-size:.85rem;line-height:1.8;color:var(--muted);padding-bottom:1.1rem;display:none}
.faq-item.open .faq-a{display:block}

/* ── CTA BAND ── */
.cta-band{
  background:linear-gradient(135deg,var(--gold),var(--gold-dk));
  padding:3rem 1.5rem;text-align:center
}
.cta-band h2{
  font-size:clamp(1.5rem,4vw,2.2rem);font-weight:900;
  color:var(--white);margin-bottom:.5rem
}
.cta-band p{color:rgba(255,255,255,.8);font-size:.9rem;margin-bottom:1.5rem}
.cta-band .btns{justify-content:center}

/* ── PAGE HERO (inner pages) ── */
.pg-hero{
  background:linear-gradient(135deg,#1a1a2a,#2d2d48);
  padding:2.5rem 1.5rem 2rem;position:relative;overflow:hidden
}
.breadcrumb{
  font-size:.72rem;color:rgba(255,255,255,.4);
  margin-bottom:.9rem;letter-spacing:.03em
}
.breadcrumb a{color:rgba(255,255,255,.6)}
.breadcrumb a:hover{color:var(--gold)}
.pg-h1{
  font-size:clamp(1.8rem,5vw,3rem);font-weight:900;
  color:var(--white);line-height:1.05;margin-bottom:1rem
}
.pg-h1 em{color:var(--gold);font-style:normal}
.pg-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}
.pg-pill{
  display:inline-flex;align-items:center;gap:.35rem;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);
  padding:.35rem .8rem;border-radius:100px;font-size:.72rem;
  color:rgba(255,255,255,.7)
}
.pg-pill strong{color:var(--gold)}

/* ── PAGE BODY (2-col inner) ── */
.pg-layout{
  display:flex;flex-direction:column;gap:2rem;
  max-width:1180px;margin:0 auto;padding:2rem 1.5rem
}
@media(min-width:980px){.pg-layout{flex-direction:row;padding:3rem 1.5rem}}
.pg-main{flex:1;min-width:0}
.pg-main h2{
  font-size:1.2rem;font-weight:800;color:var(--dark);
  padding-bottom:.5rem;border-bottom:2px solid var(--gold);
  margin:1.6rem 0 .8rem
}
.pg-main h2:first-child{margin-top:0}
.pg-main p{font-size:.87rem;line-height:1.8;color:var(--muted);margin-bottom:.9rem}
.pg-main ul{list-style:none;margin-bottom:1rem}
.pg-main ul li{
  display:flex;align-items:flex-start;gap:.6rem;
  font-size:.85rem;line-height:1.65;padding:.45rem 0;
  border-bottom:1px solid var(--border);color:var(--text)
}
.pg-main ul li::before{content:'✓';color:var(--green);font-weight:800;flex-shrink:0;margin-top:.1rem}
.sidebar{flex:none;width:100%}
@media(min-width:980px){.sidebar{width:300px;position:sticky;top:calc(var(--nav-h)+1.5rem);align-self:flex-start}}
.sb-box{
  background:var(--white);border:1.5px solid var(--border);
  border-radius:12px;padding:1.4rem;margin-bottom:1.2rem;
  box-shadow:var(--shadow)
}
.sb-box h4{font-size:.85rem;font-weight:800;color:var(--dark);
  border-bottom:2px solid var(--gold);padding-bottom:.5rem;margin-bottom:1rem}
.sb-gold{border-color:var(--gold);background:#fff8ec}
.big-price{text-align:center;padding:.8rem 0}
.big-price .bp-from{font-size:.72rem;color:var(--muted);margin-bottom:.2rem}
.big-price .bp-val{font-size:2.8rem;font-weight:900;color:var(--gold);line-height:1}
.big-price .bp-note{font-size:.7rem;color:var(--muted);margin-top:.3rem}
.sb-contact-row{
  display:flex;align-items:center;gap:.65rem;padding:.6rem 0;
  border-bottom:1px solid var(--border);font-size:.83rem
}
.sb-contact-row:last-child{border:none}
.sb-contact-row a{color:var(--dark);font-weight:600}
.sb-contact-row a:hover{color:var(--gold)}
.sb-link-list{list-style:none}
.sb-link-list li{border-bottom:1px solid var(--border)}
.sb-link-list li:last-child{border:none}
.sb-link-list a{
  display:flex;align-items:center;justify-content:space-between;
  padding:.55rem 0;font-size:.82rem;color:var(--text);font-weight:500
}
.sb-link-list a:hover{color:var(--gold)}
.sb-link-list a::after{content:'→';color:var(--gold);font-weight:700}

/* ── TICKER ── */
.ticker-bar{background:var(--gold);overflow:hidden;white-space:nowrap;padding:.55rem 0}
.ticker{display:inline-block;animation:ticker 40s linear infinite}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.t-item{
  display:inline-flex;align-items:center;gap:.5rem;
  color:var(--white);font-size:.68rem;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;margin-right:2rem
}
.t-sep{opacity:.5}

/* ── FOOTER ── */
footer{background:var(--dark);padding:3rem 1.5rem 1.5rem}
.footer-inner{max-width:1180px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}
@media(min-width:760px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}
.footer-logo .logo-name{color:var(--white)}
.footer-logo .logo-name span{color:var(--gold)}
.footer-about{font-size:.8rem;color:rgba(255,255,255,.4);line-height:1.7;margin-top:.75rem}
.footer-links h5{font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:var(--gold);margin-bottom:.9rem}
.footer-links ul{list-style:none}
.footer-links ul li{margin-bottom:.35rem}
.footer-links ul li a{font-size:.8rem;color:rgba(255,255,255,.4);transition:color .2s}
.footer-links ul li a:hover{color:var(--gold)}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;
  display:flex;flex-direction:column;gap:.4rem;
  font-size:.72rem;color:rgba(255,255,255,.3);text-align:center
}
@media(min-width:760px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}

/* ── FAB (mobile only) ── */
#fab{position:fixed;bottom:1.2rem;right:1.2rem;z-index:700;display:flex;flex-direction:column;gap:.6rem}
.fab-btn{
  width:52px;height:52px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.3rem;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:transform .2s
}
.fab-btn:hover{transform:scale(1.05)}
.fab-wa{background:#25D366}
.fab-ph{background:var(--gold)}
@media(min-width:1024px){#fab{display:none}}

/* ── DESKTOP ── */
@media(min-width:1024px){
  :root{--nav-h:72px}
  #nav{padding:0 3rem}
  .nav-links{display:flex}
  .nav-phone{display:inline-flex!important}
  .hamburger{display:none}
  .hero{padding:4.5rem 3rem 3.5rem}
  .hero-wrap{flex-direction:row;align-items:center;gap:3rem}
  .quote-box{width:440px}
  .section{padding:5rem 3rem}
  footer{padding:4rem 3rem 1.5rem}
}

/* ── UTILS ── */
.text-center{text-align:center}
.mx-auto{margin-left:auto;margin-right:auto}
.skip-link{position:absolute;left:-999px;top:0;z-index:9999;background:var(--gold);
  color:var(--white);padding:.6rem 1.2rem;font-weight:700;border-radius:0 0 var(--radius) 0}
.skip-link:focus{left:0}
