/* TruVisit National — Locations directory shared styles (v1) */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Outfit',sans-serif;color:#2C2C2A;background:#F4F2EC;line-height:1.65;overflow-x:hidden}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font-family:inherit;cursor:pointer}
input,textarea,select{font-family:inherit}

:root{
  --navy:#1E3A5F;
  --navy-dk:#1B2E4A;
  --navy-mid:#2A5080;
  --navy-link:#4A7BA7;
  --navy-tint:#D4E5F4;
  --teal:#1A8A8F;
  --teal-deep:#0D5C63;
  --teal-mid:#5BB8BB;
  --teal-tint:#D0EEEF;
  --gold:#C4A265;
  --gold-dk:#9A7B4F;
  --gold-tint:#F2E5C8;
  --warm-dk:#2C2C2A;
  --warm-mid:#5F5E5A;
  --warm-border:#B4B2A9;
  --warm-section:#F1EFE8;
  --warm-page:#F4F2EC;
  --white:#fff;
  --radius:8px;
  --shadow:0 4px 24px rgba(30,58,95,.09);
  --shadow-lg:0 12px 48px rgba(30,58,95,.15);
}

.container{max-width:1200px;margin:0 auto;padding:0 32px}

/* ── ALERT ── */
.alert-bar{background:var(--teal);padding:10px 0;text-align:center}
.alert-bar p{font-size:.79rem;font-weight:500;color:var(--white);letter-spacing:.01em}
.alert-bar a{font-weight:700;text-decoration:underline;color:var(--white)}

/* ── NAV ── */
.nav{background:var(--white);border-bottom:1px solid var(--warm-border);position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(30,58,95,.06)}
.nav-inner{display:flex;align-items:center;height:70px;gap:0}
.nav-logo{display:flex;align-items:center;gap:11px;flex-shrink:0}
.logo-mark{width:40px;height:40px;background:var(--navy);border-radius:9px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;flex-shrink:0}
.logo-mark::after{content:'';position:absolute;bottom:0;right:0;width:16px;height:16px;background:var(--teal);border-radius:6px 0 9px 0}
.logo-tv{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:1rem;color:var(--white);position:relative;z-index:1}
.logo-text{display:flex;flex-direction:column;line-height:1.1}
.logo-name{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:600;color:var(--navy)}
.logo-name span{color:var(--teal)}
.logo-sub{font-size:.6rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--warm-mid)}
.nav-links{display:flex;align-items:center;gap:0;margin-left:32px;flex:1}
.nav-links a{padding:0 14px;height:70px;display:flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--warm-dk);border-bottom:3px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}
.nav-links a:hover{color:var(--navy);border-bottom-color:var(--teal)}
.nav-links a.active{color:var(--teal)}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:10px}
.btn{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border-radius:var(--radius);font-weight:500;font-size:.84rem;cursor:pointer;transition:all .2s;border:1.5px solid transparent;white-space:nowrap;font-family:'Outfit',sans-serif}
.btn-teal{background:var(--teal);color:var(--white);border-color:var(--teal)}
.btn-teal:hover{background:var(--teal-deep);border-color:var(--teal-deep)}
.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}
.btn-outline:hover{background:var(--navy);color:var(--white)}
.btn-ghost{background:rgba(255,255,255,.1);color:var(--white);border-color:rgba(255,255,255,.25)}
.btn-ghost:hover{background:rgba(255,255,255,.18)}
.btn-lg{padding:13px 28px;font-size:.93rem;border-radius:9px}

