/*
Theme Name: Hope Home Inspections
Theme URI: https://www.hopehomeinspections.com
Author: Hope Home Inspections
Author URI: https://www.hopehomeinspections.com
Description: Custom mobile-first theme for Hope Home Inspections. Clean, modern design with navy (#12175b) and sky blue (#8dccff) brand colors.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hope-theme
Tags: custom-logo, one-column, two-columns, responsive-layout

Hope Home Inspections - Custom WordPress Theme
*/

/* ═══════════════════════════════════════
   RESET & VARIABLES
   ═══════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #12175b;
  --navy-90: rgba(18,23,91,.9);
  --navy-light: #1c2270;
  --navy-dark: #0d1148;
  --sky: #8dccff;
  --sky-light: #b3ddff;
  --sky-dark: #5fb3f5;
  --sky-10: rgba(141,204,255,.1);
  --sky-15: rgba(141,204,255,.15);
  --cream: #F5F8FC;
  --white: #fff;
  --g100: #F1F3F5;
  --g200: #E9ECEF;
  --g300: #DEE2E6;
  --g500: #8E95A2;
  --g700: #495057;
  --g900: #212529;
  --gold-star: #FFB800;
  --font-h: 'DM Serif Display', Georgia, serif;
  --font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --ease: cubic-bezier(.4,0,.2,1);
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-full: 100px;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--g700); line-height: 1.65; background: var(--white); -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { font-family: var(--font); cursor: pointer; }
ul { list-style: none; }

/* ═══════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════ */
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.sec { padding: 72px 0; }
@media(min-width:768px) { .sec { padding: 100px 0; } }

/* ═══════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════ */
h1,h2,h3,h4 { font-family: var(--font-h); font-weight: 400; color: var(--navy); line-height: 1.2; }
h1 { font-size: 2.25rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.2rem; }
@media(min-width:768px) {
  h1 { font-size: 3.25rem; }
  h2 { font-size: 2.5rem; }
  h3 { font-size: 1.35rem; }
}

.label {
  display: inline-block; font-family: var(--font); font-size: .7rem;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sky-dark); margin-bottom: 12px;
}
.sub { font-size: 1.05rem; color: var(--g500); line-height: 1.75; max-width: 520px; }

/* ═══════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--r-full); font-weight: 600;
  font-size: .9rem; border: none; transition: all .25s var(--ease); white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn--sky { background: var(--sky); color: var(--navy); }
.btn--sky:hover { background: var(--sky-light); box-shadow: 0 6px 24px rgba(141,204,255,.35); transform: translateY(-1px); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-light); }
.btn--ghost { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.25); }
.btn--ghost:hover { border-color: var(--sky); color: var(--sky-light); background: rgba(255,255,255,.04); }
.btn--sm { padding: 10px 20px; font-size: .82rem; }

/* ═══════════════════════════════════════
   HEADER
   ═══════════════════════════════════════ */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 14px 0; transition: all .3s var(--ease);
}
.hdr.stuck {
  background: var(--navy-90); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  padding: 8px 0; box-shadow: 0 2px 20px rgba(0,0,0,.15);
}
.hdr__inner { display: flex; align-items: center; justify-content: space-between; }
.hdr__logo { height: 42px; width: auto; flex-shrink: 0; transition: height .3s var(--ease); background: transparent !important; }
.hdr.stuck .hdr__logo { height: 34px; }
.hdr__nav { display: none; align-items: center; gap: 4px; }
@media(min-width:960px) { .hdr__nav { display: flex; } }
.hdr__nav a {
  color: rgba(255,255,255,.75); font-size: .85rem; font-weight: 500;
  padding: 8px 14px; border-radius: var(--r-full); transition: all .2s;
}
.hdr__nav a:hover { color: #fff; background: rgba(255,255,255,.07); }
.hdr__phone { color: var(--sky-light) !important; font-weight: 600 !important; }
.hdr__cta {
  background: var(--sky) !important; color: var(--navy) !important;
  font-weight: 600 !important; padding: 9px 22px !important; margin-left: 6px;
}
.hdr__cta:hover { background: var(--sky-light) !important; }
.hdr__burger { display: flex; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; }
.hdr__burger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s; }
@media(min-width:960px) { .hdr__burger { display: none; } }

/* ═══════════════════════════════════════
   MOBILE DRAWER
   ═══════════════════════════════════════ */
.drawer {
  position: fixed; inset: 0; z-index: 200; pointer-events: none;
  visibility: hidden; transition: visibility .3s;
}
.drawer.open { pointer-events: auto; visibility: visible; }
.drawer__overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,.4);
  opacity: 0; transition: opacity .3s;
}
.drawer.open .drawer__overlay { opacity: 1; }
.drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: 300px; max-width: 85vw;
  background: var(--navy); padding: 24px; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .35s var(--ease); overflow-y: auto;
}
.drawer.open .drawer__panel { transform: translateX(0); }
.drawer__close {
  align-self: flex-end; background: rgba(255,255,255,.08); border: none;
  width: 40px; height: 40px; border-radius: 50%; color: #fff; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.drawer a {
  display: block; color: rgba(255,255,255,.8); font-size: 1rem; font-weight: 500;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.06);
}
.drawer a:hover { color: var(--sky); }
.drawer .btn { margin-top: 20px; width: 100%; }
.drawer__phone {
  margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06);
  text-align: center;
}
.drawer__phone a { border: none; color: var(--sky); font-size: 1.15rem; font-weight: 700; padding: 10px 0; }

/* ═══════════════════════════════════════
   PAGE HERO (inner pages)
   ═══════════════════════════════════════ */
