/*
Theme Name: JVR Lovable Landing
Theme URI: https://localwp.com/
Author: Codex
Description: WordPress port of the Lovable pediatric audiology landing page.
Version: 1.5.4
Requires at least: 6.0
Text Domain: jvr-lovable
*/

:root {
  --radius: 0.875rem;
  --background: #fbfaf7;
  --foreground: #26343d;
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.24 0.04 220);
  --primary: #4fa9b2;
  --primary-foreground: #ffffff;
  --primary-soft: #e5f5f6;
  --muted: #f0f2f1;
  --muted-foreground: #6e7478;
  --accent: #eef2f1;
  --accent-foreground: #26343d;
  --cta: #4fa9b2;
  --cta-foreground: #ffffff;
  --whatsapp: oklch(0.62 0.16 150);
  --whatsapp-foreground: oklch(0.99 0.005 80);
  --border: #d9e5e6;
  --input: #d9e5e6;
  --shadow-soft: 0 4px 20px -6px color-mix(in oklab, var(--primary) 18%, transparent);
  --shadow-card: 0 10px 30px -12px color-mix(in oklab, var(--primary) 22%, transparent);
  --shadow-glow: 0 18px 50px -18px color-mix(in oklab, var(--cta) 45%, transparent);
  --gradient-hero: linear-gradient(135deg, color-mix(in oklab, var(--primary-soft) 90%, white), color-mix(in oklab, var(--accent) 60%, white));
  --gradient-warm: linear-gradient(180deg, var(--background), color-mix(in oklab, var(--primary-soft) 60%, var(--background)));
  --font-display: "Fraunces", Georgia, serif;
  --font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .jvr-topbar { top: 32px; }
