/*
 * Delta source parity layer.
 * Values below are copied from src/styles.css and the Tailwind utilities used
 * by src/routes/index.tsx and src/components/site/SiteLayout.tsx.
 */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cairo-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Cairo Fallback";
  src: local("Segoe UI"),local("Tahoma"),local("Arial");
  size-adjust: 102%;
  ascent-override: 92%;
  descent-override: 32%;
  line-gap-override: 0%;
}
:root {
  --source-background: oklch(0.99 0.005 180);
  --source-foreground: oklch(0.22 0.03 220);
  --source-card: oklch(1 0 0);
  --source-primary: oklch(0.52 0.11 195);
  --source-primary-foreground: oklch(0.99 0 0);
  --source-secondary: oklch(0.95 0.02 190);
  --source-muted: oklch(0.96 0.01 200);
  --source-muted-foreground: oklch(0.48 0.03 220);
  --source-accent: oklch(0.78 0.14 75);
  --source-accent-foreground: oklch(0.22 0.05 60);
  --source-border: oklch(0.9 0.015 200);
}

body {
  background: var(--source-background);
  color: var(--source-foreground);
  font-family: Cairo,"Cairo Fallback",system-ui,-apple-system,sans-serif;
  line-height: 1.5;
}

.home .container {
  width: 100%;
  max-width: 1280px;
  padding-inline: 24px;
  margin-inline: auto;
}

/* Top strip: hidden below md, 32px high on desktop. */
.home .topbar {
  background: var(--source-primary);
  color: var(--source-primary-foreground);
  font-size: 12px;
  line-height: 16px;
}
.home .topbar-inner {
  min-height: 0;
  padding-block: 8px;
}
.home .topbar-group:first-child { gap: 20px; }
.home .topbar-group:last-child { gap: 16px; }
.home .topbar span,
.home .topbar a { gap: 6px; opacity: 1; }

/* Header copied from SiteLayout.tsx. */
.home .site-header {
  background: oklab(0.99 -0.005 0 / 0.8);
  border-bottom: 1px solid var(--source-border);
  backdrop-filter: blur(8px);
}
.home .header-inner {
  height: auto;
  min-height: 0;
  padding-block: 12px;
  gap: 8px;
  justify-content: space-between;
}
.home .brand { gap: 10px; }
.home .brand-mark,
.home .brand img,
.home .custom-logo {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  flex: 0 0 44px;
}
.home .brand-mark {
  display: grid;
  place-items: center;
  color: var(--source-primary-foreground);
  background: linear-gradient(to right bottom, var(--source-primary), oklab(0.52 -0.106252 -0.02847 / 0.7));
  box-shadow: 0 10px 15px -3px oklab(0.52 -0.106252 -0.02847 / 0.2), 0 4px 6px -4px oklab(0.52 -0.106252 -0.02847 / 0.2);
}
.home .brand-mark svg { width: 24px; height: 24px; }
.home .brand strong {
  color: var(--source-primary);
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}
.home .brand small {
  color: var(--source-muted-foreground);
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  margin-top: -2px;
}
.home .desktop-nav { margin-inline-start: 0; }
.home .nav-links { gap: 4px; }
.home .nav-links a {
  display: block;
  padding: 8px 16px;
  border-radius: 8px;
  color: color-mix(in oklab, var(--source-foreground) 80%, transparent);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.home .nav-links a[href*="/services/"] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.home .nav-links a[href*="/services/"]::after {
  content: "⌄";
  font-size: 13px;
  line-height: 1;
  transform: translateY(-2px);
}
.home .nav-links .current-menu-item > a,
.home .nav-links .current_page_item > a {
  color: var(--source-primary);
  background: color-mix(in oklab, var(--source-primary) 10%, transparent);
}
.home .header-wa {
  min-height: 0;
  padding: 10px 20px;
  gap: 8px;
  border-radius: 9999px;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  box-shadow: 0 4px 6px -1px oklab(0.78 0.036235 0.13523 / 0.3), 0 2px 4px -2px oklab(0.78 0.036235 0.13523 / 0.3);
}

/* Homepage hero copied from src/routes/index.tsx. */
.home .hero {
  isolation: auto;
  color: var(--source-primary-foreground);
  background: linear-gradient(to left bottom, var(--source-primary) 0%, oklab(0.52 -0.106252 -0.02847 / 0.95) 50%, oklab(0.52 -0.106252 -0.02847 / 0.7) 100%);
}
.home .hero::after { content: none; }
.home .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left bottom, oklab(0.52 -0.106252 -0.02847 / 0.9), oklab(0.52 -0.106252 -0.02847 / 0.85), oklab(0.52 -0.106252 -0.02847 / 0.8));
}
.home .hero-bg { opacity: .15; filter: grayscale(1); mix-blend-mode: luminosity; }
.home .hero-glow { z-index: auto; filter: blur(64px); }
.home .hero-glow-a { width: 384px; height: 384px; left: -128px; bottom: -128px; background: oklab(0.78 0.036235 0.13523 / 0.3); }
.home .hero-glow-b { width: 320px; height: 320px; right: -80px; top: -80px; background: rgba(255,255,255,.1); }
.home .hero-grid {
  z-index: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  padding-top: 96px;
  padding-bottom: 128px;
}
.home .eyebrow-light {
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9999px;
  background: rgba(255,255,255,.15);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}