.page-hero {
  padding: 120px 0 56px; background: linear-gradient(170deg, var(--navy), var(--navy-dark));
  position: relative; overflow: hidden;
}
@media(min-width:768px) { .page-hero { padding: 150px 0 70px; } }
.page-hero::before {
  content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(141,204,255,.07), transparent);
  border-radius: 50%; pointer-events: none;
}
.page-hero h1 { color: #fff; margin-bottom: 14px; }
.page-hero h1 em { font-style: italic; color: var(--sky); }
.page-hero .sub { color: rgba(255,255,255,.55); }
.crumbs { display: flex; gap: 8px; margin-bottom: 20px; }
.crumbs a, .crumbs span { font-size: .82rem; color: rgba(255,255,255,.35); }
.crumbs a:hover { color: var(--sky-light); }
.crumbs .sep { color: rgba(255,255,255,.15); }

/* ═══════════════════════════════════════
   HOMEPAGE HERO
   ═══════════════════════════════════════ */
.hero {
  padding: 120px 0 64px; position: relative;
  background: linear-gradient(170deg, var(--navy) 0%, var(--navy-dark) 100%);
  overflow: hidden;
}
@media(min-width:768px) { .hero { padding: 160px 0 90px; } }
.hero__glow {
  position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(141,204,255,.07), transparent 70%);
  pointer-events: none;
}
.hero__glow--1 { top: -200px; right: -150px; }
.hero__glow--2 { bottom: -200px; left: -150px; }
.hero__grid { display: grid; gap: 48px; position: relative; z-index: 1; }
@media(min-width:860px) { .hero__grid { grid-template-columns: 1fr 400px; align-items: center; gap: 56px; } }
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--sky); }
.hero__sub { font-size: 1.05rem; color: rgba(255,255,255,.55); line-height: 1.8; margin-bottom: 32px; max-width: 480px; }
.hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-full);
  font-size: .76rem; font-weight: 600; color: rgba(255,255,255,.7);
}
.chip svg { width: 14px; height: 14px; color: var(--sky); flex-shrink: 0; }
.hero__card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-lg); padding: 28px; backdrop-filter: blur(8px);
}
.hero__card-title {
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--sky); margin-bottom: 20px;
}
.hero__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hero__stat-num { font-family: var(--font-h); font-size: 2rem; color: #fff; line-height: 1; }
.hero__stat-lbl { font-size: .75rem; color: rgba(255,255,255,.4); margin-top: 2px; }
.hero__stars {
  display: flex; align-items: center; gap: 10px; margin-top: 20px;
  padding-top: 16px; border-top: 1px solid rgba(255,255,255,.07);
}
.hero__stars svg { width: 16px; height: 16px; fill: var(--gold-star); color: var(--gold-star); }
.hero__stars span { font-size: .82rem; color: rgba(255,255,255,.5); }
.hero__stars strong { color: #fff; }

/* ═══════════════════════════════════════
   TRUST BAR
   ═══════════════════════════════════════ */
.trust { background: var(--cream); padding: 28px 0; }
.trust__row {
  display: flex; align-items: center; justify-content: center;
  gap: 20px 36px; flex-wrap: wrap;
}
.trust__item {
  display: flex; align-items: center; gap: 7px;
  font-size: .8rem; font-weight: 600; color: var(--navy); white-space: nowrap;
}
.trust__item svg { width: 16px; height: 16px; color: var(--sky-dark); flex-shrink: 0; }

/* ═══════════════════════════════════════
   STEPS
   ═══════════════════════════════════════ */
.steps__grid { display: grid; gap: 24px; margin-top: 48px; }
@media(min-width:640px) { .steps__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.step { text-align: center; padding: 32px 20px; background: var(--cream); border-radius: var(--r-lg); }
.step__num {
  width: 48px; height: 48px; border-radius: 50%; margin: 0 auto 16px;
  background: var(--sky); color: var(--navy); font-family: var(--font-h);
  font-size: 1.25rem; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(141,204,255,.3);
}
.step h3 { margin-bottom: 8px; }
.step p { font-size: .88rem; color: var(--g500); }

/* ═══════════════════════════════════════
   SERVICE CARDS
   ═══════════════════════════════════════ */
.svc { background: var(--cream); }
.svc__hd { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }
.svc__grid { display: grid; gap: 16px; }
@media(min-width:640px) { .svc__grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:960px) { .svc__grid { grid-template-columns: repeat(3, 1fr); } }
.card {
  background: var(--white); border-radius: var(--r-lg); padding: 28px 24px;
  border: 1px solid var(--g200); transition: all .25s var(--ease); display: flex; flex-direction: column;
}
.card:hover { border-color: var(--sky); box-shadow: 0 8px 28px rgba(18,23,91,.06); transform: translateY(-3px); }
.card__ico {
  width: 44px; height: 44px; border-radius: 12px; background: var(--sky-10);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.card__ico svg { width: 22px; height: 22px; color: var(--navy); }
.card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.card p { font-size: .88rem; color: var(--g500); flex: 1; margin-bottom: 16px; }
.card__link {
  font-size: .82rem; font-weight: 600; color: var(--navy);
  display: inline-flex; align-items: center; gap: 4px;
}
.card__link svg { width: 14px; height: 14px; transition: transform .2s; }
.card:hover .card__link { color: var(--sky-dark); }
.card:hover .card__link svg { transform: translateX(3px); }

/* ═══════════════════════════════════════
   WHY US
   ═══════════════════════════════════════ */
.why__grid { display: grid; gap: 48px; margin-top: 40px; }
@media(min-width:860px) { .why__grid { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } }
.feat { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--g200); }
.feat:last-child { border-bottom: none; }
.feat__ico {
  width: 40px; height: 40px; border-radius: 10px; background: var(--sky-10);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feat__ico svg { width: 20px; height: 20px; color: var(--sky-dark); }
.feat h3 { font-size: 1rem; margin-bottom: 4px; }
.feat p { font-size: .88rem; color: var(--g500); }
.why__panel {
  background: var(--navy); border-radius: var(--r-lg); padding: 32px;
  position: relative; overflow: hidden;
}
.why__panel::after {
  content: ''; position: absolute; top: -60px; right: -60px; width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(141,204,255,.1), transparent); border-radius: 50%;
}
.why__stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why__stat {
  padding: 18px; background: rgba(255,255,255,.04); border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,.06);
}
.why__stat-val { font-family: var(--font-h); font-size: 2rem; color: var(--sky); line-height: 1; }
.why__stat-lbl { font-size: .78rem; color: rgba(255,255,255,.45); margin-top: 2px; }
.why__quote {
  margin-top: 20px; padding: 20px; background: rgba(255,255,255,.04);
  border-radius: var(--r-md); border-left: 3px solid var(--sky); position: relative; z-index: 1;
}
.why__quote p { color: rgba(255,255,255,.65); font-style: italic; font-size: .9rem; line-height: 1.7; }
.why__quote cite { display: block; margin-top: 8px; color: var(--sky-light); font-size: .78rem; font-style: normal; font-weight: 600; }

/* ═══════════════════════════════════════
   REVIEWS
   ═══════════════════════════════════════ */
.reviews { background: var(--cream); }
.rev-grid { display: grid; gap: 14px; margin-top: 40px; }
@media(min-width:640px) { .rev-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:960px) { .rev-grid { grid-template-columns: repeat(3, 1fr); } }
.rev { background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg); padding: 24px; }
.rev__stars { display: flex; gap: 2px; margin-bottom: 12px; }
.rev__stars svg { width: 14px; height: 14px; fill: var(--gold-star); }
.rev p { font-size: .88rem; color: var(--g500); line-height: 1.7; margin-bottom: 14px; }
.rev__who { display: flex; align-items: center; gap: 10px; }
.rev__av {
  width: 34px; height: 34px; border-radius: 50%; background: var(--navy);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: .72rem; font-weight: 700;
}
.rev__name { font-size: .82rem; font-weight: 600; color: var(--navy); }
.rev__src { font-size: .7rem; color: var(--g500); }

/* ═══════════════════════════════════════
   CONTENT / PROSE (service pages)
   ═══════════════════════════════════════ */
.content { padding: 64px 0; }
@media(min-width:768px) { .content { padding: 80px 0; } }
.content-grid { display: grid; gap: 48px; }
@media(min-width:860px) { .content-grid { grid-template-columns: 1fr 320px; gap: 56px; } }
.prose h2 { font-size: 1.6rem; margin: 40px 0 14px; color: var(--navy); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.15rem; margin: 28px 0 10px; }
.prose p { margin-bottom: 14px; font-size: .95rem; color: var(--g700); }
.prose ul, .prose ol { margin: 14px 0 20px 20px; }
.prose li { margin-bottom: 8px; font-size: .93rem; color: var(--g700); }
.prose ul li { list-style: disc; }
.prose ol li { list-style: decimal; }
.prose strong { color: var(--navy); }
.prose a { color: var(--sky-dark); font-weight: 600; }
.prose a:hover { color: var(--navy); }

/* Sidebar */
.sidebar { position: sticky; top: 90px; align-self: start; }
.sidebar__card { background: var(--cream); border-radius: var(--r-lg); padding: 28px; }
.sidebar__card h3 { margin-bottom: 10px; }
.sidebar__card p { font-size: .88rem; color: var(--g500); margin-bottom: 18px; }
.sidebar__card .btn { width: 100%; }
.sidebar__phone {
  display: flex; align-items: center; gap: 10px; margin-top: 14px;
  padding: 14px; background: var(--white); border-radius: var(--r-md);
}
.sidebar__phone-ico {
  width: 36px; height: 36px; background: var(--sky-10); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.sidebar__phone-ico svg { width: 16px; height: 16px; color: var(--sky-dark); }
.sidebar__phone a { font-weight: 700; color: var(--navy); font-size: 1rem; }
.sidebar__phone span { font-size: .72rem; color: var(--g500); display: block; }

/* Check grid */
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0 24px; }
@media(max-width:600px) { .check-grid { grid-template-columns: 1fr; } }
.check-item {
  display: flex; align-items: center; gap: 8px; padding: 10px 14px;
  background: var(--cream); border-radius: var(--r-sm); font-size: .85rem;
  font-weight: 500; color: var(--navy);
}
.check-item svg { width: 16px; height: 16px; color: var(--sky-dark); flex-shrink: 0; }

/* ═══════════════════════════════════════
   CTA SECTION
   ═══════════════════════════════════════ */
.cta-sec {
  background: var(--navy); padding: 72px 0; text-align: center;
  position: relative; overflow: hidden;
}
@media(min-width:768px) { .cta-sec { padding: 100px 0; } }
.cta-sec::before {
  content: ''; position: absolute; width: 500px; height: 500px;
  top: -200px; left: 50%; transform: translateX(-50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(141,204,255,.06), transparent); pointer-events: none;
}
.cta-sec h2 { color: #fff; margin-bottom: 12px; position: relative; z-index: 1; }
.cta-sec .sub { color: rgba(255,255,255,.45); margin: 0 auto 32px; position: relative; z-index: 1; }
.cta-sec .btn { position: relative; z-index: 1; }
.cta-sec__ph { margin-top: 20px; color: rgba(255,255,255,.4); font-size: .85rem; position: relative; z-index: 1; }
.cta-sec__ph a { color: var(--sky-light); font-weight: 700; }

/* ═══════════════════════════════════════
   MOBILE STICKY CTA
   ═══════════════════════════════════════ */
.mob-cta {
  display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: var(--white); border-top: 1px solid var(--g200); padding: 10px 16px;
  gap: 10px; box-shadow: 0 -4px 16px rgba(0,0,0,.06);
  transform: translateY(100%); transition: transform .3s var(--ease);
}
.mob-cta.show { transform: translateY(0); }
.mob-cta a { flex: 1; text-align: center; font-size: .85rem; }
@media(min-width:960px) { .mob-cta { display: none; } }

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.ftr { background: var(--navy-dark); color: rgba(255,255,255,.4); padding: 56px 0 0; }
.ftr__grid { display: grid; gap: 36px; }
@media(min-width:640px) { .ftr__grid { grid-template-columns: 1fr 1fr; } }
@media(min-width:960px) { .ftr__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.ftr__logo { height: 44px; width: auto; margin-bottom: 12px; }
.ftr__brand p { font-size: .85rem; line-height: 1.7; }
.ftr__socials { display: flex; gap: 10px; margin-top: 16px; }
.ftr__soc {
  width: 36px; height: 36px; background: rgba(255,255,255,.06); border-radius: 8px;
  display: flex; align-items: center; justify-content: center; transition: all .2s;
}
.ftr__soc:hover { background: var(--sky); }
.ftr__soc svg { width: 16px; height: 16px; color: rgba(255,255,255,.6); }
.ftr__soc:hover svg { color: var(--navy); }
.ftr h4 {
  color: #fff; font-family: var(--font); font-size: .78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px;
}
.ftr ul li { margin-bottom: 10px; }
.ftr ul a { font-size: .85rem; transition: color .2s; }
.ftr ul a:hover { color: var(--sky-light); }
.ftr__btm {
  border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0;
  margin-top: 44px; text-align: center; font-size: .75rem;
}

/* ═══════════════════════════════════════
   FAQ
   ═══════════════════════════════════════ */
.faq-item { border-bottom: 1px solid var(--g200); overflow: hidden; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; cursor: pointer; gap: 14px; font-weight: 600;
  font-size: .95rem; color: var(--navy); background: none; border: none;
  width: 100%; text-align: left; font-family: var(--font); transition: color .2s;
}
.faq-q:hover { color: var(--sky-dark); }
.faq-toggle {
  width: 28px; height: 28px; background: var(--cream); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .2s;
}
.faq-toggle svg { width: 14px; height: 14px; color: var(--navy); transition: transform .2s; }
.faq-item.open .faq-toggle { background: var(--sky); }
.faq-item.open .faq-toggle svg { color: var(--navy); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a__inner { padding: 0 0 18px; color: var(--g500); font-size: .9rem; line-height: 1.75; }
.faq-a__inner a { color: var(--sky-dark); font-weight: 600; }

/* ═══════════════════════════════════════
   TEAM / FORMS / MISC
   ═══════════════════════════════════════ */
.team-grid { display: grid; gap: 16px; margin-top: 40px; }
@media(min-width:640px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:960px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
.team-card { background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg); overflow: hidden; transition: all .2s var(--ease); }
.team-card:hover { border-color: var(--sky); box-shadow: 0 6px 20px rgba(18,23,91,.06); }
.team-av { height: 200px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); display: flex; align-items: center; justify-content: center; }
.team-av span { font-family: var(--font-h); font-size: 2.5rem; color: rgba(255,255,255,.25); }
.team-info { padding: 20px; }
.team-info h3 { font-size: 1.1rem; margin-bottom: 3px; }
.team-role { font-size: .82rem; color: var(--sky-dark); font-weight: 600; margin-bottom: 8px; }
.team-certs { display: flex; flex-wrap: wrap; gap: 5px; }
.team-cert { font-size: .68rem; font-weight: 600; padding: 3px 9px; background: var(--cream); border-radius: var(--r-full); color: var(--g500); }

.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag {
  padding: 9px 18px; background: var(--cream); border: 1px solid var(--g200);
  border-radius: var(--r-full); font-size: .85rem; font-weight: 500; color: var(--navy); transition: all .2s;
}
.tag:hover { background: var(--sky); border-color: var(--sky); }

.phones-grid { display: grid; gap: 14px; margin-top: 40px; }
@media(min-width:640px) { .phones-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:960px) { .phones-grid { grid-template-columns: repeat(4, 1fr); } }
.phone-card { background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg); padding: 28px; text-align: center; transition: all .2s; }
.phone-card:hover { border-color: var(--sky); transform: translateY(-2px); }
.phone-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.phone-card .phone-num { font-family: var(--font-h); font-size: 1.2rem; color: var(--sky-dark); display: block; margin-bottom: 4px; }
.phone-card .phone-desc { font-size: .78rem; color: var(--g500); }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media(max-width:600px) { .form-row { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: .82rem; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--g200); border-radius: var(--r-sm);
  font-family: var(--font); font-size: .92rem; color: var(--g700); background: var(--g100); transition: all .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--sky); background: var(--white); box-shadow: 0 0 0 3px rgba(141,204,255,.15);
}
.form-group textarea { resize: vertical; min-height: 110px; }

/* ═══════════════════════════════════════
   ANIMATIONS — Using unique 'hope-anim' class
   that no plugin will target or override
   ═══════════════════════════════════════ */
.hope-anim {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}
.hope-anim.hope-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Stagger children for a cascade effect */
.hope-anim:nth-child(2) { transition-delay: .08s; }
.hope-anim:nth-child(3) { transition-delay: .16s; }
.hope-anim:nth-child(4) { transition-delay: .24s; }
.hope-anim:nth-child(5) { transition-delay: .32s; }
.hope-anim:nth-child(6) { transition-delay: .4s; }
/* Safety: if JS fails, show everything after 3s */
@keyframes hope-fallback { to { opacity:1; transform:none; } }
.hope-anim { animation: hope-fallback 0s 3s forwards; }
.hope-anim.hope-visible { animation: none; }

/* ═══════════════════════════════════════
   HEADER CALL NOW BUTTON + DROPDOWN
   ═══════════════════════════════════════ */
.hdr__phones { position: relative; }
.hdr__call-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: none; outline: none;
  color: rgba(255,255,255,.85); cursor: pointer;
  font-family: var(--font-b); font-size: .88rem; font-weight: 600;
  padding: 8px 4px; border-radius: 0; transition: all .2s;
  -webkit-appearance: none; appearance: none;
}
.hdr__call-btn:hover { color: #fff; }
.hdr__phones.open .hdr__call-btn { color: var(--sky-light); }
.hdr__phones-drop {
  position: absolute; top: 100%; right: 0; margin-top: 12px;
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg);
  box-shadow: 0 16px 48px rgba(0,0,0,.12); min-width: 280px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .25s var(--ease); z-index: 100; overflow: hidden;
  padding: 8px 0;
}
.hdr__phones.open .hdr__phones-drop {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.hdr__phones-title {
  padding: 10px 20px 10px; font-size: .7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; color: var(--g500);
  border-bottom: 1px solid var(--g100); margin-bottom: 4px;
}
.hdr__phones-drop a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px; transition: background .15s; gap: 20px;
}
.hdr__phones-drop a:hover { background: var(--cream); }
.hdr__ph-region { font-size: .8rem; color: var(--g500); font-weight: 500; }
.hdr__ph-num { font-size: .9rem; color: var(--navy); font-weight: 700; white-space: nowrap; }

