/* -------- RESET & ROOT -------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --red: #ff671b;
  --amber: #f79e1b;
  --dark: #141413;
  --cream: #e9e6df;
  --mid-grey: #e0ddd8;
  --body: #333333;
  --muted: #666666;
  --white: #ffffff;
  --dark-gray: #b8b8b8;
  --font-main: "Mark Pro";
  --container: 1726px;
  --section-pad: 72px 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  color: var(--body);
  background: var(--white);
  font-size: 16px;
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:hover {
  color: var(--red);
}

ul {
  list-style: none;
}

/* ============================================================
   GLOBAL CONTAINER FIX (IMPORTANT)
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}
.section {
  padding: var(--section-pad);
}

.section-title {
  font-size: 60px;
  font-weight: 450;
  color: var(--dark);
  line-height: 80px;
}

.section-intro {
  font-size: 30px;
  color: var(--dark);
  line-height: 45px;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  background: var(--dark);
  padding: 30px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
}

.header-inner {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: var(--dark) url("images/banner.png") center / cover;
  margin-top: 128px;
}

.hero-content-wrap {
  display: flex;
}

.hero-content {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 47px 0 70px;
}

.hero-eyebrow {
  font-size: 30px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 15%;
  color: var(--dark-gray);
  text-transform: uppercase;
  margin-bottom: 43px;
}

.hero-title {
  font-size: 60px;
  font-weight: 500;
  color: var(--white);
  line-height: 70px;
  margin-bottom: 32px;
}

.hero-highlight {
  color: var(--red);
  font-weight: 500;
}

.hero-desc {
  font-size: 32px;
  color: var(--white);
  line-height: 1.7;
  max-width: 80%;
  margin-bottom: 114px;
}

.hero-small-notes {
  border-top: 1px solid var(--white);
  padding-top: 23px;
  font-size: 22px;
  color: var(--white);
  line-height: 43px;
}

/* ============================================================
   WHY SECTION
   ============================================================ */
.why-section {
  background: var(--cream);
  padding: 84px 0 100px;
}

.why-intro {
  margin: 22px 0 70px;
}

.cards-row {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
}

.feature-card {
  flex: 1 1 220px;
  background: var(--white);
  padding: 55px 28px 55px 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card-title {
  font-size: 34px;
  font-weight: 500;
  color: var(--dark);
  line-height: 40px;
  margin: 43px 0 20px;
}

.card-desc {
  font-size: 30px;
  font-weight: 450;
  color: var(--dark);
  line-height: 45px;
  text-align: center;
  max-width: 82%;
}

/* ============================================================
   HOW TO REFER SECTION
   ============================================================ */
.how-section {
  background: var(--white);
  padding: 91px 0 67px;
}

.refere-intro {
  margin: 22px 0 75px;
}

.steps-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 90px;
}

.steps-note {
  display: inline-block;
  font-size: 23px;
  font-weight: 350;
  line-height: 43px;
  color: var(--dark);
  border-top: 1px solid var(--dark);
  padding-top: 23px;
}

/* ============================================================
   EXCLUSIVE EXPERIENCE SECTION
   ============================================================ */
.exclusive-section {
  background: var(--cream);
  padding: 85px 0 72px;
  position: relative;
}

.bell-wrapper {
  position: absolute;
  top: 0;
  right: 96px;
}

.exclusive-title {
  margin-bottom: 65px;
}

.exclusive-grid {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 86px;
}

.exclusive-left {
  flex: 0 0 830px;
  display: flex;
}

.exclusive-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.exclusive-cta-title {
  font-size: 34px;
  font-weight: 500;
  color: var(--red);
  line-height: 50px;
}

.exclusive-cta-desc {
  font-size: 28px;
  font-weight: 450;
  color: var(--dark);
  line-height: 45px;
}

.exclusive-note {
  display: inline-block;
  font-size: 23px;
  font-weight: 350;
  line-height: 43px;
  color: var(--dark);
  border-top: 1px solid var(--dark);
  padding-top: 23px;
}

/* ============================================================
   AMBASSADOR SECTION
   ============================================================ */
.ambassador-section {
  background: var(--dark-gray);
  padding: 93px 0 86px;
  position: relative;
}

.ambassador-title {
  margin-bottom: 43px;
}
.ambassador-intro {
  margin-bottom: 74px;
}

.ambassador-grid {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 54px;
}