.home .eyebrow-light i { width: 8px; height: 8px; box-shadow: none; }
.home .hero h1 {
  margin: 0 0 24px;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}
.home .hero-copy > p {
  max-width: 576px;
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.625;
  opacity: .9;
}
.home .button-row { gap: 12px; }
.home .hero .btn {
  min-height: 0;
  padding: 16px 28px;
  gap: 8px;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.home .hero .btn-accent {
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  box-shadow: 0 20px 25px -5px oklab(0.78 0.036235 0.13523 / .3), 0 8px 10px -6px oklab(0.78 0.036235 0.13523 / .3);
}
.home .hero .btn-accent svg { width: 20px; height: 20px; }
.home .hero .btn-ghost svg { width: 16px; height: 16px; }
.home .hero .btn-ghost {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  color: var(--source-primary-foreground);
  backdrop-filter: blur(8px);
}
.home .hero-stats { max-width: 448px; gap: 16px; margin-top: 40px; }
.home .hero-stats strong { color: var(--source-accent); font-size: 30px; line-height: 36px; }
.home .hero-stats span { margin-top: 4px; font-size: 12px; line-height: 16px; opacity: .8; }
.home .assessment-card {
  padding: 32px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 26px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
}
.home .assessment-card::before { inset: -16px; border-radius: 9999px; background: oklab(0.78 0.036235 0.13523 / .2); filter: blur(40px); }
.home .assessment-title { gap: 12px; margin-bottom: 24px; }
.home .assessment-title .icon-box { width: 48px; height: 48px; border-radius: 22px; background: var(--source-accent); color: var(--source-accent-foreground); }
.home .assessment-title strong { font-size: 18px; line-height: 28px; font-weight: 700; }
.home .assessment-title small { font-size: 14px; line-height: 20px; opacity: .8; }
.home .assessment-card ul { gap: 12px; margin-bottom: 0; }
.home .assessment-card li { gap: 10px; padding: 12px; border-radius: 18px; background: rgba(255,255,255,.05); font-size: 14px; line-height: 20px; }
.home .assessment-card .wide { width: 100%; margin-top: 24px; padding: 14px 0; border-radius: 22px; }

/* Trust strip and shared homepage sections. */
.home .trust-strip { background: color-mix(in oklab, var(--source-secondary) 30%, transparent); border-bottom: 1px solid var(--source-border); }
.home .trust-grid { padding-block: 32px; gap: 24px; }
.home .trust-item { gap: 12px; }
.home .trust-item .icon-box { width: 48px; height: 48px; border-radius: 18px; background: color-mix(in oklab, var(--source-primary) 10%, transparent); color: var(--source-primary); }
.home .trust-item strong { font-size: 14px; line-height: 20px; font-weight: 700; }
.home .trust-item small { font-size: 12px; line-height: 16px; color: var(--source-muted-foreground); }
.home .section { padding-top: 80px; padding-bottom: 80px; }
.home .section-soft { background: color-mix(in oklab, var(--source-secondary) 40%, transparent); }
.home .section-head { max-width: 672px; margin: 0 auto 56px; }
.home .section-head > span { color: var(--source-primary); font-size: 14px; line-height: 20px; font-weight: 700; }
.home .section-head h2 { margin: 8px 0 16px; font-size: 36px; line-height: 40px; font-weight: 900; letter-spacing: 0; }
.home .section-head p { margin: 0; color: var(--source-muted-foreground); line-height: 1.625; }
.home .card { background: var(--source-card); border: 1px solid var(--source-border); border-radius: 26px; }
.home .service-grid { gap: 24px; }
.home .service-card { padding: 28px; }
.home .service-icon { width: 56px; height: 56px; margin-bottom: 20px; border-radius: 22px; background: linear-gradient(to right bottom, var(--source-primary), oklab(0.52 -0.106252 -0.02847 / .7)); }
.home .service-card h3 { margin: 0 0 12px; font-size: 18px; line-height: 28px; font-weight: 700; }
.home .service-card ul { gap: 6px; margin-bottom: 20px; color: var(--source-muted-foreground); font-size: 14px; line-height: 20px; }
.home .service-card li { gap: 8px; }
.home .service-card li svg { margin-top: 2px; }
.home .text-link { gap: 4px; color: var(--source-primary); font-size: 14px; line-height: 20px; font-weight: 600; }
.home .service-grid + .center { margin-top: 56px; }
.home .steps-grid { gap: 16px; }
.home .step { padding: 20px; border-radius: 22px; }
.home .step b { color: color-mix(in oklab, var(--source-primary) 80%, transparent); font-size: 36px; line-height: 40px; }
.home .step h3 { margin: 0 0 4px; font-size: 16px; line-height: 24px; }
.home .step p { font-size: 12px; line-height: 19.5px; color: var(--source-muted-foreground); }

.home .team-grid { max-width: 1024px; gap: 24px; }
.home .team-grid .team-card { display: block; min-height: 287px; height: auto; padding: 28px; border-radius: 26px; box-shadow: none; text-align: right; }
.home .team-card::before { width: 160px; height: 160px; top: -64px; left: -64px; background: color-mix(in oklab, var(--source-primary) 5%, transparent); }
.home .team-grid .team-card > img { width: 112px !important; height: 112px !important; margin: 0 !important; border-radius: 22px !important; border: 2px solid color-mix(in oklab, var(--source-primary) 20%, transparent) !important; outline: 0; object-position: top; box-shadow: 0 10px 15px -3px color-mix(in oklab, var(--source-primary) 10%, transparent), 0 4px 6px -4px color-mix(in oklab, var(--source-primary) 10%, transparent); }
.home .team-grid .team-card > h3 { margin: 20px 0 0; color: var(--source-foreground); font-size: 18px; line-height: 1.375; font-weight: 700; text-align: right; }
.home .team-card p { margin: 4px 0 0; color: var(--source-primary); font-size: 14px; line-height: 20px; font-weight: 600; }
.home .team-meta { display: flex; align-items: center; justify-content: flex-start; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--source-border); }
.home .team-card small { display: inline-flex; align-items: center; gap: 4px; margin: 0; padding: 0; border: 0; color: var(--source-muted-foreground); font-size: 12px; line-height: 16px; }
.home .team-card small svg { width: 14px; height: 14px; color: var(--source-primary); }

