@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --gold: #daa520;
  --cream: #f8f8f8;
  --olive: #5a6a52;
  --ink: #1e1b1b;
  --muted: #3a3a3a;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  --radius: 20px;

  --shadowColor: rgba(218, 165, 32, 0.3);
  --baseColor: #656c7c;
  --baseSize: 16px;
  --pink: #ea4c89;
  --blue: #1769ff;
  --goldTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23DAA520'/%3E%3C/svg%3E%0A");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

h1,
h2,
h3,
.serif {
  font-family: "Butler", serif;
}

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

a {
  color: inherit;
}

/* Layout */
.container {
  max-width: 1180px;
  margin-inline: auto;
  padding: 0 20px;
}

section {
  padding: 70px 0;
}

/* Top Nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  backdrop-filter: blur(10px);
  background: rgba(255, 245, 236, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1180px;
}

.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.brand .mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--gold), var(--gold));
  box-shadow: var(--shadow);
}

.brand div {
  display: flex;
  align-items: flex-end;
  gap: 0px;
}

.brand div span {
  line-height: 1;
  margin-left: -15px;
}

.nav-links {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
}

.nav-links a:hover {
  background: #ffffffaa;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: var(--shadow);
}

.btn.primary {
  background: var(--gold);
  color: #fff;
}

.btn.primary:hover {
  background: var(--shadowColor);
}

.btn.ghost {
  background: #ffffff;
  color: var(--gold);
  border: 1px solid #e7e0da;
  display: flex;
  justify-content: center;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1534237710431-e2fc6817c4d6?q=80&w=2000&auto=format&fit=crop")
    center/cover no-repeat;
  filter: blur(8px) brightness(0.6);
  transform: scale(1.1);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.2) 40%,
    rgba(255, 245, 236, 0.9) 85%
  );
  z-index: -1;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.02);
  /* scale hides seam */
  object-fit: cover;
  /* z-index: -2; */
  filter: blur(0px) brightness(0.6);
}

.hero-inner {
  position: relative;
  z-index: 1;
  /* ensure text is above video + overlay */
  text-align: center;
  color: #fff;
  padding: 120px 0 80px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}

.hero h1 {
  font-size: clamp(38px, 7vw, 76px);
  line-height: 1.06;
  margin: 16px 0;
}

.hero p {
  max-width: 780px;
  margin: 0 auto 26px;
  font-size: clamp(16px, 2.2vw, 20px);
  opacity: 0.98;
}

.cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.wave {
  display: block;
  width: 100%;
  height: 90px;
  background: var(--cream);
  clip-path: path(
    "M0,64L80,58.7C160,53,320,43,480,53.3C640,64,800,96,960,101.3C1120,107,1280,85,1360,74.7L1440,64L1440,0L0,0Z"
  );
}

/* Section: Icons Grid */
.grid {
  display: grid;
  gap: 22px;
}

.grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
  .grid.cols-3,
  .grid.cols-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .grid.cols-3,
  .grid.cols-4 {
    grid-template-columns: 1fr;
  }
}

.card {
  background: linear-gradient(180deg, #fff, #f5f5f5);
  border: 1px solid #f0e4db;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 6px 0 8px;
  font-size: 22px;
}

.muted {
  color: var(--muted);
}

.aquawhite {
  color: antiquewhite;
}

/* Timeline */
.timeline {
  position: relative;
  margin-top: 10px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 21px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(var(--gold), transparent);
}

.step {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 14px;
  padding: 12px 0;
}

.dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold), var(--gold));
  box-shadow: 0 0 0 4px var(--cream);
}

.step h4 {
  margin: 0 0 4px;
  font-size: 18px;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 14px;
}

.gallery img {
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}

.gallery .tall {
  grid-row: span 2;
}

@media (max-width: 900px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

/* Feature list */
.list {
  display: grid;
  gap: 10px;
  padding-left: 0;
}

.list li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tick {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--olive);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  flex-shrink: 0;
}

/* Quote */
.quote {
  background: linear-gradient(180deg, #fff, #fff8f2);
  border: 1px solid #f0e4db;
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  font-size: 18px;
}

/* CTA band */
.cta-band {
  background: linear-gradient(90deg, var(--gold), var(--gold));
  color: #fff;
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: var(--shadow);
}

.cta-band .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Footer */
footer {
  padding: 60px 0 80px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #f0e4db;
}

/* Helpers */
.kicker {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

.section-title {
  font-size: clamp(28px, 4.6vw, 44px);
  margin: 0.2em 0 0.3em;
}

.lead {
  font-size: 18px;
  color: var(--muted);
}

.text-color {
  color: var(--gold);
}

.card-border {
  border: 1px solid var(--gold);
}

/* Base nav styling */
.nav {
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 14px 18px;
  backdrop-filter: blur(10px);
  background: rgba(255, 245, 236, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 16px;
}

/* Mobile styles */
.nav-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--gold);
}

.footer-social {
  display: flex;
  justify-content: center;
  margin: 10px 0px;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 60px;
    right: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .gallery .height {
    width: 100%;
  }

  .gallery .tall {
    height: 417px;
    width: 100%;
  }

  div.inline {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column !important;
  }

  section {
    padding: 30px 0px !important;
  }
}

.gallery .height {
  height: 417px;
  width: 100%;
}

div.inline {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
}

div.inline div {
  max-width: 780px;
  font-size: clamp(16px, 2.2vw, 20px);
  opacity: 0.98;
}

.plans {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
}

.plans__container {
  padding: 1rem 0 2rem;
}

/* hero */
.plansHero {
  text-align: center;
  padding: 5rem 0 4.5rem;
  line-height: 1.21;
}

.plansHero__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #000;
}

