:root {
  --ink: #102033;
  --muted: #607086;
  --line: #dbe5ef;
  --purple: #6f3a8d;
  --purple-dark: #4c2666;
  --purple-soft: #f5eef9;
  --orange: #ff8a2a;
  --orange-dark: #e46712;
  --sun: #ffd26a;
  --paper: #ffffff;
  --soft: #f3f8fb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 88px;
}

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

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(219, 229, 239, 0.8);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

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

.brand img {
  display: block;
  height: 54px;
  object-fit: contain;
  width: auto;
}

.header-nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.header-nav a {
  border-radius: 999px;
  color: var(--purple-dark);
  font-size: 14px;
  font-weight: 750;
  padding: 9px 14px;
}

.header-nav a:hover {
  background: var(--purple-soft);
}

.header-nav .back-link {
  background: var(--purple);
  color: #fff;
}

.header-nav .back-link:hover {
  background: var(--purple-dark);
  color: #fff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, rgba(55, 21, 78, 0.88), rgba(111, 58, 141, 0.48), rgba(255, 138, 42, 0.12));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=85");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.hero-content {
  align-self: center;
  color: #fff;
  max-width: 760px;
  padding: clamp(80px, 11vw, 150px) clamp(20px, 5vw, 70px);
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.why-copy h2,
.enquiry-section h2 {
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.hero h1 {
  font-size: clamp(44px, 7vw, 84px);
  max-width: 780px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 22px);
  margin: 24px 0 0;
  max-width: 680px;
}

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

.primary-action,
.secondary-action {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  min-height: 52px;
  padding: 14px 22px;
}

.primary-action {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 18px 42px rgba(255, 138, 42, 0.34);
}

.secondary-action {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.hero-card {
  align-self: end;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(5, 22, 40, 0.24);
  margin: 0 clamp(20px, 5vw, 70px) clamp(40px, 7vw, 90px) 0;
  max-width: 390px;
  padding: 26px;
  position: relative;
  z-index: 2;
}

.hero-card span,
.package-card span,
.contact-card span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card strong {
  color: var(--purple-dark);
  display: block;
  font-size: 28px;
  line-height: 1.1;
  margin-top: 8px;
}

.hero-card p {
  color: var(--muted);
  margin: 14px 0 0;
}

.intro-band {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.intro-band div {
  background: var(--paper);
  padding: 26px clamp(18px, 4vw, 52px);
}

.intro-band span {
  color: var(--orange);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.intro-band strong {
  color: var(--purple-dark);
  display: block;
  font-size: clamp(16px, 2vw, 21px);
}

.section,
.why-section,
.enquiry-section {
  padding: clamp(56px, 8vw, 100px) clamp(18px, 5vw, 70px);
}

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

.section-heading h2,
.why-copy h2,
.enquiry-section h2 {
  color: var(--purple-dark);
  font-size: clamp(34px, 5vw, 58px);
}

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

.package-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(19, 52, 82, 0.08);
  overflow: hidden;
}

.package-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.package-card div {
  padding: 21px;
}

.package-card h3 {
  color: var(--purple-dark);
  font-size: 22px;
  line-height: 1.12;
  margin: 8px 0 10px;
}

.package-card p,
.why-copy p,
.why-list p,
.enquiry-section p,
.contact-card small {
  color: var(--muted);
  margin: 0;
}

.why-section {
  background: #ffffff;
  border-block: 1px solid var(--line);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.why-copy p {
  font-size: 17px;
  margin-top: 18px;
  max-width: 620px;
}

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

.why-list div {
  background: var(--purple-soft);
  border: 1px solid #eadcf1;
  border-radius: 8px;
  padding: 22px;
}

.why-list strong {
  color: var(--purple-dark);
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.enquiry-section {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
}

.enquiry-section > div:first-child p:not(.eyebrow) {
  font-size: 18px;
  margin-top: 16px;
  max-width: 680px;
}

.contact-card {
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  border-radius: 8px;
  color: #fff;
  padding: 30px;
}

.contact-card span {
  color: var(--sun);
}

.contact-card > a {
  display: block;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin: 12px 0 16px;
}

.contact-card p,
.contact-card p a,
.contact-card small {
  color: rgba(255, 255, 255, 0.86);
}

.contact-card small {
  display: block;
  margin-top: 16px;
}

.page-footer {
  background: var(--purple-dark);
  color: rgba(255, 255, 255, 0.78);
  padding: 28px clamp(18px, 5vw, 70px);
}

.page-footer p {
  margin: 0;
}

.sticky-call {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--line);
  bottom: 0;
  box-shadow: 0 -18px 44px rgba(19, 52, 82, 0.16);
  display: flex;
  gap: 18px;
  justify-content: center;
  left: 0;
  padding: 14px 18px;
  position: fixed;
  right: 0;
  z-index: 30;
}

.sticky-call span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.sticky-call a {
  background: var(--orange);
  border-radius: 999px;
  color: #fff;
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 950;
  line-height: 1;
  padding: 12px 22px;
}

@media (max-width: 1100px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-card {
    align-self: auto;
    margin: 0 20px 36px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 102px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    position: relative;
  }

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

  .hero {
    min-height: auto;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(6, 34, 57, 0.78), rgba(6, 34, 57, 0.58));
  }

  .hero-content {
    padding: 70px 20px 38px;
  }

  .hero-actions a {
    justify-content: center;
    width: 100%;
  }

  .intro-band,
  .why-section,
  .enquiry-section {
    grid-template-columns: 1fr;
  }

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

  .sticky-call {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .sticky-call a {
    display: block;
  }
}