.home .testimonials { background: linear-gradient(to bottom, oklch(0.38 0.09 205), oklch(0.28 0.07 215)); }
.home .testimonials .section-head > span { color: var(--source-accent); }
.home .testimonial-grid { gap: 20px; }
.home .testimonial-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.05); }
.home .testimonial-grid p { min-height: 0; margin: 0 0 16px; color: #fff; font-size: 15px; line-height: 1.625; }
.home .testimonial-grid strong { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 14px; line-height: 20px; }
.home .stars { margin-bottom: 12px; color: var(--source-accent); font-size: 16px; letter-spacing: 0; }
.home .stars { display: flex; gap: 2px; }
.home .stars svg { width: 16px; height: 16px; fill: currentColor; }

/* Facility gallery — LightboxGallery.tsx. */
.home .gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home .gallery-grid + * { margin-top: 0; }
.home .gallery-item { position: relative; aspect-ratio: 4/3; border-radius: 22px; }
.home .gallery-item img { transition-duration: 500ms; }
.home .gallery-hover { position: absolute; inset: 0; background: transparent; transition: background-color .15s; }
.home .gallery-item:hover .gallery-hover { background: color-mix(in oklab,var(--source-primary) 25%,transparent); }
.home .gallery-zoom { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9999px; color: var(--source-primary); background: color-mix(in oklab,var(--source-background) 85%,transparent); opacity: 0; transition: opacity .15s; }
.home .gallery-item:hover .gallery-zoom { opacity: 1; }
.home .gallery-zoom svg { width: 16px; height: 16px; }
.home .gallery-caption { position: absolute; inset-inline: 0; bottom: 0; padding: 28px 12px 12px; color: var(--source-primary-foreground); background: linear-gradient(to top,color-mix(in oklab,var(--source-primary) 85%,transparent),transparent); font-size: 12px; line-height: 16px; font-weight: 600; text-align: right; }

/* Conditions and treatment technologies. */
.home .condition-grid { gap: 16px; }
.home .condition { padding: 20px; gap: 12px; border-radius: 22px; }
.home .condition .icon-box { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 18px; background: color-mix(in oklab,var(--source-primary) 10%,transparent); color: var(--source-primary); }
.home .condition h3 { margin: 0 0 4px; font-size: 16px; line-height: 24px; font-weight: 700; }
.home .condition p { margin: 0; color: var(--source-muted-foreground); font-size: 14px; line-height: 1.625; }
.home .tech-grid { gap: 20px; }
.home .tech { padding: 20px; border-radius: 22px; }
.home .tech > div { margin-bottom: 12px; }
.home .tech .icon-box { width: 44px; height: 44px; border-radius: 18px; background: color-mix(in oklab,var(--source-primary) 10%,transparent); color: var(--source-primary); }
.home .tech small { padding: 4px 10px; border: 1px solid var(--source-border); border-radius: 9999px; background: color-mix(in oklab,var(--source-secondary) 70%,transparent); font-size: 11px; line-height: 16px; font-weight: 700; }
.home .tech h3 { margin: 0 0 6px; font-size: 16px; line-height: 24px; font-weight: 700; }
.home .tech p { margin: 0; color: var(--source-muted-foreground); font-size: 14px; line-height: 1.625; }

/* Why Delta and coverage areas. */
.home .why-grid { gap: 20px; }
.home .why { padding: 24px; border-radius: 22px; }
.home .why .service-icon { margin: 0 auto 16px; background: color-mix(in oklab,var(--source-primary) 10%,transparent); color: var(--source-primary); }
.home .why h3 { margin: 0 0 8px; font-size: 16px; line-height: 24px; font-weight: 700; }
.home .why p { margin: 0; color: var(--source-muted-foreground); font-size: 14px; line-height: 1.625; }
.home .areas { padding-block: 64px; background: color-mix(in oklab,var(--source-primary) 5%,transparent); }
.home .areas .container { max-width: 1152px; }
.home .areas .section-head { margin-bottom: 40px; }
.home .areas .section-head h2 { margin-bottom: 12px; }
.home .area-list { gap: 10px; }
.home .area-list span { gap: 6px; padding: 8px 16px; border-radius: 9999px; background: var(--source-card); border: 1px solid var(--source-border); color: var(--source-foreground); font-size: 14px; line-height: 20px; font-weight: 600; }
.home .area-list svg { width: 14px; height: 14px; }

/* FAQ component. */
.home .narrow { max-width: 896px; }
.home .faq-list { gap: 12px; }
.home .faq { padding: 20px; border-radius: 22px; overflow: visible; }
.home .faq summary { padding: 0; align-items: center; }
.home .faq-question { display: flex; align-items: center; gap: 12px; font-size: 16px; line-height: 24px; font-weight: 700; }
.home .faq-question svg { width: 20px; height: 20px; color: var(--source-primary); flex: 0 0 20px; }
.home .faq-plus { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9999px; background: color-mix(in oklab,var(--source-primary) 10%,transparent); color: var(--source-primary); font-size: 20px; line-height: 1; transition: transform .15s; }
.home .faq > div { padding: 16px 0 0 32px; color: var(--source-muted-foreground); font-size: 14px; line-height: 1.625; }
.home .faq > div p { margin: 0; }
.home .faq[open] { border-color: color-mix(in oklab,var(--source-primary) 40%,transparent); box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1); }
.home .faq[open] .faq-plus { transform: rotate(45deg); }