/* ═══════════════════════════════════════
   DRAWER PHONES
   ═══════════════════════════════════════ */
.drawer__phones {
  margin-top: 12px; padding-top: 16px; border-top: 1px solid rgba(18,23,91,.08);
  display: flex; flex-direction: column; gap: 6px;
}
.drawer__ph {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; background: var(--cream); border-radius: var(--r-md);
}
.drawer__ph-region { font-size: .75rem; color: var(--g500); font-weight: 500; }
.drawer__ph-num { font-size: .88rem; color: var(--navy); font-weight: 700; }

/* ═══════════════════════════════════════
   FOOTER PHONES
   ═══════════════════════════════════════ */
.ftr__phones { display: flex; flex-direction: column; gap: 6px; }
.ftr__ph {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.06); transition: all .15s;
}
.ftr__ph:last-child { border-bottom: none; }
.ftr__ph:hover { padding-left: 4px; }
.ftr__ph-region { font-size: .78rem; color: rgba(255,255,255,.4); }
.ftr__ph-num { font-size: .88rem; color: var(--sky-light); font-weight: 600; white-space: nowrap; }

/* ═══════════════════════════════════════
   SIDEBAR PHONES
   ═══════════════════════════════════════ */
.sidebar__phones {
  margin-top: 16px; display: flex; flex-direction: column; gap: 6px;
}
.sidebar__ph {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px; background: var(--cream); border-radius: var(--r-md);
  transition: background .15s;
}
.sidebar__ph:hover { background: var(--sky-10); }
.sidebar__ph-region { font-size: .72rem; color: var(--g500); font-weight: 500; }
.sidebar__ph-num { font-size: .85rem; color: var(--navy); font-weight: 700; }

