/* FDR public visual system — Fernanda concept v1
   Isolated visual layer. No clinical or booking behavior lives here. */

:root {
  --fernanda-navy: #0f3342;
  --fernanda-petrol: #145064;
  --fernanda-blue: #1976d2;
  --fernanda-sky: #edf7fb;
  --fernanda-paper: #fbfcfc;
  --fernanda-ink: #112f3a;
  --fernanda-muted: #607784;
  --fernanda-line: #d9e6eb;
  --fernanda-coral: #f48a7a;
  --fernanda-lavender: #9f8bd8;
  --fernanda-shadow: 0 24px 70px rgba(17, 47, 58, .10);
}

.fdr-v1-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.fdr-v1-eyebrow {
  margin: 0;
  color: var(--fernanda-petrol);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.fdr-v1-title {
  margin: 10px 0 0;
  color: var(--fernanda-ink);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 900;
}

.fdr-v1-copy {
  color: var(--fernanda-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.fdr-v1-hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 86% 16%, rgba(87, 197, 229, .32), transparent 32rem),
    linear-gradient(118deg, #0b2d3b 0%, #11465a 58%, #257891 120%);
}

.fdr-v1-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -48% auto;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 0 0 5rem rgba(255,255,255,.025), 0 0 0 10rem rgba(255,255,255,.02);
}

.fdr-v1-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
  min-height: 650px;
  padding-block: 76px;
}

.fdr-v1-hero h1 {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 900;
}

.fdr-v1-hero-copy {
  max-width: 690px;
  margin-top: 24px;
  color: rgba(255,255,255,.76);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
}

.fdr-v1-search {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  max-width: 760px;
  margin-top: 30px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
}

.fdr-v1-search input,
.fdr-v1-search select {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 13px;
  background: white;
  color: var(--fernanda-ink);
  padding: 0 14px;
  font: inherit;
  outline: none;
}

.fdr-v1-search button,
.fdr-v1-primary,
.fdr-v1-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 13px;
  padding: 0 20px;
  font-size: .9rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.fdr-v1-search button,
.fdr-v1-primary {
  border: 1px solid var(--fernanda-blue);
  background: var(--fernanda-blue);
  color: white;
  box-shadow: 0 12px 30px rgba(25, 118, 210, .24);
}

.fdr-v1-secondary {
  border: 1px solid var(--fernanda-line);
  background: white;
  color: var(--fernanda-ink);
}

.fdr-v1-search button:hover,
.fdr-v1-primary:hover,
.fdr-v1-secondary:hover { transform: translateY(-1px); }

.fdr-v1-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.fdr-v1-hero-actions .fdr-v1-secondary {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
  color: white;
}

.fdr-v1-visual-stack {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 240px 170px;
  gap: 13px;
}

.fdr-v1-visual-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}

.fdr-v1-visual-card:first-child { grid-column: 1 / -1; }
.fdr-v1-visual-card img { width: 100%; height: 100%; object-fit: cover; display: block; }

.fdr-v1-visual-note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.05));
}

.fdr-v1-visual-note strong {
  font-size: 1.65rem;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.fdr-v1-trustbar {
  border-bottom: 1px solid var(--fernanda-line);
  background: white;
}

.fdr-v1-trustbar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding-block: 12px;
}

.fdr-v1-trust-item { padding: 14px 18px; border-right: 1px solid var(--fernanda-line); }
.fdr-v1-trust-item:last-child { border-right: 0; }
.fdr-v1-trust-item span { color: #7c919b; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fdr-v1-trust-item strong { display: block; margin-top: 4px; color: var(--fernanda-ink); font-size: .92rem; }

.fdr-v1-section { padding-block: 86px; }
.fdr-v1-section-soft { background: var(--fernanda-sky); border-block: 1px solid var(--fernanda-line); }

.fdr-v1-section-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.fdr-v1-section-head > div:first-child { max-width: 760px; }
.fdr-v1-section-head .fdr-v1-copy { max-width: 620px; margin: 14px 0 0; }

.fdr-v1-audiences {
  display: grid;
  grid-template-columns: repeat(7, minmax(0,1fr));
  gap: 10px;
  margin-top: 32px;
}

.fdr-v1-audience {
  min-height: 118px;
  padding: 16px 12px;
  border: 1px solid var(--fernanda-line);
  border-radius: 20px;
  background: white;
  text-align: center;
  color: var(--fernanda-ink);
}

.fdr-v1-audience-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--fernanda-sky);
  color: var(--fernanda-petrol);
  font-size: 1.2rem;
  font-weight: 900;
}