/* Source comparison cards. */
.home .comparison { color: var(--source-foreground); background: color-mix(in oklab,var(--source-secondary) 40%,transparent); }
.home .comparison .container { max-width: 1152px; }
.home .comparison-grid { max-width: none; gap: 20px; }
.home .compare-card { position: relative; padding: 28px; border-radius: 26px; }
.home .compare-card.muted { background: var(--source-card); border: 1px solid var(--source-border); }
.home .compare-card.featured { overflow: hidden; color: var(--source-primary-foreground); background: linear-gradient(to left bottom,var(--source-primary),color-mix(in oklab,var(--source-primary) 85%,transparent)); border: 0; box-shadow: 0 20px 25px -5px color-mix(in oklab,var(--source-primary) 20%,transparent),0 8px 10px -6px color-mix(in oklab,var(--source-primary) 20%,transparent); }
.home .compare-glow { position: absolute; width: 160px; height: 160px; top: -40px; left: -40px; border-radius: 9999px; background: color-mix(in oklab,var(--source-accent) 20%,transparent); filter: blur(40px); }
.home .compare-card h3 { position: relative; display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px; padding: 4px 12px; border: 1px solid var(--source-border); border-radius: 9999px; color: var(--source-muted-foreground); font-size: 14px; line-height: 20px; font-weight: 700; }
.home .compare-card.featured h3 { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.2); color: inherit; }
.home .compare-card h3 i { width: 8px; height: 8px; border-radius: 9999px; background: color-mix(in oklab,var(--source-muted-foreground) 50%,transparent); }
.home .compare-card.featured h3 i { background: var(--source-accent); }
.home .compare-card ul { position: relative; gap: 12px; }
.home .compare-card li { align-items: flex-start; gap: 10px; color: var(--source-muted-foreground); font-size: 14px; line-height: 20px; }
.home .compare-card.featured li { color: inherit; }
.home .compare-card li b { width: 16px; height: 16px; display: grid; place-items: center; flex: 0 0 16px; margin-top: 4px; border: 1px solid var(--source-border); border-radius: 9999px; color: var(--source-muted-foreground); font-size: 10px; line-height: 1; }
.home .compare-card li svg { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; color: var(--source-accent); }