a { color: inherit; text-decoration: none; }
img, iframe, svg { display: block; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  font-weight: 500;
}
button, input, textarea { font: inherit; }
a,
button,
.jvr-service-card,
.jvr-card,
.jvr-mini-card,
.jvr-reason,
.jvr-review,
.jvr-step,
.jvr-feature-icon,
.jvr-floating-whatsapp span,
.jvr-floating-whatsapp svg {
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.jvr-page { min-height: 100vh; padding-bottom: 5rem; }
.jvr-container { width: min(100% - 2rem, 72rem); margin-inline: auto; }
.jvr-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
  background: color-mix(in oklab, var(--background) 85%, transparent);
  backdrop-filter: blur(12px);
}
.jvr-nav { display: flex; align-items: center; justify-content: space-between; padding-block: .65rem; }
.jvr-logo-link { display: inline-flex; align-items: center; min-width: 0; }
.jvr-logo { width: clamp(10rem, 20vw, 15.5rem); height: auto; }
.jvr-footer-logo { width: min(100%, 18rem); height: auto; margin-bottom: .75rem; }
.jvr-brand { display: flex; align-items: center; gap: .5rem; }
.jvr-brand-mark, .jvr-soft-icon, .jvr-feature-icon, .jvr-small-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.jvr-brand-mark { width: 2.25rem; height: 2.25rem; border-radius: 999px; background: var(--primary); color: var(--primary-foreground); }
.jvr-brand-text { font-family: var(--font-display); font-size: 1.125rem; line-height: 1.15; }
.jvr-brand-subtitle { display: block; font: 400 .75rem/1.2 var(--font-sans); color: var(--muted-foreground); letter-spacing: 0; }
.jvr-nav-actions { display: none; align-items: center; gap: .35rem; }
.jvr-nav-actions > a, .jvr-nav-dropdown > a, .jvr-nav-dropdown > button {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  border-radius: 999px;
  padding: .625rem .8rem;
  color: color-mix(in oklab, var(--foreground) 82%, transparent);
  font-size: .9rem;
  font-weight: 600;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.jvr-nav-actions > a:hover, .jvr-nav-dropdown > a:hover, .jvr-nav-dropdown > button:hover { background: var(--muted); color: var(--primary); transform: translateY(-1px); }
.jvr-nav-actions > .jvr-button {
  background: var(--cta);
  color: var(--cta-foreground);
  box-shadow: var(--shadow-glow);
  padding-inline: 1rem;
}
.jvr-nav-actions > .jvr-button:hover {
  background: color-mix(in oklab, var(--cta) 90%, black);
  color: var(--cta-foreground);
}
.jvr-nav-dropdown { position: relative; }
.jvr-nav-dropdown > a, .jvr-nav-dropdown > button {
  gap: .45rem;
}
.jvr-nav-dropdown > a::after, .jvr-nav-dropdown > button::after {
  content: "";
  width: .42rem;
  height: .42rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-.12rem) rotate(45deg);
}
.jvr-nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: grid;
  width: 20rem;
  gap: .15rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--card);
  padding: .5rem;
  box-shadow: var(--shadow-card);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-.25rem);
  transition: opacity .16s ease, transform .16s ease;
}
.jvr-nav-dropdown:hover .jvr-nav-menu,
.jvr-nav-dropdown:focus-within .jvr-nav-menu,
.jvr-nav-dropdown.is-open .jvr-nav-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.jvr-nav-menu a { border-radius: .7rem; padding: .65rem .75rem; font-size: .88rem; font-weight: 600; color: var(--foreground); }
.jvr-nav-menu a:hover { background: var(--primary-soft); color: var(--primary); transform: translateX(3px); }
.jvr-mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--card);
  color: var(--foreground);
  padding: 0;
  box-shadow: 0 1px 4px color-mix(in oklab, var(--primary) 8%, transparent);
  cursor: pointer;
}
.jvr-mobile-menu-toggle::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}
.jvr-mobile-menu-toggle span:not(.screen-reader-text) {
  display: none;
}
.jvr-mobile-menu-toggle .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.jvr-mobile-menu {
  display: none;
  border-top: 1px solid var(--border);
  background: color-mix(in oklab, var(--background) 98%, white);
  padding: .75rem 1rem 1rem;
  box-shadow: var(--shadow-soft);
}
.jvr-mobile-menu.is-open { display: grid; }
.jvr-mobile-menu a,
.jvr-mobile-services summary {
  border-radius: .75rem;
  padding: .78rem .85rem;
  color: var(--foreground);
  font-size: .96rem;
  font-weight: 650;
}
.jvr-mobile-services summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}
.jvr-mobile-services summary::-webkit-details-marker { display: none; }
.jvr-mobile-services summary::after {
  content: "";
  width: .48rem;
  height: .48rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-.12rem) rotate(45deg);
  transition: transform .18s ease;
}
.jvr-mobile-services[open] summary::after {
  transform: translateY(.08rem) rotate(225deg);
}
.jvr-mobile-services-list {
  display: grid;
  gap: .15rem;
  margin: .15rem 0 .35rem;
  padding-left: .75rem;
}
.jvr-mobile-services:not([open]) .jvr-mobile-services-list {
  display: none;
}
.jvr-mobile-services-list a {
  color: color-mix(in oklab, var(--foreground) 82%, transparent);
  font-size: .9rem;
  font-weight: 600;
}
.jvr-mobile-menu a:hover,
.jvr-mobile-menu a:focus,
.jvr-mobile-services summary:hover,
.jvr-mobile-services summary:focus {
  background: var(--primary-soft);
  color: var(--primary);
  transform: translateX(3px);
}

