:root {
  --brand: #008887;
  --brand-2: #0b6f6e;
  --primary: var(--brand);
  --ink: #0b1220;
  --muted: #5b667a;

  --main-clr: #02435f;

  --bg: #ffffff;
  --surface: #f6f8fb;
  --border: rgba(15, 23, 42, 0.10);

  --font: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  --font-heading: 'Manrope', 'Inter', system-ui, sans-serif;

  --h1: clamp(34px, 4vw, 56px);
  --h2: clamp(24px, 2.6vw, 36px);
  --lh: 1.6;

  --r-lg: 20px;
  --r-md: 14px;

  --s-4: 18px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 44px;
  --s-8: 64px;

  --sh-sm: 0 10px 25px rgba(2, 8, 23, .08);
  --sh-md: 0 18px 50px rgba(2, 8, 23, .12);

  --ease: cubic-bezier(.2, .8, .2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: var(--lh);
  -webkit-font-smoothing: antialiased;
  padding-right: var(--scrollbar-width, 0px);
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
}

h1 {
  font-weight: 800;
  letter-spacing: -0.03em;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
.section-sub,
.hero-subtitle {
  font-weight: 400;
}

strong {
  font-weight: 600;
}

.btn,
.nav a {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.faq-question {
  font-family: var(--font-body);
  font-weight: 600;
}

.form-group label {
  font-weight: 500;
}

.form-group input {
  font-family: var(--font-body);
}

.badge,
.durasin-eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: var(--s-8) 0;
}

.section--soft {
  background: var(--surface);
}

.section-head {
  margin-bottom: var(--s-7);
}

.section-head h2 {
  margin: 0 0 12px;
  font-size: var(--h2);
  letter-spacing: -0.02em;
}

.section-sub {
  color: var(--muted);
  font-size: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .6s var(--ease),
    transform .6s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform .2s var(--ease),
    box-shadow .2s var(--ease),
    background .2s var(--ease);
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 136, 135, .24);
}

.btn-primary:hover {
  background: var(--brand-2);
  box-shadow: 0 18px 50px rgba(0, 136, 135, .30);
  transform: translateY(-1px);
}

.btn-full {
  width: 100%;
}


.badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 136, 135, .10);
  border: 1px solid rgba(0, 136, 135, .18);
  color: var(--brand-2);
  font-weight: 700;
  font-size: 13px;
}

.logo {
  height: 48px;
}

.nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.nav a {
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 12px;
  transition: background .18s;
  color: var(--bg);
}

.nav a:hover {
  background: rgba(0, 136, 135, .08);
}

.hero {
  padding: 80px 0 60px;
  background:
    radial-gradient(900px 380px at 20% 0%, rgba(0, 136, 135, .18), transparent 55%),
    linear-gradient(180deg, #fff, var(--bg));
}

.hero-content {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: var(--s-7);
  align-items: center;
}

.hero-text h1 {
  font-size: var(--h1);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 16px 0;
}

.hero-subtitle {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: var(--s-6);
}

.hero-features {
  margin-top: var(--s-6);
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.hero-feature {
  display: flex;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
  box-shadow: var(--sh-sm);
}

.hero-feature .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b3a4, #009688);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.hero-image img {
  width: min(360px, 80vw);
  border-radius: 999px;
  border: 10px solid rgba(255, 255, 255, .7);
  box-shadow: var(--sh-md);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-6);
}

.card {
  background: #fff;
  border-radius: var(--r-lg);
  padding: var(--s-6);
  border: 1px solid var(--border);
  box-shadow: var(--sh-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #00b3a4, #009688);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  margin-bottom: 18px;
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 12px;
  border: 1px solid var(--border);
}

.faq-question {
  width: 100%;
  padding: 18px;
  border: none;
  background: transparent;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}


.footer {
  background: var(--main-clr);
  color: rgba(255, 255, 255, .9);
  padding: 60px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.footer-bottom {
  margin-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, .6);
}


@media (max-width: 900px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--main-clr);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.header-inner {
  display: flex;
  grid-template-columns: 160px auto 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}

.logo {
  height: 48px;
}

.burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 10px;
}