/* Latest articles. */
.home .articles-head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.home .articles-head > div { max-width: 576px; }
.home .articles-head > div > span { color: var(--source-primary); font-size: 14px; line-height: 20px; font-weight: 700; }
.home .articles-head h2 { margin: 8px 0 12px; font-size: 36px; line-height: 40px; font-weight: 900; }
.home .articles-head p { margin: 0; color: var(--source-muted-foreground); line-height: 1.625; }
.home .articles-all { display: inline-flex; align-items: center; gap: 8px; color: var(--source-primary); font-weight: 700; }
.home .articles-all svg { width: 16px; height: 16px; }
.home .article-grid { gap: 24px; }
.home .article-card { display: block; border-radius: 26px; color: inherit; }
.home .article-image { aspect-ratio: 1200/630; overflow: hidden; background: var(--source-muted); }
.home .article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.home .article-card:hover .article-image img { transform: scale(1.05); }
.home .article-card > div:last-child { padding: 24px; }
.home .article-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--source-muted-foreground); font-size: 12px; line-height: 16px; }
.home .article-meta span { padding: 2px 10px; border-radius: 9999px; background: color-mix(in oklab,var(--source-primary) 10%,transparent); color: var(--source-primary); font-size: 12px; font-weight: 700; }
.home .article-meta small { font-size: inherit; }
.home .article-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.375; font-weight: 700; }
.home .article-card p { display: -webkit-box; margin: 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: var(--source-muted-foreground); font-size: 14px; line-height: 1.625; }

/* Insurance partners. */
.home .partners { padding-block: 48px; border-block: 1px solid var(--source-border); background: color-mix(in oklab,var(--source-primary) 5%,transparent); }
.home .partners .container { max-width: 1152px; }
.home .partners .section-head { margin-bottom: 24px; }
.home .partners .section-head h2 { margin-bottom: 8px; font-size: 30px; line-height: 36px; }
.home .partners .section-head p { font-size: 14px; line-height: 20px; }
.home .partner-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.home .partner-list span { min-height: 0; display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 18px; background: var(--source-card); border: 1px solid var(--source-border); color: var(--source-foreground); font-size: 14px; line-height: 20px; font-weight: 700; }
.home .partner-list svg { width: 16px; height: 16px; color: var(--source-primary); }

