@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap");

:root{
  --teal:#075f64;
  --teal-dark:#004d52;
  --teal-deep:#00454a;
  --heading:#1b3b4a;
  --text:#52616b;
  --muted:#7d8990;
  --gold:#b7a46a;
  --gold-soft:#d9cb9c;
  --line:#e3eaea;
  --soft:#f5faf9;
  --white:#fff;
  --shadow:0 22px 60px rgba(20,50,62,.13);
  --shadow-soft:0 12px 28px rgba(20,50,62,.08);
  --serif:"Playfair Display", Georgia, serif;
  --sans:"Inter", Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--text);
  background:#fff;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
p{margin:0 0 18px}
.container{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.section{padding:72px 0}

h1,h2,h3{margin:0;color:var(--heading);line-height:1.05}
h1,h2{font-family:var(--serif);font-weight:700}
h1{font-size:clamp(42px,4.4vw,68px)}
h2{font-size:clamp(31px,3vw,46px)}
h3{font-size:17px;font-weight:800}
h1 span,h2 em{color:var(--teal);font-style:normal}
h1 em{color:var(--teal);font-style:italic}
.eyebrow{
  margin:0 0 12px;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  line-height:1.2;
  text-transform:uppercase;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  border:1px solid transparent;
  border-radius:999px;
  padding:13px 24px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  white-space:nowrap;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,color .22s ease,background .22s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}
.btn-primary{background:var(--teal);color:#fff}
.btn-gold{background:var(--gold);color:#fff}
.btn-outline{background:#fff;color:var(--heading);border-color:#b8c9c9}
.btn-outline:hover{border-color:var(--teal);color:var(--teal)}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(225,234,234,.8);
  transition:box-shadow .24s ease;
}
.site-header.scrolled{box-shadow:0 14px 34px rgba(20,50,62,.08)}
.nav-wrap{height:86px;display:flex;align-items:center;gap:24px}
.brand img{width:137px;height:auto}
.main-nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.main-nav a{font-size:12px;font-weight:700;color:#233f4f}
.main-nav a:hover{color:var(--gold)}
.main-nav a.active{color:var(--teal)}
.nav-actions{display:flex;align-items:center;gap:12px}
.phone-btn{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:11px 16px;
  border:1px solid #d6c89e;
  border-radius:9px;
  background:#fff;
  color:#615838;
  font-size:12px;
  font-weight:800;
}
.nav-toggle{display:none;width:44px;height:44px;padding:10px;border:0;background:transparent;cursor:pointer}
.nav-toggle span{display:block;height:2px;margin:6px 0;border-radius:5px;background:var(--heading);transition:.25s ease}
.nav-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

.hero{
  position:relative;
  overflow:hidden;
  padding:48px 0 46px;
  background:
    radial-gradient(circle at 10% 38%,rgba(8,95,100,.06),transparent 25%),
    radial-gradient(circle at 76% 18%,rgba(183,164,106,.11),transparent 32%),
    linear-gradient(180deg,#fff 0%,#fbfdfd 100%);
}
.hero-grid{display:grid;grid-template-columns:.9fr 1.24fr;align-items:center;gap:54px}
.hero-content{padding-left:2px}
.hero-text{max-width:455px;margin-top:20px;font-size:16px;color:#4e5e68}
.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0 44px}
.hero-buttons .btn-primary{padding-inline:27px}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:630px}
.trust-row div{display:flex;align-items:center;gap:10px;min-width:0}
.trust-row p{margin:0;color:#71808a;font-size:11px;font-weight:700;line-height:1.35}
.hero-media{position:relative}
.hero-image{
  height:555px;
  margin-right:calc((100vw - min(1180px,calc(100vw - 44px)))/-2);
  overflow:hidden;
  border-radius:999px 0 0 999px;
  box-shadow:var(--shadow);
}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.floating-card{
  position:absolute;
  right:48px;
  bottom:0;
  width:min(385px,76%);
  display:flex;
  align-items:center;
  gap:17px;
  padding:20px 23px;
  border:1px solid rgba(221,228,228,.9);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow);
}
.floating-card p{margin:0;color:#65727a;font-size:15px;font-weight:600;line-height:1.35}

.about-section{padding-top:68px}
.about-grid{display:grid;grid-template-columns:.92fr 1fr;align-items:center;gap:72px}
.about-photo{position:relative}
.about-photo>img{width:100%;height:378px;object-fit:cover;border-radius:10px;box-shadow:var(--shadow-soft)}
.gold-badge{
  position:absolute;
  left:31px;
  bottom:-34px;
  width:155px;
  height:155px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:22px;
  border-radius:999px;
  outline:8px solid rgba(255,255,255,.84);
  background:linear-gradient(145deg,#b8a367,#d2bf7c);
  color:#fff;
  text-align:center;
  box-shadow:0 20px 38px rgba(183,164,106,.34);
}
.gold-badge strong{font-family:var(--serif);font-size:20px;line-height:1}
.gold-badge small{font-size:11px;font-weight:700;line-height:1.3}
.about-copy{padding-top:6px}
.about-copy p:not(.eyebrow){font-size:15px;color:#52616b}
.about-copy h2{max-width:570px;margin-bottom:24px}
.feature-strip{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:58px;
  margin-left:auto;
  width:min(940px,calc(100% - 44px));
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.feature-strip article{
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
  gap:13px;
  min-height:86px;
  padding:20px 22px;
  border-right:1px solid var(--line);
}
.feature-strip article:last-child{border-right:0}
.feature-strip strong{display:block;margin-bottom:3px;color:var(--heading);font-size:12px;line-height:1.25}
.feature-strip small{display:block;color:#7a8790;font-size:10px;font-weight:600;line-height:1.35}

.steps-section{
  padding:64px 0 56px;
  background:linear-gradient(180deg,#f1f9f8 0%,#f9fcfc 100%);
}
.steps-title{margin-bottom:42px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr) 250px;gap:24px;align-items:stretch}
.step-card{position:relative;text-align:center;padding:0 12px}
.step-card:not(:nth-child(4))::after{
  content:"";
  position:absolute;
  top:58px;
  right:-28px;
  width:70px;
  height:1px;
  background:#cfdada;
}
.step-card:not(:nth-child(4))::before{
  content:"";
  position:absolute;
  top:54px;
  right:-29px;
  width:8px;
  height:8px;
  border-top:1px solid #cfdada;
  border-right:1px solid #cfdada;
  transform:rotate(45deg);
}
.step-number{
  position:absolute;
  top:-6px;
  left:16px;
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--teal);
  color:#fff;
  font-size:11px;
  font-weight:900;
  z-index:1;
}
.step-icon{
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  margin:0 auto 20px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  box-shadow:0 10px 25px rgba(20,50,62,.08);
}
.step-card h3{margin-bottom:8px;color:var(--teal);font-size:15px}
.step-card p{margin:0 auto;max-width:150px;color:#6f7c84;font-size:11px;font-weight:600;line-height:1.45}
.result-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:205px;
  padding:30px;
  border-radius:10px;
  background:linear-gradient(145deg,var(--teal),var(--teal-dark));
  color:#fff;
  box-shadow:var(--shadow);
}
.result-card p{margin:22px 0 0;color:#fff;font-size:18px;font-weight:700;line-height:1.45}

.team-section{padding:60px 0 34px}
.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:27px}
.section-title-row .btn{padding-inline:25px}
.team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}
.doctor-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 24px rgba(20,50,62,.05);
  transition:transform .22s ease,box-shadow .22s ease;
}
.doctor-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.doctor-card img{width:100%;height:205px;object-fit:cover;object-position:top}
.doctor-card div{padding:18px 18px 20px}
.doctor-card h3{margin-bottom:8px;color:var(--teal);font-size:15px;line-height:1.2}
.doctor-card p{margin:0 0 6px;color:#75828b;font-size:10.5px;font-weight:600}
.doctor-card strong{display:block;margin-bottom:14px;color:#53636d;font-size:11.5px;line-height:1.35}
.doctor-card a{color:var(--teal);font-size:12px;font-weight:800}
.logos-block{margin-top:44px;padding-top:22px;border-top:1px solid var(--line)}
.logos-row{display:grid;grid-template-columns:repeat(4,1fr);gap:42px;align-items:center;padding:18px 0 6px}
.logos-row img{max-height:54px;width:auto;margin:auto;opacity:.95}

.cta-band{
  position:relative;
  overflow:hidden;
  padding:54px 0;
  background:
    linear-gradient(90deg,rgba(0,79,83,.97) 0%,rgba(0,90,95,.93) 62%,rgba(0,79,83,.42) 100%),
    url("https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&w=1600&q=82") right center/cover;
  color:#fff;
}
.cta-band::before{
  content:"";
  position:absolute;
  inset:-40px auto -40px 47%;
  width:360px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
}
.cta-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}
.cta-band h2{max-width:500px;color:#fff;font-size:35px}
.cta-band p{max-width:430px;margin-top:15px;color:#d8eeee}
.cta-actions{
  justify-self:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  min-width:330px;
}
.phone-large{display:flex;align-items:center;gap:9px;color:#fff;font-size:22px;font-weight:900}

.footer{padding:54px 0 24px;background:linear-gradient(180deg,#075b60,#00464b);color:#c7dcdd}
.footer-grid{display:grid;grid-template-columns:1.25fr .72fr 1.15fr 1.32fr;gap:58px}
.footer-logo{width:145px;margin-bottom:22px;filter:brightness(0) invert(1);opacity:.78}
.footer h3{margin:0 0 17px;color:#fff;font-family:var(--sans);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.footer p,.footer a{display:block;margin:0 0 9px;color:#c7dcdd;font-size:12.5px;line-height:1.55}
.footer p{max-width:320px}
.socials{display:flex;gap:10px;margin-top:22px}
.socials a,.whatsapp{
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#fff;
  font-weight:800;
  text-transform:uppercase;
}
.socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.25);font-size:10px}
.footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);text-align:center;color:#adc7c9;font-size:12px}
.whatsapp{position:fixed;right:22px;bottom:22px;z-index:90;width:56px;height:56px;background:#24b96f;box-shadow:0 14px 30px rgba(36,185,111,.32)}

.mini-icon,.calendar-icon,.footer-icon,.line-icon,.badge-icon,.spark-icon,.step-icon::before{
  display:inline-block;
  flex:0 0 auto;
  background:currentColor;
  -webkit-mask:center/contain no-repeat;
  mask:center/contain no-repeat;
}
.mini-icon{width:17px;height:17px;color:var(--gold)}
.calendar-icon{width:14px;height:14px;color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E")}
.phone-icon{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.61 2.61a2 2 0 0 1-.45 2.11L8 9.71a16 16 0 0 0 6.29 6.29l1.27-1.27a2 2 0 0 1 2.11-.45c.84.28 1.71.49 2.61.61A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.61 2.61a2 2 0 0 1-.45 2.11L8 9.71a16 16 0 0 0 6.29 6.29l1.27-1.27a2 2 0 0 1 2.11-.45c.84.28 1.71.49 2.61.61A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E")}
.line-icon{width:34px;height:34px;color:var(--gold);border:1px solid #dfd3ac;border-radius:10px;background-color:transparent;position:relative}
.line-icon::before,.badge-icon::before,.step-icon::before{
  content:"";
  display:block;
  width:58%;
  height:58%;
  margin:21%;
  background:currentColor;
  -webkit-mask:center/contain no-repeat;
  mask:center/contain no-repeat;
}
.badge-icon{width:51px;height:51px;color:var(--gold);border:1px solid #dbcda5;border-radius:8px;background:#fffaf0}
.shield-icon::before,.check-shield-icon::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")}
.tissue-icon::before,.target-icon::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3'/%3E%3C/svg%3E")}
.analysis-icon::before,.team-icon::before,.recurrence-icon::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a8 8 0 0 0 .1-5l2-1.1-2-3.5-2.2 1a8 8 0 0 0-4.3-2.5L12.8 1h-4l-.2 2.9a8 8 0 0 0-4.3 2.5l-2.2-1-2 3.5 2 1.1a8 8 0 0 0 .1 5l-2 1.1 2 3.5 2.2-1a8 8 0 0 0 4.3 2.5l.2 2.9h4l.2-2.9a8 8 0 0 0 4.3-2.5l2.2 1 2-3.5Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a8 8 0 0 0 .1-5l2-1.1-2-3.5-2.2 1a8 8 0 0 0-4.3-2.5L12.8 1h-4l-.2 2.9a8 8 0 0 0-4.3 2.5l-2.2-1-2 3.5 2 1.1a8 8 0 0 0 .1 5l-2 1.1 2 3.5 2.2-1a8 8 0 0 0 4.3 2.5l.2 2.9h4l.2-2.9a8 8 0 0 0 4.3-2.5l2.2 1 2-3.5Z'/%3E%3C/svg%3E")}
.scalpel-icon::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m14.5 4.5 5 5-8 8H7v-4.5l7.5-8.5Z'/%3E%3Cpath d='m13 6 5 5M5 19l-2 2M9 15l-4 4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m14.5 4.5 5 5-8 8H7v-4.5l7.5-8.5Z'/%3E%3Cpath d='m13 6 5 5M5 19l-2 2M9 15l-4 4'/%3E%3C/svg%3E")}
.spark-icon{width:22px;height:22px;color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.8 6.2L20 10l-6.2 1.8L12 18l-1.8-6.2L4 10l6.2-1.8L12 2Zm7 12 1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3ZM5 13l.8 2.2L8 16l-2.2.8L5 19l-.8-2.2L2 16l2.2-.8L5 13Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.8 6.2L20 10l-6.2 1.8L12 18l-1.8-6.2L4 10l6.2-1.8L12 2Zm7 12 1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3ZM5 13l.8 2.2L8 16l-2.2.8L5 19l-.8-2.2L2 16l2.2-.8L5 13Z'/%3E%3C/svg%3E")}
.step-icon::before{width:34px;height:34px;margin:0;color:var(--gold)}
.user-search-icon::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='8' r='4'/%3E%3Cpath d='M2 22a8 8 0 0 1 12-7'/%3E%3Ccircle cx='17' cy='17' r='3'/%3E%3Cpath d='m20 20 2 2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='8' r='4'/%3E%3Cpath d='M2 22a8 8 0 0 1 12-7'/%3E%3Ccircle cx='17' cy='17' r='3'/%3E%3Cpath d='m20 20 2 2'/%3E%3C/svg%3E")}
.doctor-icon::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M12 10v8M8 14h8'/%3E%3Crect x='5' y='5' width='14' height='17' rx='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M12 10v8M8 14h8'/%3E%3Crect x='5' y='5' width='14' height='17' rx='2'/%3E%3C/svg%3E")}
.lab-icon::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 2h6M10 2v6l-5 9a4 4 0 0 0 3.5 5h7a4 4 0 0 0 3.5-5l-5-9V2'/%3E%3Cpath d='M7 16h10'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 2h6M10 2v6l-5 9a4 4 0 0 0 3.5 5h7a4 4 0 0 0 3.5-5l-5-9V2'/%3E%3Cpath d='M7 16h10'/%3E%3C/svg%3E")}
.result-icon::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M6 22a6 6 0 0 1 12 0'/%3E%3Cpath d='m8.5 15.5 2 2 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M6 22a6 6 0 0 1 12 0'/%3E%3Cpath d='m8.5 15.5 2 2 4-4'/%3E%3C/svg%3E")}
.footer-icon{width:14px;height:14px;margin-right:7px;color:#d1c38e;vertical-align:-2px}
.mail-icon{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E")}
.pin-icon{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E")}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.reveal.in-view{opacity:1;transform:none}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}

@media (max-width:1120px){
  .nav-actions{display:none}
  .main-nav{gap:16px}
  .hero-grid,.about-grid{grid-template-columns:1fr}
  .hero-image{height:470px;margin-right:0;border-radius:46px}
  .feature-strip{width:min(100% - 44px,1180px);margin-left:auto;margin-right:auto}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .step-card::before,.step-card::after{display:none}
  .result-card{grid-column:1/-1}
  .team-grid{grid-template-columns:repeat(3,1fr)}
}

@media (max-width:880px){
  .nav-wrap{height:78px}
  .brand img{width:124px}
  .nav-toggle{display:block;margin-left:auto}
  .main-nav{
    position:fixed;
    inset:78px 20px auto 20px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:12px;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fff;
    box-shadow:var(--shadow);
  }
  .main-nav.open{display:flex}
  .main-nav a{width:100%;padding:12px 10px}
  .hero{padding-top:36px}
  .trust-row,.feature-strip{grid-template-columns:repeat(2,1fr)}
  .feature-strip article:nth-child(2){border-right:0}
  .feature-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .section-title-row,.cta-grid{display:block}
  .section-title-row .btn{margin-top:22px}
  .cta-actions{align-items:flex-start;margin-top:26px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .logos-row{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .section{padding:56px 0}
  h1{font-size:39px}
  h2{font-size:31px}
  .hero-grid{gap:34px}
  .hero-image{height:320px;border-radius:30px}
  .floating-card{position:static;width:100%;margin-top:14px}
  .hero-buttons,.cta-actions{align-items:stretch;min-width:0}
  .trust-row,.feature-strip,.steps-grid,.team-grid,.footer-grid,.logos-row{grid-template-columns:1fr}
  .feature-strip article{border-right:0;border-bottom:1px solid var(--line)}
  .feature-strip article:last-child{border-bottom:0}
  .about-photo>img{height:330px}
  .gold-badge{left:20px;bottom:-28px;width:128px;height:128px;padding:18px}
  .about-copy{margin-top:24px}
  .doctor-card img{height:300px}
  .cta-band h2{font-size:30px}
  .phone-large{font-size:19px}
}

.internal-hero{
  padding:78px 0 70px;
  background:
    radial-gradient(circle at 8% 48%,rgba(8,95,100,.06),transparent 26%),
    radial-gradient(circle at 86% 12%,rgba(183,164,106,.12),transparent 34%),
    linear-gradient(180deg,#fff 0%,#f7fbfb 100%);
}
.internal-hero-grid{display:grid;grid-template-columns:1fr 330px;gap:46px;align-items:center}
.internal-hero h1{max-width:780px;font-size:clamp(40px,4.2vw,64px)}
.internal-hero p:not(.eyebrow){max-width:700px;margin-top:22px;font-size:17px;color:#52616b}
.internal-hero-card{
  display:flex;
  align-items:center;
  gap:18px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.internal-hero-card strong{color:var(--heading);font-size:16px;line-height:1.45}
.content-grid{display:grid;grid-template-columns:.95fr 1fr;gap:62px;align-items:center}
.content-image{width:100%;height:390px;object-fit:cover;border-radius:10px;box-shadow:var(--shadow-soft)}
.text-stack h2,.text-page h2{margin-bottom:22px}
.text-stack p,.text-page p{font-size:16px}
.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.info-grid article{
  min-height:230px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  box-shadow:0 10px 24px rgba(20,50,62,.05);
}
.info-grid h3{margin:18px 0 12px;color:var(--teal)}
.info-grid p{color:#65727a}
.info-grid .btn{margin-top:8px}
.contact-grid{display:grid;grid-template-columns:1fr 360px;gap:54px;align-items:start}
.contact-grid article,.contact-panel,.text-page{
  padding:34px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.contact-grid h2{font-size:38px;margin-bottom:26px}
.contact-grid p strong{color:var(--heading)}
.contact-panel h3{margin:18px 0 12px;color:var(--teal);font-size:22px}
.profile-grid{display:grid;grid-template-columns:360px 1fr;gap:58px;align-items:center}
.profile-grid img{width:100%;height:470px;object-fit:cover;object-position:top;border-radius:10px;box-shadow:var(--shadow-soft)}
.profile-grid h2{margin-bottom:22px}
.profile-grid p{font-size:16px}
.team-grid-full{margin-top:0}

@media (max-width:1120px){
  .internal-hero-grid,.content-grid,.contact-grid,.profile-grid{grid-template-columns:1fr}
  .internal-hero-card{max-width:520px}
  .info-grid{grid-template-columns:repeat(2,1fr)}
  .profile-grid img{max-width:420px}
}

@media (max-width:620px){
  .internal-hero{padding:52px 0}
  .internal-hero-card,.contact-grid article,.contact-panel,.text-page{padding:24px}
  .info-grid{grid-template-columns:1fr}
  .content-image{height:300px}
  .contact-grid h2{font-size:30px}
  .profile-grid img{height:380px}
}
