/* JR Platinum Home & Auto Group — One-pager
   Locked to business-card design system (Oswald + navy/electric/platinum geometric) */

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #0b1a33;
  --navy-deep: #06101f;
  --navy-mid: #0e2048;
  --navy-soft: #1a3870;
  --blue: #1e6fff;
  --blue-bright: #3a9bff;
  --blue-deep: #1557d4;
  --blue-ink: #1a4fa0;
  --silver: #c5cad2;
  --silver-mid: #dde1e6;
  --platinum: #e8eef5;
  --platinum-bright: #f2f5f9;
  --ink: #0b1a33;
  --ink-soft: #2e4560;
  --muted: #5a6b82;
  --white: #ffffff;
  --focus: 0 0 0 3px rgba(58, 155, 255, 0.55);
  --mobile-cta-h: 4.25rem;
  --font: 'Oswald', 'Arial Narrow', Impact, system-ui, sans-serif;
  --radius: 0;
  --shadow: 0 14px 36px rgba(25, 45, 75, 0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  font-family: var(--font);
  background: var(--silver-mid);
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: var(--mobile-cta-h);
}

@media (min-width: 720px) {
  body { padding-bottom: 0; }
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }

:focus-visible {
  outline: 3px solid var(--blue-bright);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 100;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
}
.skip-link:focus { top: 1rem; }