/* ═══════════════════════════════════════
   MOBILE PHONE BUTTON IN HEADER
   ═══════════════════════════════════════ */
.hdr__mob-phone {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(141,204,255,.1); transition: all .2s;
}
.hdr__mob-phone:hover { background: rgba(141,204,255,.2); }
@media(min-width:960px) { .hdr__mob-phone { display: none; } }

/* ═══════════════════════════════════════
   BACK TO TOP BUTTON
   ═══════════════════════════════════════ */
.btt {
  position: fixed; bottom: 80px; right: 20px; z-index: 80;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); border: 1px solid rgba(141,204,255,.2);
  color: var(--sky); display: flex; align-items: center; justify-content: center;
  cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: all .3s var(--ease); box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.btt svg { width: 18px; height: 18px; }
.btt.show { opacity: 1; visibility: visible; transform: translateY(0); }
.btt:hover { background: var(--sky); color: var(--navy); border-color: var(--sky); }
@media(min-width:960px) { .btt { bottom: 32px; right: 32px; } }

/* ═══════════════════════════════════════
   PULSE ANIMATION ON MOBILE CTA
   ═══════════════════════════════════════ */
.mob-cta .btn--sky { animation: cta-pulse 3s ease-in-out infinite; }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(141,204,255,.3); }
  50% { box-shadow: 0 0 0 8px rgba(141,204,255,0); }
}

/* ═══════════════════════════════════════
   IMAGE LAZY LOAD FADE-IN
   ═══════════════════════════════════════ */
img[loading="lazy"] { transition: opacity .4s ease; }

/* ═══════════════════════════════════════
   VENDOR CARDS
   ═══════════════════════════════════════ */
.vendor-grid { display: grid; gap: 16px; }
@media(min-width:640px) { .vendor-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:960px) { .vendor-grid { grid-template-columns: repeat(3, 1fr); } }
.vendor-card {
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column; transition: all .2s;
}
.vendor-card:hover { border-color: var(--sky); box-shadow: 0 8px 28px rgba(18,23,91,.06); }
.vendor-card__logo {
  height: 120px; display: flex; align-items: center; justify-content: center;
  padding: 20px; background: var(--cream); border-bottom: 1px solid var(--g200);
}
.vendor-card__logo img { max-height: 80px; max-width: 180px; object-fit: contain; }
.vendor-card__body { padding: 22px 24px; flex: 1; display: flex; flex-direction: column; }
.vendor-card__body h3 { font-size: 1.05rem; margin-bottom: 8px; }
.vendor-card__links { margin-top: auto; display: flex; flex-direction: column; gap: 6px; }
.vendor-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .82rem; font-weight: 600; color: var(--navy); transition: color .15s;
}
.vendor-link:hover { color: var(--sky-dark); }

/* ═══════════════════════════════════════
   CAREERS PAGE
   ═══════════════════════════════════════ */
