@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

:root {
  --bg: #070b12;
  --bg-soft: #0f172a;
  --surface: #ffffff;
  --surface-muted: #f1f5f9;
  --text: #0f172a;
  --text-strong: #020617;
  --muted: #64748b;
  --line: rgba(15, 23, 42, 0.1);
  --primary: #ea580c;
  --primary-hover: #c2410c;
  --accent: #f59e0b;
  --accent-soft: rgba(245, 158, 11, 0.15);
  --shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.08), 0 12px 24px -8px rgba(15, 23, 42, 0.12);
  --shadow-hover: 0 12px 28px -6px rgba(15, 23, 42, 0.18), 0 4px 8px -2px rgba(15, 23, 42, 0.08);
  --shadow-card: 0 2px 4px rgba(15, 23, 42, 0.04), 0 16px 40px -12px rgba(15, 23, 42, 0.14);
  --radius: 14px;
  --radius-lg: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  color: var(--text);
  line-height: 1.6;
  background-color: #e2e8f0;
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(234, 88, 12, 0.08), transparent 50%),
    linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 45%, #cbd5e1 100%);
  background-attachment: fixed;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 1000;
}

/* Sticky site header: utility strip (phone/email) + main bar (logo, nav, CTA) — typical trades / local business pattern */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.98) 0%, rgba(15, 23, 42, 0.96) 100%);
  border-bottom: 1px solid rgba(234, 88, 12, 0.35);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.header-utility {
  background: rgba(2, 6, 23, 0.88);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.header-utility-inner {
  padding: 7px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-utility__line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  font-size: 0.8rem;
  color: #94a3b8;
}

.header-utility__region {
  font-weight: 600;
  color: #cbd5e1;
}

.header-utility__tel,
.header-utility__email {
  color: #fdba74;
  font-weight: 600;
}

.header-utility__tel:hover,
.header-utility__email:hover {
  color: #fff;
}

.header-main {
  position: relative;
}

.header-main-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.logo__name {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.logo__tagline {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  margin-left: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 12px 20px;
  flex: 1;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 10px;
}

.nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  display: inline-block;
  color: #cbd5e1;
  font-size: 0.94rem;
  font-weight: 500;
}

.nav-list a:hover {
  color: #fff;
}

.nav-list a.active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Social + CTA grouped at the end of the nav row */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px 20px;
  margin-left: 20px;
  flex-shrink: 0;
}

.nav .header-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.nav .header-social a {
  font-weight: 500;
}

.social-btn--compact {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}

.social-btn--compact:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

.social-btn--compact .social-icon-img {
  width: 18px;
  height: 18px;
}

.nav-cta {
  flex-shrink: 0;
  font-size: 0.87rem;
  font-weight: 700;
  padding: 10px 18px;
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 11, 18, 0.94) 0%, rgba(15, 23, 42, 0.9) 42%, rgba(124, 45, 18, 0.52) 100%),
    url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1920&q=60") center/cover no-repeat;
  background-attachment: scroll;
  color: #fff;
  padding: 92px 0 88px;
  box-shadow: inset 0 -1px 0 rgba(234, 88, 12, 0.3);
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 20%, transparent 75%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 85% 55% at 75% 15%, rgba(234, 88, 12, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 45% at 10% 80%, rgba(59, 130, 246, 0.08), transparent 50%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 640px;
}

.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 4px;
}

