/* Aaru Logistics Vizag — MOCKUP shared styles (logo-matching blue + orange) */
:root {
  --blue-deep: #0B3A7A;
  --blue: #004DA0;
  --blue-mid: #1565C0;
  --blue-soft: #E8F1FB;
  --orange: #F27A1A;
  --orange-bright: #FF7F00;
  --orange-deep: #D9650F;
  --orange-soft: #FFF3E8;
  --navy: #0A1F3D;
  --ink: #12233A;
  --muted: #5A6B7D;
  --line: #D6E0EC;
  --bg: #F7FAFD;
  --white: #ffffff;
  --sand: #F5F7FA;
  --wa: #25D366;
  --shadow: 0 12px 40px rgba(11, 58, 122, 0.12);
  --shadow-sm: 0 6px 18px rgba(11, 58, 122, 0.08);
  --radius: 16px;
  --max: 1120px;
  --font: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --sticky-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--sticky-h) + env(safe-area-inset-bottom, 0px));
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select, textarea { font: inherit; }

.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* MOCKUP banner */
.mock-banner {
  background: linear-gradient(90deg, var(--blue-deep), var(--blue));
  color: #c5d8f0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.45rem 1rem;
  text-transform: uppercase;
}
.mock-banner span { color: #ffd4a8; }
.mock-banner .ver { color: #9ec4f0; margin-left: 0.35rem; }

/* Header */
header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0;
}
.brand { display: flex; align-items: center; gap: 0.55rem; min-width: 0; }
.brand-logo {
  height: 48px;
  width: auto;
  max-width: min(220px, 52vw);
  object-fit: contain;
}
.brand-text { display: none; }
.nav-links {
  display: none; gap: 1rem; font-size: 0.84rem; font-weight: 500; color: var(--muted);
  flex-wrap: wrap; justify-content: flex-end;
}
.nav-links a:hover { color: var(--blue); }
.nav-links a.active { color: var(--blue-deep); font-weight: 700; }
.nav-cta { display: flex; gap: 0.45rem; align-items: center; flex-shrink: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  border: none; border-radius: 999px; padding: 0.7rem 1.2rem;
  font-weight: 600; font-size: 0.9rem; cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-orange {
  background: var(--orange); color: white;
  box-shadow: 0 8px 20px rgba(242, 122, 26, 0.35);
}
.btn-orange:hover { background: var(--orange-deep); }
.btn-outline {
  background: transparent; color: var(--blue-deep); border: 1.5px solid var(--line);
}
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-ghost-light {
  background: rgba(255,255,255,0.12); color: white; border: 1px solid rgba(255,255,255,0.28);
}
.btn-wa {
  background: var(--wa); color: white;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}
.btn-wa:hover { filter: brightness(0.96); }
.btn-sm { padding: 0.5rem 0.9rem; font-size: 0.82rem; }
.btn-blue {
  background: var(--blue); color: white;
  box-shadow: 0 8px 20px rgba(0, 77, 160, 0.28);
}
.btn-blue:hover { background: var(--blue-deep); }

/* Page hero (inner pages) */
.page-hero {
  padding: 2rem 0 1.5rem;
  background: linear-gradient(180deg, var(--blue-soft) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--orange-soft); color: var(--orange-deep);
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; padding: 0.32rem 0.7rem;
  border-radius: 999px; margin-bottom: 0.85rem;
}
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(1.65rem, 4vw, 2.4rem);
  line-height: 1.15; letter-spacing: -0.03em;
  color: var(--blue-deep); margin-bottom: 0.65rem;
}
.page-hero h1 em { font-style: normal; color: var(--orange); }
.page-hero .lead { color: var(--muted); max-width: 40rem; font-size: 1.02rem; }
.breadcrumb {
  font-size: 0.78rem; color: var(--muted); margin-bottom: 0.75rem;
}
.breadcrumb a { color: var(--blue); font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }

/* Home hero */
.hero {
  position: relative;
  padding: 1.75rem 0 2.5rem;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto auto;
  width: 55%; height: 70%;
  background:
    radial-gradient(circle at 70% 30%, rgba(242, 122, 26, 0.18), transparent 55%),
    radial-gradient(circle at 30% 70%, rgba(0, 77, 160, 0.18), transparent 50%);
  pointer-events: none;
}
.hero-grid {
  display: grid; gap: 1.5rem; align-items: start; position: relative;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--blue-soft); color: var(--blue);
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; padding: 0.32rem 0.7rem;
  border-radius: 999px; margin-bottom: 0.85rem;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(1.85rem, 5vw, 3rem);
  line-height: 1.12; letter-spacing: -0.03em;
  color: var(--blue-deep); margin-bottom: 0.85rem;
}
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-lead {
  font-size: 1.02rem; color: var(--muted); max-width: 36rem; margin-bottom: 1.15rem;
}
.trust-row {
  display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 1.25rem;
}
.pill {
  background: white; border: 1px solid var(--line); border-radius: 999px;
  padding: 0.38rem 0.8rem; font-size: 0.8rem; font-weight: 600;
  color: var(--blue-deep); display: inline-flex; align-items: center; gap: 0.35rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.ads-proof {
  margin-top: 1.15rem;
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem;
  font-size: 0.78rem; color: var(--muted); font-weight: 500;
}
.ads-proof strong { color: var(--blue-deep); }

/* Quote card */
.quote-card {
  background: white;
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  padding: 1.25rem;
  position: relative;
}
.quote-card::before {
  content: "MOCK FORM · ADS LP";
  position: absolute; top: 10px; right: 12px;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em;
  color: var(--orange); background: var(--orange-soft);
  padding: 0.18rem 0.45rem; border-radius: 6px;
}
.quote-card h2 {
  font-size: 1.12rem; color: var(--blue-deep); margin-bottom: 0.2rem; padding-right: 7rem;
}
.quote-card p.sub {
  font-size: 0.82rem; color: var(--muted); margin-bottom: 1rem;
}
.form-grid { display: grid; gap: 0.7rem; }
.form-grid.two { grid-template-columns: 1fr; }
label.field {
  display: grid; gap: 0.28rem;
  font-size: 0.76rem; font-weight: 600; color: var(--blue-deep);
}
.field input, .field select, .field textarea {
  border: 2px solid #c5d4e8; border-radius: 10px;
  padding: 0.72rem 0.85rem; background: #fff; color: var(--ink);
  outline: none; transition: border-color 0.15s; width: 100%;
  font-size: 0.95rem; min-height: 2.75rem;
}
.field input::placeholder, .field textarea::placeholder { color: #8a9bb0; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--blue); background: white;
}
.field textarea { min-height: 64px; resize: vertical; }
.form-note {
  font-size: 0.72rem; color: var(--muted); margin-top: 0.55rem; text-align: center;
}
.quote-card .btn { width: 100%; margin-top: 0.25rem; }
.form-reassure {
  display: flex; flex-wrap: wrap; gap: 0.45rem; justify-content: center;
  margin-top: 0.65rem;
}
.form-reassure span {
  font-size: 0.7rem; font-weight: 600; color: var(--blue);
  background: var(--blue-soft); padding: 0.25rem 0.55rem; border-radius: 999px;
}

/* Fear killers */
.fear {
  background: var(--blue-deep); color: white;
  padding: 2.5rem 0; position: relative; overflow: hidden;
}
.fear::after {
  content: ""; position: absolute; right: -8%; bottom: -40%;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(242, 122, 26, 0.15);
}
.fear h2 {
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom: 0.3rem;
}
.fear .intro { color: #a8c0d8; margin-bottom: 1.35rem; max-width: 38rem; font-size: 0.95rem; }
.fear-cards { display: grid; gap: 0.8rem; position: relative; }
.fear-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 1.1rem 1.15rem;
}
.fear-card .icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(242, 122, 26, 0.2); color: #ffc48a;
  display: grid; place-items: center; margin-bottom: 0.65rem; font-size: 1.05rem;
}
.fear-card h3 { font-size: 0.98rem; margin-bottom: 0.3rem; }
.fear-card p { font-size: 0.88rem; color: #b7c9db; }
.fear-card .fear-q {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: #ffc48a; margin-bottom: 0.35rem;
}

/* Sections */
section.block { padding: 3rem 0; }
.section-head {
  text-align: center; max-width: 38rem; margin: 0 auto 1.75rem;
}
.section-head .tag {
  color: var(--orange); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.45rem;
}
.section-head h2 {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  color: var(--blue-deep); letter-spacing: -0.02em; margin-bottom: 0.45rem;
}
.section-head p { color: var(--muted); font-size: 0.95rem; }

.prose { max-width: 720px; }
.prose p { color: var(--muted); margin-bottom: 0.9rem; font-size: 0.95rem; }
.prose h2 {
  font-family: var(--display); font-size: 1.35rem;
  color: var(--blue-deep); margin: 1.5rem 0 0.55rem;
}
.prose h3 { font-size: 1.05rem; color: var(--blue-deep); margin: 1.15rem 0 0.4rem; }
.prose ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 0.9rem; }
.prose li { color: var(--muted); margin-bottom: 0.35rem; font-size: 0.92rem; }