/* ── HERO ── */
.hero{background:var(--navy-dk);position:relative;overflow:hidden;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 95% 40%,rgba(26,138,143,.2) 0%,transparent 65%),radial-gradient(ellipse 45% 55% at 5% 95%,rgba(196,162,101,.09) 0%,transparent 60%),linear-gradient(140deg,#0d1a2e 0%,#1E3A5F 50%,#2A5080 100%);z-index:0}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:56px 56px;z-index:0}
.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;padding:66px 0 60px}
.hero-content.single{grid-template-columns:1fr;max-width:760px}
.hero-eyebrow{font-size:.69rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-mid);margin-bottom:14px;display:flex;align-items:center;gap:10px}
.hero-eyebrow::before{content:'';width:28px;height:1px;background:var(--teal-mid)}
.hero-h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.2vw,2.8rem);line-height:1.12;color:var(--white);margin-bottom:18px;font-weight:500}
.hero-h1 em{font-style:italic;color:var(--teal-mid)}
.hero-sub{color:#a8bcd8;font-size:.97rem;line-height:1.76;font-weight:300;margin-bottom:28px;max-width:560px}
.hero-ctas{display:flex;gap:11px;flex-wrap:wrap;margin-bottom:8px}
.hero-trust{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding-top:24px;border-top:1px solid rgba(255,255,255,.07);margin-top:24px}
.hero-trust-item{display:flex;align-items:center;gap:7px;font-size:.76rem;color:#7a9cc8;font-weight:400}
.hero-trust-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);flex-shrink:0}

/* Hero right — contact card */
.hero-card{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:30px;backdrop-filter:blur(8px)}
.hero-card-label{font-size:.67rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-mid);margin-bottom:14px}
.hero-card h3{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:500;color:var(--white);margin-bottom:6px;line-height:1.2}
.hero-card p{font-size:.83rem;color:#8aabcc;font-weight:300;line-height:1.6;margin-bottom:20px}
.hero-phone{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px 16px;margin-bottom:12px;transition:background .2s}
.hero-phone:hover{background:rgba(255,255,255,.12)}
.hero-phone-icon{width:36px;height:36px;background:var(--teal);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--white);font-weight:700;flex-shrink:0;font-family:'Cormorant Garamond',serif}
.hero-phone-num{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:600;color:var(--white)}
.hero-phone-sub{font-size:.71rem;color:#6a8aaa;font-weight:300}
.hero-cities{display:flex;flex-wrap:wrap;gap:5px;margin-top:16px}
.city-chip{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:100px;padding:3px 11px;font-size:.69rem;font-weight:400;color:#8aabcc}

/* ── SECTIONS ── */
section{padding:72px 0}
.sec-lbl{font-size:.69rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:9px;display:block}
.sec-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.7rem,2.8vw,2.3rem);font-weight:500;color:var(--navy);line-height:1.18;margin-bottom:13px}
.sec-sub{color:var(--warm-mid);font-size:.96rem;line-height:1.75;max-width:640px;font-weight:300}
.sec-head{margin-bottom:40px}
.sec-head.ctr{text-align:center}
.sec-head.ctr .sec-sub{margin:0 auto}
.bg-white{background:var(--white)}
.bg-warm{background:var(--warm-section)}