.burger span+span {
  margin-top: 4px;
}

.nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.nav a {
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 12px;
  transition: background .18s;
  white-space: nowrap;
}

.nav a:hover {
  background: var(--brand);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.86);
}

.lang-btn {
  border: 0;
  background: transparent;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 800;
  cursor: pointer;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.62);
  transition: background 180ms ease, color 180ms ease;
}

.lang-btn:hover {
  background: rgba(15, 23, 42, 0.06);
}

.lang-btn.active {
  background: var(--brand);
  color: #fff;
}


@media (max-width: 768px) {

  .header {
    z-index: 3000;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .burger {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(86vw, 340px);

    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);

    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;

    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.2, .8, .2, 1);

    z-index: 4000;
  }

  .nav.active {
    transform: translateX(0);
  }

  .nav a {
    background: rgba(15, 23, 42, 0.04);
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 600;
  }


  .language-switcher {
    margin-top: 8px;
    width: 100%;
  }

  .lang-btn {
    flex: 1;
    width: 100%;
  }
}

body.modal-open {
  overflow: hidden;
   padding-right: var(--scrollbar-width);
     position: fixed;
  width: 100%;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(2, 6, 23, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-content {
  background: #fff;
  width: min(520px, calc(100% - 32px));
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 30px 80px rgba(2, 8, 23, .25);

  transform: translateY(20px);
  transition: transform .25s ease, opacity .25s ease;
  opacity: 0;
}

.modal.active .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 0;
  background: rgba(15, 23, 42, 0.06);
  font-size: 22px;
  cursor: pointer;
}

.faq-list {

  margin-inline: auto;
}

.faq-item {
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--border);
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(2, 8, 23, 0.06);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}

.faq-item:hover {
  box-shadow: 0 16px 44px rgba(2, 8, 23, 0.10);
}

.faq-question {
  width: 100%;
  padding: 22px 24px;
  background: transparent;
  border: 0;
  text-align: left;

  font-size: 17px;
  font-weight: 700;
  color: var(--ink);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  cursor: pointer;
}

.faq-question:hover {
  background: rgba(0, 136, 135, 0.04);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(0, 136, 135, 0.25);
  background: rgba(0, 136, 135, 0.08);
  position: relative;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--brand);
  transform: translate(-50%, -50%);
  transition: transform .25s var(--ease), opacity .25s var(--ease);
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s var(--ease), opacity .25s var(--ease);
  opacity: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
}

.faq-answer p {
  padding: 0 24px 24px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.form-group input {
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;

  font-size: 16px;
  color: var(--ink);

  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.form-group input::placeholder {
  color: #9aa3b2;
}

.form-group input:focus {
  outline: none;
  border-color: rgba(0, 136, 135, .45);
  box-shadow: 0 0 0 4px rgba(0, 136, 135, .12);
  background: #fff;
}


.form-group input.error {
  border-color: #e11d48;
  box-shadow: 0 0 0 4px rgba(225, 29, 72, .14);
}


#consultationForm .btn {
  margin-top: 12px;
}

.privacy-note {
  margin-top: 12px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  text-align: center;
}

.privacy-note a {
  color: var(--brand);
  font-weight: 700;
}

.privacy-page {
  padding: var(--s-8) 0;
  background: var(--surface);
}

.privacy-card {
  max-width: 860px;
  margin-inline: auto;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 48px;
  box-shadow: var(--sh-md);
  border: 1px solid var(--border);
}

@media (max-width: 768px) {
  .privacy-card {
    padding: 28px;
  }
}

.privacy-title {
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.privacy-intro {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

.privacy-subtitle {
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.privacy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.privacy-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--ink);
  line-height: 1.6;
}

.privacy-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-size: 22px;
  line-height: 1;
}

.privacy-contacts {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-weight: 600;
  color: var(--ink);
}

.hero-stats {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  padding: 0;
  list-style: none;
}

.hero-stats li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--border);
  box-shadow: var(--sh-sm);
  font-size: 14px;
  line-height: 1;
}

.hero-stats .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.hero-stats strong {
  font-weight: 700;
  color: var(--ink);
}

.hero-stats span {
  color: var(--muted);
  font-weight: 500;
}