.jvr-section-hero, .jvr-section-book { position: relative; overflow: hidden; }
.jvr-page-hero { position: relative; overflow: hidden; background: var(--gradient-hero); }
.jvr-page-hero-inner { max-width: 56rem; padding-block: 5rem; text-align: center; }
.jvr-page-hero .jvr-pill { margin-inline: auto; }
.jvr-page-hero h1 { margin-top: 1rem; font-size: clamp(2.45rem, 7vw, 4.5rem); line-height: 1.05; }
.jvr-page-hero p { margin: 1.2rem auto 0; max-width: 46rem; color: color-mix(in oklab, var(--foreground) 78%, transparent); font-size: 1.15rem; line-height: 1.7; }
.jvr-page-hero .jvr-actions { justify-content: center; }
.jvr-service-hero-form { display: none; }
.jvr-section-hero::before, .jvr-section-book::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gradient-hero);
}
.jvr-hero-grid { display: grid; gap: 2.5rem; align-items: center; padding-block: 3.5rem; }
.jvr-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-radius: 999px;
  background: var(--card);
  color: var(--primary);
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  box-shadow: 0 1px 4px color-mix(in oklab, var(--primary) 8%, transparent);
}
.jvr-hero h1 { margin-top: 1rem; font-size: clamp(2.5rem, 8vw, 3.75rem); line-height: 1.05; }
.jvr-lead { margin-top: 1.25rem; font-size: 1.125rem; line-height: 1.65; color: color-mix(in oklab, var(--foreground) 80%, transparent); }
.jvr-copy { margin-top: .75rem; line-height: 1.65; color: var(--muted-foreground); }
.jvr-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.jvr-button {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .625rem 1rem;
  color: var(--foreground);
  background: var(--card);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
  cursor: pointer;
}
.jvr-button:hover { transform: translateY(-2px); }
.jvr-button-lg { min-height: 2.75rem; padding-inline: 1.5rem; font-size: 1rem; }
.jvr-button-cta { background: var(--cta); color: var(--cta-foreground); box-shadow: var(--shadow-glow); }
.jvr-button-cta:hover { background: color-mix(in oklab, var(--cta) 90%, black); }
.jvr-button-outline { border-color: color-mix(in oklab, var(--primary) 30%, transparent); color: var(--primary); background: transparent; }
.jvr-button-outline:hover { background: color-mix(in oklab, var(--primary) 5%, transparent); }
.jvr-button-whatsapp { background: var(--whatsapp); color: var(--whatsapp-foreground); }
.jvr-button-whatsapp .jvr-whatsapp-icon { width: 1.15rem; height: 1.15rem; }
.jvr-button-whatsapp:hover { background: color-mix(in oklab, var(--whatsapp) 90%, black); }
.jvr-button:disabled { opacity: .7; cursor: wait; transform: none; }