.hero-badge-row .eyebrow {
  margin: 0;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffedd5;
  background: rgba(234, 88, 12, 0.35);
  border: 1px solid rgba(251, 146, 60, 0.45);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hero-title {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.hero .lead {
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.65;
  color: #e2e8f0;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0 8px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat {
  text-align: left;
  padding-right: 8px;
}

.hero-stat__value {
  display: block;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #ffffff 0%, #fdba74 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero-stat__value {
    color: #fdba74;
  }
}

.hero-stat__label {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.btn-lg {
  padding: 14px 22px;
  font-size: 1rem;
  border-radius: 12px;
}

.page-hero {
  background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 55%, #e2e8f0 100%);
  padding: 56px 0 46px;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.page-hero h1 {
  color: var(--text-strong);
  letter-spacing: -0.03em;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: start;
}

.eyebrow {
  color: #fdba74;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0 0 12px;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-strong);
}

h3 {
  margin-top: 0;
  font-weight: 700;
  color: var(--text-strong);
}

.lead {
  max-width: 700px;
  color: #dbe4ef;
  margin-top: 14px;
}

.lead-dark {
  color: var(--muted);
  max-width: 720px;
  margin-top: 10px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(180deg, #fb923c 0%, var(--primary) 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #f97316 0%, var(--primary-hover) 100%);
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.5);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.75);
}

.btn-small {
  padding: 9px 14px;
  font-size: 0.88rem;
}

.btn-block {
  width: 100%;
}

.trust-points {
  margin: 16px 0 0;
  padding-left: 18px;
  color: #dbe4ef;
}

.hero-checklist {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.hero-checklist li {
  position: relative;
  padding: 10px 0 10px 2.25rem;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 0.95rem;
  font-weight: 500;
}

.hero-checklist li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 6px;
  background: linear-gradient(145deg, #fb923c, var(--primary));
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.45);
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.35rem;
  text-align: center;
}

.hero-card {
  position: relative;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 50%, rgba(15, 23, 42, 0.25) 100%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: calc(var(--radius-lg) + 2px);
  padding: 26px 26px 24px;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  align-self: stretch;
}

.hero-card__accent {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, transparent, var(--accent), var(--primary), transparent);
  opacity: 0.95;
}

.hero-card__label {
  margin: 0 0 8px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fdba74;
}

.hero-card__title {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

.hero-card__text {
  margin: 0 0 20px;
  color: #cbd5e1;
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero-card__footnote {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 0.8rem;
  color: #94a3b8;
}

.hero-card__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.35);
}

.hero-card .btn-primary {
  margin-top: 4px;
}

.section {
  padding: 72px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  position: relative;
}

.alt {
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.95) 0%, rgba(226, 232, 240, 0.85) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.section-head {
  margin-bottom: 28px;
  max-width: 720px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 2px;
  margin-top: 14px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.page-hero .eyebrow {
  color: #c2410c;
}

.grid {
  display: grid;
  gap: 16px;
}

.cards-4 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  position: relative;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  padding: 22px 22px 22px 24px;
  box-shadow: var(--shadow-card);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: var(--radius) 0 0 var(--radius);
  background: linear-gradient(180deg, var(--accent) 0%, var(--primary) 100%);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(234, 88, 12, 0.22);
}

.card p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: 0.95rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-card);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.gallery-item img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.gallery-item figcaption {
  padding: 10px 12px;
  font-weight: 600;
  font-size: 0.92rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
}

.video-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.video-card h3 {
  margin: 0;
  padding: 12px 14px 16px;
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
}

.checklist {
  padding-left: 18px;
  color: var(--muted);
}

.info-box,
.contact-card {
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-card);
}

.contact-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 1fr;
}

.contact-form {
  display: grid;
  gap: 10px;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-card);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 11px;
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(245, 158, 11, 0.3);
  border-color: var(--primary);
}

.small {
  color: var(--muted);
  font-size: 0.9rem;
}

.related-links {
  margin: 20px 0 0;
  padding-left: 18px;
}

.related-links li {
  margin-bottom: 6px;
}

.breadcrumbs {
  font-size: 0.9rem;
  color: var(--muted);
  padding: 14px 0 0;
}

.breadcrumbs a {
  color: #c2410c;
  font-weight: 600;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.quick-lead {
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.95) 0%, rgba(254, 215, 170, 0.35) 50%, rgba(241, 245, 249, 0.9) 100%);
  border-top: 1px solid rgba(234, 88, 12, 0.12);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.quick-lead-form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  align-items: end;
}

.quick-lead-form .full {
  grid-column: 1 / -1;
}

.site-footer {
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  color: #94a3b8;
  padding: 32px 0;
  border-top: 3px solid var(--primary);
}

.site-footer a {
  color: #fdba74;
  font-weight: 600;
}

.site-footer a:hover {
  color: #fff;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-basis: 100%;
  margin-top: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.site-footer .footer-social a {
  font-weight: 500;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.social-btn:focus-visible {
  outline: 2px solid #fdba74;
  outline-offset: 2px;
}

.social-btn--facebook {
  background: #1877f2;
}

.social-btn--instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.social-btn--youtube {
  background: #ff0000;
}

.social-btn--whatsapp {
  background: #25d366;
}

.social-icon-img {
  display: block;
  width: 22px;
  height: 22px;
}

@media (max-width: 920px) {
  .hero-layout,
  .two-col,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 480px;
  }
}

@media (max-width: 560px) {
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 0;
    text-align: center;
  }

  .hero-stat {
    text-align: center;
    padding-right: 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .header-utility__line {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--bg-soft);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-direction: column;
    align-items: stretch;
    padding: 8px 4% 16px;
    gap: 0;
    flex: none;
    justify-content: flex-start;
  }

  .nav.open {
    display: flex;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .nav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .nav-list a {
    padding: 12px 4px;
  }

  .nav-actions {
    margin-left: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding-top: 14px;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav .header-social {
    justify-content: center;
    gap: 10px;
    padding: 4px 0;
  }

  .social-btn--compact {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .social-btn--compact .social-icon-img {
    width: 20px;
    height: 20px;
  }

  .nav-cta {
    margin-top: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