/* ── PROSE / LOCAL CONTEXT ── */
.local-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:start}
.prose p{font-size:.94rem;color:var(--warm-mid);line-height:1.8;font-weight:300;margin-bottom:18px}
.prose p:last-child{margin-bottom:0}
.prose strong{color:var(--warm-dk);font-weight:500}
.court-card{background:var(--navy);border-radius:14px;padding:28px;margin-bottom:18px}
.court-card h4{font-family:'Cormorant Garamond',serif;font-size:1.12rem;font-weight:500;color:var(--white);margin-bottom:8px}
.court-card p{font-size:.84rem;color:#a8bcd8;line-height:1.7;font-weight:300}
.suburb-box{background:var(--white);border:1px solid var(--warm-border);border-radius:14px;padding:26px;box-shadow:var(--shadow)}
.suburb-box h4{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:500;color:var(--navy);margin-bottom:14px}
.suburb-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.city-tag{background:var(--warm-section);border:1px solid var(--warm-border);border-radius:9px;padding:10px 13px;display:flex;align-items:center;gap:9px;font-size:.83rem;font-weight:400;color:var(--warm-dk)}
.city-tag-dot{width:7px;height:7px;border-radius:50%;background:var(--teal);flex-shrink:0}
.market-note{margin-top:16px;background:var(--teal-tint);border-radius:10px;padding:14px 16px;font-size:.82rem;color:var(--teal-deep);line-height:1.6}
.market-note a{font-weight:600;text-decoration:underline;color:var(--teal-deep)}

/* ── HOW IT WORKS STEPS ── */
.hiw-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.hiw-steps{display:flex;flex-direction:column}
.hiw-step{display:flex;gap:16px;padding:19px 0;border-bottom:1px solid var(--warm-section)}
.hiw-step:first-child{padding-top:0}
.hiw-step:last-child{border-bottom:none;padding-bottom:0}
.step-num{width:40px;height:40px;border-radius:10px;background:var(--navy);color:var(--white);font-family:'Cormorant Garamond',serif;font-size:.95rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.step-content h4{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:500;color:var(--navy);margin-bottom:4px}
.step-content p{font-size:.84rem;color:var(--warm-mid);line-height:1.65;font-weight:300}
.hiw-visual{background:linear-gradient(140deg,var(--navy) 0%,var(--navy-mid) 100%);border-radius:18px;padding:38px 34px;position:relative;overflow:hidden}
.hiw-visual::before{content:'';position:absolute;top:-50px;right:-50px;width:170px;height:170px;border-radius:50%;background:rgba(26,138,143,.18)}
.hiw-visual::after{content:'';position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;border-radius:50%;background:rgba(196,162,101,.08)}
.hiw-vi{position:relative;z-index:1}
.hiw-visual h3{font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:var(--white);margin-bottom:18px;font-weight:500}
.hiw-checks{display:flex;flex-direction:column;gap:10px;margin-bottom:26px}
.hiw-check{display:flex;align-items:flex-start;gap:10px;color:#a8bcd8;font-size:.84rem;line-height:1.55;font-weight:300}
.ck{width:17px;height:17px;border-radius:4px;background:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.58rem;color:var(--white);font-weight:700;margin-top:2px}
.call-box{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:11px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.call-box-left p{font-size:.75rem;color:#6a8aaa;font-weight:300;margin-bottom:2px}
.call-box-left strong{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:var(--white);font-weight:500}
.call-box a{flex-shrink:0}

/* ── CONTACT / START ── */
.contact-section{background:var(--warm-section)}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.contact-info{display:flex;flex-direction:column;gap:18px}
.contact-card{background:var(--white);border-radius:13px;border:1px solid var(--warm-border);padding:22px 24px}
.contact-card h4{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:500;color:var(--navy);margin-bottom:6px}
.contact-card p{font-size:.83rem;color:var(--warm-mid);line-height:1.65;font-weight:300}
.contact-card a{color:var(--teal);font-weight:500}
.contact-form-box{background:var(--white);border-radius:16px;border:1px solid var(--warm-border);padding:36px;box-shadow:var(--shadow)}
.contact-form-box h3{font-family:'Cormorant Garamond',serif;font-size:1.45rem;font-weight:500;color:var(--navy);margin-bottom:5px}
.contact-form-box>p{font-size:.85rem;color:var(--warm-mid);margin-bottom:24px;font-weight:300;line-height:1.6}
.hs-form-frame{min-height:280px}

/* ── DIRECTORY (index) ── */
.dir-section{background:var(--white)}
.state-block{padding:26px 0;border-bottom:1px solid var(--warm-section)}
.state-block:last-child{border-bottom:none}
.state-name{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:500;color:var(--navy);margin-bottom:14px;display:flex;align-items:center;gap:12px}
.state-name::after{content:'';flex:1;height:1px;background:var(--warm-section)}
.dir-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.dir-link{background:var(--warm-page);border:1px solid var(--warm-border);border-radius:9px;padding:11px 14px;display:flex;align-items:center;gap:9px;font-size:.85rem;font-weight:400;color:var(--warm-dk);transition:border-color .2s,box-shadow .2s,transform .2s}
.dir-link:hover{border-color:var(--teal);box-shadow:var(--shadow);transform:translateY(-1px)}
.dir-link .city-tag-dot{background:var(--teal)}

/* ── CTA BANNER ── */
.cta-banner{background:linear-gradient(140deg,var(--navy-dk) 0%,var(--navy) 55%,var(--navy-mid) 100%);padding:64px 0;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;top:-60px;right:-60px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(26,138,143,.2) 0%,transparent 70%)}
.cta-inner{position:relative;z-index:1;text-align:center;max-width:620px;margin:0 auto}
.cta-inner h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.7rem,2.7vw,2.4rem);color:var(--white);margin-bottom:12px;font-weight:500;line-height:1.18}
.cta-inner h2 em{font-style:italic;color:var(--teal-mid)}
.cta-inner p{color:#a8bcd8;font-size:.93rem;line-height:1.74;margin-bottom:28px;font-weight:300}
.cta-acts{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ── BREADCRUMB ── */
.crumb-bar{background:var(--warm-page);border-bottom:1px solid var(--warm-section);padding:12px 0}
.crumb{font-size:.78rem;color:var(--warm-mid);font-weight:400}
.crumb a{color:var(--teal);font-weight:500}
.crumb span{margin:0 7px;color:var(--warm-border)}

/* ── NATIONAL BAR ── */
.national-bar{background:var(--navy-dk);padding:22px 0}
.national-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.national-left{display:flex;align-items:center;gap:14px}
.national-logo{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:600;color:var(--white)}
.national-logo span{color:var(--teal-mid)}
.national-txt{font-size:.8rem;color:#5a7a9a;font-weight:300}
.national-cities{display:flex;gap:10px;flex-wrap:wrap}
.ncity{font-size:.74rem;color:#4a6a8a;font-weight:400}
.ncity a{color:#4a6a8a;transition:color .2s}
.ncity a:hover{color:var(--teal-mid)}

/* ── FOOTER ── */
footer{background:#0e1825;color:#5a7a9a}
.foot-inner{padding:48px 0 30px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px}
.foot-brand p{font-size:.8rem;line-height:1.74;color:#3a5070;margin:14px 0 18px;font-weight:300}
.foot-col h4{font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:14px}
.foot-col ul{display:flex;flex-direction:column;gap:8px}
.foot-col ul li a{font-size:.8rem;color:#3a5070;transition:color .2s;font-weight:300}
.foot-col ul li a:hover{color:var(--teal-mid)}
.foot-bottom{border-top:1px solid rgba(255,255,255,.04);padding:18px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.foot-bottom p{font-size:.74rem;color:#1e2e3e;font-weight:300}
.foot-legal{display:flex;gap:14px}
.foot-legal a{font-size:.74rem;color:#1e2e3e;transition:color .2s}
.foot-legal a:hover{color:var(--teal-mid)}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .hero-content{grid-template-columns:1fr;gap:36px}
  .local-layout,.hiw-layout,.contact-layout{grid-template-columns:1fr;gap:32px}
  .dir-grid{grid-template-columns:repeat(3,1fr)}
  .foot-inner{grid-template-columns:1fr 1fr;gap:24px}
  .foot-brand{grid-column:1/-1}
}
@media(max-width:768px){
  .container{padding:0 18px}
  .nav-links{display:none}
  .dir-grid{grid-template-columns:1fr 1fr}
  .suburb-grid{grid-template-columns:1fr}
  .foot-inner{grid-template-columns:1fr}
  section{padding:56px 0}
}
@media(max-width:480px){
  .dir-grid{grid-template-columns:1fr}
}