/* AEO */
.aeo-block {
  background: white; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.35rem 1.4rem;
  margin-bottom: 1.25rem;
}
.aeo-block h2 {
  font-family: var(--display); font-size: 1.25rem;
  color: var(--blue-deep); margin-bottom: 0.55rem; letter-spacing: -0.02em;
}
.aeo-block .answer-first {
  font-size: 1rem; color: var(--ink); font-weight: 500;
  margin-bottom: 0.65rem; line-height: 1.55;
}
.aeo-block .answer-more { font-size: 0.9rem; color: var(--muted); }

.services { display: grid; gap: 0.9rem; }
.service {
  background: white; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.25rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.service:hover { border-color: #9bb8d9; box-shadow: var(--shadow-sm); }
.service-icon {
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--blue-soft); color: var(--blue);
  display: grid; place-items: center; font-size: 1.3rem; margin-bottom: 0.8rem;
}
.service h3 { font-size: 1.05rem; color: var(--blue-deep); margin-bottom: 0.35rem; }
.service h3 a:hover { color: var(--orange); }
.service p { font-size: 0.9rem; color: var(--muted); }
.service .more {
  display: inline-block; margin-top: 0.65rem;
  font-size: 0.82rem; font-weight: 700; color: var(--orange);
}

/* GEO areas */
.areas {
  background: var(--sand); border-radius: calc(var(--radius) + 8px);
  padding: 1.6rem; border: 1px solid var(--line); margin-top: 1.75rem;
}
.areas h3 { font-size: 1.05rem; color: var(--blue-deep); margin-bottom: 0.3rem; }
.areas > p { font-size: 0.88rem; color: var(--muted); margin-bottom: 0.35rem; }
.areas .geo-note {
  font-size: 0.78rem; color: var(--muted); margin-bottom: 1rem; font-style: italic;
}
.chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.chip {
  background: white; border: 1px solid var(--line); color: var(--blue-deep);
  font-size: 0.82rem; font-weight: 600; padding: 0.42rem 0.8rem; border-radius: 999px;
}
.chip.out { border-color: #f5d0a8; background: var(--orange-soft); color: var(--orange-deep); }
.chip a { color: inherit; }

/* Process */
.process-track { display: grid; gap: 0.9rem; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 0.9rem; align-items: start;
  background: white; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.1rem 1.15rem;
}
.step-num {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(145deg, var(--blue), var(--blue-deep));
  color: white; display: grid; place-items: center;
  font-weight: 700; font-size: 0.92rem; flex-shrink: 0;
}
.step h3 { font-size: 0.98rem; color: var(--blue-deep); margin-bottom: 0.2rem; }
.step p { font-size: 0.88rem; color: var(--muted); }

.care-band {
  background: linear-gradient(135deg, var(--orange-soft), white 55%);
  border: 1px solid #f5d0a8; border-radius: calc(var(--radius) + 4px);
  padding: 1.6rem; display: grid; gap: 1.15rem; align-items: center;
}
.care-band h3 {
  font-family: var(--display); font-size: 1.35rem;
  color: var(--blue-deep); margin-bottom: 0.35rem;
}
.care-band p { color: var(--muted); font-size: 0.92rem; }
.care-list { display: grid; gap: 0.5rem; }
.care-list li {
  display: flex; gap: 0.5rem; align-items: flex-start;
  font-size: 0.88rem; font-weight: 500; color: var(--blue-deep);
}
.care-list li::before {
  content: "✓"; color: var(--orange); font-weight: 700; flex-shrink: 0;
}

.pricing-card {
  background: white; border: 1px dashed #f0c08a;
  border-radius: var(--radius); padding: 1.35rem;
}
.pricing-card .badge {
  display: inline-block; background: var(--orange-soft); color: var(--orange-deep);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 0.22rem 0.5rem; border-radius: 6px;
  margin-bottom: 0.65rem;
}
.pricing-card h3 {
  font-family: var(--display); font-size: 1.25rem;
  color: var(--blue-deep); margin-bottom: 0.4rem;
}
.pricing-card > p { font-size: 0.9rem; color: var(--muted); margin-bottom: 1rem; }
.price-rows { display: grid; gap: 0.55rem; }
.price-row {
  display: flex; justify-content: space-between; gap: 1rem; align-items: baseline;
  padding: 0.65rem 0.75rem; background: var(--bg);
  border-radius: 10px; font-size: 0.88rem;
}
.price-row strong { color: var(--blue-deep); }
.price-row span { color: var(--muted); font-weight: 600; font-size: 0.82rem; text-align: right; }
.pricing-foot {
  margin-top: 0.85rem; font-size: 0.75rem; color: var(--muted); text-align: center;
}

.faq-list { display: grid; gap: 0.6rem; max-width: 740px; margin: 0 auto; }
details.faq {
  background: white; border: 1px solid var(--line);
  border-radius: 12px; padding: 0.95rem 1.1rem;
}
details.faq summary {
  font-weight: 600; color: var(--blue-deep); cursor: pointer;
  list-style: none; display: flex; justify-content: space-between;
  gap: 1rem; align-items: center; font-size: 0.95rem;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+"; font-size: 1.2rem; color: var(--blue); font-weight: 400; flex-shrink: 0;
}
details.faq[open] summary::after { content: "−"; }
details.faq .faq-a {
  margin-top: 0.7rem; font-size: 0.9rem; color: var(--muted); padding-right: 1.25rem;
}
details.faq .faq-a .lead {
  color: var(--ink); font-weight: 550; display: block; margin-bottom: 0.35rem;
}

.cta-strip {
  background: linear-gradient(120deg, var(--blue-deep) 0%, var(--blue) 55%, #1565C0 100%);
  color: white; border-radius: calc(var(--radius) + 8px);
  padding: 2rem 1.35rem; text-align: center; position: relative; overflow: hidden;
}
.cta-strip::before {
  content: ""; position: absolute; width: 180px; height: 180px;
  border-radius: 50%; background: rgba(242, 122, 26, 0.22);
  top: -50px; left: -35px;
}
.cta-strip h2 {
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom: 0.45rem; position: relative;
}
.cta-strip p {
  color: #b8cfe8; margin-bottom: 1.2rem; max-width: 30rem;
  margin-inline: auto; position: relative; font-size: 0.92rem;
}
.cta-strip .actions {
  display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; position: relative;
}

.card-grid { display: grid; gap: 0.9rem; }
.card {
  background: white; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.25rem;
}
.card h3 { font-size: 1.05rem; color: var(--blue-deep); margin-bottom: 0.4rem; }
.card p { font-size: 0.9rem; color: var(--muted); }
.nap-box {
  background: var(--orange-soft);
  border: 1px dashed #f0c08a;
  border-radius: var(--radius);
  padding: 1.25rem;
}
.nap-box h3 { color: var(--blue-deep); margin-bottom: 0.65rem; font-size: 1.05rem; }
.nap-box p { font-size: 0.88rem; color: var(--muted); margin-bottom: 0.4rem; }
.nap-box strong { color: var(--orange-deep); }

footer.site {
  background: var(--navy); color: #9bb0c8;
  padding: 2.35rem 0 1.35rem; margin-top: 0.5rem;
}
.footer-grid {
  display: grid; gap: 1.5rem; padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo { height: 44px; width: auto; max-width: 200px; margin-bottom: 0.65rem; filter: brightness(1.05); }
.footer-brand p { font-size: 0.86rem; max-width: 22rem; }
.footer-col h4 {
  color: white; font-size: 0.82rem; margin-bottom: 0.7rem;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.footer-col p, .footer-col li { font-size: 0.86rem; margin-bottom: 0.35rem; }
.footer-col a:hover { color: #c8ddf5; }
.nap-placeholder {
  background: rgba(255,255,255,0.05);
  border: 1px dashed rgba(255,180,120,0.45);
  border-radius: 10px; padding: 0.8rem 0.95rem;
  font-size: 0.8rem; color: #ffc8a0;
}
.nap-placeholder strong { color: #ffd9c4; display: block; margin-bottom: 0.3rem; }
.footer-bottom {
  padding-top: 1.15rem; display: flex; flex-direction: column;
  gap: 0.45rem; font-size: 0.76rem; text-align: center;
}
.mock-label {
  display: inline-block; background: rgba(242, 122, 26, 0.2);
  color: #ffc48a; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; font-size: 0.68rem;
  padding: 0.22rem 0.5rem; border-radius: 6px;
}

.sticky-ads {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
  display: flex; gap: 0.5rem; justify-content: center;
  box-shadow: 0 -8px 24px rgba(11, 58, 122, 0.08);
}
.sticky-ads .btn { flex: 1; max-width: 220px; }

@media (min-width: 640px) {
  .form-grid.two { grid-template-columns: 1fr 1fr; }
  .fear-cards { grid-template-columns: 1fr 1fr; }
  .services { grid-template-columns: 1fr 1fr; }
  .process-track { grid-template-columns: 1fr 1fr; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .care-band { grid-template-columns: 1.2fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (min-width: 900px) {
  .nav-links { display: flex; }
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; gap: 2rem; align-items: center; }
  .fear-cards { grid-template-columns: repeat(4, 1fr); }
  .services { grid-template-columns: repeat(4, 1fr); }
  .process-track { grid-template-columns: repeat(4, 1fr); }
  .card-grid.three { grid-template-columns: repeat(3, 1fr); }
  .sticky-ads {
    left: auto; right: 1.25rem; bottom: 1.25rem;
    width: auto; border-radius: 999px; border: 1px solid var(--line);
    padding: 0.45rem; gap: 0.4rem;
  }
  .sticky-ads .btn { flex: none; max-width: none; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; }
  .brand-logo { height: 56px; max-width: 260px; }
}

/* ========== V2 homepage additions (shared-safe) ========== */

/* Trust bar under sticky header */
.trust-bar {
  background: linear-gradient(90deg, #0A2F63, var(--blue-deep) 40%, var(--blue));
  color: #c5d8f0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.72rem;
  font-weight: 600;
}
.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
  justify-content: center;
  padding: 0.55rem 0;
}
.tb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}
.tb-item em {
  font-style: normal;
  color: #ffd4a8;
  font-weight: 700;
}
.tb-ico { font-size: 0.85rem; line-height: 1; }

/* Hero V2 polish */
.hero-v2 { padding-top: 1.5rem; }
.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.35rem;
  max-width: 28rem;
}
.hero-mini-stats > div {
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.65rem 0.7rem;
  box-shadow: var(--shadow-sm);
}
.hero-mini-stats strong {
  display: block;
  font-size: 0.82rem;
  color: var(--blue-deep);
  line-height: 1.25;
}
.hero-mini-stats span {
  font-size: 0.68rem;
  color: var(--muted);
  font-weight: 500;
}

.quote-card-v2 {
  border-top: 3px solid var(--orange);
  box-shadow: 0 16px 48px rgba(11, 58, 122, 0.14);
}
.quote-card-v2::before {
  content: "MOCK · ESTIMATE CARD";
}

/* Stats strip */
.stats-strip {
  background: white;
  border-block: 1px solid var(--line);
  padding: 1rem 0;
}
.stats-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
}
.stat {
  text-align: center;
  padding: 0.35rem 0.5rem;
}
.stat strong {
  display: block;
  font-size: 0.95rem;
  color: var(--blue-deep);
  letter-spacing: -0.01em;
}
.stat span {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 500;
}

/* Price range cards */
.range-grid {
  display: grid;
  gap: 1rem;
}
.range-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  padding: 1.25rem 1.2rem 1.1rem;
  box-shadow: var(--shadow-sm);
}
.range-card-accent {
  border-color: #f5d0a8;
  background: linear-gradient(180deg, #fffaf4 0%, white 40%);
}
.range-card header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}
.range-card h3 {
  font-family: var(--display);
  font-size: 1.2rem;
  color: var(--blue-deep);
  letter-spacing: -0.02em;
}
.range-badge {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--blue-soft);
  color: var(--blue);
  padding: 0.22rem 0.5rem;
  border-radius: 6px;
}
.range-badge.orange {
  background: var(--orange-soft);
  color: var(--orange-deep);
}
.range-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.range-table th,
.range-table td {
  text-align: left;
  padding: 0.62rem 0.55rem;
  border-bottom: 1px solid var(--line);
}
.range-table th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-weight: 700;
}
.range-table td:last-child,
.range-table th:last-child {
  text-align: right;
  font-weight: 700;
  color: var(--blue-deep);
  font-variant-numeric: tabular-nums;
}
.range-table tbody tr:last-child td { border-bottom: none; }
.range-table tbody tr:hover td { background: var(--bg); }
.range-note {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: var(--muted);
  text-align: center;
  font-weight: 600;
}
.range-disclaimer {
  margin-top: 1.15rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  max-width: 46rem;
  margin-inline: auto;
  background: var(--orange-soft);
  border: 1px dashed #f0c08a;
  border-radius: 12px;
  padding: 0.85rem 1rem;
}
.range-disclaimer em { color: var(--orange-deep); font-style: normal; font-weight: 700; }

/* 6-step process */
.process-6 { gap: 0.75rem; }
.process-block .step {
  min-height: 100%;
}

/* Insurance note panel */
.care-band-v2 {
  align-items: stretch;
}
.insurance-note {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.15rem;
  box-shadow: var(--shadow-sm);
}
.insurance-note .badge {
  display: inline-block;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border-radius: 6px;
  margin-bottom: 0.55rem;
}
.insurance-note h4 {
  font-size: 1.05rem;
  color: var(--blue-deep);
  margin-bottom: 0.45rem;
}
.insurance-note p {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 0.55rem;
}
.insurance-note .ins-foot {
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-top: 0.35rem;
  padding-top: 0.55rem;
  border-top: 1px dashed var(--line);
}

/* Why choose grid */
.why-grid {
  display: grid;
  gap: 0.85rem;
}
.why-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.why-card:hover {
  border-color: #9bb8d9;
  box-shadow: var(--shadow-sm);
}
.why-card h3 {
  font-size: 0.98rem;
  color: var(--blue-deep);
  margin-bottom: 0.35rem;
}
.why-card p {
  font-size: 0.88rem;
  color: var(--muted);
}
.why-card a {
  color: var(--orange);
  font-weight: 700;
}

/* Footer MOCKUP banner */
.footer-mock-banner {
  background: rgba(242, 122, 26, 0.15);
  border: 1px dashed rgba(255, 180, 120, 0.45);
  color: #ffc48a;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

/* Contact page quote polish (shared) */
.quote-card.quote-card-v2 .form-reassure { margin-bottom: 0.15rem; }

@media (min-width: 640px) {
  .stats-inner { grid-template-columns: repeat(4, 1fr); }
  .range-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .process-6 { grid-template-columns: 1fr 1fr 1fr; }
}
@media (min-width: 900px) {
  .trust-bar-inner { justify-content: space-between; }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .process-6 { grid-template-columns: repeat(3, 1fr); }
  .hero-v2 .hero-grid { align-items: start; }
}
@media (max-width: 639px) {
  .tb-item { white-space: normal; }
  .hero-mini-stats { grid-template-columns: 1fr; max-width: none; }
}


/* areas-visible-boost */
.areas {
  border: 1px solid #d7e3f4;
  background: #f7fbff;
  border-radius: 16px;
  padding: 1.1rem 1.15rem 1.2rem;
  margin-top: 1.25rem;
}
.areas h3 { margin-top: 0.35rem; }
.chip {
  font-size: 0.92rem;
  padding: 0.45rem 0.75rem;
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(11,58,122,0.06);
}


/* === Hero compact + sticky form (10 Sep 2026) === */
.hero-v2 { padding: 1.1rem 0 1.75rem; }
.hero-v2 .hero-grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}
.hero-v2 .hero-copy { order: 2; }
.hero-v2 .quote-card-v2 { order: 1; } /* form first on mobile */

.hero-v2 h1 {
  font-size: clamp(1.55rem, 4.2vw, 2.45rem);
  margin-bottom: 0.55rem;
}
.hero-v2 .hero-lead {
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
  max-width: 32rem;
}
.hero-v2 .trust-row { margin-bottom: 0.85rem; }
.hero-v2 .hero-mini-stats {
  margin-top: 1rem;
  max-width: 26rem;
}
.hero-v2 .hero-mini-stats > div { padding: 0.5rem 0.6rem; }

.quote-card-v2 {
  border-top: 4px solid var(--orange);
  box-shadow: 0 18px 50px rgba(11, 58, 122, 0.16);
  padding: 1.15rem 1.15rem 1rem;
  background: #fff;
}
.quote-card-v2 h2 {
  font-size: 1.2rem;
  margin-bottom: 0.15rem;
  padding-right: 6.5rem;
}
.quote-card-v2 p.sub {
  font-size: 0.78rem;
  margin-bottom: 0.85rem;
}
.form-compact { gap: 0.55rem; }
.form-compact .field { font-size: 0.72rem; }
.form-compact .field input,
.form-compact .field select {
  padding: 0.62rem 0.75rem;
  min-height: 2.55rem;
}
.form-actions {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.15rem;
}
.btn-lg { padding: 0.85rem 1rem; font-size: 1rem; font-weight: 700; }
.btn-wa {
  display: inline-flex; align-items: center; justify-content: center;
  background: #128C7E; color: #fff !important; border: none;
  border-radius: 12px; padding: 0.72rem 1rem; font-weight: 700;
  text-decoration: none;
}
.btn-wa:hover { background: #0e7366; }

@media (min-width: 900px) {
  .hero-v2 .hero-grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 1.75rem;
    align-items: start;
  }
  /* Desktop: copy left, sticky form right */
  .hero-v2 .hero-copy { order: 1; }
  .hero-v2 .quote-card-v2 {
    order: 2;
    position: sticky;
    top: 5.5rem;
  }
  .form-compact.two { grid-template-columns: 1fr 1fr; }
  .form-actions { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 899px) {
  .hero-v2 .quote-card-v2 {
    position: relative;
    top: auto;
  }
}