@media (max-width: 600px) {

  .hero{
    padding: 10px 0 0;
  }
  .hero-stats {
    gap: 10px;
    margin-top: 18px;
    justify-content: center;
  }

  .hero-stats li {
    padding: 8px 14px;
    font-size: 13px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.9);
  }

  .hero-stats li:nth-child(1),
  .hero-stats li:nth-child(2) {
    width: auto;
  }

  .hero-stats li:nth-child(3) {
    width: 100%;
    justify-content: center;
  }

  .hero-stats .icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

}

.carousel-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 0 16px;
}

.carousel {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.carousel-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.carousel-slide {
  min-width: 100%;
  flex-shrink: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);

  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--sh-sm);
  cursor: pointer;
}

.carousel-btn.prev {
  left: -22px;
}

.carousel-btn.next {
  right: -22px;
}

@media (max-width: 768px) {
  .carousel-btn.prev {
    left: 8px;
  }

  .carousel-btn.next {
    right: 8px;
  }
}

.carousel-container {
  overflow: hidden;
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--sh-sm);
  padding: 32px 24px 24px;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.carousel-slide img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 18px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.carousel-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.25s ease;
}

.carousel-dots .dot.active {
  background: var(--primary);
  transform: scale(1.3);
}

.carousel-dots .dot:hover {
  background: var(--primary);
}

.veneers-info {
  background: #f8fafc;
}

.veneers-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.veneers-text h2 {
  margin-bottom: 16px;
}

.veneers-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 20px;
}

.veneers-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.veneers-points li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-weight: 500;
}

.veneers-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 700;
}

.veneers-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .veneers-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .veneers-image {
    order: -1;
  }
}


.veneers-grid {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(.2, .8, .2, 1);
}

.veneers-grid.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.veneers-image {
  transition-delay: 0.15s;
}

.veneers-image {
  overflow: hidden;
  border-radius: 24px;
}

.veneers-image img {
  display: block;
  transition:
    transform 0.6s cubic-bezier(.2, .8, .2, 1),
    filter 0.6s ease;
}

@media (hover: hover) {
  .veneers-image:hover img {
    transform: scale(1.05);
    filter: saturate(1.05);
  }
}

.procedure {
  background: #ffffff;
}

.procedure-card {
  background: #f6faf9;
  border-radius: 32px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.procedure-content h2 {
  margin-bottom: 16px;
}

.procedure-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 28px;
}

.procedure-image {
  height: 360px;
  border-radius: 24px;
  overflow: hidden;
}

.procedure-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
}

@media (hover: hover) {
  .procedure-image:hover img {
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {
  .procedure-card {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 28px;
  }

  .procedure-image {
    order: -1;
  }
}


.img-zoom,
.procedure-image,

.card,
.carousel-container,
.about-image {
  overflow: hidden;
}

.img-zoom img,
.procedure-image img,
.hero-image img,
.card img,
.carousel-slide img,
.about-image img {
  transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

@media (hover: hover) {

  .img-zoom:hover img,
  .procedure-image:hover img,
  .hero-image:hover img,
  .card:hover img,
  .carousel-slide:hover img,
  .about-image:hover img {
    transform: scale(1.06);
  }
}

.about-content {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.about-content.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.about-content.reverse .about-image {
  order: -1;
}


.image-accent {
  position: relative;
  padding: 120px 0;
  color: #fff;
}

.image-accent-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
}

.image-accent::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, .55),
      rgba(0, 0, 0, .25));
}

.image-accent-content {
  position: relative;
  max-width: 520px;
}

.image-accent-content h2 {
  color: #fff;
}

.image-accent-content p {
  color: rgba(255, 255, 255, .9);
}

.durasin {
  background: #f6faf9;
}

.durasin-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.durasin-text {
  max-width: 420px;
}

.durasin-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.durasin-text h2 {
  margin-bottom: 16px;
}

.durasin-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 28px;
}

.durasin-image {
  height: 380px;
  border-radius: 28px;
  overflow: hidden;
}

.durasin-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

@media (max-width: 768px) {
  .durasin-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .durasin-image {
    height: 220px;
  }
}

