/* C2B Premium Design System — Custom CSS */

:root {
  --teal: 180 100% 27%;
  --teal-light: 180 70% 40%;
  --teal-dark: 180 100% 20%;
  --black: 0 0% 5%;
  --charcoal: 0 0% 12%;
  --grey-dark: 0 0% 20%;
  --grey: 0 0% 45%;
  --grey-light: 0 0% 70%;
  --white: 0 0% 100%;
  --shadow-subtle: 0 2px 8px -2px hsl(0 0% 0% / 0.08);
  --shadow-card: 0 4px 24px -4px hsl(0 0% 0% / 0.1);
  --shadow-elevated: 0 8px 32px -8px hsl(0 0% 0% / 0.15);
}

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

html { scroll-behavior: smooth; color-scheme: dark; }

body {
  background-color: hsl(0 0% 5%);
  color: #f8fafc;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* === TEAL UTILITIES === */
.text-teal { color: hsl(var(--teal)); }
.bg-teal { background-color: hsl(var(--teal)); }
.border-teal { border-color: hsl(var(--teal)); }
.text-gold { color: hsl(var(--teal)); }
.bg-gold { background-color: hsl(var(--teal)); }
.border-gold { border-color: hsl(var(--teal)); }
.shadow-gold { box-shadow: 0 4px 20px -4px hsl(var(--teal) / 0.3); }
.gradient-gold { background: linear-gradient(135deg, hsl(var(--teal)) 0%, hsl(var(--teal-light)) 100%); }
.gradient-dark { background: linear-gradient(180deg, hsl(var(--black)) 0%, hsl(var(--charcoal)) 100%); }

/* === PREMIUM IDENTITY === */
.premium-section {
  position: relative;
  background-color: hsl(0 0% 5%);
  overflow: hidden;
}

.premium-glow-radial {
  background:
    radial-gradient(circle at 20% 20%, hsl(var(--teal) / 0.18), transparent 55%),
    radial-gradient(circle at 80% 80%, hsl(var(--teal) / 0.12), transparent 55%);
}

.premium-mosaic {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2300cccc' stroke-width='1'%3E%3Cpath d='M40 0L80 23v34L40 80 0 57V23z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.05;
  mix-blend-mode: screen;
}

.home-mosaic-slide {
  background-color: #020707;
  background-blend-mode: screen, normal, normal;
}
.home-mosaic-a {
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 126, 126, 0.18), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(0, 70, 70, 0.2), transparent 38%),
    linear-gradient(135deg, #020505 0%, #071111 46%, #010202 100%),
    url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2300b5b5' stroke-opacity='.18' stroke-width='1'%3E%3Cpath d='M48 3 87 25v46L48 93 9 71V25z'/%3E%3Cpath d='M48 20 72 34v28L48 76 24 62V34z'/%3E%3C/g%3E%3C/svg%3E");
}
.home-mosaic-b {
  background:
    radial-gradient(circle at 72% 28%, rgba(0, 145, 145, 0.16), transparent 32%),
    linear-gradient(90deg, rgba(0, 137, 137, 0.08), transparent 42%, rgba(0, 137, 137, 0.06)),
    linear-gradient(160deg, #010303 0%, #081313 52%, #020505 100%),
    url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2300d0d0' stroke-opacity='.14' stroke-width='1'%3E%3Cpath d='M0 60h120M60 0v120M20 20l80 80M100 20 20 100'/%3E%3Ccircle cx='60' cy='60' r='38'/%3E%3C/g%3E%3C/svg%3E");
}
.home-mosaic-c {
  background:
    radial-gradient(circle at 45% 50%, rgba(0, 110, 110, 0.14), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(0, 190, 190, 0.1), transparent 28%),
    linear-gradient(180deg, #030707 0%, #020303 58%, #000 100%),
    url("data:image/svg+xml,%3Csvg width='88' height='88' viewBox='0 0 88 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2300bebe' stroke-opacity='.13' stroke-width='1'%3E%3Cpath d='M44 0v88M0 44h88M22 0v88M66 0v88M0 22h88M0 66h88'/%3E%3C/g%3E%3C/svg%3E");
}
.home-hero-shade {
  background:
    radial-gradient(circle at 50% 35%, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.93) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.76) 46%, rgba(0, 0, 0, 0.94));
}
.home-hero-glow { opacity: 0.28; }

.premium-card {
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(to bottom right, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 500ms;
}
.premium-card:hover {
  transform: translateY(-0.5rem);
  border-color: hsl(var(--teal) / 0.6);
  box-shadow: 0 20px 60px -15px hsl(var(--teal) / 0.5);
}
.premium-card.no-hover:hover {
  transform: none;
  border-color: rgba(255,255,255,0.1);
  box-shadow: none;
}

.premium-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid hsl(var(--teal) / 0.4);
  border-radius: 9999px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background-color: hsl(var(--teal) / 0.1);
  color: hsl(var(--teal));
}

