:root {
  --bg: #fffaf7;
  --surface: #ffffff;
  --surface-soft: #fff0f5;
  --text: #201828;
  --muted: #746c78;
  --primary: #ff4f87;
  --primary-dark: #e73570;
  --secondary: #6c5ce7;
  --accent: #ffca3a;
  --line: rgba(32,24,40,.10);
  --shadow: 0 20px 60px rgba(55, 33, 66, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,79,135,.11), transparent 30%),
    radial-gradient(circle at 100% 20%, rgba(108,92,231,.10), transparent 26%),
    var(--bg);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }
.section-alt { background: rgba(255,255,255,.58); border-block: 1px solid var(--line); }
.section-dark { background: #21192a; color: white; }

.page-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; filter: blur(90px); opacity: .15; pointer-events: none; z-index: -1; }
.page-glow--one { background: #ff5d8f; top: 15%; left: -170px; }
.page-glow--two { background: #6c5ce7; top: 55%; right: -200px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,250,247,.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(32,24,40,.06);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px;
  color: white; font-family: "Nunito"; font-weight: 900;
  background: linear-gradient(135deg, var(--primary), #ff7f50);
  box-shadow: 0 10px 24px rgba(255,79,135,.25);
}
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-size: 15px; line-height: 1.1; }
.brand-copy small { font-size: 11px; color: var(--muted); margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a { font-size: 14px; font-weight: 700; color: #514958; }
.main-nav > a:hover { color: var(--primary); }
.main-nav .nav-cta {
  background: var(--text); color: white; padding: 13px 18px; border-radius: 14px;
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--text); margin: 5px 0; }

.hero { padding-top: 80px; min-height: calc(100vh - 82px); display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--primary-dark); }
.eyebrow > span { width: 28px; height: 2px; border-radius: 3px; background: var(--primary); }
.hero h1, .section-heading h2, .reservation-copy h2 {
  font-family: "Nunito", sans-serif; letter-spacing: -.04em; margin: 20px 0 18px; line-height: .98;
}
.hero h1 { font-size: clamp(48px, 6vw, 82px); max-width: 760px; }
.hero h1 em { font-style: normal; color: var(--primary); }
.hero-lead { font-size: 18px; line-height: 1.75; color: var(--muted); max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 24px; border-radius: 17px;
  border: 0; cursor: pointer; font-weight: 800; transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--primary), #ff7f50); box-shadow: 0 16px 34px rgba(255,79,135,.28); }
.btn-secondary { background: white; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(32,24,40,.06); }
.btn-dark { background: var(--text); color: white; }
.btn-full { width: 100%; }
.trust-row { display: flex; gap: 34px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { font-family: "Nunito"; font-size: 28px; }
.trust-row span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 610px; }
.hero-card--main {
  position: absolute; inset: 0 30px 0 40px; border-radius: 42px;
  box-shadow: var(--shadow); overflow: hidden;
}
.image-placeholder {
  position: relative; overflow: hidden; background:
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,0)),
    radial-gradient(circle at 20% 20%, #ffd6e4 0, transparent 26%),
    radial-gradient(circle at 80% 30%, #dad4ff 0, transparent 30%),
    linear-gradient(135deg, #ff8fb4, #7868ea);
}
.image-placeholder::after {
  content: attr(data-label); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  color: white; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-align: center;
  padding: 12px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; backdrop-filter: blur(8px);
}
.floating-badge {
  position: absolute; z-index: 2; color: var(--text); background: rgba(255,255,255,.92);
  padding: 12px 16px; border-radius: 14px; font-weight: 800; font-size: 12px; box-shadow: var(--shadow);
}
.floating-badge--top { top: 22px; right: 22px; }
.floating-badge--bottom { bottom: 22px; left: 22px; }
.mini-card {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px;
  background: white; padding: 16px 18px; border-radius: 18px; box-shadow: var(--shadow);
}
.mini-card--one { left: -12px; bottom: 80px; }
.mini-card--two { right: 0; top: 95px; }
.mini-card strong, .mini-card small { display: block; }
.mini-card strong { font-size: 13px; }
.mini-card small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.mini-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--surface-soft); color: var(--primary); font-weight: 900; }