.ambassador-card {
  width: 48%;
  background: var(--white);
  padding: 42px 40px 50px 60px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.ambassador-card-wrap {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ambassador-card-wrap .ambassador-card {
  width: 100%;
}

.amb-icon {
  flex: 0 0 98px;
}

.amb-text {
  font-size: 31px;
  color: var(--dark);
  line-height: 50px;
  font-weight: 500;
}

.ambassador-text {
  color: var(--red);
}

.ambassador-fine {
  font-size: 23px;
  color: var(--dark);
  line-height: 30px;
  margin-bottom: 30px;
}

/* CTA row */
.cta-row {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--body);
  cursor: pointer;
  border-top: 1px solid var(--dark);
  padding-top: 24px;
}

.checkbox-label input[type="checkbox"] {
  width: 30px;
  height: 30px;
  accent-color: var(--red);
  cursor: pointer;
  flex-shrink: 0;
}

.checkbox-label span {
  font-size: 23px;
  font-weight: 400;
  line-height: 43px;
  color: var(--dark);
}

.btn-refer {
  background: var(--red);
  color: var(--white);
  border: none;
  padding: 14px 50px;
  font-family: var(--font-main);
  font-size: 34px;
  font-weight: 700;
  line-height: 55px;
  border-radius: 200px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.01em;
}

.btn-refer:hover {
  color: var(--white);
}

.ring {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--dark);
  color: var(--white);
  padding: 66px 0 107px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-desc {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: var(--white);
}

.footer-top {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1 1 160px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-col img {
  display: inline-block;
}

.footer-col-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 3%;
  color: var(--white);
  text-transform: uppercase;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col a:hover {
  color: var(--red);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid var(--white);
  padding-top: 80px;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-legal {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: var(--white);
}

.footer-legal a:first-child {
  margin-left: 40px;
}
.footer-legal a {
  color: var(--white);
  text-decoration: none;
}
.footer-legal a:hover {
  color: var(--red);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 24px;
}

.social-link {
  color: #777;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.2s;
}
.social-link:hover {
  color: var(--amber);
}

/* ============================================================
   COOKIE CONSENT BANNER
   ============================================================ */

.cookie-banner.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.cookie-banner-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.cookie-icon {
  font-size: 1.2rem;
}

.cookie-banner-header strong {
  flex: 1;
  font-size: 0.92rem;
  color: var(--dark);
}

.cookie-close {
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: var(--muted);
  line-height: 1;
  padding: 0 2px;
  transition: color 0.2s;
}
.cookie-close:hover {
  color: var(--red);
}

.cookie-text {
  font-size: 0.8rem;
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.btn-cookie-primary {
  flex: 1;
  background: var(--red);
  color: var(--white);
  border: none;
  padding: 9px 14px;
  border-radius: 4px;
  font-family: var(--font-main);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-cookie-secondary {
  flex: 1;
  background: transparent;
  color: var(--body);
  border: 1.5px solid var(--mid-grey);
  padding: 9px 14px;
  border-radius: 4px;
  font-family: var(--font-main);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.btn-cookie-secondary:hover {
  border-color: var(--body);
}

.cookie-policy-link {
  font-size: 0.75rem;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-align: center;
}
.cookie-policy-link:hover {
  color: var(--red);
}

/* COOKIE BACKDROP */
.cookie-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.cookie-backdrop.visible {
  opacity: 1;
  pointer-events: all;
}

/* COOKIE MODAL — centered */
.cookie-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%) scale(0.95);
  z-index: 9999;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  padding: 32px 36px 28px;
  width: 520px;
  max-width: calc(100vw - 32px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  /* remove old bottom/right positioning */
  bottom: unset;
  right: unset;
}
.cookie-banner.visible {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
}
.cookie-banner.hiding {
  opacity: 0;
  transform: translate(-50%, -52%) scale(0.95);
}

/* ============================================================
   <= 1440px (Large Desktop)
   ============================================================ */
@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .section-title {
    font-size: 48px;
    line-height: 64px;
  }

  .section-intro {
    font-size: 24px;
    line-height: 36px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 60px;
  }

  .hero-desc {
    font-size: 24px;
    max-width: 90%;
  }
}

/* ============================================================
   <= 1200px
   ============================================================ */
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }

  .footer-top {
    gap: 32px;
  }

  .footer-desc {
    font-size: 24px;
    line-height: 30px;
  }
}

/* ============================================================
   <= 1024px (Laptop)
   ============================================================ */
@media (max-width: 1024px) {
  .container {
    padding: 0 24px;
  }

  .hero-content {
    flex: 1;
  }

  .hero-desc {
    margin-bottom: 60px;
  }

  .cards-row {
    gap: 32px;
  }

  .card-title {
    font-size: 26px;
  }

  .card-desc {
    font-size: 22px;
  }

  .exclusive-grid {
    flex-direction: column;
  }

  .exclusive-left {
    flex: 1;
  }

  .ambassador-card,
  .ambassador-card-wrap {
    width: 100%;
  }

  .bell-wrapper{
     right: 30px;
     width: 10%;
  }

  .ring{
    width: 40%;
  }

    .footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }

  .footer-col {
    flex: unset;
    width: 100%;
  }

  .footer-desc {
    font-size: 22px;
    line-height: 30px;
  }

  .footer-col-title {
    font-size: 18px;
  }

  .footer-col a {
    font-size: 16px;
    line-height: 26px;
  }

  /* spacing between sections */
  .footer-inner {
    gap: 40px;
  }
}

/* ============================================================
   <= 992px (Tablet Landscape)
   ============================================================ */
@media (max-width: 992px) {
  .section {
    padding: 60px 0;
  }

  /* HERO FIX */
  .hero-content-wrap {
    flex-direction: column;
  }

  .hero {
    margin-top: 100px;
    background-position: right center;
  }

  .hero-content {
    padding: 40px 0;
  }

  .hero-desc {
    max-width: 100%;
    font-size: 20px;
  }

  .hero-title {
    font-size: 42px;
    line-height: 52px;
  }

  /* REMOVE ABSOLUTE ELEMENTS */
  .ring,
  .bell-wrapper,
  [class*="absolute"],
  [style*="position: absolute"] {
    position: static !important;
  }

  .ring,
  .bell-wrapper {
    display: none;
  }

  .steps-row {
    flex-wrap: wrap;
    gap: 40px;
  }

  .exclusive-title {
    margin-bottom: 40px;
  }

  .amb-text {
    font-size: 24px;
    line-height: 36px;
  }

  .btn-refer {
    font-size: 24px;
    padding: 12px 32px;
  }
}

/* ============================================================
   <= 768px (Tablet Portrait)
   ============================================================ */
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .section-title {
    font-size: 34px;
    line-height: 48px;
  }

  .section-intro {
    font-size: 20px;
    line-height: 30px;
  }

  /* HEADER FIX */
  .site-header {
    padding: 16px 0;
  }

  .logo img {
    height: 32px;
  }

  /* HERO */
  .hero {
    background: var(--dark); /* remove image */
    margin-top: 64px;
  }

  .hero-eyebrow {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 44px;
  }

  .hero-desc {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .hero-small-notes {
    font-size: 16px;
    line-height: 28px;
  }

  .cards-row {
    flex-direction: column;
  }

  .feature-card {
    padding: 32px 20px;
  }

  .steps-row {
    flex-direction: column;
  }

  .exclusive-right {
    gap: 12px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-inner {
    gap: 30px;
  }

  .footer-desc {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-col-title {
    font-size: 16px;
  }

  .footer-col a {
    font-size: 15px;
    line-height: 24px;
  }

  /* better spacing */
  .footer-col {
    gap: 16px;
  }
}

/* ============================================================
   <= 576px (Mobile)
   ============================================================ */
@media (max-width: 576px) {
  .container {
    padding: 0 16px;
  }

  .section {
    padding: 40px 0;
  }

  /* HEADER */
  .site-header {
    padding: 12px 0;
  }

  .logo img {
    height: 26px;
  }

  /* HERO */
  .hero {
    margin-top: 50px;
  }

  .hero-title {
    font-size: 26px;
    line-height: 36px;
  }

  .hero-desc {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-small-notes {
    font-size: 14px;
  }

  .why-intro {
    margin: 22px 0 40px;
  }

  .feature-card .card-icon img {
    width: 50px;
    height: 50px;
  }

  .steps-row {
    margin-bottom: 40px;
  }

  /* CARDS */
  .card-title {
    font-size: 22px;
  }

  .card-desc {
    font-size: 18px;
    line-height: 30px;
  }

  .feature-card .card-title {
    margin: 15px auto;
  }

  .refere-intro {
    margin: 22px 0 40px;
  }

  .steps-note {
    line-height: 32px;
  }

  /* EXCLUSIVE */
  .exclusive-cta-title {
    font-size: 22px;
    line-height: 32px;
  }

  .exclusive-cta-desc {
    font-size: 18px;
    line-height: 28px;
  }

  .exclusive-grid {
    margin-bottom: 40px;
    gap: 40px;
  }

  .ambassador-section {
    padding: 50px 0;
  }

  .ambassador-title {
    margin-bottom: 20px;
  }

  .ambassador-intro {
    margin-bottom: 30px;
  }

  /* STACK EVERYTHING */
  .ambassador-grid {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .ambassador-card-wrap {
    width: 100%;
    gap: 20px;
  }

  .ambassador-card {
    width: 100%;
    padding: 20px;
    gap: 16px;

    /* IMPORTANT: stack icon + text */
    flex-direction: column;
    align-items: flex-start;
  }

  /* ICON FIX */
  .amb-icon {
    flex: none;
    width: 60px;
    height: auto;
  }

  .amb-icon img {
    width: 50px;
    height: auto;
  }

  /* TEXT FIX */
  .amb-text {
    font-size: 18px;
    line-height: 28px;
  }

  .ambassador-fine {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  /* CTA SECTION */
  .cta-row {
    width: 100%;
    gap: 20px;
  }

  .checkbox-label {
    align-items: flex-start;
    gap: 10px;
  }

  .checkbox-label span {
    font-size: 14px;
    line-height: 22px;
  }

  /* REMOVE DECORATIVE RING */
  .ring {
    display: none;
  }

  /* BUTTON */
  .btn-refer {
    width: 250px;
    justify-content: center;
    font-size: 18px;
    padding: 0;
  }

  /* COOKIE */
  .cookie-banner {
    width: calc(100% - 32px);
    padding: 24px 20px 20px;
  }

  .site-footer {
    padding: 40px 0;
  }

  .footer-bottom {
    padding-top: 40px;
  }

  .footer-legal a {
    font-size: 16px;
  }

  .footer-legal a:first-child {
    margin-left: 0px;
  }

  .copyright {
    display: block;
  }
}
