:root {
  --ink: #2c2730;
  --muted: #6f6470;
  --paper: #fff8fd;
  --surface: #ffffff;
  --rose: #f3a7dd;
  --rose-dark: #764353;
  --lavender: #cfc9fb;
  --blue: #abd9f3;
  --blue-soft: #eaf7ff;
  --pink-soft: #fff0fb;
  --line: rgba(118, 67, 83, 0.16);
  --shadow: 0 24px 70px rgba(118, 67, 83, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(140deg, rgba(171, 217, 243, 0.45), rgba(243, 167, 221, 0.28) 42%, rgba(255, 248, 253, 0.96) 72%),
    var(--paper);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 248, 253, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.order-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-name {
  color: var(--rose-dark);
  font-size: 18px;
}

.brand-logo {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
}

.site-nav {
  gap: 26px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--rose-dark);
}

.nav-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(36px, 7vw, 88px) clamp(18px, 5vw, 72px) 40px;
}

.hero-copy {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

.hero-text {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button,
.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--rose-dark), #a65d86);
  box-shadow: 0 14px 34px rgba(118, 67, 83, 0.24);
}

.button.instagram {
  color: #fff;
  background: linear-gradient(135deg, #c13f8c, #f3a7dd);
  box-shadow: 0 14px 34px rgba(193, 63, 140, 0.2);
}

.button.ghost,
.social {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--line);
}

.button:hover,
.social:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.hero-media {
  position: relative;
  margin: 0;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: min(70vh, 720px);
  min-height: 430px;
  object-fit: cover;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px) 72px;
}

.trust-strip div {
  min-height: 116px;
  padding: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 247, 255, 0.92));
  border: 1px solid var(--line);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 24px;
}

.trust-strip span {
  margin-top: 8px;
  color: var(--muted);
}

.section {
  padding: 84px clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
  max-width: 850px;
  margin-bottom: 26px;
}

.about {
  background: linear-gradient(135deg, #fff0fb 0%, #eaf7ff 48%, #f0e7ff 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 4vw, 48px);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.about-grid p {
  margin: 0;
}

.packages {
  background: linear-gradient(135deg, #eef8ff, #fff0fb 58%, #f4f0ff);
}

.comparison-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.comparison-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
}

.comparison-top > div {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 120px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(207, 201, 251, 0.46), rgba(255, 240, 251, 0.96));
}

.comparison-top .featured-plan {
  position: relative;
  background: linear-gradient(135deg, rgba(171, 217, 243, 0.48), rgba(243, 167, 221, 0.52));
}

.comparison-top span {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
}

.comparison-top p {
  margin: 0 0 8px;
  color: var(--rose-dark);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-top strong {
  display: block;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.table-wrap {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.35;
}

.comparison-table th,
.comparison-table td {
  padding: 11px 16px;
  border-bottom: 1px solid rgba(118, 67, 83, 0.12);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: var(--rose-dark);
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison-table th:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3) {
  width: 23%;
  font-weight: 800;
  text-align: center;
}

.comparison-table td:first-child {
  width: 54%;
  font-weight: 700;
}

.section-row th {
  padding: 12px 16px;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(171, 217, 243, 0.56), rgba(243, 167, 221, 0.54));
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.highlight-row td {
  background: rgba(255, 240, 251, 0.72);
}

.not-included {
  color: rgba(111, 100, 112, 0.72);
}

.comparison-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  padding: 22px 24px 24px;
  background: linear-gradient(135deg, rgba(234, 247, 255, 0.78), rgba(255, 240, 251, 0.72));
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.package-card.featured {
  border-color: rgba(243, 167, 221, 0.78);
  box-shadow: var(--shadow);
}

.badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #9fbff6, var(--rose));
  font-size: 12px;
  font-weight: 800;
}

.package-top p {
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 800;
}

.price {
  display: block;
  margin-top: 18px;
  color: var(--rose-dark);
  font-size: 24px;
  font-weight: 800;
}

.package-section {
  margin-top: 26px;
}

.package-section h4 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

.package-section.extra {
  padding: 16px;
  border: 1px solid rgba(159, 191, 246, 0.48);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(171, 217, 243, 0.18), rgba(243, 167, 221, 0.18));
}

.package-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.package-card li {
  position: relative;
  padding-left: 26px;
}

.package-card li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lavender), var(--rose));
  content: "";
}

.text-link {
  margin-top: 28px;
  color: var(--rose-dark);
  font-weight: 800;
}

.colors {
  background: #fff;
}

.color-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.color-row span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, var(--pink-soft));
  font-weight: 800;
}

.color-row span::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid rgba(36, 33, 31, 0.14);
  border-radius: 50%;
  background: var(--swatch);
  content: "";
}

.gallery-section {
  background: linear-gradient(135deg, #f8efff, #eef8ff);
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 18px;
}

.gallery-block {
  display: grid;
  gap: 18px;
}

.photo-category {
  display: grid;
  gap: 12px;
}

.photo-category h3 {
  margin: 0;
  color: var(--rose-dark);
  font-size: 24px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.photo-card,
.video-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.photo-card {
  position: relative;
  aspect-ratio: 1 / 1.12;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, filter 180ms ease;
}

.photo-card.contain-photo img {
  object-fit: contain;
  background: linear-gradient(135deg, #fff8fd, #f4f0ff);
}

.photo-card:hover img,
.photo-card.is-zoomed img {
  z-index: 2;
  filter: saturate(1.05);
  transform: scale(1.14);
}

.photo-card span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 800;
}

.video-card {
  display: flex;
  flex-direction: column;
  min-height: 498px;
  padding: 28px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 240, 251, 0.88));
}

