/* ===================== TOKENS ===================== */
:root {
  --purple-900: #3d1a5b;
  --purple-800: #4e2178;
  --purple-700: #5e2b8a;
  --purple-600: #6f34a0;
  --purple-500: #8a4fbf;
  --lav-100: #f4eef9;
  --lav-200: #ece2f5;
  --lav-300: #e0d0ee;
  --ink: #2c2340;
  --muted: #6b6280;
  --white: #ffffff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Cormorant Garamond", "Poppins", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --ui: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --band: #f1e9e9;
  --maxw: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--serif);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  font-size: 19px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; margin-left: auto; margin-right: auto; }
.center { text-align: center; }
img { max-width: 100%; display: block; }

/* ===================== HEADINGS / TYPO ===================== */
.heading {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 700;
  color: var(--purple-700);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 1.2;
  margin-bottom: 18px;
}
.heading--center { text-align: center; }
em { font-style: normal; font-weight: 700; }
.section p { color: var(--muted); font-size: 1.18rem; line-height: 1.5; margin-bottom: 14px; }
.section p:last-child { margin-bottom: 0; }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.04em;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn--submit {
  width: 100%;
  background: linear-gradient(135deg, var(--purple-700), var(--purple-500));
  color: #fff;
  padding: 15px 34px;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(94, 43, 138, 0.3);
}
.btn--cta {
  background: linear-gradient(135deg, var(--purple-800), var(--purple-600));
  color: #fff;
  padding: 14px 30px;
  font-size: 0.9rem;
  box-shadow: 0 10px 26px rgba(94, 43, 138, 0.32);
}

/* ===================== SECTIONS ===================== */
.section {
    padding: 55px 0;
}
.section--lav { background: var(--lav-100); }
.split { display: flex; align-items: center; gap: 48px; }
.split__media { min-width: 0; }
.section--split {
    padding: 45px 0;
}
.section--split .split__text { padding-right: 10px; }

/* More Than Land — large arch, bleeds left, text top-aligned */
.more-than-land { overflow: hidden; }
.more-than-land .split { align-items: flex-start; gap: 30px; }
.more-than-land .split__media { flex: 1 1 54%; justify-content: flex-start; }
.arch-img {
    max-width: 840px;
    height: auto;
    display: block;
    margin-left: -206px;
    margin-top: 120px;
}
.more-than-land .split__text { flex: 1 1 46%; padding-top: 4px; }
.split--top { align-items: flex-start; }
.split__text { flex: 1 1 50%; }
.split__media { flex: 1 1 50%; display: flex; justify-content: center; }
.split__text--right { text-align: left; }

/* ===================== IMAGE PLACEHOLDERS ===================== */
.img-placeholder {
  position: relative;
  background:
    radial-gradient(120% 120% at 30% 20%, rgba(255,255,255,0.5), transparent 55%),
    linear-gradient(135deg, var(--purple-500), var(--purple-800));
  display: flex; align-items: center; justify-content: center;
  color: #fff; overflow: hidden;
  box-shadow: 0 18px 40px rgba(94, 43, 138, 0.22);
}
.img-placeholder::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.5;
}
.img-placeholder::after {
  content: attr(data-label);
  position: relative;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em;
  text-align: center; padding: 8px 14px; color: rgba(255,255,255,0.92);
}
.img-person {
  background:
    linear-gradient(160deg, var(--lav-300), var(--purple-500));
  border-radius: 180px 180px 24px 24px;
}
/* ---------- Real images ---------- */
.split__media { align-items: center; }
.split__media img { display: block; }
.media-img {
    /* width: 100%; */
    max-width: 610px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.media-circle {
  width: 100%; max-width: 460px; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 48%, var(--lav-200) 0%, var(--lav-100) 42%, rgba(240,232,249,0) 68%);
  border-radius: 50%; margin: 0 auto;
}
.media-circle img { width: 90%; height: auto; }
.crown-img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 18px 30px rgba(94, 43, 138, 0.25));
}
.growth-img { width: 100%; max-width: 440px; height: auto; margin: 0 auto; }
.designed__media { width: 100%; max-width: 500px; height: auto; margin: 0 auto 30px; }
.phone-img { width: 100%; max-width: 320px; height: auto; margin: 0 auto; }
.aone-logo-img { width: 100%; max-width: 320px; height: auto; margin-bottom: 16px; }
/* ===================== FINAL CTA ===================== */
.cta { overflow: hidden; background: #f3f3f3; }
.cta .split { align-items: flex-end; gap: 20px; }
.cta .split__media { flex: 1 1 48%; justify-content: flex-start; }
.cta__person { width: 100%; max-width: 460px; height: auto; margin-left: -50px; display: block; }
.cta__text { flex: 1 1 52%; text-align: center; padding-bottom: 40px; }
.cta__title { color: var(--purple-700); }

/* ===================== HERO ===================== */
.hero { position: relative; overflow: hidden; background: #eef3f6; }
.hero__banner { width: 100%; height: auto; display: block; }

/* ---------- Lead form ---------- */
.lead-form {
    position: absolute;
    top: 37%;
    right: 4%;
    width: min(400px, 40%);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 18px 46px rgba(80, 40, 120, 0.18);
}
.lead-form__field { margin-bottom: 16px; }
.lead-form__field input {
  width: 100%; padding: 15px 18px;
  border: 1px solid #d8cce6; border-radius: 9px;
  font-family: var(--ui); font-size: 1rem; background: #fff; color: var(--ink);
}
.lead-form__field input:focus { outline: 2px solid var(--purple-500); border-color: transparent; }
.lead-form__check { display: flex; align-items: center; gap: 9px; font-size: 0.9rem; color: var(--muted); margin-bottom: 20px; }
.lead-form__check input { width: 16px; height: 16px; accent-color: var(--purple-600); }

/* ===================== PILLS ===================== */
.pills { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 44px; }
.pills--left { justify-content: flex-start; margin-top: 24px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--lav-300); border-radius: 40px;
  padding: 10px 20px; font-size: 0.84rem; font-weight: 500; color: var(--ink);
  box-shadow: 0 4px 14px rgba(94, 43, 138, 0.06);
}
.pill__ico { color: var(--purple-500); font-size: 0.7rem; font-style: normal; }

/* ===================== FEATURE BADGES BAND ===================== */
.feature-band { background: var(--band); padding: 30px 0; }
.feature-band__inner {
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center;
  gap: 16px 40px;
}
.fbadge {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--serif);
  font-size: 1.2rem; font-weight: 600; color: #5a4b52;
  letter-spacing: 0.01em;
}
.fbadge svg { width: 26px; height: 26px; color: var(--purple-600); flex: 0 0 auto; }