.fdr-v1-audience strong { display:block; font-size:.82rem; line-height:1.25; }

.fdr-v1-national-grid {
  display: grid;
  grid-template-columns: 330px minmax(0,1fr);
  gap: 24px;
  align-items: stretch;
}

.fdr-v1-map-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid #c9dfe8;
  border-radius: 28px;
  background: linear-gradient(180deg, #f5fbfe 0%, #e3f2f7 100%);
  padding: 28px;
}

.fdr-v1-map-panel::before {
  content: "";
  position: absolute;
  top: 88px;
  left: 50%;
  width: 74px;
  height: 330px;
  transform: translateX(-50%) rotate(4deg);
  border-radius: 55% 40% 58% 35% / 8% 16% 10% 22%;
  background: linear-gradient(180deg, #2c8aa3 0%, #155165 72%, #0f3342 100%);
  clip-path: polygon(52% 0, 66% 8%, 58% 17%, 73% 26%, 61% 35%, 69% 45%, 53% 57%, 63% 68%, 48% 79%, 57% 91%, 43% 100%, 32% 92%, 41% 80%, 28% 68%, 38% 55%, 25% 43%, 39% 31%, 30% 19%, 44% 8%);
  opacity: .92;
}

.fdr-v1-map-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  padding: 16px;
  color: var(--fernanda-muted);
  font-size: .84rem;
  line-height: 1.55;
  box-shadow: 0 12px 28px rgba(17,47,58,.08);
}

.fdr-v1-professional-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.fdr-v1-professional-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  border: 1px solid var(--fernanda-line);
  border-radius: 24px;
  background: white;
  padding: 22px;
  box-shadow: 0 14px 40px rgba(17,47,58,.06);
}