.premium-title {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #ffffff;
  line-height: 1.05;
}

.premium-accent {
  color: hsl(var(--teal));
  text-shadow: 0 0 20px hsl(var(--teal) / 0.6), 0 0 40px hsl(var(--teal) / 0.3);
  font-weight: 600;
}

.premium-divider {
  width: 6rem;
  height: 2px;
  margin: 2rem auto;
  background: linear-gradient(to right, transparent, hsl(var(--teal)), transparent);
}
.premium-divider.mx-0 { margin-left: 0; margin-right: 0; }

.premium-icon-box {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid hsl(var(--teal) / 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms;
  background-color: hsl(var(--teal) / 0.1);
}
.group:hover .premium-icon-box {
  transform: scale(1.1);
  background-color: hsl(var(--teal));
}

.premium-corner-accent {
  position: absolute;
  top: 0; right: 0;
  width: 4rem; height: 4rem;
  opacity: 0;
  transition: opacity 500ms;
  pointer-events: none;
  background: linear-gradient(to bottom left, hsl(var(--teal) / 0.2), transparent);
}
.group:hover .premium-corner-accent { opacity: 1; }

/* === NAVBAR === */
.navbar-scrolled {
  background-color: rgba(0,0,0,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid hsl(var(--teal) / 0.2);
  box-shadow: 0 4px 20px -4px hsl(var(--teal) / 0.05);
}
.navbar-top {
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Dropdown */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 18rem;
  margin-top: 0.35rem;
  background-color: rgba(0,0,0,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid hsl(var(--teal) / 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem;
  box-shadow: 0 20px 40px -10px hsl(var(--teal) / 0.1);
  z-index: 100;
}
.dropdown::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.5rem;
}
.dropdown:hover .dropdown-content,
.dropdown.open .dropdown-content { display: block; }

#mobile-menu { display: none; }
#mobile-menu.open { display: block; }

/* === ANIMATIONS === */
@keyframes fade-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scale-in {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes bounce-y {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}
@keyframes pulse-anim {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.animate-fade-in { animation: fade-in 0.6s ease-out forwards; }
.animate-scale-in { animation: scale-in 0.5s ease-out forwards; }
.animate-bounce { animation: bounce-y 1.5s ease-in-out infinite; }
.animate-pulse { animation: pulse-anim 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }

/* === CAROUSEL === */
.carousel-slide {
  position: absolute;
  inset: 0;
  transition: opacity 2000ms ease-in-out;
  opacity: 0;
}
.carousel-slide.active { opacity: 1; }

.service-carousel-slide {
  position: absolute;
  inset: 0;
  transition: opacity 700ms;
  opacity: 0;
  pointer-events: none;
}
.service-carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

/* === MODAL === */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal-overlay.open { display: flex; animation: fade-in 0.3s ease-out; }
.modal-box { animation: scale-in 0.3s ease-out; }

/* === MISC UTILS === */
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.will-change-transform { will-change: transform; }
.scroll-mt-24 { scroll-margin-top: 6rem; }

/* === TEAL SHADOW VARIANTS === */
.shadow-teal-sm { box-shadow: 0 4px 20px -4px hsl(var(--teal) / 0.2); }
.shadow-teal-md { box-shadow: 0 8px 30px -8px hsl(var(--teal) / 0.3); }
.shadow-teal-lg { box-shadow: 0 20px 60px -15px hsl(var(--teal) / 0.4); }
.shadow-teal-xl { box-shadow: 0 20px 60px -10px hsl(var(--teal) / 0.5); }

/* Indicator dots */
.dot-indicator {
  height: 4px;
  border-radius: 9999px;
  transition: all 500ms;
  background-color: rgba(255,255,255,0.2);
  width: 1rem;
  cursor: pointer;
  border: none;
}
.dot-indicator.active {
  background-color: hsl(var(--teal));
  width: 2.5rem;
}
.dot-indicator-sm {
  width: 0.5rem; height: 0.5rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 300ms;
  background-color: rgba(255,255,255,0.4);
}
.dot-indicator-sm.active {
  background-color: hsl(var(--teal));
  width: 1.5rem;
}

/* === CONVERSION UX === */
.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  border-top: 1px solid hsl(var(--teal) / 0.35);
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 -18px 50px -28px hsl(var(--teal) / 0.7);
}

.conversion-panel {
  border: 1px solid hsl(var(--teal) / 0.28);
  background:
    linear-gradient(145deg, rgba(0, 137, 137, 0.2), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.55);
  box-shadow: 0 30px 80px -45px hsl(var(--teal) / 0.75);
}

.hero-proof-pill {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.42);
}

@media (max-width: 767px) {
  .has-sticky-cta { padding-bottom: 88px; }
  .has-sticky-cta a[data-whatsapp-source="floating_button"] { display: none !important; }
  .mobile-sticky-cta { display: block; }
  .premium-card:hover {
    transform: none;
    box-shadow: none;
  }
}


/* === C2B CONDOMINIOS & EV BRANCHES — 2026-07-09 === */
.c2b-container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.c2b-hero {
  position: relative;
  overflow: hidden;
  padding: 8.5rem 0 4.5rem;
  min-height: 82vh;
  display: flex;
  align-items: center;
  background: #000;
}
.c2b-hero-bg, .c2b-hero-shade, .c2b-hero-glow, .c2b-hero-mosaic, .c2b-section-mosaic {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.c2b-hero-bg {
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(0.86) contrast(1.05);
}
.c2b-hero-shade {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.82) 48%, rgba(0,0,0,0.72) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.75), #000 92%);
}
.c2b-hero-glow { opacity: 0.55; }
.c2b-hero-mosaic { opacity: 0.06; }
.c2b-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 2rem;
  align-items: center;
}
.c2b-title {
  margin: 0 0 1.35rem;
  color: #fff;
  font-size: clamp(2.55rem, 6vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 300;
}
.c2b-lead {
  color: rgb(209 213 219);
  max-width: 680px;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.75;
  margin: 0 0 1.75rem;
  font-weight: 300;
}
.c2b-eyebrow { margin-bottom: 1rem; }
.c2b-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}
.c2b-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.95rem 1.35rem;
  border-radius: 0.72rem;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  transition: transform 240ms ease, opacity 240ms ease, border-color 240ms ease, background 240ms ease;
  text-decoration: none;
}
.c2b-btn:hover { transform: translateY(-2px); }
.c2b-btn-primary {
  color: #fff;
  background: hsl(var(--teal));
  box-shadow: 0 16px 42px -18px hsl(var(--teal) / 0.85);
}
.c2b-btn-primary:hover { opacity: 0.92; }
.c2b-btn-secondary {
  color: #fff;
  border: 1px solid hsl(var(--teal) / 0.42);
  background: rgba(255,255,255,0.055);
}
.c2b-btn-secondary:hover { border-color: hsl(var(--teal) / 0.75); background: rgba(0,137,137,0.12); }
.c2b-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.35rem;
  max-width: 700px;
}
.c2b-proof-grid span {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.46);
  color: rgb(209 213 219);
  border-radius: 0.65rem;
  padding: 0.85rem 0.9rem;
  font-size: 0.86rem;
}
.c2b-intent-panel {
  border: 1px solid hsl(var(--teal) / 0.3);
  border-radius: 1.1rem;
  padding: 1.4rem;
  background:
    linear-gradient(145deg, rgba(0,137,137,0.2), rgba(255,255,255,0.035)),
    rgba(0,0,0,0.72);
  box-shadow: 0 30px 80px -48px hsl(var(--teal) / 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.c2b-panel-kicker {
  color: hsl(var(--teal));
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 0.65rem;
}
.c2b-intent-panel h2 {
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.08;
  font-weight: 300;
  margin: 0 0 0.85rem;
}
.c2b-intent-panel p {
  color: rgb(156 163 175);
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.c2b-intent-list {
  display: grid;
  gap: 0.65rem;
}
.c2b-intent-list a, .c2b-anchor-row a {
  border: 1px solid rgba(255,255,255,0.1);
  color: rgb(229 231 235);
  background: rgba(0,0,0,0.35);
  border-radius: 0.7rem;
  padding: 0.9rem 1rem;
  text-decoration: none;
  transition: border-color 240ms ease, background 240ms ease, color 240ms ease;
}
.c2b-intent-list a:hover, .c2b-anchor-row a:hover { border-color: hsl(var(--teal) / 0.65); color: #fff; background: rgba(0,137,137,0.14); }
.c2b-anchor-strip {
  position: sticky;
  top: 80px;
  z-index: 40;
  background: rgba(0,0,0,0.86);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.c2b-anchor-row {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.78rem 0;
  scrollbar-width: none;
}
.c2b-anchor-row::-webkit-scrollbar { display: none; }
.c2b-anchor-row a {
  white-space: nowrap;
  font-size: 0.82rem;
  padding: 0.65rem 0.85rem;
}
.c2b-section, .c2b-service-section {
  position: relative;
  overflow: hidden;
  background: #000;
}
.c2b-section { padding: 5.5rem 0; }
.c2b-service-section { padding: 5.5rem 0; border-top: 1px solid rgba(255,255,255,0.06); }
.c2b-service-highlight {
  background: radial-gradient(circle at 18% 20%, rgba(0,137,137,0.14), transparent 38%), #000;
}
.c2b-section-head {
  max-width: 820px;
  margin: 0 auto 2.35rem;
  text-align: center;
}
.c2b-section-title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 300;
  margin: 0 0 1rem;
}
.c2b-section-head p {
  color: rgb(156 163 175);
  line-height: 1.75;
  margin: 0;
  font-size: 1.02rem;
}
.c2b-cards-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.c2b-small-card {
  padding: 1.25rem;
  min-height: 145px;
}
.c2b-small-card strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 0.55rem;
}
.c2b-small-card span {
  color: rgb(156 163 175);
  font-size: 0.9rem;
  line-height: 1.6;
}
.c2b-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 2rem;
  align-items: center;
}
.c2b-service-grid.reverse { grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr); }
.c2b-service-copy h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.65rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 300;
  margin: 0 0 1rem;
}
.c2b-service-lead, .c2b-offer-card p, .c2b-branch-copy p {
  color: rgb(156 163 175);
  line-height: 1.75;
  margin: 0 0 1.25rem;
}
.c2b-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.45rem;
  display: grid;
  gap: 0.75rem;
}
.c2b-check-list li {
  position: relative;
  color: rgb(209 213 219);
  line-height: 1.55;
  padding-left: 1.65rem;
}
.c2b-check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: hsl(var(--teal));
  box-shadow: 0 0 18px hsl(var(--teal) / 0.8);
}
.c2b-check-list.compact li { font-size: 0.92rem; }
.c2b-service-media, .c2b-branch-media {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.035);
  box-shadow: 0 30px 80px -55px hsl(var(--teal) / 0.65);
}
.c2b-service-media img, .c2b-branch-media img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.c2b-media-caption {
  color: rgb(209 213 219);
  padding: 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  background: linear-gradient(135deg, rgba(0,137,137,0.13), rgba(255,255,255,0.02));
}
.c2b-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.c2b-offer-card {
  padding: 1.6rem;
}
.c2b-offer-card h2 {
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 300;
  margin: 0 0 1rem;
}
.c2b-branch-grid {
  display: grid;
  gap: 1.25rem;
}
.c2b-branch-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}
.c2b-branch-card.featured {
  border-color: hsl(var(--teal) / 0.34);
  background: linear-gradient(135deg, rgba(0,137,137,0.12), rgba(255,255,255,0.025));
}
.c2b-branch-copy {
  padding: 1.65rem;
}
.c2b-branch-copy h3 {
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.85rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 300;
  margin: 0 0 1rem;
}
.c2b-branch-media img { height: 100%; min-height: 410px; }
@media (max-width: 1023px) {
  .c2b-hero-grid, .c2b-service-grid, .c2b-service-grid.reverse, .c2b-offer-grid, .c2b-branch-card {
    grid-template-columns: 1fr;
  }
  .c2b-service-grid.reverse .c2b-service-media { order: 2; }
  .c2b-service-grid.reverse .c2b-service-copy { order: 1; }
  .c2b-cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .c2b-container { width: min(100% - 1.25rem, 1120px); }
  .c2b-hero { min-height: auto; padding: 7.1rem 0 2.75rem; }
  .c2b-hero-shade {
    background:
      linear-gradient(to bottom, rgba(0,0,0,0.92), rgba(0,0,0,0.78) 42%, #000 96%);
  }
  .c2b-title { font-size: clamp(2.35rem, 12vw, 3.35rem); letter-spacing: -0.052em; }
  .c2b-lead { font-size: 1rem; line-height: 1.65; }
  .c2b-cta-row { display: grid; grid-template-columns: 1fr; }
  .c2b-btn { width: 100%; min-height: 3.5rem; padding: 1rem 1.05rem; }
  .c2b-proof-grid { grid-template-columns: 1fr; }
  .c2b-intent-panel { padding: 1.05rem; }
  .c2b-anchor-strip { top: 72px; }
  .c2b-section, .c2b-service-section { padding: 3.5rem 0; }
  .c2b-section-head { text-align: left; margin-bottom: 1.6rem; }
  .c2b-section-title, .c2b-service-copy h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .c2b-cards-4 { grid-template-columns: 1fr; }
  .c2b-small-card { min-height: unset; }
  .c2b-service-media img { height: 280px; }
  .c2b-branch-media img { min-height: 260px; height: 260px; }
  .c2b-branch-copy, .c2b-offer-card { padding: 1.1rem; }
  .c2b-branch-copy h3 { font-size: clamp(1.75rem, 9vw, 2.35rem); }
  .c2b-btn:hover { transform: none; }
}