.jvr-check-list { display: grid; gap: .5rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.jvr-check-list li, .jvr-reason, .jvr-info-list li { display: flex; align-items: center; gap: .5rem; color: color-mix(in oklab, var(--foreground) 85%, transparent); }
.jvr-check-list li { font-size: .875rem; }
.jvr-icon, .jvr-icon-md, .jvr-icon-lg { stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; flex: 0 0 auto; }
.jvr-icon { width: 1rem; height: 1rem; }
.jvr-icon-md { width: 1.25rem; height: 1.25rem; }
.jvr-icon-lg { width: 1.5rem; height: 1.5rem; }
.jvr-text-primary { color: var(--primary); }
.jvr-whatsapp-icon,
.jvr-whatsapp-icon path {
  fill: currentColor;
  stroke: none;
}

.jvr-hero-media { position: relative; }
.jvr-hero-media::before {
  content: "";
  position: absolute;
  inset: -1rem;
  border-radius: 2rem;
  background: color-mix(in oklab, var(--primary) 10%, transparent);
  filter: blur(32px);
}
.jvr-hero-media img { position: relative; width: 100%; border-radius: 1.75rem; object-fit: cover; box-shadow: var(--shadow-card); }
.jvr-trust-card {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: -1.25rem;
  border-radius: 1rem;
  background: color-mix(in oklab, var(--card) 95%, transparent);
  padding: 1rem;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
}
.jvr-trust-card-inner { display: flex; align-items: center; gap: .75rem; }
.jvr-trust-title, .jvr-footer-title, .jvr-footer-heading { font-weight: 600; }
.jvr-trust-copy, .jvr-muted { color: var(--muted-foreground); font-size: .875rem; line-height: 1.55; }
.jvr-soft-icon { width: 2.5rem; height: 2.5rem; border-radius: 999px; background: var(--primary-soft); color: var(--primary); }

.jvr-section { padding-block: 4rem; }
.jvr-section-warm { background: var(--gradient-warm); }
.jvr-heading { max-width: 42rem; margin-inline: auto; text-align: center; }
.jvr-eyebrow { color: var(--primary); font-size: .875rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.jvr-heading h2 { margin-top: .5rem; font-size: clamp(1.875rem, 5vw, 2.25rem); line-height: 1.15; }
.jvr-heading p { margin-top: .75rem; color: var(--muted-foreground); line-height: 1.65; }

.jvr-grid-3, .jvr-grid-4, .jvr-grid-5, .jvr-grid-2, .jvr-reasons, .jvr-stats, .jvr-service-grid { display: grid; gap: 1.5rem; }
.jvr-grid-3, .jvr-grid-4, .jvr-grid-5, .jvr-reasons { margin-top: 3rem; }
.jvr-card, .jvr-step, .jvr-review, .jvr-mini-card {
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}
.jvr-card, .jvr-review { border-radius: 1rem; padding: 1.5rem; }
.jvr-card-head { display: flex; align-items: center; gap: .75rem; }
.jvr-feature-icon { width: 2.75rem; height: 2.75rem; border-radius: .75rem; background: var(--primary-soft); color: var(--primary); }
.jvr-feature-icon-accent { width: 3rem; height: 3rem; border-radius: 1rem; background: var(--accent); color: var(--accent-foreground); }
.jvr-card h3, .jvr-mini-card h3 { font-size: 1.25rem; line-height: 1.2; }
.jvr-card-title-spaced { margin-top: 1rem; }
.jvr-list { margin: 1rem 0 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.jvr-list li { display: flex; align-items: flex-start; gap: .5rem; font-size: .875rem; line-height: 1.45; color: color-mix(in oklab, var(--foreground) 85%, transparent); }
.jvr-list svg { margin-top: .125rem; }
.jvr-cta-band {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1rem;
  background: color-mix(in oklab, var(--accent) 50%, transparent);
  padding: 1.5rem;
  text-align: center;
}
.jvr-cta-band p { font-size: 1.125rem; font-weight: 500; }
.jvr-section.jvr-service-cta-section { padding-block: 0 4rem; }
.jvr-service-cta-band { margin-top: 0; }
.jvr-mini-card { border: 0; border-radius: 1rem; padding: 1.5rem; }
.jvr-benefit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8.5rem;
  text-align: center;
}
.jvr-mini-card p { margin-top: .5rem; color: var(--muted-foreground); font-size: .875rem; line-height: 1.55; }
.jvr-flow { margin-top: 3rem; border: 1px solid var(--border); border-radius: 1rem; background: var(--card); padding: 1.5rem; box-shadow: var(--shadow-soft); }
.jvr-flow-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .75rem 1.25rem; }
.jvr-flow-step { border-radius: 999px; background: var(--primary-soft); color: var(--primary); padding: .5rem 1rem; font-size: .875rem; font-weight: 500; }
.jvr-step { position: relative; border-radius: 1rem; padding: 1.25rem; }
.jvr-grid-5 { list-style: none; padding-left: 0; }
.jvr-step-label { position: absolute; top: -.75rem; left: 1.25rem; border-radius: 999px; background: var(--cta); color: var(--cta-foreground); padding: .125rem .625rem; font-size: .75rem; font-weight: 700; }
.jvr-step p { margin-top: .75rem; font-size: .875rem; font-weight: 500; line-height: 1.4; }
.jvr-note { margin-top: 2.5rem; border-radius: 1rem; background: var(--primary-soft); color: var(--primary); padding: 1.5rem; text-align: center; }
.jvr-reasons { gap: .75rem; }
.jvr-reason { border: 1px solid var(--border); border-radius: .75rem; background: var(--card); padding: .75rem 1rem; box-shadow: var(--shadow-soft); font-size: .875rem; font-weight: 500; }
.jvr-stats { margin-top: 3rem; border-radius: 1rem; background: var(--primary); color: var(--primary-foreground); padding: 2rem; }
.jvr-stat { text-align: center; }
.jvr-stat-value { font: 500 clamp(2.25rem, 7vw, 3rem)/1 var(--font-display); }
.jvr-stat-label { margin-top: .25rem; font-size: .875rem; opacity: .9; }
.jvr-stars { color: var(--cta); letter-spacing: .08em; }
.jvr-review blockquote { margin: .75rem 0 0; color: color-mix(in oklab, var(--foreground) 85%, transparent); line-height: 1.65; }
.jvr-review figcaption { margin-top: 1rem; color: var(--muted-foreground); font-size: .875rem; font-weight: 500; }

.jvr-trust-strip { border-block: 1px solid var(--border); background: color-mix(in oklab, var(--card) 85%, transparent); }
.jvr-trust-strip-grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .75rem clamp(1.5rem, 7vw, 5rem); padding-block: 1rem; }
.jvr-trust-strip span { display: flex; min-width: min(100%, 12rem); align-items: center; justify-content: center; gap: .5rem; color: color-mix(in oklab, var(--foreground) 82%, transparent); font-size: .9rem; font-weight: 600; }
.jvr-split { display: grid; gap: 2rem; align-items: start; }
.jvr-split h2 { margin-top: .5rem; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.1; }
.jvr-rich-copy { display: grid; gap: 1rem; color: color-mix(in oklab, var(--foreground) 82%, transparent); font-size: 1rem; line-height: 1.75; }
.jvr-rich-copy a, .jvr-service-card a { display: inline-flex; align-items: center; gap: .4rem; color: var(--primary); font-weight: 700; }
.jvr-rich-copy a svg, .jvr-service-card a svg { width: 1rem; height: 1rem; transition: transform .18s ease; }
.jvr-rich-copy a:hover svg, .jvr-service-card a:hover svg, .jvr-button:hover svg { transform: translateX(2px); }
.jvr-service-grid { margin-top: 3rem; }
.jvr-service-card {
  display: grid;
  align-content: start;
  gap: .9rem;
  min-height: 18rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--card);
  padding: 1.35rem;
  box-shadow: var(--shadow-soft);
}
.jvr-service-card:hover {
  border-color: color-mix(in oklab, var(--primary) 38%, var(--border));
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}
.jvr-service-card:hover .jvr-feature-icon {
  background: var(--primary);
  color: var(--primary-foreground);
  transform: scale(1.04);
}
.jvr-service-card h3 { font-size: 1.25rem; line-height: 1.18; }
.jvr-service-card p { color: var(--muted-foreground); font-size: .94rem; line-height: 1.6; }