.fdr-v1-professional-top { display:flex; gap:14px; align-items:flex-start; }
.fdr-v1-avatar {
  width: 58px; height: 58px; flex: 0 0 58px; display:grid; place-items:center;
  border-radius:18px; color:white; font-size:1.25rem; font-weight:900;
  background:linear-gradient(145deg,var(--fernanda-navy),var(--fernanda-petrol));
}
.fdr-v1-professional-card h3 { margin:2px 0 0; color:var(--fernanda-ink); font-size:1.12rem; font-weight:900; }
.fdr-v1-professional-card p { margin:5px 0 0; color:var(--fernanda-muted); font-size:.85rem; line-height:1.5; }
.fdr-v1-badges { display:flex; flex-wrap:wrap; gap:6px; margin-top:14px; }
.fdr-v1-badge { border-radius:999px; background:#eef5f7; color:#45626f; padding:6px 9px; font-size:.69rem; font-weight:800; }
.fdr-v1-professional-actions { margin-top:auto; display:grid; grid-template-columns:1fr 1fr; gap:8px; padding-top:18px; }
.fdr-v1-professional-actions a, .fdr-v1-professional-actions span { min-height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center; text-align:center; font-size:.78rem; font-weight:900; text-decoration:none; }

.fdr-v1-product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.fdr-v1-product-card {
  position:relative;
  overflow:hidden;
  min-height:360px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--fernanda-line);
  border-radius:28px;
  background:white;
  padding:28px;
  box-shadow:var(--fernanda-shadow);
}
.fdr-v1-product-card::before { content:""; position:absolute; inset:0 0 auto; height:5px; background:var(--fernanda-blue); }
.fdr-v1-product-card.education::before { background:var(--fernanda-lavender); }
.fdr-v1-product-card.centers::before { background:var(--fernanda-coral); }
.fdr-v1-product-kicker { font-size:.68rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; color:#758c96; }
.fdr-v1-product-card h3 { margin:14px 0 0; font-size:1.65rem; line-height:1.05; letter-spacing:-.04em; color:var(--fernanda-ink); font-weight:900; }
.fdr-v1-product-card p { color:var(--fernanda-muted); line-height:1.7; }
.fdr-v1-product-visual { height:118px; margin:22px 0; border-radius:20px; display:grid; place-items:center; background:linear-gradient(145deg,#edf7fb,#dfeff4); color:var(--fernanda-petrol); font-weight:900; letter-spacing:-.03em; }
.fdr-v1-product-card.education .fdr-v1-product-visual { background:linear-gradient(145deg,#f4f0ff,#ebe5ff); color:#6753a5; }
.fdr-v1-product-card.centers .fdr-v1-product-visual { background:linear-gradient(145deg,#fff1ee,#ffe7e2); color:#a85245; }
.fdr-v1-product-card .fdr-v1-primary, .fdr-v1-product-card .fdr-v1-secondary { margin-top:auto; align-self:flex-start; }

.fdr-v1-news-strip {
  display:grid;
  grid-template-columns:220px repeat(3,1fr);
  border:1px solid var(--fernanda-line);
  border-radius:24px;
  overflow:hidden;
  background:white;
}
.fdr-v1-news-lead { padding:24px; background:var(--fernanda-navy); color:white; }
.fdr-v1-news-lead strong { display:block; font-size:1.25rem; line-height:1.1; }
.fdr-v1-news-item { padding:24px; border-left:1px solid var(--fernanda-line); }
.fdr-v1-news-item span { color:#82959e; font-size:.67rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.fdr-v1-news-item strong { display:block; margin-top:9px; color:var(--fernanda-ink); font-size:.95rem; line-height:1.35; }

.fdr-v1-territory {
  position:relative;
  overflow:hidden;
  min-height:330px;
  display:flex;
  align-items:end;
  color:white;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.14), transparent 18rem),
    linear-gradient(125deg,#123542,#1f6474 62%,#6d8c8d 140%);
}
.fdr-v1-territory::before {
  content:"";
  position:absolute;
  inset:auto -8% -25% 24%;
  height:75%;
  background:linear-gradient(155deg,transparent 0 37%,rgba(255,255,255,.08) 38% 40%,transparent 41%), linear-gradient(22deg,transparent 0 44%,rgba(255,255,255,.07) 45% 47%,transparent 48%);
}
.fdr-v1-territory-copy { position:relative; z-index:1; max-width:760px; padding-block:60px; }
.fdr-v1-territory h2 { margin:10px 0 0; font-size:clamp(2.4rem,5vw,4.8rem); line-height:.95; letter-spacing:-.055em; }
.fdr-v1-territory p { max-width:620px; color:rgba(255,255,255,.72); line-height:1.7; }

@media (max-width: 1024px) {
  .fdr-v1-hero-grid { grid-template-columns:1fr; min-height:auto; }
  .fdr-v1-visual-stack { max-width:720px; }
  .fdr-v1-audiences { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .fdr-v1-national-grid { grid-template-columns:1fr; }
  .fdr-v1-map-panel { min-height:360px; }
  .fdr-v1-map-panel::before { height:210px; top:70px; }
  .fdr-v1-product-grid { grid-template-columns:1fr; }
  .fdr-v1-product-card { min-height:auto; }
  .fdr-v1-news-strip { grid-template-columns:1fr 1fr; }
  .fdr-v1-news-item { border-top:1px solid var(--fernanda-line); border-left:0; }
}

@media (max-width: 720px) {
  .fdr-v1-shell { width:min(100% - 24px,1180px); }
  .fdr-v1-hero-grid { padding-block:54px; gap:36px; }
  .fdr-v1-hero h1 { font-size:clamp(2.75rem,14vw,4.3rem); }
  .fdr-v1-search { grid-template-columns:1fr; }
  .fdr-v1-visual-stack { grid-template-columns:1fr 1fr; grid-template-rows:210px 145px; }
  .fdr-v1-trustbar-grid { grid-template-columns:1fr 1fr; }
  .fdr-v1-trust-item { border-bottom:1px solid var(--fernanda-line); }
  .fdr-v1-section { padding-block:62px; }
  .fdr-v1-section-head { align-items:start; flex-direction:column; }
  .fdr-v1-audiences { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .fdr-v1-professional-grid { grid-template-columns:1fr; }
  .fdr-v1-news-strip { grid-template-columns:1fr; }
  .fdr-v1-news-item { border-top:1px solid var(--fernanda-line); }
  .fdr-v1-professional-actions { grid-template-columns:1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .fdr-v1-search button,
  .fdr-v1-primary,
  .fdr-v1-secondary { transition:none; }
}