.careers-job {
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg);
  overflow: hidden; transition: border-color .2s;
}
.careers-job:hover { border-color: var(--sky); }
.careers-job__hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; cursor: pointer; gap: 16px;
}
.careers-job__toggle {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--g200);
  background: var(--white); display: flex; align-items: center; justify-content: center;
  cursor: pointer; flex-shrink: 0; transition: all .2s;
}
.careers-job__toggle svg { width: 16px; height: 16px; color: var(--navy); transition: transform .3s; }
.careers-job.open .careers-job__toggle { background: var(--navy); border-color: var(--navy); }
.careers-job.open .careers-job__toggle svg { color: #fff; transform: rotate(45deg); }
.careers-job__body {
  max-height: 0; overflow: hidden; transition: max-height .4s ease;
}
.careers-job.open .careers-job__body { max-height: 600px; }
.careers-job__inner {
  padding: 0 24px 24px; font-size: .88rem; color: var(--g500); line-height: 1.7;
  border-top: 1px solid var(--g100);
  padding-top: 20px;
}
.careers-job__inner ul { padding-left: 18px; margin: 8px 0; }
.careers-job__inner li { margin-bottom: 4px; }
.careers-tag {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .72rem; font-weight: 600; padding: 4px 12px;
  background: var(--sky-10); color: var(--navy); border-radius: var(--r-full);
}
.careers-tag--loc { background: var(--cream); color: var(--g500); }

/* ═══════════════════════════════════════
   BLOG CARDS & LISTING
   ═══════════════════════════════════════ */
.blog-grid { display: grid; gap: 24px; }
@media(min-width:640px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:960px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }

.blog-card {
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: all .25s var(--ease);
}
.blog-card:hover {
  border-color: var(--sky); box-shadow: 0 8px 28px rgba(18,23,91,.06);
  transform: translateY(-3px);
}
.blog-card__img { height: 200px; overflow: hidden; }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.blog-card:hover .blog-card__img img { transform: scale(1.05); }
.blog-card__body { padding: 22px 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card__meta {
  display: flex; align-items: center; gap: 12px; margin-bottom: 10px;
  font-size: .75rem; color: var(--g500); font-weight: 500;
}
.blog-card__meta span {
  padding: 2px 10px; background: var(--sky-10); border-radius: var(--r-full);
  color: var(--navy); font-weight: 600;
}
.blog-card__title {
  font-family: var(--font-h); font-size: 1.15rem; color: var(--navy);
  line-height: 1.3; margin-bottom: 8px;
}
.blog-card__excerpt { font-size: .85rem; color: var(--g500); line-height: 1.65; flex: 1; margin-bottom: 12px; }
.blog-card__link {
  font-size: .82rem; font-weight: 600; color: var(--navy);
  display: inline-flex; align-items: center; gap: 4px; margin-top: auto;
}
.blog-card:hover .blog-card__link { color: var(--sky-dark); }

/* Pagination */
.blog-pagination { margin-top: 48px; text-align: center; }
.blog-pagination ul { display: flex; justify-content: center; gap: 6px; list-style: none; }
.blog-pagination li a, .blog-pagination li span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 14px;
  border-radius: var(--r-full); font-size: .85rem; font-weight: 600;
  border: 1px solid var(--g200); color: var(--navy); transition: all .2s;
}
.blog-pagination li a:hover { border-color: var(--sky); background: var(--sky-10); }
.blog-pagination li .current {
  background: var(--navy); color: var(--white); border-color: var(--navy);
}
.blog-pagination li .prev, .blog-pagination li .next {
  font-weight: 600; color: var(--sky-dark);
}

/* ═══════════════════════════════════════
   COMPREHENSIVE MOBILE OPTIMIZATION
   ═══════════════════════════════════════ */

/* ── Base Mobile: 0-639px ── */
@media(max-width:639px) {
  /* Prevent horizontal scroll */
  html, body { overflow-x: hidden !important; max-width: 100vw; }
  .wrap { padding: 0 16px; overflow: hidden; }
  img { max-width: 100%; height: auto; }

  /* Typography */
  h1 { font-size: 1.75rem !important; }
  h2 { font-size: 1.35rem; }
  h3 { font-size: 1.05rem; }
  .sub { font-size: .88rem; }
  .label { font-size: .7rem; }

  /* Layout spacing */
  .sec { padding: 48px 0; }
  .content { padding: 40px 0; }

  /* Page Hero */
  .page-hero { padding: 100px 0 40px; }
  .page-hero h1 { font-size: 1.75rem !important; }
  .crumbs { font-size: .72rem; }

  /* Trust Bar */
  .trust__row { flex-wrap: wrap; gap: 8px 16px; justify-content: center; }
  .trust__item { font-size: .75rem; }

  /* Steps - single column */
  .steps__grid { grid-template-columns: 1fr !important; gap: 16px; }
  .step { padding: 24px 20px; }

  /* Service Cards - single column */
  .svc__hd { flex-direction: column; gap: 12px; align-items: flex-start; }
  .svc__grid { grid-template-columns: 1fr !important; }
  .card { padding: 20px; }

  /* Why Grid - single column */
  .why__grid { grid-template-columns: 1fr !important; gap: 32px; }
  .feat { padding-bottom: 16px; gap: 14px; }
  .feat__ico { width: 38px; height: 38px; min-width: 38px; }
  .why__panel { padding: 24px 20px; }
  .why__stat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why__stat { padding: 16px 12px; }

  /* Reviews - single column */
  .rev-grid { grid-template-columns: 1fr !important; }
  .rev { padding: 20px; }

  /* Buttons - larger touch targets */
  .btn { padding: 13px 24px; font-size: .88rem; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }
  .btn--sm { padding: 10px 18px; min-height: 42px; }

  /* Content + Sidebar - single column */
  .content-grid { grid-template-columns: 1fr !important; gap: 32px; }
  .sidebar__card { padding: 24px 20px; }

  /* CTA section */
  .cta-sec { padding: 56px 0; }
  .cta-sec h2 { font-size: 1.4rem; }

  /* Footer - single column stack */
  .ftr { padding: 40px 0 0; }
  .ftr__grid { grid-template-columns: 1fr !important; gap: 28px; }
  .ftr__btm { padding: 20px 0; margin-top: 28px; font-size: .75rem; }

  /* Mobile CTA bar */
  .mob-cta { padding: 10px 12px; gap: 8px; }
  .mob-cta a { padding: 12px 10px; font-size: .82rem; flex: 1; text-align: center; justify-content: center; }

  /* Back to top - above mobile CTA */
  .btt { bottom: 72px; right: 12px; }

  /* Drawer improvements */
  .drawer__panel { width: 85%; max-width: 320px; padding: 24px 20px; }
  .drawer__panel a { padding: 12px 0; font-size: .95rem; }
  .drawer__phones { gap: 8px; }
  .drawer__ph { padding: 12px 14px; }

  /* Team grid - single column */
  .team-grid { grid-template-columns: 1fr !important; }
  .team-card { max-width: 100%; }
  .team-av { height: 220px; }

  /* FAQ */
  .faq-q { padding: 16px 18px; font-size: .92rem; }
  .faq-a__inner { padding: 0 18px 18px; font-size: .88rem; }

  /* Blog cards - single column */
  .blog-grid { grid-template-columns: 1fr !important; }
  .blog-card__img { height: 180px; }
  .blog-card__body { padding: 18px 20px; }
  .blog-card__title { font-size: 1.05rem; }

  /* Vendor cards - single column */
  .vendor-grid { grid-template-columns: 1fr !important; }

  /* Contact page */
  .contact-cols { grid-template-columns: 1fr !important; gap: 24px; }

  /* Careers */
  .careers-intro { grid-template-columns: 1fr !important; }
  .careers-job__hd { padding: 16px 18px; }
  .careers-job__inner { padding: 0 18px 18px; }

  /* Form elements - prevent iOS zoom */
  input, select, textarea { font-size: 16px !important; }

  /* Phone cards in sidebar */
  .sidebar__phones { gap: 6px; }
  .sidebar__ph { padding: 10px; }
  .sidebar__ph-num { font-size: .82rem; }

  /* Service area columns */
  .area-cols { grid-template-columns: 1fr !important; }

  /* Gives back columns */
  .gb-cols { grid-template-columns: 1fr !important; }
}

/* ── Tablet: 640-959px ── */
@media(min-width:640px) and (max-width:959px) {
  .hero__grid { gap: 32px; }
  .hero__btns { flex-wrap: wrap; }
  .page-hero h1 { font-size: 2rem; }
  .svc__hd { flex-wrap: wrap; gap: 12px; }
  .why__grid { gap: 40px; }
  .team-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .careers-intro { gap: 32px; }
  .ftr__grid { gap: 28px; }
}

/* ── Ensure touch-friendly sizing across all screen sizes ── */
@media(hover: none) and (pointer: coarse) {
  /* Touch devices: bigger tap targets */
  .hdr__nav a { padding: 10px 8px; }
  .ftr a { min-height: 44px; display: inline-flex; align-items: center; }
  .faq-q { min-height: 52px; }
  .drawer__panel a { min-height: 48px; display: flex; align-items: center; }
}

/* ═══════════════════════════════════════
   PRINT STYLES
   ═══════════════════════════════════════ */
@media print {
  .hdr, .drawer, .mob-cta, .btt, .cta-sec, .ftr { display: none !important; }
  .page-hero { background: #12175b !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .page-hero h1 { color: #000 !important; }
  body { font-size: 12pt; color: #000; }
  .prose a { color: #12175b; text-decoration: underline; }
  .sidebar { display: none; }
  .content-grid { grid-template-columns: 1fr !important; }
}

/* ═══════════════════════════════════════
   VISIBILITY & OVERFLOW
   ═══════════════════════════════════════ */
body, html { overflow-x: hidden; max-width: 100vw; }
.step h3 { color: var(--navy); }
.step p { color: var(--g500); }
.feat h3 { color: var(--navy); }
.feat p { color: var(--g500); }
.card h3 { color: var(--navy); }
.card p { color: var(--g500); }
.hero__stat-num { color: #fff; }
.hero__stat-lbl { color: rgba(255,255,255,.5); }

/* ═══════════════════════════════════════
   MOBILE HERO FIX
   ═══════════════════════════════════════ */
@media(max-width:859px) {
  .hero { padding: 90px 0 32px; background-attachment: scroll; }
  .hero__glow { display: none; }
  .hero__grid { display: flex !important; flex-direction: column; gap: 20px; }
  .hero h1 { font-size: 1.7rem !important; line-height: 1.15; }
  .hero__sub { font-size: .85rem; margin-bottom: 4px; }
  .hero__btns { display: flex !important; flex-direction: column; gap: 10px; }
  .hero__btns .btn { width: 100%; text-align: center; justify-content: center; padding: 14px 24px; font-size: .9rem; }
  .hero__trust { display: flex !important; flex-direction: row; flex-wrap: wrap; gap: 6px; }
  .hero__trust .chip { font-size: .75rem; padding: 4px 10px; }
  /* Stats card blends into the hero background — no separate image block */
  .hero__card {
    background: rgba(18,23,91,.6) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 16px; border-radius: 12px;
    border: 1px solid rgba(141,204,255,.12);
  }
  .hero__card-title { font-size: .68rem; margin-bottom: 10px; letter-spacing: .08em; }
  .hero__stats { display: grid !important; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero__stat-num { font-size: 1.35rem; }
  .hero__stat-lbl { font-size: .65rem; }
  .hero__stars { margin-top: 10px; gap: 2px; }
  .hero__stars svg { width: 14px; height: 14px; }
  .hero__stars span { font-size: .78rem; }
  /* Logo fix */
  .hdr__logo { height: 36px; max-width: 160px; object-fit: contain; }
}

/* ═══════════════════════════════════════════════════════
   PREMIUM DESIGN SYSTEM v2.0
   Luxury-grade visual enhancements for all internal pages.
   Inspired by Apple, Stripe, Airbnb design language.
   ═══════════════════════════════════════════════════════ */

/* ── Enhanced Design Tokens ── */
:root {
  --section-pad: clamp(64px, 8vw, 120px);
  --section-pad-sm: clamp(48px, 6vw, 80px);
  --card-radius: 20px;
  --card-shadow: 0 4px 24px rgba(18,23,91,.04), 0 1px 3px rgba(0,0,0,.03);
  --card-shadow-hover: 0 16px 48px rgba(18,23,91,.08), 0 4px 12px rgba(0,0,0,.04);
  --card-border: 1px solid rgba(18,23,91,.06);
  --text-max: 680px;
  --transition-smooth: all .35s cubic-bezier(.4,0,.2,1);
  --gradient-section: linear-gradient(180deg, #F5F8FC 0%, #EDF2F9 100%);
  --gradient-navy: linear-gradient(135deg, #12175b 0%, #1a2072 50%, #12175b 100%);
}

/* ── Premium Typography ── */
.prose { max-width: var(--text-max); }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 2.5em 0 .75em; color: var(--navy); }
.prose h3 { font-size: clamp(1.15rem, 2.2vw, 1.4rem); margin: 2em 0 .5em; color: var(--navy); }
.prose p { font-size: clamp(.92rem, 1.1vw, 1.05rem); line-height: 1.8; color: var(--g700); margin-bottom: 1.25em; }
.prose ul, .prose ol { padding-left: 1.25em; margin-bottom: 1.5em; }
.prose li { line-height: 1.8; color: var(--g700); margin-bottom: .5em; font-size: clamp(.92rem, 1.1vw, 1.05rem); }
.prose a { color: var(--sky-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; transition: var(--transition-smooth); }
.prose a:hover { color: var(--navy); }
.prose strong { color: var(--navy); font-weight: 700; }
.prose img { border-radius: var(--card-radius); margin: 2em 0; }

/* ── Premium Section Spacing ── */
.sec { padding: var(--section-pad) 0; }
.content { padding: var(--section-pad-sm) 0; }
.sec + .sec { border-top: none; }
.label { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sky-dark); margin-bottom: 12px; display: block; }
.sub { font-size: clamp(.92rem, 1.2vw, 1.1rem); color: var(--g500); line-height: 1.7; max-width: 600px; }

/* ── Premium Cards ── */
.card {
  background: var(--white);
  border: var(--card-border);
  border-radius: var(--card-radius);
  padding: 32px 28px;
  display: flex; flex-direction: column;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, var(--sky), var(--sky-dark));
  opacity: 0; transition: opacity .3s ease;
}
.card:hover {
  border-color: rgba(141,204,255,.3);
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-4px);
}
.card:hover::before { opacity: 1; }
.card__ico {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(141,204,255,.12), rgba(141,204,255,.06));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; transition: var(--transition-smooth);
}
.card__ico svg { width: 24px; height: 24px; color: var(--sky-dark); transition: var(--transition-smooth); }
.card:hover .card__ico { background: var(--navy); }
.card:hover .card__ico svg { color: var(--sky-light); }
.card h3 { font-family: var(--font-h); font-size: 1.15rem; color: var(--navy); margin-bottom: 10px; line-height: 1.3; }
.card p { font-size: .88rem; color: var(--g500); line-height: 1.7; flex: 1; margin-bottom: 16px; }
.card__link { font-size: .82rem; font-weight: 700; color: var(--navy); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; transition: var(--transition-smooth); }
.card:hover .card__link { color: var(--sky-dark); gap: 10px; }

/* ── Premium Step Cards ── */
.step {
  background: var(--white);
  border: var(--card-border);
  border-radius: var(--card-radius);
  padding: 36px 28px;
  text-align: center;
  transition: var(--transition-smooth);
  position: relative;
}
.step:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); }
.step__num {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(141,204,255,.15), rgba(141,204,255,.05));
  color: var(--sky-dark); font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; transition: var(--transition-smooth);
}
.step:hover .step__num { background: var(--navy); color: var(--sky-light); }
.step h3 { font-family: var(--font-h); font-size: 1.1rem; color: var(--navy); margin-bottom: 10px; }
.step p { font-size: .88rem; color: var(--g500); line-height: 1.7; }

/* ── Premium Feature Rows ── */
.feat {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--g100);
  transition: var(--transition-smooth);
}
.feat:last-child { border-bottom: none; }
.feat:hover { padding-left: 8px; }
.feat__ico {
  width: 48px; height: 48px; min-width: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(141,204,255,.12), rgba(141,204,255,.06));
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition-smooth);
}
.feat__ico svg { width: 22px; height: 22px; color: var(--sky-dark); }
.feat:hover .feat__ico { background: var(--navy); }
.feat:hover .feat__ico svg { color: var(--sky-light); }
.feat h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 4px; font-weight: 700; }
.feat p { font-size: .88rem; color: var(--g500); line-height: 1.65; }