.plansHero__subtitle {
  margin: 0;
}

/* plan item */
.planItem {
  --border: 1px solid #e6e6e6;
  --bgColor: #fff;
  --boxShadow: none;
  background-color: var(--bgColor);
  border: var(--border);
  border-radius: 1rem;
  box-shadow: var(--boxShadow);
  padding: 2rem 1.5rem;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.planItem__container {
  --direction: column;
  display: grid;
  grid-auto-flow: var(--direction);
  grid-auto-columns: 1fr;
  gap: 2rem;
}

.planItem .price {
  --priceMargin: 2rem 0;
}

.planItem--pro {
  --border: 0;
  --boxShadow: 0px 14px 30px rgba(204, 204, 204, 0.32);
}

.planItem--pro .label {
  --labelBg: #fdb72e;
  --labelColor: #fff;
}

.planItem--entp .card {
  --titleColor: #fff;
  --descColor: rgb(255 255 255 / 80%);
}

.planItem .button {
  margin-top: auto;
  text-align: center;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 200px;
  padding: 10px 0;
  background: var(--gold);
  color: var(--bgColor);
  font-weight: 900;
  text-align: center;
  transform: rotate(45deg);
  top: 30px;
  right: -55px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* button */
.button {
  text-decoration: none;
  --bgColor: white;
  --color: var(--gold);
  --outline: var(--pink);
  border-radius: 1rem;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--bgColor);
  color: var(--color);
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  user-select: none;
  border: 1px solid #e7e0da;
}

.button--pink {
  --bgColor: var(--gold);
  --color: #fff;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 10px var(--shadowColor);
}

.button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid var(--outline);
}

/* card */
.card-plans {
  --titleColor: #000;
  --descColor: var(--baseColor);
}

.card__header {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.card__icon {
  width: 2.625rem;
  height: 2.625rem;
}

.card-plans h2 {
  color: var(--titleColor);
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  flex-grow: 1;
}

.card__desc {
  margin: 1.5rem 0 0;
  color: var(--descColor);
}

/* label */
.label {
  --labelColor: var(--baseColor);
  --labelBg: #e5e5e5;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1rem;
  text-align: center;
  padding: 0.625rem 1.125rem;
  border-radius: 2rem;
  user-select: none;
  background-color: var(--labelBg);
  color: var(--labelColor);
}

/* price */
.price {
  --color: #000;
  --priceMargin: 0;
  display: flex;
  color: var(--color);
  align-items: center;
  gap: 0.5625rem;
  font-weight: 600;
  font-size: 2rem;
  margin: var(--priceMargin);
}

.price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--baseColor);
}

/* featureList */
.featureList {
  --color: #000;
  --icon: var(--goldTick);
  --height: 0.875rem;
  margin: 0 0 2.75rem;
  padding: 0;
  font-weight: 500;
}

.featureList li {
  color: var(--color);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.featureList li:before {
  content: "";
  background-image: var(--icon);
  background-size: cover;
  display: block;
  width: 1.125rem;
  height: var(--height);
}

.featureList li:last-child {
  margin-bottom: 0;
}

.featureList li.disabled {
  --color: #b1b8c9;
  --height: 1.125rem;
  --icon: var(--close);
}

/* symbol */
.symbol {
  --big: 2.625rem;
  --small: 1.5rem;
  --radius: 0.25rem;
  border: 2px solid var(--blue);
  width: var(--big);
  height: var(--big);
  border-radius: var(--radius);
  position: relative;
}

.symbol--rounded {
  --radius: 2rem;
}

.symbol:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 2px solid var(--pink);
  width: var(--small);
  height: var(--small);
  border-radius: var(--radius);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.success-stories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.success-stories .success-left-container {
  flex: 1 1 300px;
  min-width: 280px;
}



.success-stories .success-right {
  flex: 0 0 300px;
  min-width: 280px;
}

.success-stories .success-right .success-right-content {
  position: relative;
  padding-bottom: 150%;
  overflow: hidden;
  border-radius: 12px;
}

.success-stories .success-right video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* responsive */
@media screen and (max-width: 640px) {
  .plans {
    max-width: 480px;
    width: 90%;
  }

  .planItem__container {
    --direction: row;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  :root {
    --baseSize: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  :root {
    --baseSize: 14px;
  }
}