.logo-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.65); }
.strip-inner { min-height: 82px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 20px; }
.strip-inner span { text-align: center; font-weight: 800; font-size: 13px; color: #6d6670; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading h2, .reservation-copy h2 { font-size: clamp(38px, 5vw, 60px); }
.section-heading p, .reservation-copy p { font-size: 17px; line-height: 1.7; color: var(--muted); }
.section-heading--row { max-width: none; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.section-heading--row > p { max-width: 430px; }
.section-heading--light p { color: rgba(255,255,255,.7); }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.package-card {
  border-radius: var(--radius); background: white; overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(45,33,55,.07); transition: .3s ease;
}
.package-card:hover { transform: translateY(-7px); box-shadow: 0 26px 70px rgba(45,33,55,.13); }
.package-image { height: 260px; }
.package-image--yellow { filter: hue-rotate(45deg); }
.package-image--blue { filter: hue-rotate(135deg); }
.package-image--ice { filter: hue-rotate(175deg) saturate(.8); }
.package-image--orange { filter: hue-rotate(335deg); }
.package-image--navy { filter: hue-rotate(165deg) saturate(1.3); }
.package-body { padding: 26px; }
.tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--surface-soft); color: var(--primary-dark); font-size: 11px; font-weight: 900; }
.package-body h3 { font-family: "Nunito"; font-size: 28px; margin: 14px 0 10px; }
.package-body p { color: var(--muted); line-height: 1.65; font-size: 14px; }
.package-body ul { list-style: none; padding: 0; margin: 18px 0 22px; }
.package-body li { position: relative; padding-left: 24px; margin: 9px 0; font-size: 13px; color: #4d4651; }
.package-body li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 900; }
.package-body a { font-weight: 900; color: var(--primary-dark); }
.package-body a span { margin-left: 7px; }
.more-characters {
  margin-top: 34px; border-radius: 30px; padding: 34px 38px;
  background: linear-gradient(135deg, #fff0f5, #f1efff); display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.more-characters h3 { font-family: "Nunito"; font-size: 34px; margin: 12px 0 8px; }
.more-characters p { color: var(--muted); max-width: 720px; margin: 0; line-height: 1.6; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 28px; min-height: 230px; }
.step-card > span { color: var(--primary); font-family: "Nunito"; font-size: 14px; font-weight: 900; }
.step-card h3 { font-family: "Nunito"; font-size: 24px; margin: 45px 0 10px; }
.step-card p { color: var(--muted); line-height: 1.6; font-size: 14px; }

.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: 220px; gap: 18px; }
.gallery-item { border-radius: 24px; box-shadow: 0 16px 38px rgba(45,33,55,.08); }
.gallery-item--large { grid-row: span 2; }
.gallery-item--wide { grid-column: span 2; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { padding: 30px; border-radius: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.stars { color: var(--accent); letter-spacing: .15em; }
.review-card p { font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.83); }
.review-card strong { font-size: 13px; color: white; }

.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 0 22px; }
.faq-item summary { cursor: pointer; list-style: none; padding: 23px 38px 23px 0; font-weight: 800; position: relative; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 17px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-soft); color: var(--primary); font-size: 22px; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { color: var(--muted); line-height: 1.7; margin: 0 0 24px; }

.reservation-section { background: linear-gradient(135deg, #fff7fa, #f5f3ff); }
.reservation-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.reservation-copy { position: sticky; top: 120px; }
.contact-cards { display: grid; gap: 14px; margin-top: 32px; }
.contact-cards a { display: flex; align-items: center; gap: 14px; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 16px; }
.contact-cards a > span { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: var(--surface-soft); color: var(--primary); font-weight: 900; }
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small { color: var(--muted); font-size: 11px; }
.contact-cards strong { margin-top: 3px; }
.booking-form { background: white; border-radius: 30px; padding: 34px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 14px; background: #fcfbfd; padding: 15px 16px; outline: none; color: var(--text);
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(255,79,135,.10); }
.booking-form .btn { margin-top: 22px; }
.form-note { font-size: 11px; text-align: center; color: var(--muted); margin: 12px 0 0; }

.site-footer { background: #17121d; color: white; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 50px; }
.brand--footer .brand-copy small { color: rgba(255,255,255,.58); }
.footer-grid p { max-width: 430px; color: rgba(255,255,255,.65); line-height: 1.7; }
.footer-grid h4 { margin-top: 0; }
.footer-grid > div { display: flex; flex-direction: column; gap: 12px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.7); font-size: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 46px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.55); font-size: 12px; }

.floating-actions { position: fixed; right: 18px; bottom: 18px; display: grid; gap: 10px; z-index: 900; }
.floating-actions a { display: grid; place-items: center; height: 50px; border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.18); font-weight: 900; }
.float-call { width: 50px; background: white; color: var(--text); }
.float-viber { padding: 0 18px; background: #7360f2; color: white; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 82px 20px auto 20px; background: white; border: 1px solid var(--line);
    border-radius: 24px; box-shadow: var(--shadow); padding: 18px; display: none; flex-direction: column; align-items: stretch;
  }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 10px 12px; }
  .hero-grid, .reservation-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-inner { grid-template-columns: repeat(3, 1fr); padding: 20px 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reservation-copy { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 72px; }
  .main-nav { inset: 72px 12px auto 12px; }
  .brand-copy small { display: none; }
  .hero { padding-top: 44px; min-height: auto; }
  .hero h1 { font-size: 47px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 18px; justify-content: space-between; }
  .trust-row strong { font-size: 23px; }
  .hero-visual { min-height: 460px; margin-top: 12px; }
  .hero-card--main { inset: 0; border-radius: 30px; }
  .mini-card--one { left: 10px; bottom: 16px; }
  .mini-card--two { right: 10px; top: 70px; }
  .strip-inner { grid-template-columns: repeat(2, 1fr); }
  .section-heading h2, .reservation-copy h2 { font-size: 40px; }
  .package-grid, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .more-characters { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .section-heading--row { flex-direction: column; align-items: flex-start; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery-item--large { grid-row: span 2; }
  .gallery-item--wide { grid-column: span 2; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .booking-form { padding: 24px 18px; }
  .footer-bottom { flex-direction: column; }
}