/* ── Premium Review Cards ── */
.rev {
  background: var(--white);
  border: var(--card-border);
  border-radius: var(--card-radius);
  padding: 32px;
  transition: var(--transition-smooth);
}
.rev:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); }
.rev__stars { display: flex; gap: 2px; margin-bottom: 16px; }
.rev__stars svg { width: 18px; height: 18px; fill: var(--gold-star); }
.rev p { font-size: .95rem; color: var(--g700); line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.rev__who { display: flex; align-items: center; gap: 12px; }
.rev__av {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: var(--sky-light); font-weight: 700; font-size: .75rem;
  display: flex; align-items: center; justify-content: center;
}
.rev__name { font-weight: 700; font-size: .88rem; color: var(--navy); }
.rev__src { font-size: .75rem; color: var(--g500); }

/* ── Premium Why Us Panel ── */
.why__panel {
  background: var(--gradient-navy);
  border-radius: var(--card-radius);
  padding: 32px;
  color: #fff;
}
.why__stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.why__stat {
  padding: 20px; border-radius: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  transition: var(--transition-smooth);
}
.why__stat:hover { background: rgba(255,255,255,.08); }
.why__stat-val { font-family: var(--font-h); font-size: clamp(1.5rem, 2.5vw, 2rem); color: var(--sky); line-height: 1; }
.why__stat-lbl { font-size: .75rem; color: rgba(255,255,255,.45); margin-top: 4px; }
.why__quote { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.why__quote p { font-family: var(--font-h); font-style: italic; font-size: 1rem; color: rgba(255,255,255,.7); line-height: 1.6; }
.why__quote cite { font-size: .78rem; color: rgba(255,255,255,.35); display: block; margin-top: 8px; }

/* ── Premium Page Hero ── */
.page-hero {
  background: var(--gradient-navy);
  padding: clamp(100px, 12vw, 140px) 0 clamp(48px, 6vw, 64px);
  position: relative; overflow: hidden;
  background-size: cover; background-position: center;
}
.page-hero::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to top, var(--white), transparent);
  pointer-events: none;
}
.page-hero h1 {
  font-family: var(--font-h);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: #fff; line-height: 1.1; margin-bottom: 14px;
}
.page-hero h1 em { color: var(--sky); font-style: italic; }
.page-hero .sub { color: rgba(255,255,255,.55); max-width: 560px; }
.crumbs { font-size: .78rem; color: rgba(255,255,255,.35); margin-bottom: 16px; }
.crumbs a { color: rgba(255,255,255,.45); transition: color .2s; }
.crumbs a:hover { color: var(--sky-light); }
.crumbs .sep { margin: 0 6px; }

/* ── Premium Content Grid ── */
.content-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start;
}
@media(max-width:960px) {
  .content-grid { grid-template-columns: 1fr !important; gap: 40px; }
}

/* ── Premium Sidebar ── */
.sidebar__card {
  background: var(--white);
  border: var(--card-border);
  border-radius: var(--card-radius);
  padding: 32px;
  position: sticky; top: 100px;
  box-shadow: var(--card-shadow);
}
.sidebar__card h3 { font-family: var(--font-h); font-size: 1.2rem; color: var(--navy); margin-bottom: 8px; }
.sidebar__card p { font-size: .88rem; color: var(--g500); line-height: 1.65; margin-bottom: 20px; }

