.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 500px;
  overflow: hidden;
  background: #e6f1f5;
  margin-top: -80px;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-mobile-content,
.hero-mobile-quicknav {
  display: none;
}
.hero-mobile-quicknav {
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.hero-qnav-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background-color: color-mix(in srgb, #bbbcbc 14%, transparent);
  backdrop-filter: blur(4px) saturate(160%);
  -webkit-backdrop-filter: blur(4px) saturate(160%);
  border-radius: 50px;
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, #fff 12%, transparent),
    inset 2px 3px 0 -2px color-mix(in srgb, #fff 80%, transparent),
    inset -2px -3px 1px -2px color-mix(in srgb, #fff 55%, transparent),
    0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 0.55rem 0.85rem;
  text-decoration: none;
  color: #2d2d2d;
  -webkit-tap-highlight-color: transparent;
}
.hero-qnav-item .quicknav-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.hero-qnav-item .quicknav-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #2d2d2d;
}
.hero-text-band {
  background-color: color-mix(in srgb, #bbbcbc 12%, transparent);
  backdrop-filter: blur(4px) saturate(var(--glass-saturation, 160%));
  -webkit-backdrop-filter: blur(4px) saturate(var(--glass-saturation, 160%));
  border-top-left-radius: clamp(180px, 28vw, 400px) 100%;
  border-top-right-radius: clamp(180px, 33vw, 400px) 100%;
  margin-top: -272px;
  position: relative;
  z-index: 10;
  height: 272px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 40px 0px 0px 0px;
  text-align: center;
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        #fff calc(var(--glass-reflex-light, 1) * 14%),
        transparent
      ),
    inset 2px 3px 0 -2px
      color-mix(
        in srgb,
        #fff calc(var(--glass-reflex-light, 1) * 85%),
        transparent
      ),
    inset -2px 0 0 -1px
      color-mix(
        in srgb,
        #fff calc(var(--glass-reflex-light, 1) * 50%),
        transparent
      ),
    inset 0 4px 6px -3px
      color-mix(
        in srgb,
        #000 calc(var(--glass-reflex-dark, 1) * 12%),
        transparent
      ),
    0 -8px 32px 0
      color-mix(
        in srgb,
        #000 calc(var(--glass-reflex-dark, 1) * 6%),
        transparent
      );
}
.hero-h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hero-h1 .dark {
  color: #0d2d2a;
}
.hero-h1 .gold {
  color: #b07830;
}
.hero-h1 .hero-gradient-dark,
.hero-gradient-dark {
  background: linear-gradient(135deg, #0d5c52 0%, #042421 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-h1 .hero-gradient-gold,
.hero-gradient-gold {
  background: linear-gradient(135deg, #e8b96a 0%, #ab731c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: #6b7280;
  line-height: 1.6;
}
.hero-subtitle strong {
  color: #4b5563;
}
.quicknav-wrap {
  background: transparent;
  position: relative;
  z-index: 20;
  margin-top: -64px;
  margin-bottom: -64px;
}
.quicknav {
  background-color: color-mix(in srgb, #bbbcbc 14%, transparent);
  backdrop-filter: blur(4px) saturate(var(--glass-saturation, 160%));
  -webkit-backdrop-filter: blur(4px) saturate(var(--glass-saturation, 160%));
  border-radius: 80px;
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        #fff calc(var(--glass-reflex-light, 1) * 12%),
        transparent
      ),
    inset 2px 3px 0 -2px
      color-mix(
        in srgb,
        #fff calc(var(--glass-reflex-light, 1) * 80%),
        transparent
      ),
    inset -2px -3px 1px -2px
      color-mix(
        in srgb,
        #fff calc(var(--glass-reflex-light, 1) * 55%),
        transparent
      ),
    inset -1px 2px 3px -1px
      color-mix(
        in srgb,
        #000 calc(var(--glass-reflex-dark, 1) * 16%),
        transparent
      ),
    inset 2px -6px 1px -5px
      color-mix(
        in srgb,
        #000 calc(var(--glass-reflex-dark, 1) * 8%),
        transparent
      ),
    0 24px 80px 0
      color-mix(
        in srgb,
        #000 calc(var(--glass-reflex-dark, 1) * 6%),
        transparent
      ),
    0 8px 32px 0
      color-mix(
        in srgb,
        #000 calc(var(--glass-reflex-dark, 1) * 3%),
        transparent
      );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
}
.quicknav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #2d2d2d;
  padding: 0.5rem 2.5rem;
  flex: 1;
  transition: transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .quicknav-item:hover {
    color: #2d2d2d;
    transform: translateY(-4px);
  }
  .quicknav-item:hover .quicknav-icon {
    background: linear-gradient(135deg, #ab731c, #8a5c16);
    box-shadow: 0 4px 12px rgba(176, 120, 48, 0.25);
  }
}
.quicknav-icon {
  transition: box-shadow 0.25s ease;
}
.quicknav-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c09046, #ab731c);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.quicknav-label {
  font-size: 15px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.3;
}
.quicknav-divider {
  width: 1px;
  height: 56px;
  background: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.about-section {
  padding: 5rem 0;
  background: #fff url('/assets/media/section-about-bg.webp') center center /
    cover no-repeat;
  position: relative;
  overflow: hidden;
}
.about-layout {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-left: max(1.5rem, calc((100vw - 1200px) / 2 + 1.5rem));
}
.about-text {
  flex: 0 0 auto;
  width: clamp(260px, 38vw, 560px);
}
.about-text h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.about-tagline {
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.about-body {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  min-height: 1.8em;
}
.about-body:last-child {
  margin-bottom: 0;
}
.about-carousel {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  align-self: center;
}
.about-carousel:not(.is-ready) {
  max-height: 520px;
}
.about-carousel .splide__slide > div {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.about-carousel .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.care-section {
  background: #fff;
}
.care-grid {
  display: grid;
  grid-template-columns: auto 1fr;
}
.care-left {
  padding: 5rem 1.5rem 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.care-eyebrow {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
}
.care-title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
  white-space: nowrap;
}
.care-title strong {
  font-weight: 700;
}
.care-right {
  padding: 5rem 0 5rem 3.5rem;
  display: flex;
  align-items: center;
}
.care-body {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
}
.care-call-svg{display:none}@media(max-width:1023px){.care-call-svg{display:inline-flex;align-items:center}}.care-call-svg img{width:112px;height:112px;display:block}
.care-call-now{display:none;align-items:center;gap:.6rem;width:fit-content;margin-top:2rem;padding:.75rem 1.75rem;background:linear-gradient(135deg,#03302B,#042421);border-radius:50px;color:#fff;font-size:15px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .25s}@media(hover:hover){.care-call-now:hover{background:linear-gradient(135deg,#042421,#042421);color:#fff}}.care-call-now-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;border-radius:50%;flex-shrink:0}.care-call-now-icon img{width:24px;height:24px}@media(min-width:1024px){.care-call-now{display:inline-flex}}
.parallax-hero{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:0;overflow:hidden;pointer-events:none;transform:translateZ(0)}@media(min-width:1024px){.parallax-hero{height:100vh}}.parallax-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transform:translate3d(0,0,0)}.parallax-hero::after{content:'';position:absolute;right:0;bottom:0;left:0;height:200px;background:linear-gradient(to top,#F0FFFD 0%,transparent 100%);pointer-events:none}.parallax-hero__spacer{height:100dvh;pointer-events:none}@media(min-width:1024px){.parallax-hero__spacer{height:100vh}}.hero,.about-section,.care-section,.lab-section,.services-section,.why-section,.mental-section,.aero-section,.packages-section,.reviews-section,.partners-section,.news-section,.howto-section,.site-footer{position:relative;z-index:1}
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.section-sub {
  font-size: 1.125rem;
  font-weight: 400;
}
.lab-section {
  padding: 5rem 0;
  background: linear-gradient(to top right, #fff9f2 0%, #f0fffd 100%);
}
.lab-layout {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.lab-header {
  flex: 0 0 32%;
}
.lab-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.lab-subtitle {
  font-size: 1.05rem;
  font-weight: 400;
}
.lab-cards {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.lab-cards > div {
  display: contents;
}
.lab-card {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 32px;
  padding: 2.75rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 0.75rem;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .lab-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.1);
  }
}
.lab-card h3 {
  font-size: 20px;
  font-weight: 400;
  color: #696969;
  line-height: 1.6;
}
a.lab-card {
  text-decoration: none;
  cursor: pointer;
}
.services-section {
  padding: 5rem 0;
  background: #fff;
}
.services-section .section-header {
  text-align: left;
}
.services-tagline {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.services-row {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-areas: 'img body' 'img items';
  column-gap: 3.5rem;
  row-gap: 1.75rem;
  margin-top: 4rem;
}
.services-row-img {
  grid-area: img;
  overflow: hidden;
}
.services-row:nth-child(2) .services-row-img {
  border-radius: 168px 0px 0px 0px;
}
.services-row:nth-child(3) .services-row-img {
  border-radius: 0px 168px 0px 0px;
}
.services-row-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-row-body {
  grid-area: body;
  align-self: start;
  padding-top: 0.25rem;
}
.services-items {
  grid-area: items;
  align-self: start;
}
.services-row-title {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.services-row-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}
.services-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
}
.services-item {
  display: flex;
  align-items: center;
  position: relative;
  transition: transform 0.25s ease;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .services-item:hover {
    transform: translateX(8px);
  }
}
.services-item-icon {
  width: 64px;
  height: 96px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 32px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow:
    2px 2px 6px rgba(0, 0, 0, 0.05),
    -1px -1px 4px rgba(255, 255, 255, 0.8),
    inset 1px 1px 4px rgba(0, 0, 0, 0.06),
    inset -1px -1px 3px rgba(255, 255, 255, 0.7);
}
.services-item-icon span {
  position: absolute;
  left: calc(64px + 1.25rem);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #696969;
  font-weight: 400;
  line-height: 1.4;
}
.why-section {
  padding: 5rem 0;
  background: #06342f;
}
.why-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.why-title {
  flex: 0 0 auto;
  width: clamp(200px, 28%, 320px);
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  font-weight: 400;
  color: #c09046;
  line-height: 1.2;
  margin: 0;
  filter: drop-shadow(1px 1px 1.7px #000000);
}
.why-body {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
  margin: 0;
}
.mental-section {
  padding: 5rem 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.mental-plus {
  position: absolute;
  font-size: 10rem;
  font-weight: 200;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.mental-plus--tr {
  top: 0.5rem;
  right: 4rem;
  color: rgba(192, 144, 70, 0.18);
}
.mental-plus--bl {
  bottom: 0.5rem;
  left: 1.5rem;
  color: rgba(6, 52, 47, 0.08);
}
.mental-header {
  margin-bottom: 3rem;
}
.mental-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-family: var(--font-serif);
  font-weight: 400;
  color: #0d2d2a;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  max-width: 800px;
}
.mental-tagline {
  font-size: 1rem;
  font-family: 'Noto Sans Thai', sans-serif;
  font-weight: 400;
  color: #c09046;
  margin: 0;
}
.mental-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 4rem;
  align-items: start;
}
.mental-collage {
  position: relative;
  height: 680px;
}
.mental-collage-mobile {
  display: none;
}
.mental-img {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
}
.mental-img img {
  width: 100%;
  height: auto;
  display: block;
}
.mental-img--1 {
  width: 254px;
  top: 0;
  left: 74px;
  z-index: 2;
}
.mental-img--2 {
  width: 184px;
  top: 166px;
  left: 241px;
  z-index: 3;
}
.mental-img--3 {
  width: 174px;
  top: 255px;
  left: 0;
  z-index: 4;
}
.mental-img--4 {
  width: 280px;
  top: 311px;
  left: 106px;
  z-index: 2;
}
.mental-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #696969;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.mental-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.mental-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 400;
  color: #696969;
}
.mental-list li::before {
  content: '';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c09046
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 13px 13px no-repeat;
}
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #0d2d2a;
  color: #fff;
  padding: 0.75rem 1.75rem;
  border-radius: 100px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-dark:hover {
  background: #1a4a46;
  color: #fff;
}
.aero-section {
  padding: 4rem 0;
  background: #fff;
  margin-top: -1px;
}
.aero-card {
  display: grid;
  grid-template-columns: 5fr 6fr;
  background: linear-gradient(to top right, #fff9f2 0%, #f0fffd 100%);
  border-radius: 28px;
  overflow: hidden;
}
.aero-left {
  padding: 3rem 2rem 3rem 3rem;
  display: flex;
  flex-direction: column;
}
.aero-right {
  padding: 2rem 2.5rem 2rem 1rem;
  display: flex;
  flex-direction: column;
}
.aero-title {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 400;
  color: #0d2d2a;
  line-height: 1.25;
  margin-bottom: 0.6rem;
}
.aero-tag {
  color: #c09046;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1.1rem;
}
.aero-desc {
  color: #696969;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.925rem;
  margin-bottom: 1.25rem;
}
.aero-checklist {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 24px;
  align-self: flex-start;
  box-shadow:
    2px 2px 6px rgba(0, 0, 0, 0.05),
    -1px -1px 4px rgba(255, 255, 255, 0.8),
    inset 1px 1px 4px rgba(0, 0, 0, 0.06),
    inset -1px -1px 3px rgba(255, 255, 255, 0.7);
}
.aero-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.aero-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.925rem;
  font-weight: 400;
  color: #696969;
  line-height: 1.35;
}
.aero-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c09046;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aero-worldmap {
  width: 100%;
  height: auto;
}
.aero-photos {
  display: flex;
  gap: 0.5rem;
}
.aero-photos img {
  flex: 1;
  min-width: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #d4d5cf;
  display: block;
}
.aero-photos img:nth-child(odd) {
  border-top-left-radius: 40px;
}
.aero-photos img:nth-child(even) {
  border-bottom-left-radius: 40px;
}
.aero-cta-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 5rem;
}
.aero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0d2d2a;
  color: #fff;
  padding: 0.7rem 1.4rem;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.aero-cta-btn:hover {
  background: #1a4440;
  color: #fff;
  opacity: 1;
}
.btn-gold {
  background: #c09046;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 100px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}
.btn-gold:hover {
  background: #a07030;
  color: #fff;
}
.packages-section {
  padding: 5rem 0;
  background: #f9f9f7;
  overflow-x: clip;
}
.pkg-tabs-desktop {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.pkg-tabs-splide {
  display: none;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .pkg-tabs-desktop {
    display: none;
  }
  .pkg-tabs-splide {
    display: block;
  }
}
.pkg-tab {
  padding: 0.45rem 1.4rem;
  border-radius: 100px;
  border: 1.5px solid #f6f0e8;
  background: #f6f0e8;
  color: #696969;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .pkg-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(192, 144, 70, 0.18);
    border-color: #eed9b1;
    color: #696969;
    background: #eed9b1;
  }
}
.pkg-tab.active {
  background: #eed9b1;
  border-color: #eed9b1;
  color: #696969;
}
.pkg-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
}
.pkg-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.pkg-card--placeholder {
  height: 300px;
  background: #eee;
}
#pkgTabSlider {
  overflow: visible;
}
#pkgTabSlider .splide__track {
  overflow: visible;
}
.pkg-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.75rem;
}
.pkg-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pkg-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #c9cdd4;
  border: none;
  padding: 0;
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.2s ease;
}
.pkg-dot.is-active {
  width: 26px;
  background: var(--primary);
}
.pkg-arrows {
  display: flex;
  gap: 0.5rem;
}
.reviews-section {
  padding: 5rem 0;
  background: #f5f4ef;
}
.reviews-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 4rem;
  align-items: start;
}
.reviews-aside {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
  position: relative;
  z-index: 30;
}
.reviews-score-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
  line-height: 1;
}
.reviews-score-num {
  font-size: 4rem;
  font-weight: 800;
  color: #c09046;
  letter-spacing: -0.02em;
}
.reviews-score-denom {
  font-size: 1.4rem;
  font-weight: 600;
  color: #b0b0a8;
}
.reviews-total {
  font-size: 0.8rem;
  color: #b0b0a8;
}
.reviews-google-brand {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-top: 0.25rem;
}
.reviews-google-brand span {
  font-size: 1.5rem;
  font-weight: 700;
}
.reviews-slider-col {
  min-width: 0;
  overflow-x: clip;
}
.reviews-slider-col .splide__track {
  overflow: visible;
}
.reviews-slider-col .splide__list {
  align-items: flex-start;
}
.reviews-slider-col .splide__slide {
  display: flex;
}
.review-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  padding: 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow:
    2px 2px 6px rgba(0, 0, 0, 0.05),
    -1px -1px 4px rgba(255, 255, 255, 0.8),
    inset 1px 1px 4px rgba(0, 0, 0, 0.06),
    inset -1px -1px 3px rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px) saturate(160%);
  -webkit-backdrop-filter: blur(4px) saturate(160%);
  width: 100%;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .review-card:hover {
    transform: translateY(-6px);
  }
}
.review-card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.review-avatar--ph {
  background: #e8e4da;
  color: #7a7060;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.review-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-stars-row {
  display: flex;
  gap: 2px;
}
.review-text {
  font-size: 0.875rem;
  color: #696969;
  line-height: 1.7;
  overflow: hidden;
  max-height: 3rem;
  transition: max-height 0.4s ease;
}
.review-text.is-expanded {
  max-height: 20rem;
}
.review-see-more {
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  cursor: pointer;
  transition: opacity 0.2s;
}
.review-see-more:hover {
  opacity: 0.75;
}
.reviews-nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.reviews-control {
  display: none;
}
.reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: rgba(6, 52, 47, 0.25);
  border: none;
  padding: 0;
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s;
  flex-shrink: 0;
}
.reviews-dot.is-active {
  width: 26px;
  background: var(--primary);
}
@media (max-width: 767px) {
  .reviews-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .reviews-aside {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
  .reviews-score-wrap {
    justify-content: center;
    order: 1;
  }
  .reviews-google-brand {
    justify-content: center;
    order: 2;
    height: 56px;
    align-items: center;
  }
  .reviews-google-brand span {
    font-size: 48px;
  }
  .reviews-total {
    order: 3;
  }
}
.tiktok-section {
  padding: 4rem 0 5rem;
  position: relative;
  z-index: 25;
  overflow-x: clip;
}
.tiktok-title {
  font-size: 40px;
  font-weight: 400;
  color: #0d2d2a;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.tiktok-slider-wrap {
  position: relative;
}
#tiktokSlider {
  overflow: hidden;
}
#tiktokSlider .splide__track {
  overflow: visible;
}
.tiktok-card {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9/16;
  position: relative;
  cursor: pointer;
}
.tiktok-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tiktok-card--placeholder {
  background: #e5e7eb;
}
.tiktok-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tiktok-play svg {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  padding: 10px 10px 10px 13px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    background 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .tiktok-card:hover .tiktok-play svg {
    transform: scale(1.1);
    background: #fff;
  }
}
.tt-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0d2d2a;
  transition: box-shadow 0.2s;
  font-size: 0.85rem;
}
.tt-arrow:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}
.tt-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
#ttPrev,
#ttNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#ttPrev {
  left: -20px;
}
#ttNext {
  right: -20px;
}
#pkgSlider .splide__pagination,
#newsSlider .splide__pagination,
#tiktokSlider .splide__pagination {
  display: none !important;
}
.tt-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 1.25rem;
}
.tt-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #c9cdd4;
  border: none;
  padding: 0;
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.2s ease;
}
.tt-dot.is-active {
  width: 26px;
  background: var(--primary);
}
.partners-section {
  padding: 5rem 0;
  background: #fff;
}
.partners-logos {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 32px;
}
.partner-logo {
  width: 100%;
  aspect-ratio: 1;
  background: #fff;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.45s ease-out,
    transform 0.45s ease-out,
    box-shadow 0.25s;
}
.partner-logo.wave-in {
  opacity: 1;
  transform: translateY(0);
}
@media (hover: hover) and (pointer: fine) {
  .partner-logo:hover {
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
    transform: scale(1.07);
  }
}
.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.news-section {
  padding: 5rem 0;
  background: #f9f9f7;
  overflow-x: clip;
}
.news-slider-wrap {
  position: relative;
}
#newsSlider {
  overflow: hidden;
}
#newsSlider .splide__track {
  overflow: visible;
}
.news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
}
.news-img {
  aspect-ratio: 1;
  overflow: hidden;
  flex-shrink: 0;
}
.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
@media (hover: hover) and (pointer: fine) {
  .news-card:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  }
  .news-card:hover .news-img img {
    transform: scale(1.04);
  }
}
.news-img-placeholder {
  width: 100%;
  height: 100%;
  background: #e8ece8;
}
.news-body {
  padding: 1.25rem 1.4rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-cat {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #06342f;
  background: rgba(6, 52, 47, 0.09);
  border-radius: 20px;
  padding: 0.18rem 0.65rem;
  margin-bottom: 0.55rem;
  align-self: flex-start;
}
.news-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0d2d2a;
  line-height: 1.55;
  margin: 0 0 0.5rem;
}
.news-excerpt {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.65;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.75rem;
}
.news-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #c9cdd4;
  border: none;
  padding: 0;
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.2s ease;
}
.news-dot.is-active {
  width: 26px;
  background: var(--primary);
}
.news-arrows {
  display: flex;
  gap: 0.5rem;
}
.news-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: var(--primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease;
  flex-shrink: 0;
}
.news-arrow:hover {
  background: var(--primary-dark);
}
.news-arrow svg {
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.howto-section {
  padding: 5rem 0;
  background: linear-gradient(to top right, #fff9f2 0%, #f0fffd 100%);
}
.howto-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.howto-grid > :nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.howto-grid > :nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.howto-grid > :nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.howto-grid > :nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}
.howto-grid::before,
.howto-grid::after {
  content: '';
  position: absolute;
  z-index: 0;
}
.howto-grid::before {
  top: 0;
  right: 0;
  width: 424px;
  height: 272px;
  background: linear-gradient(150deg, #133d34 0%, #0a2c26 100%);
  border-radius: 40px 120px 40px 120px;
  box-shadow: 0 8px 32px rgba(10, 44, 38, 0.25);
}
.howto-grid::after {
  bottom: 0;
  left: 0;
  width: 424px;
  height: 272px;
  background: linear-gradient(150deg, #c89430 0%, #9e7320 100%);
  border-radius: 120px 40px 40px 120px;
  box-shadow: 0 8px 32px rgba(158, 115, 32, 0.28);
}
.howto-step {
  position: relative;
  z-index: 1;
  padding: 2rem 1.75rem;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(4px) saturate(160%);
  -webkit-backdrop-filter: blur(4px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 232px;
  box-shadow:
    2px 2px 6px rgba(0, 0, 0, 0.05),
    inset 1px 1px 4px rgba(0, 0, 0, 0.06);
}
.howto-num {
  font-size: 3rem;
  font-weight: 800;
  color: #0d2d2a;
  line-height: 1;
}
.howto-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #374151;
}
.howto-body {
  font-size: 0.95rem;
  color: #9ca3af;
  line-height: 1.6;
}
.howto-cta {
  text-align: center;
  margin-top: 2.5rem;
}
.splide__track {
  overflow: hidden;
}
.splide__list {
  will-change: transform;
}
@media (max-width: 1279px) {
  .mental-grid {
    grid-template-columns: 1fr;
  }
  .mental-collage {
    height: 620px;
    width: 430px;
    margin: 0 auto;
  }
  .partners-logos {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  .services-row {
    grid-template-columns: 240px 1fr;
    column-gap: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .splide__track {
    overflow: visible;
  }
  .about-carousel,
  #tiktokSlider,
  #newsSlider,
  #pkgSlider {
    overflow: visible;
  }
  .reviews-slider-col {
    overflow: visible;
  }
  .tt-arrow {
    display: none;
  }
  .pkg-arrows {
    display: none;
  }
  .news-arrows {
    display: none;
  }
  .reviews-nav {
    display: none;
  }
  .reviews-control {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    margin-top: 1.25rem;
  }
  .partners-logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .about-layout {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    gap: 1rem;
  }
  .about-text {
    display: contents;
  }
  .about-text-head {
    order: 1;
    padding: 0 1.5rem;
  }
  .about-carousel {
    order: 2;
    width: 100%;
  }
  .about-text-body {
    order: 3;
    padding: 0 1.5rem;
  }
  .about-tagline {
    margin-bottom: 0;
  }
  .care-grid {
    grid-template-columns: 1fr;
  }
  .care-left {
    padding: 3.5rem 0 1.5rem;
    flex-direction: row;
    align-items: center;
  }
  .care-right {
    padding: 1.5rem 0 3.5rem;
    border-left: none;
  }
  .care-text {
    flex: 1;
    min-width: 0;
  }
  .care-title {
    font-size: 30px;
    white-space: normal;
  }
  .care-title strong {
    color: #06342f !important;
  }
  .care-title span {
    color: #c09046 !important;
  }
  .lab-layout {
    flex-direction: column;
    gap: 2.5rem;
  }
  .lab-header {
    flex: none;
    width: 100%;
  }
  .lab-cards {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
  .lab-card {
    width: 100%;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 1rem 1.25rem;
    border-radius: 100px;
    gap: 1rem;
  }
  .lab-card img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .lab-card h3 {
    flex: 1;
    font-size: 15px;
    text-align: left;
  }
  .lab-card h3 br {
    display: none;
  }
  .lab-card::after {
    content: '→';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #4b5563;
    font-size: 17px;
    flex-shrink: 0;
  }
  .hero {
    height: 100svh;
    min-height: 480px;
  }
  .hero-mobile-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 2rem;
  }
  .hero-mobile-content .hero-h1 {
    font-size: 48px;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .hero-mobile-content .hero-subtitle {
    font-size: 15px;
    line-height: 1.5;
    color: #4b5563;
    text-align: left;
  }
  .hero-mobile-quicknav {
    display: grid;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 10;
  }
  .hero-text-band {
    display: none;
  }
  .quicknav-wrap {
    display: none;
  }
  .howto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .howto-grid::before,
  .howto-grid::after {
    display: none;
  }
  .howto-grid > :nth-child(1),
  .howto-grid > :nth-child(2),
  .howto-grid > :nth-child(3),
  .howto-grid > :nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .services-row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'img body' 'items items';
    column-gap: 1rem;
    row-gap: 1.25rem;
    margin-top: 2.5rem;
  }
  .services-row-img {
    aspect-ratio: 3 / 4;
    align-self: start;
  }
  .services-row:nth-child(2) .services-row-img {
    border-radius: 80px 0px 0px 0px;
  }
  .services-row:nth-child(3) .services-row-img {
    border-radius: 0px 80px 0px 0px;
  }
  .services-row-title {
    font-size: 1.2rem;
  }
  .services-row-desc {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .services-items {
    gap: 0.75rem;
  }
  .services-item {
    align-items: stretch;
  }
  .services-item-icon {
    width: 100%;
    height: auto;
    min-height: 56px;
    border-radius: 100px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.75rem 1rem;
    gap: 0.875rem;
  }
  .services-item-icon img {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
  }
  .services-item-icon span {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .aero-card {
    grid-template-columns: 1fr;
  }
  .aero-right {
    padding: 1.5rem 2rem 2rem;
    order: -1;
  }
  .aero-left {
    padding: 2rem 2rem 2.5rem;
  }
  .why-inner {
    flex-direction: column;
    gap: 2rem;
  }
  .why-title {
    width: 100%;
  }
  .mental-grid {
    padding-bottom: 20px;
  }
  .mental-collage {
    display: none;
  }
  .mental-collage-mobile {
    display: block;
    width: 100%;
    margin: 0 auto 1.5rem;
  }
  .mental-collage-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
  }
  .mental-body .btn-header-call {
    display: flex !important;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-sub {
    font-size: 14px;
  }
  .hero-mobile-content .hero-h1 {
    font-size: 40px;
    margin-bottom: 0.4rem;
  }
  .hero-mobile-content .hero-subtitle {
    font-size: 14px;
  }
  .hero-mobile-content {
    padding: 0 1.5rem;
  }
  .aero-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 1.5rem 40px;
    margin: 0 -1.5rem;
    border-radius: 0;
    background: linear-gradient(to top, #fff9f2 0%, #f0fffd 100%);
  }
  .aero-left,
  .aero-right {
    display: contents;
  }
  .aero-title {
    order: 1;
  }
  .aero-tag {
    order: 2;
  }
  .aero-worldmap {
    order: 3;
    width: 100%;
  }
  .aero-desc {
    order: 4;
  }
  .aero-photos {
    order: 5;
    justify-content: flex-start;
    overflow: hidden;
  }
  .aero-checklist {
    order: 6;
    align-self: stretch;
  }
  .aero-cta-row {
    order: 7;
    justify-content: center;
    margin-top: 0;
  }
  .aero-cta-row .btn-header-call {
    display: inline-flex !important;
  }
  .howto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .howto-grid::before,
  .howto-grid::after {
    display: none;
  }
  .howto-grid > :nth-child(1),
  .howto-grid > :nth-child(2),
  .howto-grid > :nth-child(3),
  .howto-grid > :nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .packages-section{background:#fff}
}
@media (max-width: 480px) {
  .hero-mobile-content {
    padding: 1.25rem 1.25rem 1.5rem;
  }
  .hero-mobile-content .hero-h1 {
    font-size: 40px;
  }
  .hero-mobile-quicknav {
    gap: 0.5rem;
  }
  .hero-qnav-item {
    padding: 0.5rem 0.75rem;
    gap: 0.45rem;
  }
  .hero-qnav-item .quicknav-label {
    font-size: 11px;
  }
  .about-layout {
    gap: 2.5rem;
  }
  .care-left {
    padding: 2.5rem 0 1.25rem;
  }
  .care-right {
    padding: 1.25rem 0 2.5rem;
  }
  .care-title {
    font-size: 30px;
  }
  .services-row {
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
  }
  .services-item-icon {
    min-height: 48px;
    padding: 0.625rem 0.875rem;
    border-radius: 100px;
    gap: 0.75rem;
  }
  .services-item-icon img {
    width: 22px;
    height: 22px;
  }
  .services-item-icon span {
    font-size: 0.75rem;
  }
  .howto-section {
    overflow: hidden;
  }
  .howto-grid {
    grid-template-columns: 1fr;
  }
  .howto-step {
    min-height: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.25rem 1.25rem;
  }
  .howto-num {
    font-size: 2.25rem;
  }
  .howto-grid::before,
  .howto-grid::after {
    display: block;
    width: 215px;
    height: 138px;
  }
  .howto-grid::before {
    top: 172px;
    right: -104px;
    border-radius: 40px 120px 40px 120px;
  }
  .howto-grid::after {
    bottom: auto;
    left: auto;
    top: 680px;
    right: -104px;
    border-radius: 40px 120px 40px 120px;
  }
}
@media (max-width: 1023px) and (max-height: 500px) and (orientation: landscape) {
  .hero {
    height: 100vh;
    min-height: 320px;
  }
  .hero-mobile-content .hero-h1 {
    font-size: 32px;
    margin-bottom: 0.25rem;
  }
  .hero-mobile-content .hero-subtitle {
    font-size: 13px;
  }
  .hero-mobile-quicknav {
    bottom: 1rem;
    gap: 0.4rem;
  }
  .hero-qnav-item {
    padding: 0.4rem 0.65rem;
    gap: 0.4rem;
  }
  .hero-qnav-item .quicknav-icon {
    width: 28px;
    height: 28px;
  }
  .hero-qnav-item .quicknav-label {
    font-size: 11px;
  }
  .about-section {
    padding: 2.5rem 0;
  }
  .care-section,
  .lab-section,
  .services-section,
  .packages-section,
  .reviews-section,
  .tiktok-section,
  .partners-section,
  .news-section,
  .howto-section,
  .why-section,
  .mental-section,
  .aero-section {
    padding: 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 2.5rem 0;
  }
  .care-section,
  .lab-section,
  .services-section,
  .packages-section,
  .reviews-section,
  .tiktok-section,
  .partners-section,
  .news-section,
  .howto-section,
  .why-section,
  .mental-section,
  .aero-section {
    padding: 3.5rem 0;
  }
  .mental-section {
    padding-bottom: 0;
  }
  .aero-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .packages-section {
    padding-top: 0;
  }

  .tiktok-title {
    font-size: 28px;
  }
  .partners-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .pkg-controls {
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .about-section {
    padding: 2.5rem 0;
  }
  .care-section,
  .lab-section,
  .services-section,
  .packages-section,
  .reviews-section,
  .tiktok-section,
  .partners-section,
  .news-section,
  .howto-section,
  .why-section,
  .mental-section,
  .aero-section {
    padding: 2.5rem 0;
  }
  .mental-section {
    padding-bottom: 0;
  }
  .aero-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tiktok-title {
    font-size: 22px;
    margin-bottom: 1.25rem;
  }
  .partners-logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .reviews-aside {
    gap: 1rem;
  }
  .reviews-rating {
    font-size: 3.5rem;
  }
}