.durasin-bg::after {
  z-index: 1;
}

.durasin-bg-card h2 {
  margin-bottom: 16px;
}

.durasin-bg-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .durasin-bg {
    padding: 72px 0;
  }

  .durasin-bg-card {
    padding: 32px;
  }
}


.durasin-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(246, 250, 249, 0.92) 0%,
      rgba(246, 250, 249, 0.75) 30%,
      rgba(246, 250, 249, 0.45) 55%,
      rgba(246, 250, 249, 0.25) 75%,
      rgba(246, 250, 249, 0.15) 100%);
}


.durasin-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 45%;
  z-index: 0;
  filter: saturate(0.9) contrast(1.05);
  transform: scale(1.03);
}

.durasin-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,
      rgba(2, 67, 95, 0.92) 0%,
      rgba(2, 67, 95, 0.75) 35%,
      rgba(2, 67, 95, 0.45) 60%,
      rgba(2, 67, 95, 0.15) 100%);
}

.durasin-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(246, 250, 249, 0.92) 0%,
      rgba(246, 250, 249, 0.75) 30%,
      rgba(246, 250, 249, 0.45) 55%,
      rgba(246, 250, 249, 0.25) 75%,
      rgba(246, 250, 249, 0.15) 100%);
}

.durasin-bg-card {
  position: relative;
  z-index: 2;
  max-width: 520px;
  background: #ffffff;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 30px 80px rgba(2, 8, 23, 0.25);
}

.durasin-bg {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.durasin-bg-card {
  transform: translateY(24px);
}

.durasin-bg-card.is-visible {
  transform: translateY(0);
}

.durasin-bg-card .btn-primary {
  box-shadow:
    0 10px 30px rgba(0, 136, 135, .25),
    0 0 0 6px rgba(0, 136, 135, .08);
}

.faq-cta-card {
  background: #fff;
  border: 1px solid var(--border);
}

.faq-cta {
  margin-top: 64px;
}

.faq-cta-card {
  background: linear-gradient(135deg,
      rgba(0, 136, 135, 0.08),
      rgba(0, 136, 135, 0.02));
  border-radius: 28px;
  padding: 40px 48px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;

  box-shadow: 0 30px 70px rgba(2, 8, 23, 0.08);
  border: 1px solid rgba(0, 136, 135, 0.15);
}

.faq-cta-text h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.faq-cta-text p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

@media (max-width: 768px) {
  .faq-cta-card {
    flex-direction: column;
    text-align: center;
    padding: 32px;
  }
}

.whatsapp-float {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 5000;

  width: 76px;
  height: 76px;
  border-radius: 50%;

  background: #25D366;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;

  box-shadow: 0 14px 40px rgba(37, 211, 102, 0.35);

  animation: whatsapp-wiggle 3.2s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.whatsapp-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  opacity: 0.95;
}

@keyframes whatsapp-wiggle {
  0% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(6deg);
  }

  85% {
    transform: rotate(-6deg);
  }

  90% {
    transform: rotate(4deg);
  }

  95% {
    transform: rotate(-4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media (hover: hover) {
  .whatsapp-float:hover .whatsapp-icon {
    transform: scale(1.08);
    animation-play-state: paused;
  }

  .whatsapp-float:hover .whatsapp-wave {
    animation-play-state: paused;
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 64px;
    height: 64px;
    right: 20px;
    bottom: 20px;
  }

  .whatsapp-float img {
    width: 24px;
    height: 24px;
  }

  .whatsapp-label {
    font-size: 10px;
  }
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 6px;

  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.footer-socials a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-socials a:hover {
  color: #ffffff;
  opacity: 1;
}

.footer-socials span {
  opacity: 0.4;
  pointer-events: none;
}

.whatsapp-wave {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.35);

  animation: whatsapp-wave 3.2s ease-out infinite;
}

.whatsapp-wave.wave-2 {
  animation-delay: 1.6s;
  opacity: 0.25;
}

@keyframes whatsapp-wave {
  0% {
    transform: scale(1);
    opacity: 0.45;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}


.whatsapp-icon img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}

.whatsapp-text {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.results {
  background: #fff;
}

.results-viewport {
  overflow: hidden;
  border-radius: 28px;
}


.results-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, .08);

  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);

  cursor: pointer;
  transition:
    transform .25s cubic-bezier(.2, .8, .2, 1),
    box-shadow .25s ease,
    background .25s ease;
}

.results-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
  display: block;
  margin: auto;
}