.video-card p {
  max-width: 420px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-height: 620px;
  margin-top: 20px;
  overflow: auto;
  padding-right: 4px;
}

.video-list video {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #f4f0ff;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.mobile-video-grid {
  display: none;
}

.video-thumb {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f0ff;
  cursor: pointer;
}

.video-thumb img,
.video-thumb video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 12;
  object-fit: cover;
  pointer-events: none;
}

.video-thumb span {
  position: absolute;
  left: 9px;
  bottom: 9px;
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(31, 27, 32, 0.84);
}

.video-modal.is-open {
  display: flex;
}

.video-modal-player {
  width: min(92vw, 430px);
  max-height: 86vh;
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  background: #000;
}

.video-modal-close {
  position: fixed;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.abroad {
  background: linear-gradient(135deg, #fff8fd, #eef8ff 48%, #f4f0ff);
}

.abroad-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.abroad-card {
  position: relative;
  min-height: 230px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(118, 67, 83, 0.08);
}

.abroad-card.wide {
  grid-row: auto;
}

.abroad-card::after {
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(171, 217, 243, 0.5), rgba(243, 167, 221, 0.42));
  content: "";
}

.abroad-card h3 {
  margin-bottom: 18px;
  color: var(--rose-dark);
}

.abroad-card p,
.abroad-card li {
  color: var(--muted);
  line-height: 1.65;
}

.delivery-block {
  margin-top: 18px;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 240, 251, 0.62), rgba(234, 247, 255, 0.58));
}

.delivery-block h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
}

.delivery-block p {
  margin: 0;
}

.delivery-block p + p {
  margin-top: 10px;
}

.abroad-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 800;
}

.abroad-card li {
  padding: 14px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 240, 251, 0.82), rgba(234, 247, 255, 0.78));
}

.card-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(207, 201, 251, 0.8), rgba(243, 167, 221, 0.62));
  font-size: 24px;
}

.mini-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mini-prices div {
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 240, 251, 0.86), rgba(234, 247, 255, 0.72));
}

.mini-prices p {
  margin: 0 0 10px;
  color: var(--ink);
  font-weight: 900;
}

.mini-prices strong {
  color: #c13f8c;
  font-size: 26px;
}

.abroad-card .note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  color: var(--rose-dark);
  background: rgba(243, 167, 221, 0.16);
  font-weight: 900;
}

.abroad-bottom {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.abroad-bottom p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #764353, #9d5d8a 52%, #7daed3);
  color: #fff;
}

.order p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.order .eyebrow {
  color: #f0c9c5;
}

.order-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.order .social,
.order .button.ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: #fff;
}

@media (max-width: 900px) {
  .site-nav {
    position: fixed;
    top: 86px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 7px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .hero,
  .section-heading,
  .about-grid,
  .package-grid,
  .media-layout,
  .order {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media,
  .hero-media img {
    min-height: 340px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .order-actions {
    justify-content: flex-start;
  }

  .abroad-grid,
  .mini-prices,
  .abroad-bottom {
    grid-template-columns: 1fr;
  }

  .abroad-card.wide {
    grid-row: auto;
  }

  .abroad-bottom {
    display: grid;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 78px;
  }

  .site-nav {
    top: 78px;
  }

  .hero {
    padding-top: 30px;
  }

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

  .desktop-video-list {
    display: none;
  }

  .mobile-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .package-card,
  .video-card {
    min-height: auto;
  }

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .button,
  .social {
    width: 100%;
  }

  .comparison-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .comparison-card {
    overflow: visible;
    box-shadow: 0 14px 34px rgba(118, 67, 83, 0.1);
  }

  .comparison-top > div {
    min-height: auto;
    padding: 12px;
  }

  .comparison-top span {
    top: 8px;
    right: 8px;
    margin-bottom: 6px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .comparison-top p {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .comparison-top strong {
    font-size: 22px;
  }

  .table-wrap {
    overflow: visible;
    padding: 8px;
  }

  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td,
  .comparison-table th {
    display: block;
    width: 100%;
  }

  .comparison-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
  }

  .comparison-table thead {
    display: block;
  }

  .comparison-table thead tr {
    border-radius: 8px;
    background: rgba(255, 240, 251, 0.92);
  }

  .comparison-table thead th {
    padding: 7px 6px;
    background: transparent;
    font-size: 10px;
  }

  .comparison-table tr {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(72px, 0.7fr) minmax(82px, 0.75fr);
    gap: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(118, 67, 83, 0.1);
    border-radius: 0;
    background: #fff;
  }

  .comparison-table tr.section-row {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0;
    border-bottom: 0;
  }

  .comparison-table td:first-child {
    width: 100%;
    color: var(--ink);
    font-size: 12px;
    line-height: 1.2;
  }

  .comparison-table td:nth-child(2),
  .comparison-table td:nth-child(3) {
    width: 100%;
    background: rgba(234, 247, 255, 0.62);
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
  }

  .comparison-table td:nth-child(3) {
    background: rgba(255, 240, 251, 0.84);
  }

  .comparison-table td:nth-child(2)::before,
  .comparison-table td:nth-child(3)::before {
    display: none;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 7px 6px;
    border-bottom: 0;
  }

  .section-row th {
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 15px;
  }

  .highlight-row td {
    background: transparent;
  }

  .comparison-actions {
    justify-content: stretch;
    padding: 12px;
  }

  .site-footer {
    flex-direction: column;
  }
}
