:root {
  --magenta: #C833CC;
  --plum: #5B2A86;
  --soft-pink: #F8BBD0;
  --lavender: #E9D8FD;
  --cream: #FFF9FC;
  --charcoal: #2B2B2B;
  --white: #FFFFFF;
  --border: rgba(200, 51, 204, .18);
  --shadow: 0 18px 48px rgba(91, 42, 134, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(255, 249, 252, .94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 220px;
}

.text-brand {
  width: auto;
  color: var(--magenta);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand img,
.brand .official-logo {
  width: 100%;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  font-size: 15px;
  font-weight: 800;
  color: var(--plum);
}

.nav a {
  text-decoration: none;
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(48px, 7vw, 92px) clamp(22px, 6vw, 92px);
  background:
    linear-gradient(135deg, rgba(255, 249, 252, .94), rgba(248, 187, 208, .86), rgba(233, 216, 253, .9)),
    var(--cream);
}

.hero h1,
h2,
h3 {
  margin: 0;
  color: var(--magenta);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 810px;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1.02;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--magenta);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lede {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--magenta);
}

.button.secondary {
  color: var(--magenta);
  background: var(--white);
  border: 3px solid var(--magenta);
}

.contact-line {
  margin: 26px 0 0;
  color: var(--plum);
  font-size: 18px;
  font-weight: 900;
}

.hero-logo {
  padding: clamp(18px, 3vw, 34px);
  background: rgba(255, 249, 252, .74);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-logo img,
.hero-logo .official-logo {
  width: 100%;
  display: block;
}

.intro,
.section,
.booking {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
  gap: 34px;
  align-items: start;
  padding: 58px 0 42px;
}

.intro h2,
.section h2,
.booking h2,
.trust-band h2 {
  font-size: clamp(34px, 4.3vw, 54px);
  line-height: 1.07;
}

.intro p:last-child,
.section-heading p,
.booking p {
  font-size: 19px;
  font-weight: 650;
}

.section {
  padding: 62px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-actions {
  display: flex;
  margin-top: 24px;
}

.section-actions.compact {
  width: min(1160px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.page-hero {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0 38px;
}

.page-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--magenta);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 400;
  line-height: 1.03;
}

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

.detail-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-card,
.policy-list article {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(91, 42, 134, .08);
}

.detail-card h2,
.policy-list h2 {
  font-size: 30px;
  line-height: 1.1;
}

.detail-card p,
.policy-list p {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 650;
}

.policy-list {
  display: grid;
  gap: 16px;
}

.mini-cta {
  margin-top: 10px;
}

.service-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service,
.trust-grid > div {
  min-height: 220px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(91, 42, 134, .08);
}

.service .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--magenta);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 900;
}

.service h3,
.trust-grid h3 {
  font-size: 25px;
  line-height: 1.14;
}

.service p,
.trust-grid p,
.steps li {
  margin: 12px 0 0;
  font-size: 17px;
  font-weight: 650;
}

.trust-band {
  margin: 44px 0;
  padding: 64px clamp(22px, 6vw, 92px);
  background: var(--lavender);
}

.trust-band .section-heading,
.trust-band .trust-grid {
  width: min(1160px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .78fr);
  gap: 42px;
  align-items: start;
}

.price-list {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-list div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 18px;
  font-weight: 750;
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list strong {
  color: var(--magenta);
  white-space: nowrap;
}

.process {
  padding-top: 38px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  min-height: 190px;
  padding: 62px 20px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: var(--magenta);
  border-radius: 8px;
  font-weight: 900;
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 72px;
  padding: 34px;
  background: var(--white);
  border: 2px solid var(--magenta);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.home-next {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 72px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.home-next h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.home-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.home-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 14px;
  color: var(--magenta);
  background: var(--cream);
  border: 2px solid var(--magenta);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.booking-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 42px 22px;
  color: var(--charcoal);
  background: var(--white);
  border-top: 1px solid var(--border);
  text-align: center;
}

.site-footer img,
.site-footer .official-logo {
  width: 260px;
  height: auto;
}

.site-footer p {
  max-width: 760px;
  margin: 0;
  font-weight: 700;
}

.site-footer a {
  color: var(--plum);
  font-weight: 900;
}

@media (max-width: 940px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .hero,
  .intro,
  .split,
  .booking {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .service-grid,
  .trust-grid,
  .steps,
  .detail-grid,
  .detail-grid.three,
  .home-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 620px) {
  .brand {
    width: 190px;
  }

  .text-brand {
    width: auto;
    font-size: 30px;
  }

  .nav {
    gap: 16px;
  }

  .hero {
    padding-top: 38px;
  }

  .service-grid,
  .trust-grid,
  .steps,
  .detail-grid,
  .detail-grid.three,
  .home-links {
    grid-template-columns: 1fr;
  }

  .service,
  .trust-grid > div,
  .steps li {
    min-height: auto;
  }

  .button {
    width: 100%;
  }

  .booking {
    padding: 24px;
  }
}
