
:root{
  --navy:#082b5c;--navy2:#0d3f7d;--yellow:#ffd31a;--yellow2:#ffe36c;
  --ink:#10233d;--muted:#66758a;--soft:#f4f8fc;--line:#dfe8f1;--white:#fff;
  --shadow:0 14px 40px rgba(15,44,80,.12);--r:22px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid #edf2f7}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{display:flex;align-items:center;gap:11px;font-size:26px;font-weight:950;letter-spacing:-1px;color:var(--navy)}
.logo-badge{width:52px;height:52px;border:5px solid var(--navy);background:var(--yellow);border-radius:50%;display:grid;place-items:center;font-size:24px}
.logo small{display:block;font-size:10px;letter-spacing:1.6px}
.navlinks{display:flex;align-items:center;gap:22px;font-weight:750}
.navlinks a:hover{color:var(--navy2)}
.menu-btn{display:none;border:0;background:transparent;color:var(--navy);font-size:29px}
.btn{border:0;cursor:pointer;border-radius:15px;padding:15px 20px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.18s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--yellow);color:var(--navy);box-shadow:0 8px 22px rgba(255,211,26,.3)}
.btn-navy{background:var(--navy);color:#fff}
.btn-outline{background:#fff;color:var(--navy);border:1.5px solid #cad8e6}
.btn-soft{background:#eef5fb;color:var(--navy)}
.badge{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:#fff3ae;border:1px solid #ffe05c;color:#5f4b00;font-size:13px;font-weight:850}
.hero{position:relative;overflow:hidden;padding:76px 0 72px;background:
linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.91) 50%,rgba(255,255,255,.45)),
url('https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1900&q=88') center/cover}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}
.kicker{font-size:13px;font-weight:900;letter-spacing:4px;color:var(--navy2)}
h1{font-size:clamp(48px,7vw,78px);line-height:.99;margin:16px 0;letter-spacing:-3px}
h2{font-size:clamp(34px,4vw,46px);line-height:1.08;letter-spacing:-1.4px}
h3{font-size:24px}
.lead{font-size:21px;line-height:1.55;color:#56677c}
.hero-card,.card,.form-card,.faq-item,.related-card,.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow)}
.hero-card{padding:26px;background:rgba(255,255,255,.91);backdrop-filter:blur(8px)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:28px}
.step{display:flex;gap:11px;padding:15px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.76)}
.step-num{min-width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--navy2);color:#fff;font-weight:900}
.cta-row{display:flex;gap:11px;flex-wrap:wrap;margin-top:24px}
.quick-actions{display:grid;gap:11px;margin-top:16px}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:23px 0}
.trust-card{display:flex;align-items:center;gap:11px;background:var(--soft);border:1px solid #e3ebf3;border-radius:16px;padding:15px}
.trust-card span:first-child{font-size:26px}
.section{padding:72px 0}
.soft{background:var(--soft)}
.section-title{text-align:center;max-width:760px;margin:0 auto 36px}
.section-title h2{margin:0 0 10px}
.section-title p{color:var(--muted);font-size:18px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 9px 26px rgba(14,44,77,.08)}
.service-card img{height:210px;object-fit:cover}
.service-body{padding:22px}
.service-body h3{margin:0 0 8px}
.service-body p{color:var(--muted);line-height:1.6}
.service-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}
.service-actions .btn{flex:1}
.page-hero{padding:58px 0;background:linear-gradient(135deg,#eef7ff,#fffbe1)}
.page-hero h1{font-size:clamp(44px,6vw,64px)}
.breadcrumb{font-size:14px;color:#708095;margin-bottom:18px}
.breadcrumb a{color:var(--navy2);font-weight:800}
.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}
.content h2{margin-top:0}
.content h3{margin:28px 0 8px}
.content p,.content li{color:#56677b;line-height:1.75}
.content ul{padding-left:22px}
.info-card{padding:24px}
.info-card h3{margin-top:0}
.option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.option{padding:21px;background:#fff;border:1px solid var(--line);border-radius:19px}
.option p{color:var(--muted)}
.form-card{padding:28px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.form-group{display:grid;gap:7px}
.form-group.full{grid-column:1/-1}
label{font-weight:800}
input,select,textarea{width:100%;border:1px solid #cbd8e5;border-radius:13px;padding:13px 14px;background:#fff;color:var(--ink)}
textarea{min-height:120px;resize:vertical}
.help{font-size:12px;color:#7d8a99}
.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.form-actions .btn{flex:1}
.summary{display:none;margin-top:18px;background:#eef8ff;border:1px solid #cee3f3;padding:18px;border-radius:15px;white-space:pre-wrap}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.related-card{padding:20px}
.related-card h3{margin:5px 0 8px}
.related-card p{color:var(--muted);line-height:1.5}
.faq{display:grid;gap:12px}
.faq-item{padding:18px 20px}
.faq-item summary{cursor:pointer;font-weight:850}
.faq-item p{color:var(--muted);line-height:1.65}
.area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.area{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;text-align:center;font-weight:800}
.footer{background:var(--navy);color:#fff;padding:46px 0}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:28px}
.footer p,.footer a{color:rgba(255,255,255,.82);line-height:1.7}
.footer h4{margin-top:0}
.modal{position:fixed;inset:0;background:rgba(5,22,43,.6);display:none;align-items:center;justify-content:center;padding:18px;z-index:100}
.modal.show{display:flex}
.modal-card{width:min(540px,100%);background:#fff;border-radius:24px;padding:25px;box-shadow:0 26px 80px rgba(0,0,0,.28)}
.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.close{border:0;background:#eef3f8;width:38px;height:38px;border-radius:50%;cursor:pointer;font-size:20px}
.choice-list{display:grid;gap:10px;margin-top:18px}
.choice{border:1px solid var(--line);background:#fff;border-radius:14px;padding:15px;text-align:left;font-weight:850;cursor:pointer}
.choice:hover{background:#fffdf0;border-color:var(--yellow)}
.location-result{display:none;margin-top:12px;background:#eef8ff;padding:13px;border-radius:12px;color:#274b72;word-break:break-all}
.sticky-actions{position:fixed;left:14px;right:14px;bottom:12px;z-index:70;display:none;gap:8px}
.sticky-actions .btn{flex:1;padding:13px 10px;font-size:13px}
.callout{padding:28px;border-radius:22px;background:linear-gradient(135deg,var(--navy),#0f4e97);color:#fff}
.callout p{color:rgba(255,255,255,.82)}
.mini-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.mini-links a{font-weight:800;color:var(--navy2);background:#eef5fb;padding:8px 11px;border-radius:999px}
@media(max-width:920px){
 .navlinks{display:none}.menu-btn{display:block}.hero-grid,.two-col,.footer-grid{grid-template-columns:1fr}
 .service-grid,.option-grid,.related-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.trust{grid-template-columns:1fr 1fr}
 .area-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}
 .sticky-actions{display:flex}body{padding-bottom:80px}.hero{padding-top:50px}.hero-card{margin-top:10px}
}
@media(max-width:560px){
 .trust{grid-template-columns:1fr}h1{font-size:48px}.nav .btn-navy{display:none}.service-card img{height:175px}
 .area-grid{grid-template-columns:1fr 1fr}.cta-row .btn{width:100%}
}


/* V2 refinements */
.logo-img{width:245px;max-width:42vw;height:auto;object-fit:contain}
.hero{
  background:
    linear-gradient(90deg,rgba(3,24,50,.92) 0%,rgba(6,42,84,.78) 44%,rgba(7,43,85,.35) 72%,rgba(7,43,85,.12) 100%),
    url('https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1900&q=88') center/cover!important;
  color:#fff
}
.hero .kicker{color:#ffe36c}
.hero h1{color:#fff;text-shadow:0 4px 18px rgba(0,0,0,.3)}
.hero .lead{color:rgba(255,255,255,.9)}
.hero .step{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.24);color:#fff}
.hero .step small{color:rgba(255,255,255,.8)}
.hero .step-num{background:#ffd31a;color:#082b5c}
.hero .hero-card{background:rgba(255,255,255,.95);color:var(--ink)}
.hero .hero-card .lead{color:#5e6e80}
.hero .btn-outline{background:#fff;color:#082b5c;border-color:#fff}
.hero .btn-navy{background:#fff;color:#082b5c}

.appointment-strip{
  margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:linear-gradient(135deg,#fff8c7,#ffe36c);border:1px solid #f3d13c;
  border-radius:22px;padding:22px 24px;box-shadow:0 12px 30px rgba(255,211,26,.22)
}
.appointment-strip h3{margin:8px 0 5px;font-size:27px}
.appointment-strip p{margin:0;color:#5b4c12}
.appointment-strip .btn{white-space:nowrap}

.page-hero .hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.page-hero .hero-actions .btn-primary{box-shadow:0 8px 22px rgba(255,211,26,.28)}

.appointment-modal-grid{display:grid;gap:12px;margin-top:18px}
.appointment-choice{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;
  border:1.5px solid var(--line);border-radius:16px;background:#fff;cursor:pointer;font-weight:850;text-align:left
}
.appointment-choice:hover{border-color:#ffd31a;background:#fffdf2}
.appointment-choice small{display:block;margin-top:4px;color:var(--muted);font-weight:600}

@media(max-width:720px){
  .appointment-strip{flex-direction:column;align-items:flex-start}
  .appointment-strip .btn{width:100%}
  .logo-img{width:190px;max-width:54vw}
}


/* ===== V3 homepage alignment + appointment section ===== */

/* Equal, clean service cards */
.service-grid{
  align-items:stretch;
}
.service-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.service-card img{
  flex:0 0 210px;
}
.service-body{
  display:flex;
  flex-direction:column;
  flex:1;
}
.service-body p{
  flex:1;
  min-height:78px;
}
.service-actions{
  margin-top:auto;
}
.service-actions .btn{
  min-height:49px;
}

/* Appointment block fills the area under all 3 services */
.home-appointment-panel{
  margin-top:26px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  align-items:stretch;
  overflow:hidden;
  border:1px solid #d8e4ef;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 36px rgba(10,42,79,.10);
}
.home-appointment-copy{
  padding:28px 30px;
  background:
    radial-gradient(circle at 15% 20%,rgba(255,211,26,.25),transparent 32%),
    linear-gradient(135deg,#fffdf1,#f5faff);
}
.home-appointment-copy h3{
  margin:9px 0 8px;
  font-size:32px;
  letter-spacing:-.8px;
}
.home-appointment-copy p{
  margin:0;
  color:#627187;
  line-height:1.65;
  max-width:690px;
}
.home-appointment-points{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.home-appointment-points span{
  padding:8px 11px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dbe5ef;
  font-size:13px;
  font-weight:800;
  color:#17385f;
}
.home-appointment-action{
  min-height:100%;
  background:linear-gradient(135deg,#ffd31a,#ffe56c);
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.home-appointment-action .appointment-icon{
  width:52px;height:52px;
  display:grid;place-items:center;
  border-radius:16px;
  background:#082b5c;
  color:#fff;
  font-size:25px;
  margin-bottom:13px;
}
.home-appointment-action h4{
  margin:0 0 7px;
  color:#082b5c;
  font-size:22px;
}
.home-appointment-action p{
  margin:0 0 16px;
  color:#534600;
  line-height:1.5;
}
.home-appointment-action .btn{
  width:100%;
  background:#082b5c;
  color:#fff;
}

/* hide old narrow appointment strip if present */
.appointment-strip{display:none!important}

@media(max-width:900px){
  .home-appointment-panel{grid-template-columns:1fr}
  .service-body p{min-height:0}
}


/* ===== V4 calmer color palette ===== */
:root{
  --navy:#17324f;
  --navy2:#254d74;
  --yellow:#d9b84f;
  --yellow2:#ead48a;
  --ink:#1e2f43;
  --muted:#758294;
  --soft:#f6f8fa;
  --line:#e3e8ee;
  --white:#fff;
  --shadow:0 12px 32px rgba(22,42,66,.09);
}

/* Softer hero overlay */
.hero{
  background:
    linear-gradient(90deg,rgba(18,39,61,.86) 0%,rgba(25,54,82,.70) 46%,rgba(31,63,92,.34) 74%,rgba(31,63,92,.12) 100%),
    url('https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1900&q=88') center/cover!important;
}
.hero .kicker{color:#e8d99d}
.hero .step-num{background:#d9b84f;color:#17324f}
.hero .btn-primary{background:#d9b84f;color:#17324f}
.hero .btn-navy{background:#f8fafc;color:#17324f}
.hero .btn-outline{background:rgba(255,255,255,.93);color:#17324f}

/* Softer buttons throughout */
.btn-primary{
  background:#d9b84f;
  color:#17324f;
  box-shadow:0 7px 18px rgba(217,184,79,.18);
}
.btn-navy{background:#17324f}
.btn-outline{border-color:#d7dfe7;color:#17324f}
.btn-soft{background:#f0f4f7;color:#17324f}

/* Softer badges/cards */
.badge{
  background:#f4edcf;
  border-color:#e3d39a;
  color:#665a2b;
}
.trust-card,
.service-card,
.card,
.form-card,
.faq-item,
.related-card,
.info-card{
  box-shadow:0 8px 22px rgba(22,42,66,.065);
}

/* Appointment area, still noticeable but less bright */
.home-appointment-panel{
  box-shadow:0 10px 28px rgba(22,42,66,.08);
}
.home-appointment-copy{
  background:
    radial-gradient(circle at 15% 20%,rgba(217,184,79,.12),transparent 32%),
    linear-gradient(135deg,#fbfaf5,#f6f8fa);
}
.home-appointment-action{
  background:linear-gradient(135deg,#d7bd67,#ead89a);
}
.home-appointment-action .appointment-icon{
  background:#17324f;
}
.home-appointment-action h4{color:#17324f}
.home-appointment-action p{color:#5d563f}

/* Tone down bright hover/focus accents */
.choice:hover,
.appointment-choice:hover{
  border-color:#c8ad59;
  background:#fbfaf4;
}

/* Footer/nav refinement */
.footer{background:#17324f}
.logo-badge{
  background:#d9b84f;
  border-color:#17324f;
}


/* ===== V5 working mobile hamburger menu ===== */
.mobile-menu{
  position:fixed;
  top:0;
  right:-100%;
  width:min(360px,88vw);
  height:100dvh;
  background:#fff;
  z-index:150;
  padding:22px;
  box-shadow:-18px 0 55px rgba(18,39,61,.20);
  transition:right .24s ease;
  overflow-y:auto;
}
.mobile-menu.open{right:0}
.mobile-menu-overlay{
  position:fixed;
  inset:0;
  background:rgba(15,31,49,.48);
  z-index:140;
  opacity:0;
  visibility:hidden;
  transition:.2s ease;
}
.mobile-menu-overlay.open{
  opacity:1;
  visibility:visible;
}
.mobile-menu-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}
.mobile-menu-head .logo-img{width:190px;max-width:70%}
.mobile-menu-links{
  display:grid;
  gap:7px;
  padding:18px 0;
}
.mobile-menu-links a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 13px;
  border-radius:13px;
  font-weight:850;
  color:var(--navy);
}
.mobile-menu-links a:hover{
  background:#f3f6f8;
}
.mobile-menu-actions{
  display:grid;
  gap:10px;
  border-top:1px solid var(--line);
  padding-top:18px;
}
body.menu-open{overflow:hidden}
.menu-btn{
  cursor:pointer;
  width:46px;
  height:46px;
  border-radius:12px;
  align-items:center;
  justify-content:center;
}
@media(max-width:920px){
  .menu-btn{display:flex}
}


/* ===== V6 robust mobile navigation / cache-safe ===== */
.mobile-menu[hidden],
.mobile-menu-overlay[hidden]{
  display:none!important;
}

.mobile-menu{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  width:min(360px,88vw)!important;
  max-width:88vw!important;
  height:100dvh!important;
  background:#fff!important;
  z-index:1001!important;
  padding:20px!important;
  box-shadow:-18px 0 55px rgba(18,39,61,.22)!important;
  overflow-y:auto!important;
  transform:translateX(100%);
  transition:transform .24s ease;
}
.mobile-menu.open{
  transform:translateX(0)!important;
}
.mobile-menu-overlay{
  position:fixed!important;
  inset:0!important;
  background:rgba(15,31,49,.50)!important;
  z-index:1000!important;
  opacity:0;
  transition:opacity .2s ease;
}
.mobile-menu-overlay.open{opacity:1}

.mobile-menu-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.mobile-menu-head .logo-img{
  width:175px!important;
  max-width:68%!important;
}
.mobile-menu-links{
  display:grid!important;
  gap:5px!important;
  padding:16px 0!important;
}
.mobile-menu-links a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:13px 12px!important;
  border-radius:12px!important;
  font-size:15px!important;
  line-height:1.25!important;
  white-space:normal!important;
}
.mobile-menu-actions{
  display:grid!important;
  gap:9px!important;
  padding-top:16px!important;
}

/* Mobile bottom actions: smaller and never cover important content */
@media(max-width:920px){
  body{padding-bottom:94px!important}
  .sticky-actions{
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    gap:6px!important;
    padding:6px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.94)!important;
    box-shadow:0 8px 30px rgba(17,39,63,.16)!important;
    backdrop-filter:blur(10px);
  }
  .sticky-actions .btn{
    min-width:0!important;
    padding:12px 8px!important;
    font-size:12px!important;
    border-radius:12px!important;
    white-space:nowrap!important;
  }
  .page-hero{padding-bottom:52px!important}
}
@media(max-width:390px){
  .sticky-actions .btn{font-size:11px!important;padding:11px 6px!important}
}

/* Prevent accidental horizontal overflow on phones */
html,body{max-width:100%;overflow-x:hidden}

/* FINAL: warmer, softer palette only — no layout/function changes */
:root{
 --navy:#1c3552;
 --navy2:#315474;
 --yellow:#c9ad5a;
 --yellow2:#dfcd91;
 --ink:#243447;
 --muted:#737f8d;
 --soft:#f1f2ef;
 --line:#dfe2df;
 --white:#f8f7f3;
}
body,.topbar,.service-card,.card,.form-card,.faq-item,.related-card,.info-card,
.modal-card,.mobile-menu{background:#f8f7f3}
.soft{background:#eef1f1}
.page-hero{background:linear-gradient(135deg,#edf2f3,#f5f2e7)}
.btn-primary{background:#c9ad5a;color:#1c3552;box-shadow:0 6px 16px rgba(160,135,62,.14)}
.badge{background:#eee5c8;border-color:#d9c783;color:#62572e}
.home-appointment-copy{
 background:linear-gradient(135deg,#f5f3ea,#eef2f3)
}
.home-appointment-action{
 background:linear-gradient(135deg,#c8b267,#d8c98e)
}
.hero .btn-outline,.hero .btn-navy{background:#f5f4ef}
input,select,textarea{background:#fbfaf7}


/* ===== FINAL DARKER / BALANCED PALETTE =====
   Richer contrast, less washed-out, while keeping SRA navy + gold identity.
*/
:root{
  --navy:#102f53;
  --navy2:#1d4d7b;
  --yellow:#e0b928;
  --yellow2:#ecd46f;
  --ink:#172b42;
  --muted:#647386;
  --soft:#e9eef1;
  --line:#d3dce3;
  --white:#f4f5f3;
  --shadow:0 12px 30px rgba(9,35,63,.12);
}

body{background:#eef1f2;color:var(--ink)}
.topbar{background:#f4f5f3;border-bottom-color:#d7dfe5}

.service-card,.card,.form-card,.faq-item,.related-card,.info-card,
.modal-card,.mobile-menu{
  background:#f4f5f3;
  border-color:#d4dde4;
}

.soft{background:#e5ebee}

.page-hero{
  background:linear-gradient(135deg,#dfe8ec 0%,#eef0e8 100%);
}

.hero{
  background:
    linear-gradient(90deg,rgba(8,32,58,.94) 0%,rgba(13,48,82,.84) 45%,rgba(17,57,92,.55) 73%,rgba(17,57,92,.28) 100%),
    url('https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1900&q=88') center/cover!important;
}
.hero .kicker{color:#efd66c}
.hero .step{background:rgba(7,30,55,.42);border-color:rgba(255,255,255,.22)}
.hero .step-num{background:#e0b928;color:#102f53}
.hero .hero-card{background:rgba(239,242,242,.96)}
.hero .btn-primary{background:#e0b928;color:#102f53}
.hero .btn-outline,.hero .btn-navy{background:#edf0ef;color:#102f53;border-color:#d8dede}

.btn-primary{
  background:#e0b928;
  color:#102f53;
  box-shadow:0 7px 18px rgba(178,143,23,.22);
}
.btn-navy{background:#102f53;color:#fff}
.btn-outline{background:#f1f3f2;border-color:#cbd6df;color:#102f53}
.btn-soft{background:#e2e8eb;color:#102f53}

.badge{
  background:#e7d99e;
  border-color:#cfb958;
  color:#4e451e;
}

.trust-card{
  background:#e6ecef;
  border-color:#d2dce3;
}

.home-appointment-copy{
  background:
    radial-gradient(circle at 15% 20%,rgba(224,185,40,.18),transparent 34%),
    linear-gradient(135deg,#eceeea,#e2e9ed);
}
.home-appointment-action{
  background:linear-gradient(135deg,#d6ae25,#e1c65d);
}
.home-appointment-action .appointment-icon{background:#102f53}
.home-appointment-action h4{color:#102f53}
.home-appointment-action p{color:#514819}

input,select,textarea{
  background:#f1f3f2;
  border-color:#c8d3dc;
}

.footer{background:#102f53}
.mobile-menu-overlay{background:rgba(5,22,40,.62)!important}

@media(max-width:920px){
  .sticky-actions{
    background:rgba(236,239,239,.96)!important;
    border:1px solid #d0d9df;
  }
}


/* ===== WHITE BALANCED FINAL PALETTE =====
   White background restored. Navy + softened warm gold.
   Layout and functionality unchanged.
*/
:root{
  --navy:#12365b;
  --navy2:#24577f;
  --yellow:#e3bd35;
  --yellow2:#f0d875;
  --ink:#172d45;
  --muted:#66778a;
  --soft:#f6f8f9;
  --line:#dde4e9;
  --white:#ffffff;
  --shadow:0 10px 28px rgba(16,48,80,.09);
}

html,body{background:#fff!important;color:var(--ink)}
.topbar{background:#fff!important;border-bottom-color:#e4e9ed!important}
.soft{background:#f7f9fa!important}

.service-card,.card,.form-card,.faq-item,.related-card,.info-card,
.modal-card,.mobile-menu,.trust-card{
  background:#fff!important;
  border-color:#dfe6eb!important;
  box-shadow:0 8px 24px rgba(17,50,82,.075)!important;
}

.page-hero{
  background:linear-gradient(135deg,#f5f9fb 0%,#fffdf6 100%)!important;
}

.hero{
  background:
    linear-gradient(90deg,rgba(11,39,68,.91) 0%,rgba(17,55,91,.77) 45%,rgba(22,65,100,.40) 73%,rgba(22,65,100,.14) 100%),
    url('https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1900&q=88') center/cover!important;
}
.hero .kicker{color:#ead071!important}
.hero .step{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.22)!important}
.hero .step-num{background:#e3bd35!important;color:#12365b!important}
.hero .hero-card{background:rgba(255,255,255,.96)!important}
.hero .btn-primary{background:#e3bd35!important;color:#12365b!important}
.hero .btn-outline,.hero .btn-navy{
  background:#fff!important;color:#12365b!important;border-color:#e1e7eb!important
}

.btn-primary{
  background:#e3bd35!important;
  color:#12365b!important;
  box-shadow:0 6px 16px rgba(183,145,18,.17)!important;
}
.btn-primary:hover{background:#d8b22e!important}
.btn-navy{background:#12365b!important;color:#fff!important}
.btn-outline{background:#fff!important;border-color:#ccd7df!important;color:#12365b!important}
.btn-soft{background:#f3f6f8!important;color:#12365b!important}

.badge{
  background:#faf2d4!important;
  border-color:#e5d28a!important;
  color:#65551f!important;
}

.home-appointment-copy{
  background:linear-gradient(135deg,#fff 0%,#f7f9fa 100%)!important;
}
.home-appointment-action{
  background:linear-gradient(135deg,#dfbb3b,#ead16f)!important;
}
.home-appointment-action .appointment-icon{background:#12365b!important}
.home-appointment-action h4{color:#12365b!important}
.home-appointment-action p{color:#5b4d1d!important}

input,select,textarea{
  background:#fff!important;
  border-color:#cfd9e1!important;
  color:#172d45!important;
}

.choice:hover,.appointment-choice:hover{
  border-color:#d4b43b!important;
  background:#fffdf5!important;
}

.footer{background:#12365b!important}

@media(max-width:920px){
  .sticky-actions{
    background:rgba(255,255,255,.96)!important;
    border:1px solid #dce4e9!important;
  }
}


/* ===== COLOR FINAL: balanced white + navy + muted gold ===== */
:root{
  --navy:#0F2F4F;
  --navy2:#28577E;
  --yellow:#C9A73A;
  --yellow2:#D8C271;
  --ink:#1B2E43;
  --muted:#6B7785;
  --soft:#F6F7F8;
  --line:#E2E6EA;
  --white:#FFFFFF;
  --shadow:0 10px 28px rgba(15,47,79,.08);
}

/* white remains dominant, but glare is reduced through softer secondary surfaces */
html,body{background:#FFFFFF!important;color:var(--ink)!important}
.topbar{background:#FFFFFF!important;border-bottom:1px solid #E6E9EC!important}
.soft{background:#F7F8F9!important}
.page-hero{background:linear-gradient(135deg,#F8FAFB 0%,#FFFDF7 100%)!important}

/* Hero: richer and calmer, without looking dark */
.hero{
  background:
    linear-gradient(90deg,
      rgba(10,36,62,.88) 0%,
      rgba(18,52,83,.74) 43%,
      rgba(26,67,101,.38) 73%,
      rgba(26,67,101,.12) 100%),
    url('https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1900&q=88') center/cover!important;
}
.hero .kicker{color:#E4CF7B!important}
.hero h1{color:#FFFFFF!important}
.hero .lead{color:rgba(255,255,255,.88)!important}
.hero .step{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.18)!important;
}
.hero .step-num{
  background:#C9A73A!important;
  color:#0F2F4F!important;
}
.hero .hero-card{
  background:rgba(255,255,255,.96)!important;
  border-color:#E5E9ED!important;
}

/* Buttons */
.btn-primary{
  background:#C9A73A!important;
  color:#0F2F4F!important;
  box-shadow:0 6px 16px rgba(153,124,30,.16)!important;
}
.btn-primary:hover{background:#B99731!important}
.btn-navy{
  background:#0F2F4F!important;
  color:#FFFFFF!important;
}
.btn-outline{
  background:#FFFFFF!important;
  color:#0F2F4F!important;
  border-color:#CCD5DD!important;
}
.btn-soft{
  background:#F2F4F6!important;
  color:#0F2F4F!important;
}

/* Cards */
.service-card,.card,.form-card,.faq-item,.related-card,.info-card,
.modal-card,.mobile-menu,.trust-card{
  background:#FFFFFF!important;
  border-color:#E1E6EA!important;
  box-shadow:0 8px 24px rgba(16,44,72,.065)!important;
}
.service-body p,.content p,.content li,.related-card p,.faq-item p{
  color:#697788!important;
}

/* Badges: less yellow, more premium */
.badge{
  background:#F5EFD7!important;
  border-color:#DCCB89!important;
  color:#5C5028!important;
}

/* Appointment section */
.home-appointment-panel{
  border-color:#DEE4E8!important;
  box-shadow:0 10px 26px rgba(15,47,79,.07)!important;
}
.home-appointment-copy{
  background:linear-gradient(135deg,#FFFFFF 0%,#F5F7F8 100%)!important;
}
.home-appointment-action{
  background:linear-gradient(135deg,#C6A63A 0%,#D3BE6C 100%)!important;
}
.home-appointment-action .appointment-icon{background:#0F2F4F!important}
.home-appointment-action h4{color:#0F2F4F!important}
.home-appointment-action p{color:#4F472B!important}

/* Forms */
input,select,textarea{
  background:#FFFFFF!important;
  border-color:#CFD7DE!important;
  color:#1B2E43!important;
}
input:focus,select:focus,textarea:focus{
  outline:none!important;
  border-color:#A98F39!important;
  box-shadow:0 0 0 3px rgba(201,167,58,.12)!important;
}

/* Hover states */
.choice:hover,.appointment-choice:hover{
  border-color:#B79A38!important;
  background:#FFFEF9!important;
}

/* Footer */
.footer{background:#0F2F4F!important}

/* Mobile bottom bar */
@media(max-width:920px){
  .sticky-actions{
    background:rgba(255,255,255,.97)!important;
    border:1px solid #E0E5E9!important;
    box-shadow:0 8px 24px rgba(15,47,79,.10)!important;
  }
}

/* Keep logo and dark blue elements cohesive */
.logo{color:#0F2F4F!important}
.logo-badge{
  background:#C9A73A!important;
  border-color:#0F2F4F!important;
}
.service-panel p {
    color: #667085 !important;
}