.results-arrow.prev {
  left: -28px;
}

.results-arrow.prev::before {
  transform: rotate(-135deg);
}

.results-arrow.next {
  right: -28px;
}

.results-arrow.next::before {
  transform: rotate(45deg);
}

@media (hover: hover) {
  .results-arrow:hover {
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .18);
    transform: translateY(-50%) scale(1.06);
  }
}

@media (max-width: 768px) {
  .results-arrow {
    display: none;
  }
}

.results-viewport {
  position: relative;
}

.results-viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.85) 0%,
      rgba(255, 255, 255, 0) 15%,
      rgba(255, 255, 255, 0) 85%,
      rgba(255, 255, 255, 0.85) 100%);
}

.ratings {
  background: linear-gradient(180deg,
      #f8fafc 0%,
      #ffffff 100%);
}

.ratings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.rating-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;

  box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
  transition: transform .35s ease, box-shadow .35s ease;
}

.rating-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .12);
}

.rating-card img {
  height: 32px;
  margin-bottom: 16px;
}

.rating-value {
  font-size: 40px;
  font-weight: 700;
  color: #0b1220;
  line-height: 1;
}

.rating-stars {
  margin: 10px 0;
  color: #fbbf24;
  font-size: 18px;
  letter-spacing: 2px;
}

.rating-note {
  font-size: 14px;
  color: #64748b;
}


@media (max-width: 768px) {
  .ratings-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


.stars {
  --star-size: 18px;
  --star-color: #fbbf24;
  --star-bg: #e5e7eb;

  position: relative;
  display: inline-block;
  font-size: var(--star-size);
  line-height: 1;
  letter-spacing: 2px;
}

.stars::before {
  content: "★★★★★";
  color: var(--star-bg);
}

.stars::after {
  content: "★★★★★";
  color: var(--star-color);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--rating) / 5 * 100%);
  overflow: hidden;
  white-space: nowrap;
}

.rating-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.rating-value {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #0b1220;
}

.rating-stars-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating-source {
  font-size: 14px;
  color: #64748b;
  line-height: 1;
}

.stars {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.rating-stars-row {
  margin-top: -2px;
}


.video-reviews {
  background: #f8fafc;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 320px));
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
}

.video-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.18);
}

.video-card video {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.video-sound-btn {
  position: absolute;
  top: 14px;
  right: 14px;

  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;

  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  cursor: pointer;

  backdrop-filter: blur(6px);
  transition: transform .2s ease, background .2s ease;
}

.video-sound-btn:hover {
  transform: scale(1.1);
  background: rgba(0, 0, 0, 0.75);
}

.video-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  pointer-events: none;

  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0));
}

.video-cta {
  text-align: center;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-card video {
    height: 480px;
    pointer-events: none;

  }
}

.video-card video {
  pointer-events: none;
}

.video-card.is-sound .video-sound-btn {
  box-shadow: 0 0 0 4px rgba(37, 211, 102, .35);
}

.results-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: flex-start;
}

.results-text h2 {
  font-size: 36px;
  line-height: 1.15;
}

.results-sub {
  margin-top: 12px;
  font-size: 16px;
  color: #64748b;
}

.results-counter {
  margin-top: 32px;
  font-weight: 600;
  color: #0f172a;
}

.results-media {
  position: relative;
}

.results-arrows {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  justify-content: flex-end;
}

.arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, .1);
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.arrow:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .18);
}


.results-text,
.results-media {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.results.is-visible .results-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.results.is-visible .results-media {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}

.video-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.video-viewport {
  overflow: hidden;
  width: 320px;
  margin: 0 auto;
}

.video-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.video-slide {
  position: relative;
  min-width: 320px;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 25px 60px rgba(15, 23, 42, .25);
  flex: 0 0 100%;
}

.video-slide video {
  height: 100%;
  object-fit: cover;
}

.video-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.video-arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0f172a;
  border-right: 2px solid #0f172a;
  margin: auto;
}