/* ===================== WHY CHOOSE ===================== */
.why__grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; margin-top: 30px; }
.why__center { display: flex; justify-content: center; }
.why__col { display: flex; flex-direction: column; gap: 56px; }
.feature h3 { font-family: var(--serif); font-style: normal; font-weight: 700; color: #1e1a26; font-size: 1.6rem; margin-bottom: 8px; white-space: nowrap; }
.feature p { color: var(--muted); font-size: 1.15rem; line-height: 1.45; margin: 0; }
.feature--right { text-align: center; }
.feature--left { text-align: center; }

/* ===================== CONNECTIVITY ===================== */
.connectivity { background: #fff; }
.connectivity .narrow { margin-bottom: 8px; }
.conn-banner {
    width: 99vw;
    max-width: none;
    height: auto;
    margin: 28px 0 8px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.conn-strip { margin: 34px auto 0; }
.conn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin-bottom: 16px;
}
.conn-row:last-child { margin-bottom: 0; }
.conn-item {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 2px 20px;
}
.conn-row .conn-item:not(:last-child)::after {
  content: "◆";
  color: var(--purple-500);
  font-size: 0.5rem;
  margin-left: 20px;
}
.conn-ico { width: 22px; height: 22px; color: var(--purple-600); flex: 0 0 auto; }
.conn-item strong { font-size: 1.08rem; font-weight: 700; color: var(--ink); white-space: nowrap; }
.conn-time { font-size: 1.08rem; color: var(--purple-600); font-weight: 700; white-space: nowrap; }

/* ===================== NEELAMBUR ===================== */
.neelambur__lead { text-align: center; font-size: 1.05rem !important; color: var(--ink) !important; font-weight: 500; }
.neelambur__body { margin-top: 20px; }

/* ===================== CURATED ===================== */
.curated__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 40px; }
.ecard { background: #fff; border: 1px solid var(--lav-200); border-radius: 12px; padding: 14px; box-shadow: 0 8px 24px rgba(94, 43, 138, 0.08); }
.ecard__img { width: 100%; aspect-ratio: 16 / 9; border-radius: 8px; }
.ecard figcaption { margin-top: 14px; font-size: 0.86rem; font-weight: 500; color: var(--muted); }

/* ===================== DESIGNED WITH CARE ===================== */
.designed {
  background: linear-gradient(to bottom, #ffffff 0, #ffffff 36%, var(--band) 36%, var(--band) 100%);
  padding-top: 55px; padding-bottom: 60px;
}
.designed__title { white-space: nowrap; }
.designed__sub { text-align: center; font-size: 1.5rem !important; color: var(--muted); margin-bottom: 22px !important; }
.designed__media {
  width: 100%; max-width: 620px; height: auto;
  margin: 0 auto 26px;
}

/* ===================== ADISSIA ONE ===================== */
.split__media--phone { align-items: flex-start; }
.phone { width: min(240px, 60vw); aspect-ratio: 9 / 19; border-radius: 30px; }
.aone-heading { margin-bottom: 20px; }
.aone-intro {
  display: flex; align-items: flex-start; gap: 30px;
  padding-bottom: 22px; margin-bottom: 22px;
  border-bottom: 1px solid var(--lav-200);
}
.aone-intro .aone-logo-img { width: 220px; max-width: 42%; margin: 0; flex: 0 0 auto; }
.aone-para { flex: 1; margin: 0 !important; font-size: 1.08rem !important; }
.aone-features {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px 34px;
}
.aone-feat {
  display: flex; align-items: center; gap: 14px;
  font-size: 1.18rem; font-weight: 700; color: var(--ink);
}
.aone-feat__ico {
  width: 48px; height: 48px; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  background: #f0ecf4; border-radius: 50%;
}
.aone-feat__ico svg { width: 24px; height: 24px; color: var(--purple-600); }

/* ===================== BUILD COMPANION ===================== */
.build-companion {
  background: linear-gradient(to bottom, #ffffff 0, #ffffff 24%, var(--band) 24%, var(--band) 100%);
  overflow: hidden;
}
.bc-split { margin-top: 10px; align-items: center; }
.bc-split .split__media { flex: 1 1 46%; justify-content: flex-start; }
.bc-sketch { width: 100%; max-width: 600px; height: auto; margin-left: -60px; }
.bc-right { flex: 1 1 54%; }
.bc-intro { margin-bottom: 28px !important; font-size: 1.35rem !important; font-weight: 700; color: var(--ink) !important; }
.bc-steps { max-width: 600px; margin: 0 auto; }
.bc-row { display: flex; justify-content: center; gap: 30px; margin-bottom: 28px; }
.bc-row:last-child { margin-bottom: 0; }
.bc-step { display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 1rem; font-weight: 700; color: var(--ink); white-space: nowrap; text-align: center; }
.bc-step__ico {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
}
.bc-step__ico svg { width: 34px; height: 34px; color: var(--purple-600); }

/* ===================== FOOTER ===================== */
.footer { background: var(--purple-900); color: rgba(255, 255, 255, 0.82); padding: 22px 0; font-size: 0.82rem; }
.footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer__nav { display: flex; gap: 26px; }
.footer__nav a { color: rgba(255, 255, 255, 0.82); text-decoration: none; }
.footer__nav a:hover { color: #fff; }

/* ===================== RESPONSIVE ===================== */
html, body { overflow-x: hidden; }

/* Hero form drops below the banner before the banner gets too small */
@media (max-width: 900px) {
  .hero { padding-bottom: 24px; }
  .lead-form {
    position: static;
    width: min(360px, 90%);
    margin: -28px auto 0;
  }
}

/* Tablet / stacked layout */
@media (max-width: 860px) {
  .section { padding: 54px 0; }
  .split { flex-direction: column; gap: 32px; align-items: center; }
  .split__text, .split__media { flex-basis: auto; width: 100%; }
  .split__text, .split__text--right { text-align: center; }

  /* reset the left-bleed / offset images so nothing hangs off-screen */
  .more-than-land .split { align-items: center; }
  .more-than-land .split__media { flex: 0 1 auto; justify-content: center; }
  .arch-img { max-width: 92%; margin: 0 auto; }
  .bc-split .split__media { flex: 0 1 auto; justify-content: center; }
  .bc-sketch { max-width: 92%; margin: 0 auto; }
  .cta .split { align-items: center; }
  .cta .split__media { flex: 0 1 auto; justify-content: center; }
  .cta__person { max-width: 320px; margin: 0 auto; }
  .cta__text { padding-bottom: 0; flex: 0 1 auto; }

  /* split-gradient backgrounds become a clean solid band when stacked */
  .designed, .build-companion { background: var(--band); }

  .why__grid { grid-template-columns: 1fr; gap: 28px; }
  .why__col { gap: 28px; align-items: center; }
  .feature--right, .feature--left { text-align: center; }
  .feature h3 { white-space: normal; }
  .curated__cards { grid-template-columns: 1fr; }
  .designed__title { white-space: normal; }

  .aone-intro { flex-direction: column; gap: 16px; text-align: center; }
  .aone-intro .aone-logo-img { max-width: 240px; margin: 0 auto; }
  .aone-features { grid-template-columns: 1fr; justify-items: center; max-width: 340px; margin: 0 auto; }
  .split__media--phone { justify-content: center; }
  .phone-img { margin: 0 auto; }
}

/* Phones */
@media (max-width: 560px) {
  body { font-size: 17px; }
  .section { padding: 40px 0; }
  .container { padding: 0 18px; }

  .feature-band { padding: 24px 0; }
  .feature-band__inner { gap: 14px 22px; }
  .fbadge { font-size: 1.05rem; gap: 9px; }

  /* connectivity: stack cleanly, drop the diamond separators */
  .conn-row { gap: 10px 16px; margin-bottom: 12px; }
  .conn-item { padding: 2px 6px; }
  .conn-row .conn-item::after { content: none !important; }
  .conn-item strong, .conn-time { font-size: 1rem; }

  /* build steps wrap instead of overflowing */
  .bc-row { flex-wrap: wrap; gap: 22px; margin-bottom: 22px; }
  .bc-step { white-space: normal; width: 44%; }
  .bc-intro { font-size: 1.2rem !important; }

  .aone-feat { font-size: 1.08rem; }
  .designed__sub { font-size: 1.25rem !important; }

  .footer__inner { flex-direction: column; text-align: center; }
}