/* Pricing cards. */
.home .pricing-section { max-width: 1152px; }
.home .pricing-section .section-head { margin-bottom: 48px; }
.home .pricing-section .section-head h2 { margin-bottom: 12px; }
.home .pricing-grid { max-width: none; gap: 20px; }
.home .price { position: relative; display: block; padding: 28px; border-radius: 26px; }
.home .price.highlighted { color: var(--source-primary-foreground); background: linear-gradient(to left bottom,var(--source-primary),color-mix(in oklab,var(--source-primary) 85%,transparent)); border-color: var(--source-primary); transform: translateY(-8px); box-shadow: 0 20px 25px -5px color-mix(in oklab,var(--source-primary) 20%,transparent),0 8px 10px -6px color-mix(in oklab,var(--source-primary) 20%,transparent); }
.home .price > b { position: absolute; top: -12px; right: 24px; margin: 0; padding: 4px 12px; border-radius: 9999px; background: var(--source-accent); color: var(--source-accent-foreground); font-size: 12px; line-height: 16px; font-weight: 900; }
.home .price h3 { margin: 0 0 8px; font-size: 20px; line-height: 28px; font-weight: 900; }
.home .price > p { flex: none; margin: 0 0 20px; color: var(--source-muted-foreground); font-size: 14px; line-height: 1.625; }
.home .price.highlighted > p { color: color-mix(in oklab,var(--source-primary-foreground) 90%,transparent); }
.home .price ul { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; font-size: 14px; line-height: 20px; }
.home .price li { display: flex; align-items: flex-start; gap: 8px; }
.home .price li svg { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; color: var(--source-primary); }
.home .price.highlighted li svg { color: var(--source-accent); }
.home .price .btn { width: 100%; margin-top: 0; padding: 12px 20px; border-radius: 9999px; font-size: 14px; line-height: 20px; font-weight: 700; }
.home .price .btn-outline { background: var(--source-secondary); color: var(--source-foreground); border: 1px solid var(--source-border); }
.home .pricing-note { margin: 24px 0 0; color: var(--source-muted-foreground); font-size: 12px; line-height: 16px; text-align: center; }

/* Final call to action — no image background in the source component. */
.home .final-cta { padding: 80px 0; background: transparent; color: var(--source-primary-foreground); }
.home .final-cta::after { content: none; }
.home .final-cta .container { max-width: 1152px; }
.home .final-cta-card { position: relative; overflow: hidden; padding: 56px; border-radius: 26px; background: linear-gradient(to left,var(--source-primary),color-mix(in oklab,var(--source-primary) 80%,transparent)); text-align: center; }
.home .final-cta-glow { position: absolute; width: 256px; height: 256px; top: -64px; left: -64px; border-radius: 9999px; background: color-mix(in oklab,var(--source-accent) 30%,transparent); filter: blur(64px); }
.home .final-cta-content { position: relative; }
.home .final-cta-content > svg { display: block; width: 48px; height: 48px; margin: 0 auto 16px; color: var(--source-accent); }
.home .final-cta h2 { margin: 0 0 16px; font-size: 36px; line-height: 40px; font-weight: 900; }
.home .final-cta p { max-width: 576px; margin: 0 auto 32px; opacity: .9; }
.home .final-cta .button-row { justify-content: center; }
.home .final-cta .btn { gap: 8px; padding: 16px 32px; border-radius: 9999px; font-weight: 700; }
.home .final-cta .btn-accent svg { width: 20px; height: 20px; }
.home .final-cta .btn-ghost svg { width: 16px; height: 16px; }