.video-arrow.prev::before {
  transform: rotate(-135deg);
}

.video-arrow.next::before {
  transform: rotate(45deg);
}


.video-sound-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, .55);
  background-image: url("images/ICON_MUTED.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
}

.video-sound-btn.active {
  background-image: url("images/ICON_SOUND.svg");
}

@media (max-width: 768px) {
  .video-arrow {
    display: none;
  }

  .video-viewport {
    width: 260px;
  }

  .video-slide {
    height: 480px;
  }
}

.video-progress {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.video-dots {
  display: flex;
  gap: 10px;
}

.video-dot {
  position: relative;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.video-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--brand, #008887);
  transform: scaleX(0);
  transform-origin: left;
}

.video-dot.active::after {
  animation: video-progress linear forwards;
}

@keyframes video-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.video-carousel {
  position: relative;
  max-width: 420px;
  margin: 48px auto 0;
}

.video-viewport {
  overflow: hidden;
  border-radius: 28px;
}

.video-track {
  display: flex;
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.video-viewport {
  overflow: hidden;
  border-radius: 28px;
}

.video-track {
  display: flex;
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.video-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;

  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  cursor: pointer;
}

.video-arrow.prev {
  left: -22px;
}

.video-arrow.next {
  right: -22px;
}

@media (max-width: 768px) {
  .video-arrow {
    display: none;
  }
}


.video-sound-btn {
  position: absolute;
  top: 14px;
  right: 14px;

  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;

  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.video-sound-btn img {
  width: 20px;
  height: 20px;
}


.video-progress {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}

.video-dots {
  display: flex;
  gap: 6px;
}

.video-dots span {
  flex: 1;
  height: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, .15);
}

.video-dots span.active {
  background: var(--brand);
}

.video-sound-btn img {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.video-sound-btn {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-sound-btn.hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.85);
}

.video-sound-btn {
  opacity: 0.85;
}

.video-sound-btn:hover {
  opacity: 1;
  transform: scale(1.08);
}

.video-progress-bar {
  height: 3px;
  background: rgba(255, 255, 255, .25);
  border-radius: 2px;
  overflow: hidden;
}

.video-progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width linear;
}

.whatsapp-fab {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  box-sizing: border-box;

  bottom: 24px;
  z-index: 999;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 14px 18px 14px 14px;
  border-radius: 999px;

  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #fff;
  text-decoration: none;

  box-shadow:
    0 12px 30px rgba(37, 211, 102, 0.45);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    padding .25s ease;
}

.fab-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);

  display: grid;
  place-items: center;
}

.fab-icon img {
  width: 22px;
  height: 22px;
}

.fab-text {
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;

  max-width: 0;
  overflow: hidden;
  opacity: 0;

  transition:
    max-width .25s ease,
    opacity .2s ease;
}

@media (hover: hover) {
  .whatsapp-fab:hover {
    transform: translateY(-2px);
    box-shadow:
      0 18px 45px rgba(37, 211, 102, 0.55);
  }

  .whatsapp-fab:hover .fab-text {
    max-width: 120px;
    opacity: 1;
  }
}

.whatsapp-fab::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: rgba(37, 211, 102, 0.35);
  filter: blur(18px);
  z-index: -1;
  animation: pulse 2.8s infinite;
}

@keyframes pulse {
  0% {
    opacity: .35;
  }

  50% {
    opacity: .15;
  }

  100% {
    opacity: .35;
  }
}

.map-section {
  background: #f8fafc;
}

.map-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: flex-start;
}

.map-info h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.map-info p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 12px;
}

.map-info a {
  text-decoration: none;
}

.map-box {
  border-radius: 24px;
  overflow: hidden;
  height: 420px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .map-grid {
    grid-template-columns: 1fr;
  }

  .map-box {
    height: 360px;
  }
}

.video-arrow {
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}



.hero-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.hero-image img {
  width: 280px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;

  box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.18),
    0 0 0 10px #fff;
}

.hero-doctor {
  text-align: center;
  max-width: 320px;
}