.jvr-faq { max-width: 48rem; }
.jvr-accordion { margin-top: 2rem; }
.jvr-accordion details { border-bottom: 1px solid var(--border); }
.jvr-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.jvr-accordion summary::-webkit-details-marker { display: none; }
.jvr-accordion summary::after { content: "+"; color: var(--primary); font-size: 1.25rem; line-height: 1; }
.jvr-accordion details[open] summary::after { content: "-"; }
.jvr-accordion p { padding-bottom: 1rem; color: color-mix(in oklab, var(--foreground) 80%, transparent); line-height: 1.65; }

.jvr-local-grid, .jvr-book-grid { display: grid; gap: 2.5rem; align-items: center; }
.jvr-local-grid h2, .jvr-book-grid h2 { margin-top: .5rem; font-size: clamp(1.875rem, 5vw, 2.25rem); line-height: 1.15; }
.jvr-areas { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.jvr-area { display: inline-flex; align-items: center; gap: .375rem; border-radius: 999px; background: var(--card); padding: .375rem .75rem; font-size: .875rem; box-shadow: 0 1px 4px color-mix(in oklab, var(--primary) 8%, transparent); }
.jvr-map { overflow: hidden; border: 1px solid var(--border); border-radius: 1rem; box-shadow: var(--shadow-card); }
.jvr-map iframe { width: 100%; height: 360px; border: 0; }

.jvr-book-grid { align-items: flex-start; padding-block: 4rem; }
.jvr-info-list { display: grid; gap: .75rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.jvr-small-icon { width: 2.25rem; height: 2.25rem; border-radius: 999px; background: var(--card); color: var(--primary); box-shadow: 0 1px 4px color-mix(in oklab, var(--primary) 8%, transparent); }
.jvr-info-list a,
.jvr-footer a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: inherit;
}
.jvr-info-list a:hover,
.jvr-footer a:hover {
  color: var(--primary);
}
.jvr-form {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--card);
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
}
.jvr-form h3 { font-size: 1.5rem; }
.jvr-form-grid { display: grid; gap: 1rem; margin-top: 1.5rem; }
.jvr-field label { display: block; font-size: .875rem; font-weight: 500; }
.jvr-field input, .jvr-field textarea {
  width: 100%;
  margin-top: .375rem;
  border: 1px solid var(--input);
  border-radius: .375rem;
  background: var(--background);
  color: var(--foreground);
  padding: .625rem .75rem;
  outline: 0;
}
.jvr-field input:focus, .jvr-field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px color-mix(in oklab, var(--primary) 16%, transparent); }
.jvr-field textarea { min-height: 7rem; resize: vertical; }
.jvr-form .jvr-button { width: 100%; margin-top: 1.5rem; }
.jvr-form-note { margin-top: .75rem; text-align: center; color: var(--muted-foreground); font-size: .75rem; }
.jvr-form-compact {
  padding: 1.2rem;
  border-radius: .9rem;
  background: color-mix(in oklab, var(--card) 94%, transparent);
  backdrop-filter: blur(10px);
}
.jvr-form-compact h3 { font-size: 1.25rem; }
.jvr-form-compact .jvr-muted { margin-top: .35rem; }
.jvr-form-compact .jvr-form-grid { gap: .75rem; margin-top: 1rem; }
.jvr-form-compact .jvr-field label { font-size: .78rem; }
.jvr-form-compact .jvr-field input { margin-top: .3rem; padding: .55rem .7rem; font-size: .88rem; }
.jvr-form-compact .jvr-button { min-height: 2.45rem; margin-top: 1rem; }
.jvr-form-compact .jvr-form-note { margin-top: .6rem; font-size: .7rem; line-height: 1.35; }