/* —— Shared geometric panel language (from locked cards) —— */
.geo-bg {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0;
}
.geo-bg .panel {
  position: absolute;
  transform: rotate(45deg);
  box-shadow:
    0 14px 36px rgba(25, 45, 75, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(40, 60, 90, 0.12);
}
.geo-bg .panel::after {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg,
    rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 4px);
  opacity: 0.45; pointer-events: none;
}
.geo-bg .silver {
  background: linear-gradient(155deg,
    #ffffff 0%, #f0f4f9 10%, #e2e8f0 22%,
    #c8d2de 38%, #eef2f7 52%, #b4c0d0 66%, #f7f9fc 82%, #a0aec0 100%);
}
.geo-bg .plat-hi {
  background: linear-gradient(150deg,
    #ffffff 0%, #f8fafc 18%, #e8eef5 40%,
    #d0dae6 58%, #f2f5f9 78%, #c0cad8 100%);
}
.geo-bg .plat-mid {
  background: linear-gradient(150deg,
    #e8eef5 0%, #b0becf 20%, #d0dae6 40%,
    #8fa3ba 58%, #c5d0de 75%, #7a90a8 92%, #dce3ec 100%);
}
.geo-bg .mblue {
  background: linear-gradient(150deg,
    #5a9ae0 0%, #2460b0 22%, #3a7ad0 42%,
    #1a4a98 62%, #4a88d8 82%, #1e5aa0 100%);
}
.geo-bg .navy-p {
  background: linear-gradient(145deg,
    #2a4e88 0%, #0e2048 34%, #1a3870 56%, #0a1838 78%, #2450a0 100%);
}
.geo-bg .eblue {
  background: linear-gradient(145deg,
    #5ab0ff 0%, #2a7ef0 28%, #1560d0 50%, #3a8af0 72%, #78c0ff 100%);
}
.geo-bg .steel {
  background: linear-gradient(145deg,
    #9eb4cc 0%, #5a7a9e 24%, #7a98b8 44%,
    #3a5e88 62%, #6a88ac 80%, #4a6e94 100%);
}

/* Brushed metal wash (section-level) */
.brush-wash {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url('texture-brushed-silver.png');
  background-size: 280px 280px;
  opacity: 0.45;
  mix-blend-mode: multiply;
}
.brush-wash-navy {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url('texture-brushed-navy.png');
  background-size: 300px 300px;
  opacity: 0.18;
  mix-blend-mode: soft-light;
}

/* ===== TOP BAR ===== */
.topbar {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(232, 238, 245, 0.92);
  border-bottom: 1px solid rgba(30, 60, 110, 0.12);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem; padding: 0.65rem 0;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem; min-width: 0;
  flex-shrink: 1;
}
.brand img {
  width: 48px; height: 48px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(30, 111, 255, 0.35), 0 4px 14px rgba(20, 40, 70, 0.18);
}
.brand-text { min-width: 0; }
.brand-text strong {
  display: block; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.brand-text span {
  display: block; font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-ink);
}

.top-nav {
  display: none;
  align-items: center;
  gap: 1.1rem;
}
.top-nav a {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.top-nav a:hover { color: var(--blue); }

.top-actions {
  display: flex; align-items: center; gap: 0.45rem; flex-shrink: 0;
}
.top-cta {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.78rem;
  padding: 0.65rem 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
}
.top-cta-call {
  background: linear-gradient(135deg, #1e6fff 0%, #1557d4 55%, #0d3f9e 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(30, 111, 255, 0.32);
}
.top-cta-text {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid rgba(30, 60, 110, 0.28);
}
.top-cta:hover { filter: brightness(1.06); }

@media (min-width: 900px) {
  .top-nav { display: flex; }
}
@media (max-width: 560px) {
  .top-cta-call { font-size: 0.7rem; padding: 0.55rem 0.7rem; }
  .brand-text strong { font-size: 0.62rem; }
  .brand-text span { letter-spacing: 0.08em; font-size: 0.55rem; }
}

/* ===== HERO (platinum geometric — card front language) ===== */
.hero {
  position: relative;
  padding: 3rem 0 3.6rem;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg,
      #7a90a8 0%, #b0becf 10%, #dce3ec 22%, #f2f5f9 36%,
      #ffffff 48%, #e8eef5 58%, #c5d0de 72%, #8fa3ba 88%, #5a7390 100%);
  color: var(--ink);
}
.hero .brush-wash { opacity: 0.55; }
.hero .metal-grain {
  position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: 0.16;
  background: repeating-linear-gradient(90deg,
    transparent 0px, transparent 2px,
    rgba(80, 100, 130, 0.18) 2px, rgba(80, 100, 130, 0.18) 3px);
  mix-blend-mode: multiply;
}
.hero .diag-sheen {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: linear-gradient(122deg,
    transparent 0%, transparent 28%,
    rgba(255, 255, 255, 0.35) 44%, rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.28) 56%, transparent 72%, transparent 100%);
}
.hero .geo-bg .p1 { width: 280px; height: 280px; top: -100px; right: -60px; opacity: 0.9; }
.hero .geo-bg .p2 { width: 180px; height: 180px; bottom: -40px; left: -50px; opacity: 0.7; }
.hero .geo-bg .p3 { width: 110px; height: 110px; top: 18%; right: 14%; opacity: 0.55; }
.hero .geo-bg .p4 { width: 90px; height: 90px; bottom: 18%; right: 28%; opacity: 0.45; }
.hero .geo-bg .p5 { width: 70px; height: 70px; top: 42%; left: 8%; opacity: 0.4; }
.hero .geo-bg .p6 { width: 130px; height: 130px; top: -20px; left: 22%; opacity: 0.35; }

.hero-grid {
  position: relative; z-index: 2;
  display: grid; gap: 2.2rem; align-items: center;
}
@media (min-width: 860px) {
  .hero-grid { grid-template-columns: 1.1fr 0.9fr; gap: 2.8rem; }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--blue-ink);
  margin-bottom: 0.9rem;
}
.eyebrow::before {
  content: ""; width: 10px; height: 10px; transform: rotate(45deg);
  background: linear-gradient(135deg, #1e6fff, #3a9bff);
  box-shadow: 0 0 8px rgba(58, 155, 255, 0.4);
  flex-shrink: 0;
}

.hero h1 {
  font-size: clamp(1.85rem, 5vw, 3.1rem);
  font-weight: 700; line-height: 1.08;
  letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.hero h1 .accent {
  display: block;
  color: var(--blue-ink);
  letter-spacing: 0.08em;
  margin-top: 0.35rem;
}
.hero-lead {
  font-size: 1.05rem; font-weight: 400; color: var(--ink-soft); max-width: 34rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}
.area-emph { color: var(--navy); font-weight: 700; }

.hero-actions {
  display: flex; flex-wrap: wrap; gap: 0.7rem; margin-bottom: 1.3rem;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font);
  font-weight: 700; font-size: 0.9rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 0;
  padding: 0.9rem 1.25rem; border: none; cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn-sm { padding: 0.6rem 0.95rem; font-size: 0.78rem; }
.btn-primary {
  background: linear-gradient(135deg, #1e6fff 0%, #1557d4 55%, #0d3f9e 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(30, 111, 255, 0.35);
}
.btn-secondary {
  background: linear-gradient(155deg, #ffffff 0%, #e8eef5 45%, #c5d0de 100%);
  color: var(--navy);
  border: 1px solid rgba(30, 60, 110, 0.2);
  box-shadow: 0 6px 18px rgba(25, 45, 75, 0.12);
}
.btn-ghost {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid rgba(30, 60, 110, 0.28);
}

.hero-meta {
  display: flex; flex-wrap: wrap; gap: 0.55rem 1.1rem;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-soft);
}
.hero-meta li {
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.hero-meta li::before {
  content: ""; width: 7px; height: 7px; transform: rotate(45deg);
  background: linear-gradient(135deg, #1e6fff, #3a9bff);
  box-shadow: 0 0 6px rgba(58, 155, 255, 0.35);
  flex-shrink: 0;
}

/* Hero contact card — mirrors locked card front */
.hero-card {
  position: relative;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(232, 238, 245, 0.88));
  border: 1px solid rgba(30, 60, 110, 0.14);
  border-radius: 0;
  padding: 1.6rem 1.35rem 1.5rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  text-align: center;
}
.hero-card::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg,
    rgba(255, 255, 255, 0.35) 0 1px, transparent 1px 5px);
  opacity: 0.35; pointer-events: none;
}
.hero-logo {
  width: min(280px, 88%);
  margin: 0 auto 0.65rem;
  position: relative; z-index: 1;
  filter: drop-shadow(0 8px 20px rgba(20, 40, 70, 0.22));
}
.hero-card h2 {
  position: relative; z-index: 1;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--navy);
  margin-bottom: 0.35rem;
}
.hero-card .tag {
  position: relative; z-index: 1;
  font-size: 0.95rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy);
  margin-bottom: 0.25rem;
}
.hero-sub {
  position: relative; z-index: 1;
  font-size: 0.85rem; font-weight: 500;
  color: var(--ink-soft);
  margin-bottom: 0.85rem;
}
.hero-phone {
  position: relative; z-index: 1;
  display: block;
  font-size: clamp(1.45rem, 4vw, 1.75rem); font-weight: 700; letter-spacing: 0.04em;
  color: var(--navy); margin-bottom: 0.25rem;
}
.hero-phone:hover { color: var(--blue); }
.hero-email {
  position: relative; z-index: 1;
  display: block;
  font-size: 0.78rem; font-weight: 500; color: var(--blue-ink); word-break: break-all;
  margin-bottom: 0.35rem;
}
.hero-email:hover { color: var(--blue); }
.hero-market {
  position: relative; z-index: 1;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--blue-ink);
  margin-bottom: 1rem;
}
.hero-card-actions {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem;
  margin-bottom: 1rem;
}
.chip-row {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.45rem;
}
.chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.5rem 0.95rem;
  border-radius: 0;
  background: linear-gradient(135deg, #1e6fff 0%, #1557d4 55%, #0d3f9e 100%);
  color: #fff;
  border: none;
}
.chip::before {
  content: '';
  width: 7px; height: 7px; flex-shrink: 0;
  transform: rotate(45deg);
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.chip-soft {
  background: transparent;
  color: var(--navy);
  border: 1px solid rgba(30, 60, 110, 0.22);
}
.chip-soft::before {
  background: linear-gradient(135deg, #1e6fff, #3a9bff);
  box-shadow: none;
}

/* ===== SECTIONS ===== */
section { position: relative; padding: 4rem 0; }
.section-head {
  text-align: center; max-width: 40rem; margin: 0 auto 2.2rem;
}
.section-head .label,
.label {
  display: inline-block; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue-ink);
  margin-bottom: 0.6rem;
}
.section-head h2 {
  font-size: clamp(1.55rem, 4vw, 2.25rem); font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--navy); margin-bottom: 0.6rem;
}
.section-head p { color: var(--muted); font-size: 1rem; font-weight: 400; }

/* Services */
.services-sec {
  background: linear-gradient(180deg, #f2f5f9 0%, #e8eef5 40%, #dde1e6 100%);
  overflow: hidden;
}
.services-sec .brush-wash { opacity: 0.28; }
.services-grid {
  position: relative; z-index: 1;
  display: grid; gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }

.svc-card {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(232, 238, 245, 0.92));
  border: 1px solid rgba(30, 60, 110, 0.12);
  border-radius: 0;
  padding: 1.25rem 1.1rem 1.3rem;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.svc-card:hover {
  border-color: rgba(30, 111, 255, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(25, 45, 75, 0.12);
}
.svc-card::after {
  content: ""; position: absolute; top: -18px; right: -18px;
  width: 56px; height: 56px; transform: rotate(45deg);
  background: linear-gradient(145deg, rgba(58, 155, 255, 0.35), rgba(30, 111, 255, 0.15));
}
.svc-num {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em;
  color: var(--blue-ink); margin-bottom: 0.5rem;
}
.svc-card h3 {
  font-size: 1.02rem; font-weight: 700; color: var(--navy);
  letter-spacing: 0.04em; text-transform: uppercase;
  line-height: 1.25; margin-bottom: 0.4rem;
}
.svc-card p {
  font-size: 0.9rem; font-weight: 400;
  color: var(--muted);
  line-height: 1.45;
}
@media (min-width: 900px) {
  .svc-card-wide { grid-column: span 3; }
}
@media (min-width: 560px) and (max-width: 899px) {
  .svc-card-wide { grid-column: span 2; }
}

/* Why us — navy brushed band */
.why-sec {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, #2a4e88 0%, #0e2048 34%, #1a3870 56%, #0a1838 78%, #0b1a33 100%);
  color: var(--platinum);
}
.why-sec .brush-wash-navy { opacity: 0.35; }
.why-sec .section-head .label { color: var(--blue-bright); }
.why-sec .section-head h2 { color: var(--white); }
.why-sec .section-head p { color: rgba(232, 238, 245, 0.78); }
.why-grid {
  position: relative; z-index: 1;
  display: grid; gap: 1rem;
}
@media (min-width: 720px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }
.why-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(200, 215, 235, 0.18);
  border-radius: 0;
  padding: 1.5rem 1.25rem;
  position: relative; overflow: hidden;
}
.why-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--blue-bright), var(--blue), transparent);
}
.why-icon {
  width: 42px; height: 42px; display: grid; place-items: center;
  margin-bottom: 0.9rem;
  background: linear-gradient(135deg, rgba(58, 155, 255, 0.35), rgba(30, 111, 255, 0.15));
  border: 1px solid rgba(58, 155, 255, 0.35);
  color: var(--blue-bright); font-size: 0.85rem; font-weight: 700;
  transform: none;
}
.why-icon span {
  display: block;
  width: 10px; height: 10px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #3a9bff, #1e6fff);
  box-shadow: 0 0 8px rgba(58, 155, 255, 0.45);
}
.why-card h3 {
  font-size: 1.05rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--white); margin-bottom: 0.4rem;
}
.why-card p { color: rgba(232, 238, 245, 0.78); font-size: 0.92rem; font-weight: 400; }

/* How it works */
.how-sec {
  background: linear-gradient(180deg, #e8eef5, #f2f5f9 50%, #dde1e6);
  overflow: hidden;
}
.how-sec .brush-wash { opacity: 0.22; }
.steps {
  position: relative; z-index: 1;
  display: grid; gap: 1rem;
  counter-reset: step;
}
@media (min-width: 720px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(232, 238, 245, 0.95));
  border: 1px solid rgba(30, 60, 110, 0.12);
  border-radius: 0;
  padding: 1.5rem 1.25rem 1.4rem;
}
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.16em;
  color: var(--blue-ink); margin-bottom: 0.65rem;
}
.step h3 {
  font-size: 1.05rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--navy); margin-bottom: 0.4rem;
}
.step p { color: var(--muted); font-size: 0.92rem; }
.step a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Service area */
.area-sec {
  background: #dde1e6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.area-panel {
  position: relative;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.85), rgba(232, 238, 245, 0.9));
  border: 1px solid rgba(30, 60, 110, 0.12);
  border-radius: 0;
  padding: 2rem 1.4rem;
  box-shadow: var(--shadow);
}
.area-panel .label { color: var(--blue-ink); }
.area-panel h2 {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.6rem;
}
.area-panel p {
  color: var(--muted);
  max-width: 36rem;
  margin: 0 auto 1.3rem;
  font-size: 0.98rem;
}