.hero-doctor-name {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}

.hero-doctor-role {
  font-size: 14px;
  color: #64748b;
  line-height: 1.4;
}

.results-arrow {
  bottom: 24px;
}

.results {
  background: #f8fafc;
}

.burger {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.burger span {
  background: #ffffff;
}

@media (max-width: 768px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.burger {
  position: relative;
  z-index: 5001;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100dvh;
    width: min(86vw, 340px);

    background: #ffffff;
    backdrop-filter: blur(16px);

    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;

    transition: right .35s cubic-bezier(.2, .8, .2, 1);
    z-index: 4000;

    pointer-events: none;
  }

  .nav.active {
    background: var(--main-clr);
    right: 0;
    pointer-events: auto;
    align-items: center;
    justify-content: flex-start;
    padding-top: 25%;
  }
}

@media (max-width: 768px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .burger {
    position: relative;
    z-index: 5001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {

  .results-arrows {
    display: none;
  }
}

@media (max-width: 768px) {

  .results-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .results-text {
    text-align: left;
  }

  .results-text h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .results-sub {
    font-size: 15px;
    line-height: 1.6;
  }

  .results-media {
    order: 2;
  }

  .results-counter {
    margin-top: 12px;
    font-size: 14px;
    color: #64748b;
  }

  .results-arrows {
    display: none;
  }
}

@media (max-width: 768px) {

  .section {
    padding: 48px 0;
  }

  .durasin-bg-card {
    padding: 28px 22px;
    border-radius: 22px;
    max-width: 100%;
  }


  .durasin-bg-card h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 12px;
  }


  .durasin-bg-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }


  .durasin-bg-card .btn {
    padding: 12px 20px;
    font-size: 14px;
  }


  .durasin-bg {
    padding-bottom: 140px;
  }
}

#results {
  padding: 0;
  background: #f8fafc;
}

.results-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
}

.results-slider {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(15, 23, 42, .18);
}

.results-track {
  display: flex;
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}

.results-slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}

.results-slide img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  display: block;
}

@media (min-width: 769px) {
  .results-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {

  .results-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .results-slider {
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
  }

  .results-track {
    display: flex;
    gap: 16px;
    padding: 0 16px;
  }

  .results-arrows {
    display: none;
  }

  .results-slider::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .results-layout {
    grid-template-columns: 1fr;
  }

  .results-text {
    order: -1;
  }
}

@media (max-width: 768px) {

  .results-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .results-track {
    display: flex;
    padding: 0;
    gap: 0;
  }

  .results-slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  .results-slide img {
    width: 100%;
    border-radius: 20px;
  }

  .video-carousel {
    gap: 0;
  }
}


.results-slider {
  overflow: hidden;
  position: relative;
}

.results-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.results-slide {
  flex: 0 0 100%;
}

.results-slide img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.video-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
}

.video-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .video-viewport {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .video-slide {
    aspect-ratio: 9 / 16;
  }
}

.video-slide video {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .video-card video {
    pointer-events: none;
  }
}


.video-viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.video-track {
  display: flex;
  gap: 16px;
}

.video-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;

  aspect-ratio: 9 / 16;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
}

.video-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-carousel {
  overflow: hidden;
}

.video-track {
  display: flex;
  gap: 16px;
  transition: transform .35s ease;
}

.video-slide {
  min-width: 85%;
}

.video-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.video-dots span {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}

.video-dots .active {
  background: #000;
}

.swipe-hint {
  text-align: center;
  font-size: 12px;
  opacity: .6;
  margin-top: 6px;
}

.reels {
  position: relative;
  max-width: 420px;
  margin: 0 10px;
  overflow: hidden;
}

.reels-track {
  display: flex;
  transition: transform .35s ease;
}

.reel {
  position: relative;
  min-width: 100%;
  height: 75vh;
  border-radius: 24px;
  overflow: hidden;
}

.reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.reel-prev-hit,
.reel-next-hit {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
  z-index: 3;
}

.reel-prev-hit {
  left: 0;
}

.reel-next-hit {
  right: 0;
}


.reel-prev-hint,
.reel-next-hint {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  pointer-events: none;
}