.jvr-footer { border-top: 1px solid var(--border); background: var(--card); }
.jvr-footer-grid { display: grid; gap: 1.5rem; padding-block: 2.5rem; }
.jvr-footer-title { font-family: var(--font-display); font-size: 1.125rem; }
.jvr-footer p { color: color-mix(in oklab, var(--foreground) 80%, transparent); font-size: .875rem; line-height: 1.6; }
.jvr-footer-heading { color: var(--foreground) !important; }
.jvr-footer-contact,
.jvr-footer-legal { display: grid; gap: .4rem; margin-top: .5rem; }
.jvr-footer-contact svg { width: 1rem; height: 1rem; color: var(--primary); }
.jvr-footer-legal a { line-height: 1.45; }
.jvr-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem .75rem;
  border-top: 1px solid var(--border);
  padding: 1rem;
  color: var(--muted-foreground);
  text-align: center;
  font-size: .75rem;
}
.jvr-site-credit a {
  color: color-mix(in oklab, var(--primary) 92%, var(--foreground));
  font-weight: 700;
}
.jvr-site-credit a:hover { color: var(--primary); }

.jvr-floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  z-index: 40;
  display: none;
  align-items: center;
  gap: .55rem;
  color: var(--foreground);
}
.jvr-floating-whatsapp span {
  display: inline-flex;
  align-items: center;
  height: 2.35rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in oklab, var(--card) 96%, transparent);
  box-shadow: var(--shadow-soft);
  padding: 0 .85rem;
  white-space: nowrap;
  color: color-mix(in oklab, var(--foreground) 78%, transparent);
  font-size: .86rem;
  font-weight: 700;
}
.jvr-floating-whatsapp svg {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: var(--whatsapp);
  color: var(--whatsapp-foreground);
  box-shadow: 0 18px 50px -18px color-mix(in oklab, var(--whatsapp) 45%, transparent);
  padding: .9rem;
}
.jvr-floating-whatsapp:hover span {
  border-color: color-mix(in oklab, var(--primary) 30%, var(--border));
  box-shadow: var(--shadow-card);
}
.jvr-floating-whatsapp:hover svg {
  transform: translateY(-2px) scale(1.03);
}
.jvr-mobile-ctas {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 40;
  border-top: 1px solid var(--border);
  background: color-mix(in oklab, var(--background) 95%, transparent);
  padding: .5rem .75rem;
  backdrop-filter: blur(12px);
}
.jvr-mobile-ctas-inner { display: flex; gap: .5rem; }
.jvr-mobile-ctas a { flex: 1; }
.jvr-mobile-ctas .jvr-button { width: 100%; padding-inline: .5rem; }
.jvr-toast {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 80;
  width: min(calc(100% - 2rem), 32rem);
  transform: translate(-50%, -150%);
  border-radius: .75rem;
  background: var(--card);
  color: var(--foreground);
  padding: 1rem;
  box-shadow: var(--shadow-card);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}