/* WhatsApp lead form. */
.home .lead-card { padding: 40px; border-radius: 26px; background: linear-gradient(to left bottom,var(--source-card),color-mix(in oklab,var(--source-secondary) 40%,transparent)); box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1); }
.home .lead-card header { margin-bottom: 32px; text-align: center; }
.home .lead-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; padding: 6px 16px; border: 1px solid color-mix(in oklab,var(--source-accent) 30%,transparent); border-radius: 9999px; background: color-mix(in oklab,var(--source-accent) 15%,transparent); color: var(--source-accent-foreground); font-size: 12px; line-height: 16px; font-weight: 700; }
.home .lead-badge svg { width: 14px; height: 14px; }
.home .lead-card header h2 { margin: 0 0 8px; font-size: 30px; line-height: 36px; font-weight: 900; }
.home .lead-card header p { margin: 0; color: var(--source-muted-foreground); font-size: 14px; line-height: 20px; }
.home .whatsapp-lead { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.home .whatsapp-lead .form-grid { display: contents; }
.home .form-grid label { display: block; gap: 0; color: inherit; font-size: 16px; line-height: 24px; }
.home .form-grid .other-service[hidden] { display: none; }
.home .form-grid label > span { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; color: color-mix(in oklab,var(--source-foreground) 80%,transparent); font-size: 12px; line-height: 16px; font-weight: 700; }
.home .form-grid label > span svg { width: 14px; height: 14px; color: var(--source-primary); }
.home .form-grid input,.home .form-grid textarea,.home .form-grid select { width: 100%; padding: 12px 16px; border: 1px solid var(--source-border); border-radius: 18px; background: var(--source-background); color: var(--source-foreground); font: inherit; font-size: 14px; line-height: 20px; outline: 0; }
.home .form-grid textarea { resize: none; }
.home .form-grid input:focus,.home .form-grid textarea:focus,.home .form-grid select:focus { border-color: var(--source-primary); box-shadow: 0 0 0 2px color-mix(in oklab,var(--source-primary) 20%,transparent); }
.home .char-count { display: block; margin-top: 4px; color: var(--source-muted-foreground); font-size: 11px; line-height: 16.5px; text-align: left; }
.home .lead-actions { grid-column: 1/-1; display: flex; align-items: center; gap: 12px; padding-top: 8px; }
.home .lead-actions .btn { gap: 8px; margin: 0; padding: 16px 24px; border-radius: 9999px; }
.home .lead-actions .btn-wa { flex: 1; background: var(--source-accent); color: var(--source-accent-foreground); font-size: 16px; font-weight: 900; box-shadow: 0 10px 15px -3px color-mix(in oklab,var(--source-accent) 30%,transparent),0 4px 6px -4px color-mix(in oklab,var(--source-accent) 30%,transparent); }
.home .lead-actions .btn-call { background: var(--source-secondary); border: 1px solid var(--source-border); color: var(--source-foreground); font-size: 14px; font-weight: 700; }
.home .lead-actions .btn-wa svg { width: 20px; height: 20px; }
.home .lead-actions .btn-call svg { width: 16px; height: 16px; }
.home .lead-privacy { grid-column: 1/-1; margin: 0; color: var(--source-muted-foreground); font-size: 11px; line-height: 16.5px; text-align: center; }
.home .lead-section .form-status { grid-column: 1/-1; margin: 0; text-align: center; }
.home .lead-section .form-status:empty { display: none; }

/* SiteLayout.tsx footer and floating contact button. */
.delta-site .site-footer { margin-top: 96px; padding-top: 0; color: #fff; background: linear-gradient(to bottom,oklch(0.35 0.08 210),oklch(0.24 0.06 220)); }
.delta-site .site-footer .footer-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 40px; padding-top: 56px; padding-bottom: 56px; }
.delta-site .footer-brand { gap: 10px; margin-bottom: 16px; color: #fff; }
.delta-site .footer-brand .brand-mark { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 18px; background: rgba(255,255,255,.15); color: #fff; box-shadow: none; }
.delta-site .footer-brand .brand-mark svg { width: 24px; height: 24px; }
.delta-site .footer-brand strong { color: #fff; font-size: 18px; line-height: 28px; font-weight: 800; }
.delta-site .footer-brand small { color: rgba(255,255,255,.8); font-size: 11px; line-height: 16px; }
.delta-site .site-footer p { margin: 0; color: rgba(255,255,255,.95); font-size: 14px; line-height: 1.625; }
.delta-site .site-footer h3 { display: inline-block; margin: 0 0 16px; padding: 2px 10px; border-radius: 6px; background: color-mix(in oklab,var(--source-accent) 90%,transparent); color: var(--source-accent-foreground); font-size: 14px; line-height: 20px; font-weight: 700; }
.delta-site .site-footer ul,.delta-site .footer-links,.delta-site .footer-nav-links { gap: 8px; }
.delta-site .site-footer li,.delta-site .site-footer a { color: rgba(255,255,255,.95); font-size: 14px; line-height: 20px; }
.delta-site .contact-list { gap: 10px !important; }
.delta-site .contact-list li,.delta-site .contact-list a { gap: 8px; }
.delta-site .contact-list svg { width: 16px; height: 16px; margin-top: 2px; color: currentColor; }
.delta-site .site-footer .emergency { display: inline-block; width: fit-content; margin-top: 8px; padding: 2px 10px; border-radius: 6px; background: var(--source-accent); color: var(--source-accent-foreground) !important; font-weight: 600; }
.delta-site .social-links { margin-top: 20px; gap: 8px; }
.delta-site .social-links a { width: 36px; height: 36px; border-radius: 9999px; background: rgba(255,255,255,.1); }
.delta-site .social-links svg { width: 16px; height: 16px; }
.delta-site .copyright { padding-block: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.85); font-size: 12px; line-height: 16px; }
.delta-site .floating-wa { right: auto; left: 16px; bottom: 24px; width: 56px; height: 56px; background: var(--source-accent); color: var(--source-accent-foreground); box-shadow: 0 25px 50px -12px color-mix(in oklab,var(--source-accent) 40%,transparent); }
.delta-site .floating-wa svg { width: 28px; height: 28px; }

@media (max-width: 1023px) {
  .home .desktop-nav { display: none; }
  .home .menu-toggle { display: grid; }
  .home .hero-grid { grid-template-columns: 1fr; }
  .home .service-grid,.home .condition-grid,.home .tech-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home .team-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .home .testimonial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home .pricing-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .home .topbar { display: none; }
  .home .container { padding-inline: 24px; }
  .home .header-inner { padding-block: 12px; }
  .home .menu-toggle {
    width: 36px;
    height: 36px;
    margin-inline-start: auto;
    padding: 8px;
    border-radius: 14px;
    color: var(--source-foreground);
    font-size: 16px;
  }
  .home .menu-toggle svg { width: 20px; height: 20px; }
  .home .header-wa { display: none; }
  .home .hero-grid { padding-top: 64px; padding-bottom: 96px; }
  .home .hero h1 { font-size: 36px; line-height: 1.15; }
  .home .hero-copy > p { font-size: 18px; line-height: 1.625; }
  .home .section-head h2 { font-size: 30px; line-height: 36px; }
  .home .service-grid,.home .condition-grid,.home .tech-grid,.home .team-grid,.home .testimonial-grid,.home .article-grid,.home .pricing-grid { grid-template-columns: 1fr; }
  .home .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .home .comparison-grid { grid-template-columns: 1fr; }
  .home .price.highlighted { transform: none; }
  .home .final-cta-card { padding: 40px 24px; }
  .home .final-cta h2,.home .articles-head h2 { font-size: 30px; line-height: 36px; }
  .home .lead-card { padding: 24px; }
  .home .lead-card header h2 { font-size: 24px; line-height: 32px; }
  .home .whatsapp-lead { grid-template-columns: 1fr; }
  .home .lead-actions { flex-direction: column; }
  .home .lead-actions .btn { width: 100%; }
  .delta-site .site-footer .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .delta-site .site-footer { padding-bottom: 0; }
  .delta-site .site-footer .copyright { width: 100%; padding-inline: 0; }
  .delta-site .floating-wa { bottom: 80px; }
  .delta-site .mobile-contact-bar { display: none; }
}

@media (max-width: 639px) {
  .home .hero .button-row { display: flex; flex-wrap: wrap; }
  .home .hero .btn { width: auto; }
  .home .trust-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home .steps-grid,.home .why-grid { grid-template-columns: 1fr; }
  .delta-site .mobile-contact-bar { display: grid; height: auto; grid-template-columns: repeat(2,minmax(0,1fr)); background: color-mix(in oklab,var(--source-background) 95%,transparent); border-top: 1px solid var(--source-border); box-shadow: none; backdrop-filter: blur(8px); }
  .delta-site .mobile-contact-bar a { padding: 14px 0; color: var(--source-foreground); font-size: 14px; line-height: 20px; font-weight: 700; }
  .delta-site .mobile-contact-bar a:first-child { border-left: 1px solid var(--source-border); color: var(--source-foreground); }
  .delta-site .mobile-contact-bar a:first-child svg { color: var(--source-primary); }
  .delta-site .mobile-contact-bar a:last-child { background: var(--source-accent); color: var(--source-accent-foreground); }
}
