:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-500: #1e40af;
  --primary-600: #1e3a8a;
  --primary-800: #1e3a8a;
  --primary-900: #172554;
  --accent-300: #6ee7b7;
  --accent-400: #34d399;
  --accent-500: #059669;
  --accent-600: #047857;
  --corp-50: #f8fafc;
  --corp-100: #f1f5f9;
  --corp-200: #e2e8f0;
  --corp-400: #94a3b8;
  --corp-500: #64748b;
  --corp-600: #475569;
  --corp-700: #334155;
  --corp-800: #1e293b;
  --corp-900: #0f172a;
  --white: #fff;
  --radius: 1rem;
  --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --header-h: 7.5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: block;
  font-family: Inter, system-ui, sans-serif;
  color: var(--corp-800);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; height: auto; }
a { color: var(--primary-500); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4, .brand-logo, .hero-wordmark {
  font-family: Poppins, Inter, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--corp-900);
}
main, .site-header, .site-footer, .hero, .page-hero, .section, .lang-bar, .nav-shell {
  display: block;
  width: 100%;
  max-width: 100%;
}
.wrap {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wrap.narrow, .narrow {
  max-width: 760px;
}
.skip-link {
  position: absolute; left: -999px; top: 0;
}
.skip-link:focus { left: 1rem; top: 1rem; z-index: 80; background: #fff; padding: .5rem 1rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--corp-100);
  overflow: visible;
}
.lang-bar { background: var(--primary-900); color: #fff; font-size: .8rem; }
.lang-bar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 2.25rem; gap: .75rem; }
.lang-bar .muted { color: rgba(255,255,255,.65); }
.ig-chip {
  display: inline-flex; align-items: center; gap: .4rem;
  color: #fff; background: rgba(255,255,255,.12); padding: .2rem .65rem; border-radius: 999px;
}
.ig-chip:hover { text-decoration: none; background: rgba(255,255,255,.2); }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.75rem;
  gap: 1rem;
  min-width: 0;
}
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; flex-shrink: 0; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand-logo { font-size: 1.35rem; font-weight: 700; white-space: nowrap; }
.brand-logo__en { color: var(--primary-500); font-family: Georgia, 'Times New Roman', serif; }
.brand-logo__hi { color: var(--accent-600); }
.brand-logo--light .brand-logo__en { color: #93c5fd; }
.brand-logo--light .brand-logo__hi { color: #6ee7b7; }
.footer-brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 .75rem;
}
.footer-brand img {
  width: 36px;
  height: 36px;
  border-radius: .5rem;
  background: #fff;
  object-fit: contain;
}

.nav-links { display: flex; align-items: center; gap: .15rem; flex-wrap: wrap; justify-content: flex-end; min-width: 0; }
.nav-links a {
  color: var(--corp-700); font-weight: 600; font-size: .92rem;
  padding: .55rem .8rem; border-radius: .7rem; text-decoration: none;
}
.nav-links a:hover, .nav-links a.is-active { color: var(--primary-500); background: var(--primary-50); }
.nav-cta { margin-left: .4rem; }
.nav-toggle { display: none; border: 0; background: var(--corp-100); width: 2.75rem; height: 2.75rem; border-radius: .8rem; color: var(--corp-800); -webkit-tap-highlight-color: transparent; }

.has-sub { position: relative; }
.nav-sub-row { display: flex; align-items: center; }
.nav-sub-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--corp-700);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: .7rem;
}
.nav-caret { font-size: .65rem; margin-left: .25rem; }
.nav-sub {
  display: none;
  position: absolute;
  top: calc(100% - .15rem);
  left: 0;
  min-width: 17.5rem;
  padding: .45rem;
  background: #fff;
  border: 1px solid var(--corp-100);
  border-radius: .9rem;
  box-shadow: var(--shadow);
  z-index: 80;
}
.has-sub:hover .nav-sub,
.has-sub:focus-within .nav-sub { display: grid; }
.nav-sub a {
  display: flex;
  align-items: center;
  gap: .6rem;
  white-space: nowrap;
  color: var(--corp-800);
  font-weight: 600;
  font-size: .88rem;
  padding: .6rem .75rem;
  border-radius: .65rem;
}
.nav-sub a i { width: 1.1rem; text-align: center; color: var(--primary-500); }
.nav-sub a:hover, .nav-sub a.is-active { background: var(--primary-50); color: var(--primary-600); text-decoration: none; }