.jvr-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.jvr-toast.is-error { border-left: 4px solid #d43f3a; }
.jvr-toast.is-success { border-left: 4px solid var(--whatsapp); }

@media (min-width: 640px) {
  .jvr-check-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jvr-trust-card { left: auto; right: 1.5rem; width: 18rem; }
  .jvr-form { padding: 2rem; }
  .jvr-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jvr-col-span-2 { grid-column: span 2; }
  .jvr-trust-strip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .jvr-page { padding-bottom: 0; }
  .jvr-nav-actions { display: flex; }
  .jvr-mobile-menu-toggle, .jvr-mobile-menu { display: none !important; }
  .jvr-hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 5rem; gap: 3rem; }
  .jvr-section { padding-block: 6rem; }
  .jvr-grid-2, .jvr-local-grid, .jvr-book-grid, .jvr-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jvr-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jvr-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .jvr-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
  .jvr-reasons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jvr-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jvr-cta-band { flex-direction: row; text-align: left; }
  .jvr-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jvr-split { grid-template-columns: .78fr 1.22fr; }
  .jvr-service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .jvr-trust-strip-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .jvr-floating-whatsapp { display: inline-flex; }
  .jvr-mobile-ctas { display: none; }
}
@media (min-width: 1024px) {
  .jvr-footer-grid { grid-template-columns: 1.1fr 1fr .75fr 1fr; }
  .jvr-service-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 23rem);
    align-items: center;
    gap: 3rem;
    max-width: 72rem;
    padding-block: 4.25rem;
    text-align: left;
  }
  .jvr-service-hero-inner .jvr-pill { margin-inline: 0; }
  .jvr-service-hero-inner h1 { font-size: clamp(3.25rem, 5.4vw, 4.65rem); }
  .jvr-service-hero-inner p { margin-inline: 0; }
  .jvr-service-hero-inner .jvr-actions { justify-content: flex-start; }
  .jvr-service-hero-form {
    display: block;
    justify-self: end;
    width: 100%;
  }
  .jvr-service-hero-form .jvr-form-grid { grid-template-columns: 1fr; }
  .jvr-service-hero-form .jvr-col-span-2 { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .jvr-button:hover,
  .jvr-service-card:hover,
  .jvr-service-card:hover .jvr-feature-icon,
  .jvr-nav-actions > a:hover,
  .jvr-nav-dropdown > a:hover,
  .jvr-nav-dropdown > button:hover,
  .jvr-nav-menu a:hover,
  .jvr-mobile-menu a:hover,
  .jvr-mobile-menu a:focus,
  .jvr-floating-whatsapp:hover svg {
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .jvr-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .jvr-logo { width: clamp(10rem, 46vw, 13rem); }
}
@media (max-width: 782px) {
  body.admin-bar .jvr-topbar { top: 46px; }
}