.reel-prev-hint {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, .35), transparent);
}

.reel-next-hint {
  right: 0;
  background: linear-gradient(to left, rgba(0, 80, 255, .35), transparent);
}

.reel-arrow {
  font-size: 32px;
  color: #fff;
  opacity: .85;
}

.reel-arrow.left {
  animation: pulseLeft 1.4s infinite;
}

.reel-arrow.right {
  animation: pulseRight 1.4s infinite;
}

@keyframes pulseLeft {
  0% {
    transform: translateX(0);
    opacity: .6
  }

  50% {
    transform: translateX(-6px);
    opacity: 1
  }

  100% {
    transform: translateX(0);
    opacity: .6
  }
}

@keyframes pulseRight {
  0% {
    transform: translateX(0);
    opacity: .6
  }

  50% {
    transform: translateX(6px);
    opacity: 1
  }

  100% {
    transform: translateX(0);
    opacity: .6
  }
}

.hint {
  transition: opacity .3s ease, transform .3s ease;
}

.hint.hidden {
  opacity: 0;
  transform: translateX(20px);
  visibility: hidden;
}

.reel-mute {
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.reel-mute img {
  width: 20px;
}

.reels,
.reels-track {
  touch-action: pan-y;
}


.reel-prev-hint {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.reel-next-hint {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.reel-progress {
  position: absolute;
  top: 8px;
  left: 12px;
  right: 12px;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  overflow: hidden;
  z-index: 12;
}

.reel-progress-bar {
  height: 100%;
  width: 0%;
  background: #ffffff;
  border-radius: 2px;
  transform-origin: left;
}

.reel-progress-bar {
  background: linear-gradient(90deg,
      #ffffff,
      #e6f0ff);
}

.reel-play-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.reel-play-overlay img {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .4));
  transform: scale(.9);
  transition: transform .25s ease;
}


.reel.paused .reel-play-overlay {
  opacity: 1;
  pointer-events: auto;
}

.reel.paused .reel-play-overlay img {
  transform: scale(1);
}

.reel[data-state="play"] img {
  content: url("images/play.svg");
}

.reel[data-state="pause"] img {
  content: url("images/pause.svg");
}

.reel.paused .reel-play-overlay img {
  animation: pulse 1.2s infinite;
}
.reel-next-zone {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity .35s ease,
    transform .35s ease;
}


.reel-next-zone.hidden {
  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;
}

.reel-arrow.right {
  animation: pulseRight 1.4s infinite;
}

@keyframes pulseRight {
  0%   { transform: translateX(0); opacity: .6; }
  50%  { transform: translateX(6px); opacity: 1; }
  100% { transform: translateX(0); opacity: .6; }
}

.reel-next-zone.hidden {
  transition-delay: .1s;
}

.section--soft {
  background: #f8fafc;
}

.video-reviews .section-head {
  text-align: left;
  margin-bottom: 18px;
}

.video-reviews-layout {
    display: grid;
    grid-template-columns: 1.05fr 420px;
    gap: 48px;
    align-items: start;
}

.video-reviews-copy {
  max-width: 640px;
}

.video-reviews-points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.video-reviews-points li {
  position: relative;
  padding-left: 26px;
  color: #0f172a;
  line-height: 1.5;
  opacity: .92;
}

.video-reviews-points li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand, #008887);
  font-weight: 800;
}

/* Reels container: keep existing behavior, improve placement */
.video-reviews .reels {
  margin: 0;
  max-width: 420px;
}

/* Caption overlay inside each reel (premium) */
.reel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 14px 14px 16px;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.08));
  color: #fff;
}

.reel-caption-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
}

.reel-caption-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  opacity: .92;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Responsive */
@media (max-width: 980px) {
  .video-reviews-layout {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
  }

  .video-reviews .section-head {
    text-align: center;
  }

  .video-reviews-copy {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .video-reviews-points {
    justify-items: center;
  }

  .video-reviews-points li {
    text-align: left;
    max-width: 520px;
  }

  .video-reviews .reels {
    margin: 0 auto;
  }
}
.modal-success-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.success-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1DB954; /* премиальный зелёный */
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.modal-success{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}