.svc-subnav {
  position: sticky;
  top: 6.9rem;
  z-index: 30;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--corp-100);
  backdrop-filter: blur(10px);
}
.svc-subnav__inner {
  display: flex;
  gap: .35rem;
  overflow-x: auto;
  padding: .55rem 0;
  -webkit-overflow-scrolling: touch;
}
.svc-subnav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--corp-700);
  font-weight: 600;
  font-size: .82rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: var(--corp-100);
  white-space: nowrap;
}
.svc-subnav a:hover { text-decoration: none; background: var(--primary-50); color: var(--primary-600); }
.svc-subnav a.is-active { background: var(--primary-500); color: #fff; }
.svc-subnav a.is-active i { color: #fff; }
.svc-subnav a i { color: var(--primary-500); font-size: .8rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  border: 0; border-radius: .8rem; font-weight: 600; cursor: pointer;
  padding: .7rem 1.15rem; text-decoration: none; font-family: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover, .btn:focus, .btn:focus-visible { text-decoration: none; outline: none; }
.btn:focus-visible { box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.55); }
.btn-primary { background: var(--primary-500); color: #fff; }
.btn-primary:hover { background: var(--primary-600); color: #fff; }
.btn-accent { background: var(--accent-500); color: #fff; }
.btn-accent:hover { background: var(--accent-600); color: #fff; }
.btn-secondary { background: var(--corp-100); color: var(--corp-800); }
.btn-secondary:hover { background: var(--corp-200); color: var(--corp-800); }
.btn-outline-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.65); }
.btn.sm { padding: .45rem .8rem; font-size: .85rem; }
.btn.lg { padding: .9rem 1.4rem; font-size: 1.05rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

.hero {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(135deg, #172554, #1e3a8a 55%, #1e40af);
  padding: 3.5rem 0 3rem;
}
.hero--photo {
  isolation: isolate;
  background: #0f172a;
}
.hero--banner {
  position: relative;
  padding: 0;
  background: #0f172a;
  isolation: isolate;
}
.hero-banner__img {
  display: block;
  width: 100%;
  height: min(68vh, 34rem);
  object-fit: cover;
  object-position: center 18%;
}
.hero-banner__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.42;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.hero--banner:hover .hero-banner__shade,
.hero--banner:focus-within .hero-banner__shade {
  opacity: 0.78;
}
.hero-banner__copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  margin: 0;
  padding: 1rem 1.25rem;
  text-align: center;
  pointer-events: none;
}
.hero-banner__title {
  margin: 0;
  color: #fff;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 5.8vw, 4.15rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.45);
}
.hero-banner__sub {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  letter-spacing: 0.04em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}
.hero--photo .hero-glow { display: none; }
.hero--photo .wrap { position: relative; z-index: 2; }
.hero--photo .page-hero__bg {
  object-position: center 18%;
}
.hero--photo .page-hero__overlay {
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.48) 46%, rgba(15, 23, 42, 0.22) 100%);
}
.hero--photo .hero-grid {
  max-width: 40rem;
  grid-template-columns: 1fr;
}
.hero--photo .muted { color: rgba(226, 232, 240, 0.88); }
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(52,211,153,.25), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(147,197,253,.2), transparent 32%);
}
.hero-grid, .two-col { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 900px) {
  .hero-grid, .two-col, .booking-grid { grid-template-columns: 1fr 1fr; align-items: center; }
}
.hero-grid > *, .two-col > * { min-width: 0; }
.media-frame {
  position: relative;
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.32);
  background: #0f172a;
}
.media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 30%;
}
.media-frame figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .85rem 1rem;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.82));
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.35;
}
.media-frame--light {
  box-shadow: var(--shadow);
  border: 1px solid var(--corp-100);
}
.campaign-card {
  display: block;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid var(--corp-100);
  box-shadow: var(--shadow);
  background: #fff;
}
.campaign-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: cover;
  object-position: center 40%;
}
.campaign-card:hover { text-decoration: none; }
.branch-card { overflow: hidden; text-decoration: none; color: inherit; }
.branch-card:hover { text-decoration: none; }
.branch-thumb {
  display: block;
  width: 100%;
  height: 10.5rem;
  object-fit: cover;
  object-position: center 28%;
  border-radius: .85rem;
  margin-bottom: 1rem;
}
.booking-grid { display: grid; gap: 1.5rem; align-items: start; }
.page-hero--photo {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  z-index: 0;
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(30, 58, 138, 0.78));
}
.page-hero--photo .wrap { position: relative; z-index: 2; }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.4rem); margin: 1rem 0; }
.hero h1 span { color: var(--accent-400); }
.hero .lede { color: #dbeafe; max-width: 34rem; }
.hero-brand { text-align: center; }
.hero-wordmark { font-size: clamp(2.8rem, 7vw, 4.4rem); margin: 0; }
.hero-wordmark .brand-logo__en { color: #93c5fd; }
.hero-wordmark .brand-logo__hi { color: #6ee7b7; }
.hero-rule { height: 3px; width: min(18rem, 80%); margin: .7rem auto 1rem; border-radius: 99px; background: linear-gradient(90deg, #1e40af 50%, #047857 50%); }
.hero-pills { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; font-weight: 700; letter-spacing: .08em; font-size: .8rem; }
.hero-pills span { color: #93c5fd; }
.hero-pills .trust { color: #6ee7b7; }
.hero-tagline { color: #bfdbfe; font-weight: 500; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 1.5rem; }
.stat { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 1rem; padding: 1rem .5rem; }
.stat strong { display: block; color: var(--accent-400); font-size: 1.6rem; }
.stat span { color: #dbeafe; font-size: .8rem; }
.glass-card { margin-top: 2rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 1.2rem; padding: 1.4rem 1.6rem; }
.glass-card h2, .glass-card p { color: #fff; }

.page-hero {
  background: linear-gradient(135deg, #172554, #1e3a8a);
  color: #fff; padding: 3rem 0 2.4rem;
}
.page-hero h1, .page-hero .lede, .page-hero .hero-tagline, .page-hero .meta { color: inherit; }
.page-hero .back { color: #bfdbfe; }

.section { padding: 4rem 0; }
.section-muted { background: var(--corp-50); }
.section-head { text-align: center; margin-bottom: 2rem; }
.section-title, .section-head h2 { font-size: 2rem; margin-bottom: .4rem; }
.center { text-align: center; }
.mb { margin-bottom: 1.25rem; }

.pill {
  display: inline-block; border-radius: 999px; padding: .2rem .75rem; font-size: .8rem; font-weight: 600; margin: 0 .25rem .4rem 0;
}
.pill-accent { background: rgba(5,150,105,.18); color: var(--accent-300); }
.page-hero .pill-accent, .hero .pill-accent { color: var(--accent-300); }
.section .pill-accent { background: var(--primary-100); color: var(--primary-600); }
.pill-ghost { background: rgba(255,255,255,.12); color: #dbeafe; }
.pill-soft { background: var(--primary-100); color: var(--primary-600); }
.badge { background: #d1fae5; color: #065f46; border-radius: 999px; padding: .2rem .65rem; font-size: .75rem; font-weight: 700; }

.card {
  background: #fff; border: 1px solid var(--corp-100); border-radius: 1.1rem;
  padding: 1.35rem; box-shadow: var(--shadow);
}
.card.service-card:not(.plan-card) {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  height: 100%;
}
.card-photo {
  display: block;
  width: 100%;
  height: 10rem;
  object-fit: cover;
  margin: 0;
}
.service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.25rem 1.25rem;
  gap: .55rem;
  min-width: 0;
}
.service-card__body h3,
.service-card__body p,
.service-card__body .label,
.service-card__body .ticks {
  margin: 0;
}
.service-card__body .ticks { margin-top: .15rem; }
.catalog-group__photo {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  border-radius: .9rem;
  flex-shrink: 0;
}
.card-grid, .team-grid, .usp-grid, .review-grid, .branch-list {
  display: grid; gap: 1.5rem; align-items: stretch;
}
@media (min-width: 700px) {
  .card-grid, .team-grid, .usp-grid, .review-grid, .branch-list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .card-grid, .team-grid, .usp-grid { grid-template-columns: repeat(3, 1fr); }
}
.service-card h3 { margin: 0; line-height: 1.3; }
.service-card p, .card p { color: var(--corp-600); }
.service-card__top { display: flex; justify-content: space-between; gap: .75rem; align-items: center; }
.icon-box {
  width: 3rem; height: 3rem; border-radius: .9rem; display: inline-flex; align-items: center; justify-content: center;
  background: var(--primary-50); color: var(--primary-500);
}
.icon-box.lg { width: 4rem; height: 4rem; font-size: 1.3rem; }
.label { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--corp-700); }
.ticks { list-style: none; padding: 0; margin: .4rem 0 1rem; }
.ticks li { display: flex; gap: .5rem; align-items: flex-start; color: var(--corp-700); margin: .35rem 0; }
.ticks i { color: var(--accent-500); margin-top: .25rem; }
.card-foot { display: flex; justify-content: space-between; align-items: center; gap: .85rem; border-top: 1px solid var(--corp-100); padding-top: 1rem; }
.service-card__body .ticks { flex: 1; margin: .1rem 0 .35rem; }
.service-card__body .card-foot { margin-top: auto; }
.price { color: var(--accent-600); font-weight: 700; }
.price-old { color: var(--corp-400); font-size: .85rem; font-weight: 500; text-decoration: line-through; display: block; }
.plan-price { display: flex; flex-direction: column; gap: .1rem; }
.plan-card { display: flex; flex-direction: column; }
.plan-card .ticks { flex: 1; }
.plan-card__top { display: flex; justify-content: space-between; gap: .75rem; align-items: flex-start; }
.plan-meta { margin: 0; text-align: right; font-size: .75rem; color: var(--corp-500); line-height: 1.35; max-width: 12rem; }
.group-hero { display: flex; gap: 1.1rem; align-items: flex-start; }
.crumb { margin: 0 0 .35rem; font-size: .85rem; color: var(--corp-500); }
.meet-note { color: var(--accent-300); font-weight: 600; font-size: .92rem; }
.section .meet-note, .page-hero .meet-note { margin-top: .4rem; }
.page-hero .meet-note { color: var(--accent-300); }
.catalog-group { margin-bottom: 2.75rem; }
.catalog-group__head { display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1.1rem; }
.catalog-group__head h2 { margin: 0 0 .25rem; font-size: 1.35rem; }
.catalog-group__head h2 a { color: inherit; }
.catalog-group__head p { margin: 0; }
.meta { color: var(--corp-500); font-size: .85rem; }
.muted { color: var(--corp-500); }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.chip {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--corp-100); color: var(--corp-800);
  border: 1px solid transparent;
  border-radius: .7rem; padding: .3rem .7rem; font-size: .85rem;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.chip-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.16); }
.chip:hover, .chip:focus, .chip:focus-visible,
.chip-light:hover, .chip-light:focus-visible { text-decoration: none; outline: none; }
.chip:hover { background: var(--corp-200); color: var(--corp-900); }
.chip-light:hover, .chip-light:focus-visible {
  background: rgba(255,255,255,.2);
  color: #fff;
  border-color: rgba(255,255,255,.28);
}
.chip:focus-visible { box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.45); }
.text-link { font-weight: 700; }

.panel { background: var(--primary-50); border-radius: 1.1rem; padding: 1.4rem; }
.team-card { text-align: center; }
.avatar, .avatar-img {
  width: 5.5rem; height: 5.5rem; border-radius: 999px; margin: 0 auto .7rem; object-fit: cover; object-position: top;
}
.avatar {
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-100); color: var(--primary-600); font-weight: 800; font-size: 1.4rem;
}
.role { color: var(--primary-500); font-weight: 600; margin: 0; }
.bio { font-size: .9rem; }
.usp { text-align: center; padding: 1.2rem; border: 1px solid var(--corp-100); border-radius: 1.1rem; background: #fff; }
.review-head { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; margin-bottom: .6rem; }
.stars { color: var(--accent-500); }
.stars .dim { color: var(--corp-200); }
.rating-line { font-weight: 600; }
.review-slider {
  position: relative;
  padding: 0 2.6rem;
}
.review-slider__viewport { overflow: hidden; }
.review-slider__track {
  display: flex;
  gap: 1.1rem;
  will-change: transform;
  transition: transform .55s cubic-bezier(.22, .61, .36, 1);
}
.review-card {
  display: flex;
  flex-direction: column;
  min-height: 17.5rem;
  margin: 0;
  box-sizing: border-box;
}
.review-card__quote { color: var(--primary-100); font-size: 1.4rem; margin-bottom: .35rem; }
.review-card .stars { margin: 0 0 .7rem; }
.review-card__text {
  flex: 1;
  margin: 0 0 1.1rem;
  color: var(--corp-700);
  line-height: 1.55;
}
.review-card__author {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-top: auto;
  padding-top: .85rem;
  border-top: 1px solid var(--corp-100);
}
.review-avatar {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  color: var(--primary-600);
  font-weight: 800;
  flex-shrink: 0;
}
.review-slider__nav {
  position: absolute;
  top: calc(50% - 1.6rem);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--corp-200);
  border-radius: 999px;
  background: #fff;
  color: var(--corp-800);
  box-shadow: var(--shadow);
  cursor: pointer;
}
.review-slider__nav--prev { left: 0; }
.review-slider__nav--next { right: 0; }
.review-slider__nav:hover { background: var(--primary-50); color: var(--primary-600); }
.review-slider__dots {
  display: flex;
  justify-content: center;
  gap: .4rem;
  margin-top: 1.15rem;
}
.review-slider__dot {
  width: .55rem;
  height: .55rem;
  border: 0;
  border-radius: 999px;
  background: var(--corp-200);
  padding: 0;
  cursor: pointer;
}
.review-slider__dot.is-active { background: var(--primary-500); width: 1.35rem; }
@media (max-width: 720px) {
  .review-slider { padding: 0; }
  .review-slider__nav { display: none; }
}

.booking-modal {
  width: min(42rem, calc(100vw - 1.25rem));
  max-height: min(92vh, 54rem);
  overflow: auto;
  border: 0;
  border-radius: 1.15rem;
  padding: 0;
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.3);
  color: var(--corp-800);
}
.booking-modal::backdrop { background: rgba(15, 23, 42, 0.58); }
.booking-modal__inner { padding: 1.2rem 1.3rem 1.4rem; }
.booking-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .85rem;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
  padding-bottom: .35rem;
}
.booking-modal__head h2 { margin: 0 0 .2rem; font-size: 1.35rem; }
.booking-modal__close {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: .7rem;
  background: var(--corp-100);
  color: var(--corp-800);
  cursor: pointer;
}
.booking-modal .slots { max-height: 11rem; overflow: auto; padding: .15rem; }
body.modal-open { overflow: hidden; }
.form label, .form fieldset { display: block; font-weight: 600; color: var(--corp-800); margin-bottom: 1rem; }
.form input, .form select, .form textarea {
  display: block; width: 100%; margin-top: .35rem; padding: .7rem .8rem;
  border: 1px solid var(--corp-200); border-radius: .7rem; font: inherit;
}
.form input, .form select, .form textarea, .search-wrap input {
  font-size: 16px;
}
.form input::placeholder,
.form textarea::placeholder,
.search-wrap input::placeholder {
  color: #94a3b8;
  opacity: 1;
}
.form input:focus, .form select:focus, .form textarea:focus, .search-wrap input:focus {
  outline: 2px solid #93c5fd;
  border-color: var(--primary-500);
}
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(5.2rem, 1fr)); gap: .4rem; }
.slot { margin: 0; position: relative; }
.slot input { position: absolute; opacity: 0; pointer-events: none; inset: 0; }
.slot span {
  display: block; text-align: center; padding: .45rem .2rem; border: 1px solid var(--corp-200);
  border-radius: .6rem; font-weight: 600; font-size: .82rem; cursor: pointer;
}
.slot.is-selected span, .slot input:checked + span {
  background: var(--primary-500); color: #fff; border-color: var(--primary-500);
}
.note { background: #fff; border: 1px solid var(--primary-100); border-radius: .9rem; padding: .9rem 1rem; }
.alert { border-radius: .8rem; padding: .85rem 1rem; font-weight: 600; }
.alert-ok { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-err { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.is-hidden { display: none !important; }
.stack { display: grid; gap: 1rem; }

.contact-list { list-style: none; padding: 0; }
.contact-list li { display: flex; gap: .85rem; align-items: flex-start; margin: .9rem 0; }
.map-frame { border-radius: 1rem; overflow: hidden; height: 16rem; margin-top: 1rem; border: 1px solid var(--corp-100); }
.map-frame.tall { height: 20rem; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

.site-footer { background: var(--corp-900); color: #cbd5e1; padding: 3rem 0 1.5rem; }
.footer-grid { display: grid; gap: 1.75rem; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1.1fr; } }
.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li, .site-footer a { color: #cbd5e1; }
.site-footer a:hover { color: #fff; text-decoration: none; }
.site-footer .chip,
.site-footer .chip-light {
  background: rgba(255,255,255,.1);
  color: #e2e8f0;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: none;
}
.site-footer .chip:hover,
.site-footer .chip:focus,
.site-footer .chip:focus-visible,
.site-footer .chip-light:hover,
.site-footer .chip-light:focus-visible {
  background: rgba(255,255,255,.18);
  color: #fff;
  border-color: rgba(255,255,255,.22);
  outline: none;
  box-shadow: none;
}
.footer-tagline { max-width: 22rem; }
.social-icon { display: inline-flex; align-items: center; gap: .5rem; margin-top: .8rem; color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid #1e293b; margin-top: 2rem; padding-top: 1.1rem; font-size: .9rem;
}
.footer-credit {
  text-align: center;
  font-size: .8rem;
  color: #64748b;
  margin: .85rem auto 0;
  padding-top: .85rem;
  border-top: 1px solid #1e293b;
}
.footer-credit a { color: #cbd5e1; font-weight: 600; }
.footer-credit a:hover { color: #fff; }

.wa-float {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 50;
  width: 3.4rem; height: 3.4rem; border-radius: 999px;
  background: #22c55e; color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; box-shadow: 0 8px 20px rgba(34,197,94,.4);
}
.wa-float:hover { color: #fff; text-decoration: none; }

.admin-bar {
  display: flex; flex-wrap: wrap; gap: .7rem; align-items: center;
  background: var(--corp-900); color: #fff; border-radius: .9rem; padding: .7rem 1rem; margin-bottom: 1.2rem;
}
.admin-bar a { color: #e2e8f0; }
.admin-bar a.is-active { color: var(--accent-400); font-weight: 700; }
.admin-bar form { margin-left: auto; }

.admin-app {
  min-height: 100vh;
  background: var(--corp-50);
}
.admin-app .site-header, .admin-app .site-footer, .admin-app .wa-float { display: none; }
.admin-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 16.5rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  background: var(--corp-900);
  color: #e2e8f0;
  padding: 1.1rem 0.9rem 1.2rem;
}
.admin-brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: #fff;
  text-decoration: none;
  padding: .35rem .4rem 1rem;
  border-bottom: 1px solid #1e293b;
  margin-bottom: .8rem;
}
.admin-brand:hover { text-decoration: none; color: #fff; }
.admin-brand img { border-radius: .5rem; background: #fff; }
.admin-brand strong { display: block; font-family: Poppins, Inter, sans-serif; font-size: 1.05rem; }
.admin-brand em { display: block; font-style: normal; font-size: .75rem; color: #94a3b8; font-weight: 500; }
.admin-nav { display: flex; flex-direction: column; gap: .25rem; flex: 1; }
.admin-nav a {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: #cbd5e1;
  padding: .7rem .8rem;
  border-radius: .7rem;
  min-height: 44px;
  font-weight: 600;
}
.admin-nav a:hover { background: #1e293b; color: #fff; text-decoration: none; }
.admin-nav a.is-active { background: #1e3a8a; color: #fff; }
.admin-nav i { width: 1.1rem; text-align: center; }
.admin-logout { margin-top: auto; padding-top: .8rem; border-top: 1px solid #1e293b; }
.admin-logout .btn { width: 100%; }
.admin-sidebar-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 45;
  border: 0;
  padding: 0;
  background: rgba(15, 23, 42, 0.45);
}
.admin-main {
  margin-left: 16.5rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.admin-top {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 3.5rem;
  padding: .6rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid var(--corp-100);
}
.admin-sidebar-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--corp-200);
  border-radius: .7rem;
  background: #fff;
  color: var(--corp-800);
}
.admin-top__user { margin-left: auto; font-size: .85rem; color: var(--corp-500); }
.admin-content {
  padding: 1.5rem 1.35rem 2.5rem;
  width: 100%;
  max-width: 1100px;
}
.admin-content h1 { margin-top: 0; }
.admin-card { max-width: 40rem; }
.admin-app--login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.admin-login-wrap { width: 100%; max-width: 28rem; }

@media (max-width: 900px) {
  .admin-sidebar {
    transform: translateX(-105%);
    transition: transform .2s ease;
  }
  body.admin-sidebar-open .admin-sidebar { transform: translateX(0); }
  body.admin-sidebar-open .admin-sidebar-backdrop { display: block; }
  body.admin-sidebar-open { overflow: hidden; }
  .admin-main { margin-left: 0; }
  .admin-sidebar-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .admin-content { padding: 1.1rem 1rem 2rem; }
}
.table-wrap { overflow: auto; background: #fff; border-radius: 1rem; border: 1px solid var(--corp-100); }
.data-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.data-table th, .data-table td { text-align: left; padding: .75rem; border-bottom: 1px solid var(--corp-100); vertical-align: top; }
.data-table th { background: var(--corp-50); }

.privacy-layout { display: grid; gap: 1.2rem; }
@media (min-width: 900px) {
  .privacy-layout { grid-template-columns: 240px 1fr; align-items: start; }
}
.privacy-nav { position: sticky; top: 7rem; display: grid; gap: .25rem; }
.privacy-nav a { color: var(--corp-700); padding: .35rem .4rem; border-radius: .5rem; }
.privacy-body .card { margin-bottom: 1rem; scroll-margin-top: 7.5rem; }
.search-wrap {
  position: relative;
  max-width: 28rem;
  margin: 0 auto 1.75rem;
}
.search-wrap i {
  position: absolute;
  left: .9rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--corp-400);
}
.search-wrap input {
  width: 100%;
  padding: .8rem .9rem .8rem 2.4rem;
  border: 1px solid var(--corp-200);
  border-radius: .8rem;
  font: inherit;
  background: #fff;
}
.search-wrap input:focus {
  outline: 2px solid #93c5fd;
  border-color: var(--primary-500);
}
.mt { margin-top: 1.5rem; }
section[id], .page-hero { scroll-margin-top: 5.75rem; }
body.nav-open { overflow: hidden; }

@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-shell { position: relative; }
  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: .5rem 1rem 1rem;
    border-bottom: 1px solid var(--corp-100);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    z-index: 60;
    max-height: min(80vh, 36rem);
    overflow-y: auto;
  }
  .nav-links a, .nav-links .btn {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    margin: 0;
  }
  .nav-links.is-open { display: flex; }
  .has-sub { width: 100%; }
  .has-sub:hover .nav-sub,
  .has-sub:focus-within .nav-sub { display: none; }
  .has-sub.is-open .nav-sub { display: grid; }
  .nav-sub-row { width: 100%; }
  .nav-parent { flex: 1; }
  .nav-parent .nav-caret { display: none; }
  .nav-sub-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .has-sub.is-open .nav-sub-toggle i { transform: rotate(180deg); }
  .nav-sub {
    position: static;
    min-width: 0;
    width: 100%;
    box-shadow: none;
    border: 0;
    background: var(--corp-50);
    margin: .15rem 0 .4rem;
  }
  .svc-subnav { top: 5.6rem; }
}

@media (max-width: 720px) {
  .svc-subnav { top: 5.35rem; }
  .lang-bar .muted { display: none; }
  .lang-bar__inner { justify-content: center; min-height: 2rem; }
  .nav { min-height: 3.4rem; gap: .5rem; }
  .brand img { width: 32px; height: 32px; }
  .brand-logo { font-size: 1.15rem; }
  .hero { padding: 1.5rem 0 3.25rem; }
  .hero--banner { padding: 0; }
  .hero-banner__img { height: min(52vh, 22rem); }
  .hero-banner__title { font-size: clamp(1.55rem, 7vw, 2.4rem); }
  .hero-banner__sub { font-size: 1rem; }
  .hero h1 { font-size: 1.85rem; margin: .7rem 0; }
  .hero .lede { font-size: .95rem; }
  .hero-wordmark { font-size: 2.4rem; }
  .stat-grid { grid-template-columns: repeat(3, 1fr); gap: .4rem; }
  .stat { padding: .65rem .2rem; }
  .stat strong { font-size: 1.15rem; }
  .stat span { font-size: .65rem; line-height: 1.25; }
  .section { padding: 2.25rem 0; }
  .section-head h2 { font-size: 1.55rem; }
  .page-hero { padding: 1.6rem 0 1.4rem; }
  .page-hero h1 { font-size: 1.7rem; }
  .btn.lg { width: 100%; }
  .btn-row { width: 100%; }
  .card-foot { flex-wrap: wrap; }
  .card-foot .btn { width: 100%; }
  .group-hero, .catalog-group__head { flex-wrap: wrap; }
  .plan-meta { text-align: left; max-width: none; }
  .slot span { min-height: 44px; display: flex; align-items: center; justify-content: center; }
  .form input, .form select, .form textarea {
    min-height: 44px;
    max-width: 100%;
  }
  .map-frame { height: 14rem; max-width: 100%; }
  .table-wrap { max-width: 100%; }
  .wa-float {
    right: max(0.85rem, env(safe-area-inset-right));
    bottom: max(0.85rem, env(safe-area-inset-bottom));
  }
  .site-footer { padding-bottom: 5rem; }
  body { padding-bottom: env(safe-area-inset-bottom); }
  .site-header { top: 0; padding-top: env(safe-area-inset-top); }
}

body.d2-org {
  background: #070b14;
  color: #e2e8f0;
  min-height: 100vh;
}
.d2-nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(7, 11, 20, 0.92);
  border-bottom: 1px solid #1e293b;
  backdrop-filter: blur(12px);
}
.d2-nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 4.2rem; gap: 1rem;
}
.d2-brand {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800; font-size: 1.45rem; color: #fff; letter-spacing: -0.03em;
}
.d2-brand:hover { color: #34d399; text-decoration: none; }
.d2-nav__links { display: flex; gap: 1.1rem; flex-wrap: wrap; }
.d2-nav__links a { color: #cbd5e1; font-weight: 600; font-size: .92rem; }
.d2-nav__links a:hover { color: #fff; text-decoration: none; }
.d2-hero {
  padding: 4.5rem 0 3.5rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(5, 150, 105, 0.22), transparent 32%),
    radial-gradient(circle at 88% 80%, rgba(30, 64, 175, 0.28), transparent 36%),
    #070b14;
}
.d2-kicker {
  display: inline-block; margin: 0 0 .8rem;
  color: #6ee7b7; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; font-size: .78rem;
}
.d2-hero h1 {
  color: #fff; font-size: clamp(2.2rem, 6vw, 4rem);
  margin: 0 0 .8rem; letter-spacing: -0.04em;
}
.d2-lede { max-width: 38rem; color: #cbd5e1; font-size: 1.08rem; }
.d2-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.d2-section { padding: 3.5rem 0; }
.d2-section--alt { background: #0b1220; border-top: 1px solid #1e293b; border-bottom: 1px solid #1e293b; }
.d2-head { margin-bottom: 1.75rem; }
.d2-head h2 { color: #fff; font-size: 1.8rem; margin: 0 0 .35rem; }
.d2-head p { color: #94a3b8; margin: 0; }
.d2-grid {
  display: grid; gap: 1.15rem;
}
@media (min-width: 700px) { .d2-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .d2-grid { grid-template-columns: repeat(3, 1fr); } }
.d2-card {
  background: #111827; border: 1px solid #1e293b; border-radius: 1.1rem;
  padding: 1.35rem 1.3rem; min-height: 100%;
}
.d2-card h3 { color: #fff; margin: .7rem 0 .4rem; font-size: 1.12rem; }
.d2-card p { color: #94a3b8; margin: 0; }
.d2-icon {
  width: 2.7rem; height: 2.7rem; border-radius: .8rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(5, 150, 105, 0.16); color: #34d399;
}
.d2-online {
  display: grid; gap: 1.15rem;
}
@media (min-width: 700px) { .d2-online { grid-template-columns: 1fr 1fr; } }
.d2-online__card {
  display: grid; gap: .35rem;
  background: #111827; border: 1px solid #1e293b; border-radius: 1.1rem;
  padding: 1.5rem 1.4rem; color: inherit;
}
.d2-online__card:hover { border-color: #059669; text-decoration: none; }
.d2-online__label { color: #6ee7b7; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.d2-online__card strong { color: #fff; font-size: 1.45rem; }
.d2-online__card span { color: #94a3b8; }
.d2-foot {
  padding: 1.4rem 0 1.6rem; color: #64748b; font-size: .88rem;
  border-top: 1px solid #1e293b;
}
.d2-foot .wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.d2-foot strong { color: #cbd5e1; }
.d2-about {
  display: grid; gap: 1.15rem;
}
@media (min-width: 800px) { .d2-about { grid-template-columns: 1.15fr 1fr; } }
.d2-about__ceo,
.d2-about__vibe {
  background: #111827; border: 1px solid #1e293b; border-radius: 1.1rem;
  padding: 1.5rem 1.4rem;
}
.d2-about__role,
.d2-job__badge {
  display: inline-block; margin-bottom: .55rem;
  color: #6ee7b7; font-size: .78rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.d2-about h3,
.d2-job h3 { color: #fff; margin: 0 0 .55rem; font-size: 1.35rem; }
.d2-about p,
.d2-job p { color: #94a3b8; margin: 0; }
.d2-about__vibe strong { color: #fff; }
.d2-about__vibe .d2-icon { margin-bottom: .65rem; }
.d2-job {
  background: #111827; border: 1px solid #1e293b; border-radius: 1.1rem;
  padding: 1.6rem 1.5rem; max-width: 46rem;
}
.d2-job ul {
  margin: 1rem 0 1.35rem; padding-left: 1.15rem; color: #cbd5e1;
}
.d2-job li { margin: .35rem 0; }
.d2-hero--about { padding-bottom: 2.4rem; }
.d2-folio { margin-top: 2.4rem; scroll-margin-top: 5rem; }
.d2-folio__head { margin-bottom: 1.2rem; }
.d2-folio__head h3 { color: #fff; font-size: 1.45rem; margin: 0 0 .3rem; }
.d2-folio__head p { color: #94a3b8; margin: 0; }
.d2-folio__grid {
  display: grid; gap: 1.05rem;
}
@media (min-width: 700px) { .d2-folio__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .d2-folio__grid { grid-template-columns: repeat(3, 1fr); } }
.d2-folio__card {
  display: grid; align-content: start; gap: .35rem;
  background: #111827; border: 1px solid #1e293b; border-radius: 1.1rem;
  padding: 1.25rem 1.2rem; color: inherit; min-height: 100%;
}
.d2-folio__card:hover { border-color: #059669; text-decoration: none; }
.d2-folio__card--static { cursor: default; }
.d2-folio__tag {
  color: #6ee7b7; font-size: .75rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.d2-folio__card strong { color: #fff; font-size: 1.12rem; }
.d2-folio__desc { color: #94a3b8; font-size: .95rem; }
.d2-folio__link { color: #34d399; font-size: .85rem; font-weight: 600; margin-top: .35rem; }
@media (max-width: 720px) {
  .d2-hero { padding: 2.4rem 0 2.2rem; }
  .d2-hero__actions .btn.lg { width: auto; }
}