/* ── Premium CTA Section ── */
.cta-sec {
  background: var(--gradient-navy);
  padding: var(--section-pad) 0;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-sec::before {
  content: '';
  position: absolute; width: 600px; height: 600px;
  top: -300px; right: -100px; border-radius: 50%;
  background: radial-gradient(circle, rgba(141,204,255,.06), transparent);
  pointer-events: none;
}
.cta-sec h2 { font-family: var(--font-h); font-size: clamp(1.5rem, 3vw, 2.2rem); color: #fff; margin-bottom: 12px; }
.cta-sec .sub { color: rgba(255,255,255,.45); margin: 0 auto 36px; }

/* ── Premium Service Page Highlights Bar ── */
.svc-highlights {
  background: var(--white);
  padding: 18px 0;
  border-bottom: 1px solid var(--g100);
  box-shadow: 0 2px 12px rgba(0,0,0,.02);
}
.svc-highlights .wrap {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(16px, 3vw, 32px); flex-wrap: wrap;
  font-size: .82rem; font-weight: 600; color: var(--navy);
}
.svc-highlights span {
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}
.svc-highlights svg { width: 16px; height: 16px; color: var(--sky-dark); }

/* ── Premium Inline CTA Box ── */
.inline-cta {
  margin-top: 48px;
  padding: 36px;
  background: var(--gradient-navy);
  border-radius: var(--card-radius);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.inline-cta::before {
  content: '';
  position: absolute; width: 400px; height: 400px;
  top: -200px; right: -100px; border-radius: 50%;
  background: radial-gradient(circle, rgba(141,204,255,.08), transparent);
  pointer-events: none;
}
.inline-cta h3 { color: #fff; font-family: var(--font-h); font-size: 1.3rem; margin-bottom: 8px; position: relative; z-index: 1; }
.inline-cta p { color: rgba(255,255,255,.5); font-size: .88rem; margin-bottom: 20px; position: relative; z-index: 1; }
.inline-cta .btn { position: relative; z-index: 1; }

/* ── Premium Related Services Grid ── */
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

/* ── Premium Tags/Chips ── */
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag {
  display: inline-flex; align-items: center;
  padding: 8px 18px; border-radius: 100px;
  background: var(--white); border: var(--card-border);
  font-size: .82rem; font-weight: 600; color: var(--navy);
  transition: var(--transition-smooth);
}
.tag:hover { background: var(--sky-10); border-color: var(--sky); }

/* ── Premium Team Cards ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.team-card {
  background: var(--white);
  border: var(--card-border);
  border-radius: var(--card-radius);
  overflow: hidden;
  transition: var(--transition-smooth);
}
.team-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-4px); }
.team-av {
  height: 280px; background: linear-gradient(135deg, var(--cream), var(--g100));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-h); font-size: 3rem; color: var(--sky);
  overflow: hidden;
}
.team-av img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.team-card:hover .team-av img { transform: scale(1.05); }
.team-info { padding: 24px; }
.team-info h3 { font-family: var(--font-h); font-size: 1.15rem; color: var(--navy); margin-bottom: 4px; }
.team-role { font-size: .82rem; color: var(--sky-dark); font-weight: 600; margin-bottom: 12px; }
.team-certs { display: flex; flex-wrap: wrap; gap: 6px; }
.team-cert {
  display: inline-flex; padding: 4px 12px; border-radius: 100px;
  background: var(--cream); font-size: .72rem; font-weight: 600; color: var(--g500);
  border: 1px solid var(--g100);
}

/* ── Premium Form Styling ── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: .82rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--g200);
  border-radius: 12px;
  font-family: var(--font-b);
  font-size: .92rem;
  color: var(--g900);
  background: var(--white);
  transition: var(--transition-smooth);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 4px rgba(141,204,255,.15);
}
.form-group textarea { min-height: 140px; resize: vertical; }
@media(max-width:639px) {
  .form-row { grid-template-columns: 1fr; }
}

/* ── Premium FAQ ── */
.faq-item {
  background: var(--white);
  border: var(--card-border);
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: var(--transition-smooth);
}
.faq-item:hover { border-color: rgba(141,204,255,.2); }
.faq-q {
  width: 100%;
  padding: 22px 24px;
  background: none; border: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  font-family: var(--font-b);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  text-align: left;
  transition: var(--transition-smooth);
}
.faq-q:hover { color: var(--sky-dark); }
.faq-toggle { flex-shrink: 0; }
.faq-toggle svg { width: 20px; height: 20px; color: var(--sky-dark); transition: transform .3s ease; }
.faq-item.open .faq-toggle svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.open .faq-a { max-height: 600px; }
.faq-a__inner { padding: 0 24px 22px; font-size: .92rem; color: var(--g500); line-height: 1.75; }

/* ── Premium Buttons Enhancement ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 100px;
  font-family: var(--font-b);
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  transition: var(--transition-smooth);
  border: none; cursor: pointer;
  position: relative; overflow: hidden;
}
.btn--sky {
  background: var(--sky);
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(141,204,255,.3);
}
.btn--sky:hover {
  background: var(--sky-light);
  box-shadow: 0 8px 28px rgba(141,204,255,.4);
  transform: translateY(-2px);
}
.btn--navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(18,23,91,.2);
}
.btn--navy:hover {
  background: var(--navy-light);
  box-shadow: 0 8px 28px rgba(18,23,91,.3);
  transform: translateY(-2px);
}
.btn--ghost {
  background: transparent;
  border: 2px solid rgba(255,255,255,.25);
  color: #fff;
}
.btn--ghost:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.5);
}
.btn svg { width: 16px; height: 16px; transition: transform .3s ease; }
.btn:hover svg { transform: translateX(3px); }

/* ── Alternating Section Backgrounds ── */
.sec:nth-child(even) { background: var(--cream); }
.sec:nth-child(odd) { background: var(--white); }
.svc { background: var(--cream) !important; }

/* ── Premium Phone Cards ── */
.phone-card {
  background: var(--white);
  border: var(--card-border);
  border-radius: var(--card-radius);
  padding: 24px;
  text-align: center;
  transition: var(--transition-smooth);
}
.phone-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); border-color: var(--sky); }
.phone-card h3 { font-size: .88rem; color: var(--navy); margin-bottom: 8px; }
.phone-num { font-family: var(--font-h); font-size: 1.3rem; color: var(--navy); display: block; margin-bottom: 4px; }
.phone-desc { font-size: .78rem; color: var(--g500); }
.phones-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin-top: 28px; }

/* ── Smooth Scroll ── */
html { scroll-behavior: smooth; }

/* ── Selection Color ── */
::selection { background: var(--sky-10); color: var(--navy); }

/* ═══════════════════════════════════════════════════════
   PREMIUM DESIGN SYSTEM v2.0
   Apple/Stripe-inspired refinement for all internal pages
   ═══════════════════════════════════════════════════════ */

/* ── Premium Prose (WordPress editor content) ── */
.prose { max-width: 720px; }
.prose h2 {
  font-family: var(--font-h); font-size: 1.65rem; color: var(--navy);
  margin: 48px 0 16px; padding-top: 24px; border-top: 1px solid var(--g200);
  line-height: 1.25;
}
.prose h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.prose h3 {
  font-family: var(--font-h); font-size: 1.25rem; color: var(--navy);
  margin: 36px 0 12px; line-height: 1.3;
}
.prose p { font-size: .95rem; line-height: 1.8; color: var(--g500); margin-bottom: 18px; }
.prose ul, .prose ol { padding-left: 0; margin: 20px 0; list-style: none; }
.prose li {
  position: relative; padding: 10px 0 10px 32px; font-size: .92rem;
  color: var(--g500); line-height: 1.7; border-bottom: 1px solid var(--g100);
}
.prose li:last-child { border-bottom: none; }
.prose li::before {
  content: ''; position: absolute; left: 0; top: 16px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--sky-10); border: 2px solid var(--sky);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234da3e8' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 12px; background-position: center; background-repeat: no-repeat;
}
.prose strong { color: var(--navy); font-weight: 700; }
.prose a { color: var(--sky-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--navy); }
.prose img { border-radius: var(--r-lg); margin: 24px 0; box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.prose blockquote {
  margin: 32px 0; padding: 24px 28px; border-left: 4px solid var(--sky);
  background: var(--cream); border-radius: 0 var(--r-md) var(--r-md) 0;
  font-style: italic; color: var(--navy);
}

/* ── Service Highlights Bar ── */
.svc-highlights {
  background: var(--cream); padding: 16px 0; border-bottom: 1px solid var(--g200);
}
.svc-highlights .wrap {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap; font-size: .82rem; font-weight: 600; color: var(--navy);
}
.svc-highlights span { display: inline-flex; align-items: center; gap: 6px; }
@media(max-width:639px) {
  .svc-highlights .wrap { gap: 12px 20px; font-size: .75rem; }
}

/* ── Inline CTA Block ── */
.inline-cta {
  margin-top: 48px; padding: 32px; background: var(--navy); border-radius: var(--r-lg);
  text-align: center; position: relative; overflow: hidden;
}
.inline-cta::before {
  content: ''; position: absolute; width: 300px; height: 300px;
  top: -150px; right: -100px; border-radius: 50%;
  background: radial-gradient(circle, rgba(141,204,255,.08), transparent); pointer-events: none;
}
.inline-cta h3 { color: #fff; font-size: 1.2rem; margin-bottom: 6px; position: relative; }
.inline-cta p { color: rgba(255,255,255,.5); font-size: .88rem; margin-bottom: 20px; position: relative; }
.inline-cta .btn { position: relative; }

/* ── Related Services Grid ── */
.related-grid {
  display: grid; gap: 20px; margin-top: 36px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* ── Premium Section Alternating Backgrounds ── */
.sec--alt { background: var(--cream); }
.sec--dark { background: var(--navy); color: #fff; }
.sec--dark .label { color: var(--sky); }
.sec--dark h2 { color: #fff; }
.sec--dark .sub { color: rgba(255,255,255,.45); }

/* ── Premium Card Enhancements ── */
.card {
  transition: all .3s var(--ease);
  position: relative;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(18,23,91,.08);
  border-color: var(--sky);
}
.card::after {
  content: ''; position: absolute; bottom: 0; left: 24px; right: 24px;
  height: 3px; background: var(--sky); border-radius: 3px 3px 0 0;
  transform: scaleX(0); transition: transform .3s var(--ease);
}
.card:hover::after { transform: scaleX(1); }

/* ── Premium Feature Cards (for content converted from bullet lists) ── */
.feature-cards {
  display: grid; gap: 16px; margin: 32px 0;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.feature-card {
  padding: 28px; background: var(--white); border: 1px solid var(--g200);
  border-radius: var(--r-lg); transition: all .25s var(--ease);
}
.feature-card:hover { border-color: var(--sky); box-shadow: 0 8px 24px rgba(18,23,91,.06); transform: translateY(-2px); }
.feature-card__ico {
  width: 48px; height: 48px; border-radius: 14px; background: var(--sky-10);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.feature-card__ico svg { width: 24px; height: 24px; color: var(--sky-dark); }
.feature-card h4 { font-family: var(--font-h); font-size: 1.05rem; color: var(--navy); margin-bottom: 6px; }
.feature-card p { font-size: .85rem; color: var(--g500); line-height: 1.65; }

/* ── Process Steps (horizontal on desktop) ── */
.process-steps {
  display: grid; gap: 0; margin: 40px 0;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  position: relative;
}
.process-step {
  text-align: center; padding: 32px 20px; position: relative;
}
.process-step::after {
  content: '→'; position: absolute; right: -8px; top: 50%; transform: translateY(-50%);
  color: var(--sky); font-size: 1.2rem; font-weight: 700;
}
.process-step:last-child::after { display: none; }
.process-step__num {
  width: 48px; height: 48px; border-radius: 50%; background: var(--navy);
  color: var(--sky); display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.1rem; margin: 0 auto 14px;
}
.process-step h4 { font-family: var(--font-h); font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
.process-step p { font-size: .82rem; color: var(--g500); }
@media(max-width:639px) {
  .process-steps { grid-template-columns: 1fr; gap: 8px; }
  .process-step { text-align: left; display: flex; align-items: center; gap: 16px; padding: 16px 0; }
  .process-step__num { margin: 0; flex-shrink: 0; }
  .process-step::after { display: none; }
}

/* ── Stats Strip (reusable trust bar for inner pages) ── */
.stats-strip {
  background: var(--navy); padding: 32px 0;
}
.stats-strip .wrap {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 24px; text-align: center;
}
.stats-strip__num {
  font-family: var(--font-h); font-size: 2rem; color: var(--sky); line-height: 1;
}
.stats-strip__lbl {
  font-size: .75rem; color: rgba(255,255,255,.4); margin-top: 4px; font-weight: 500;
}

/* ── Premium Page Hero Enhancements ── */
.page-hero {
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60px;
  background: linear-gradient(to top, rgba(255,255,255,.03), transparent); pointer-events: none;
}
.page-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem); line-height: 1.15;
}
.page-hero .sub {
  max-width: 600px; font-size: 1rem; line-height: 1.7;
}

/* ── Content Grid Enhancements ── */
.content-grid {
  display: grid; gap: 48px;
  grid-template-columns: 1fr 320px;
  align-items: start;
}
@media(max-width:959px) {
  .content-grid { grid-template-columns: 1fr !important; gap: 32px; }
}

/* ── Sidebar Enhancements ── */
.sidebar { position: sticky; top: 100px; }
.sidebar__card {
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg);
  padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,.04);
}
.sidebar__card h3 { font-family: var(--font-h); font-size: 1.15rem; color: var(--navy); margin-bottom: 8px; }
.sidebar__card p { font-size: .85rem; color: var(--g500); margin-bottom: 18px; }

/* ── Premium FAQ Accordion ── */
.faq-item {
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg);
  margin-bottom: 10px; overflow: hidden; transition: all .2s;
}
.faq-item:hover { border-color: var(--sky); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 20px 24px; border: none; background: none; cursor: pointer;
  font-family: var(--font-b); font-size: .95rem; font-weight: 600; color: var(--navy);
  text-align: left; gap: 16px;
}
.faq-toggle svg { width: 18px; height: 18px; color: var(--sky-dark); transition: transform .3s; }
.faq-item.open .faq-toggle svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.open .faq-a { max-height: 500px; }
.faq-a__inner { padding: 0 24px 24px; font-size: .88rem; color: var(--g500); line-height: 1.75; }

/* ── Team Grid Premium ── */
.team-grid {
  display: grid; gap: 20px; margin-top: 40px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.team-card {
  background: var(--white); border: 1px solid var(--g200); border-radius: var(--r-lg);
  overflow: hidden; transition: all .3s var(--ease);
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(18,23,91,.08); border-color: var(--sky); }
.team-av {
  height: 280px; background: var(--cream); display: flex; align-items: center;
  justify-content: center; overflow: hidden;
}
.team-av img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.team-card:hover .team-av img { transform: scale(1.04); }
.team-av span { font-family: var(--font-h); font-size: 2.5rem; color: var(--sky); }
.team-info { padding: 22px 24px; }
.team-info h3 { font-family: var(--font-h); font-size: 1.1rem; color: var(--navy); margin-bottom: 2px; }
.team-role { font-size: .82rem; color: var(--sky-dark); font-weight: 600; margin-bottom: 8px; }
.team-certs { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.team-cert {
  font-size: .68rem; font-weight: 600; padding: 4px 10px;
  background: var(--sky-10); color: var(--navy); border-radius: var(--r-full);
}

/* ── Tags (service area locations) ── */
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag {
  padding: 8px 18px; background: var(--white); border: 1px solid var(--g200);
  border-radius: var(--r-full); font-size: .85rem; font-weight: 600; color: var(--navy);
  transition: all .2s;
}
.tag:hover { background: var(--sky-10); border-color: var(--sky); }

/* ── Phone Cards Grid ── */
.phones-grid {
  display: grid; gap: 16px; margin-top: 32px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.phone-card {
  padding: 24px; background: var(--white); border: 1px solid var(--g200);
  border-radius: var(--r-lg); text-align: center; transition: all .25s var(--ease);
}
.phone-card:hover { border-color: var(--sky); box-shadow: 0 8px 24px rgba(18,23,91,.06); transform: translateY(-2px); }
.phone-card h3 { font-family: var(--font-h); font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.phone-num { display: block; font-size: 1.15rem; font-weight: 700; color: var(--sky-dark); margin-bottom: 4px; }
.phone-desc { font-size: .78rem; color: var(--g500); }

/* ── Form Styling ── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media(max-width:639px) { .form-row { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: .82rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--g200); border-radius: var(--r-md);
  font-family: var(--font-b); font-size: .9rem; color: var(--navy); background: var(--white);
  transition: all .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--sky); outline: none; box-shadow: 0 0 0 3px var(--sky-10);
}
.form-group textarea { min-height: 120px; resize: vertical; }

/* ── Subtle Hover Effects on All Interactive Elements ── */
.btn { transition: all .25s var(--ease); }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

/* ── Gold Star Color Variable ── */
:root { --gold-star: #f5a623; }