/* Promo */
.promo {
  position: relative;
  margin: 0.5rem 0 1rem;
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, #2a4e88 0%, #0e2048 34%, #1a3870 56%, #0a1838 100%);
  border: 1px solid rgba(58, 155, 255, 0.35);
  box-shadow: var(--shadow);
  color: var(--platinum);
}
.promo .brush-wash-navy { opacity: 0.3; }
.promo-inner {
  position: relative; z-index: 2;
  display: grid; gap: 1.2rem; align-items: center;
  padding: 1.8rem 1.4rem;
}
@media (min-width: 760px) {
  .promo-inner { grid-template-columns: 1.2fr auto; padding: 2.2rem 2rem; }
}
.promo-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--blue-bright);
  margin-bottom: 0.5rem;
}
.promo-badge::before {
  content: '';
  width: 7px; height: 7px;
  transform: rotate(45deg);
  background: #fff;
}
.promo h2 {
  font-size: clamp(1.45rem, 4vw, 2.1rem); font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--white); line-height: 1.1; margin-bottom: 0.5rem;
}
.promo p { color: rgba(232, 238, 245, 0.85); max-width: 34rem; font-size: 0.98rem; }
.promo-cta {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.promo-cta .btn { width: 100%; }
.promo .btn-ghost {
  color: var(--platinum);
  border-color: rgba(200, 215, 235, 0.4);
}
@media (min-width: 760px) {
  .promo-cta .btn { width: auto; min-width: 200px; }
}

/* Contact */
.contact-sec {
  background:
    linear-gradient(180deg, #e8eef5 0%, #f2f5f9 50%, #dde1e6 100%);
  padding-bottom: 2rem;
  overflow: hidden;
}
.contact-sec .brush-wash { opacity: 0.25; }
.contact-panel {
  position: relative; z-index: 1;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(232, 238, 245, 0.95));
  border: 1px solid rgba(30, 60, 110, 0.14);
  border-radius: 0;
  padding: 2rem 1.4rem;
  text-align: center;
  box-shadow: var(--shadow);
}
.contact-panel h2 {
  font-size: clamp(1.4rem, 3.5vw, 1.9rem); font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.contact-panel .sub {
  color: var(--muted); margin-bottom: 1.3rem; font-size: 0.98rem;
}
.contact-phone {
  display: inline-block;
  font-size: clamp(1.8rem, 5vw, 2.6rem); font-weight: 700;
  letter-spacing: 0.04em; color: var(--navy);
  margin-bottom: 0.3rem;
}
.contact-phone:hover { color: var(--blue); }
.contact-email {
  display: block; color: var(--blue-ink); font-size: 0.92rem; font-weight: 500;
  margin-bottom: 0.35rem; word-break: break-all;
}
.contact-email:hover { color: var(--blue); }
.contact-actions {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem;
  margin: 1.2rem 0 1.2rem;
}
.contact-note {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 0.4rem;
}
.contact-area {
  font-size: 0.85rem;
  color: var(--blue-ink);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Footer */
.site-footer {
  padding: 1.8rem 0 2.2rem;
  color: var(--muted);
  font-size: 0.78rem;
  background: var(--navy);
  border-top: 1px solid rgba(200, 215, 235, 0.12);
}
.footer-inner {
  display: grid;
  gap: 1.1rem;
  justify-items: center;
  text-align: center;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-brand img {
  width: 40px; height: 40px; border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(58, 155, 255, 0.35);
}
.footer-brand strong {
  display: block;
  color: var(--platinum);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-brand .tagline {
  display: block; margin-top: 0.2rem;
  color: var(--blue-bright); font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; font-size: 0.65rem;
}
.footer-meta {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.2rem;
  color: rgba(232, 238, 245, 0.7);
}
.footer-meta a:hover { color: var(--blue-bright); }
.footer-copy { color: rgba(200, 215, 235, 0.45); }

/* Mobile sticky CTA */
.mobile-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(232, 238, 245, 0.96);
  border-top: 1px solid rgba(30, 60, 110, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.mobile-cta .btn {
  width: 100%;
  padding: 0.85rem 1rem;
}
@media (min-width: 720px) {
  .mobile-cta { display: none; }
}

/* Mobile refinements */
@media (max-width: 480px) {
  .hero { padding: 2.2rem 0 2.6rem; }
  .hero-actions .btn { width: 100%; }
  .top-cta-text { display: none; }
  section { padding: 3.2rem 0; }
}
