/* AkiliGo landing page - same brand language as the mini app. */

/* Trust list as a 3-up grid when no pricing card is alongside it */
.trust-list.trust-list-wide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.trust-list.trust-list-wide > div {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(23, 32, 27, 0.06);
}
.trust-list.trust-list-wide h3 {
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: var(--teal-deep);
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}
.trust-list.trust-list-wide p {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.55;
}


:root {
  color-scheme: light;
  --bg: #f5f2ea;
  --surface: #ffffff;
  --surface-soft: #fffaf1;
  --surface-cool: #eef7f5;
  --text: #17201b;
  --text-soft: #425047;
  --hint: #7b867f;
  --line: rgba(23, 32, 27, 0.11);
  --teal-deep: #0a4f43;
  --teal: #0f6b5b;
  --teal-light: #1b7d6b;
  --sun: #f4a937;
  --sun-soft: #fff0cf;
  --berry: #b13f5a;
  --radius: 18px;
  --shadow: 0 18px 44px rgba(23, 32, 27, 0.1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; background: var(--bg); }

body {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: "Twemoji Country Flags", "Inter", -apple-system, BlinkMacSystemFont,
               "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 14px 0;
}

.nav::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  height: 66px;
  background: rgba(245, 242, 234, 0.82);
  border-bottom: 1px solid rgba(23, 32, 27, 0.07);
  backdrop-filter: blur(18px);
  z-index: -1;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.nav-brand img {
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(23, 32, 27, 0.12);
}

.brand-akili { color: var(--text); }

.brand-go {
  color: var(--teal);
  margin-left: 1px;
  position: relative;
}

.brand-go::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 0;
  bottom: -4px;
  height: 4px;
  border-radius: 999px;
  background: var(--sun);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-link {
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 800;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
  transition: transform 0.08s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.nav-cta {
  background: var(--teal);
  color: #fff;
  padding: 10px 17px;
  font-size: 14px;
  box-shadow: 0 10px 22px rgba(15, 107, 91, 0.22);
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: calc(100svh - 66px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 70px 20px 28px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 242, 234, 0.62), rgba(245, 242, 234, 0.92) 67%, var(--bg)),
    linear-gradient(135deg, rgba(15, 107, 91, 0.24), rgba(244, 169, 55, 0.18) 46%, rgba(177, 63, 90, 0.14));
  z-index: -3;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-bg img {
  position: absolute;
  width: min(78vw, 560px);
  right: max(-140px, -8vw);
  top: 58px;
  opacity: 0.13;
  transform: rotate(-9deg);
  filter: saturate(1.15);
}

.hero-bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 64px;
  width: min(92vw, 760px);
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 107, 91, 0.16), transparent 68%);
  transform: translateX(-50%);
}

.hero-inner {
  width: min(100%, 880px);
  margin: 0 auto;
  text-align: center;
}

.eyebrow,
.section-kicker {
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 107, 91, 0.18);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(23, 32, 27, 0.08);
  padding: 7px 13px;
  margin-bottom: 20px;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  background: var(--sun);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(244, 169, 55, 0.18);
}

.hero h1 {
  color: var(--text);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: clamp(72px, 17vw, 164px);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: 0;
  margin: 0;
}

.hero-slogan {
  color: var(--teal);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: clamp(30px, 6vw, 58px);
  font-weight: 800;
  line-height: 1;
  margin: 22px auto 0;
}

.hero-copy {
  max-width: 650px;
  color: var(--text-soft);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  margin: 20px auto 0;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  border: 0;
  padding: 14px 24px;
  font-size: 16px;
}

.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 16px 32px rgba(15, 107, 91, 0.25);
}

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

.btn-secondary {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 32, 27, 0.12);
  color: var(--text);
}

.btn-large {
  min-height: 56px;
  padding-inline: 32px;
  font-size: 17px;
}

.hero-proof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px auto 0;
  color: var(--hint);
  font-size: 12px;
  font-weight: 800;
}

.hero-proof span {
  border: 1px solid rgba(23, 32, 27, 0.09);
  background: rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  padding: 6px 10px;
}

.hero-services {
  width: min(100%, 900px);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.service-chip {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 32, 27, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(23, 32, 27, 0.08);
  padding: 14px;
}

.service-icon {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.service-chip:nth-child(2) .service-icon { background: var(--sun); color: #332300; }
.service-chip:nth-child(3) .service-icon { background: var(--berry); }

.service-chip strong {
  color: var(--text);
  font-size: 15px;
}

.service-chip small {
  color: var(--hint);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 86px 0;
}

.section-tint {
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.46), rgba(238, 247, 245, 0.62));
}

.section-head {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

.section h2,
.final-cta h2 {
  color: var(--text);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 10px;
}

.promise-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.promise-grid p:last-child {
  color: var(--text-soft);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 650;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.step,
.pricing-card,
.trust-list div,
.faq details {
  background: var(--surface);
  border: 1px solid rgba(23, 32, 27, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.step {
  min-height: 220px;
  padding: 22px;
}

.step span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sun-soft);
  border-radius: 14px;
  color: var(--teal-deep);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 32px;
}

.step h3,
.trust-list h3 {
  color: var(--text);
  font-size: 18px;
  font-weight: 850;
  margin-bottom: 8px;
}

.step p,
.trust-list p,
.faq p {
  color: var(--hint);
  font-size: 14px;
  font-weight: 600;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(280px, 430px) 1fr;
  gap: 20px;
  align-items: stretch;
}

.pricing-card {
  overflow: hidden;
  padding: 0;
}

.pricing-card::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, var(--teal), var(--sun), var(--berry));
}

.pricing-title {
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
  padding: 22px 24px 8px;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--hint);
  font-weight: 700;
  padding: 13px 24px;
}

.pricing-row strong {
  color: var(--text);
  white-space: nowrap;
}

.pricing-row.total {
  margin-top: 8px;
  background: var(--surface-cool);
  color: var(--text);
  font-size: 18px;
  padding-block: 18px;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list div {
  padding: 20px;
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.country-grid span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 32, 27, 0.08);
  border-radius: 999px;
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  padding: 10px 15px;
}

.country-grid img {
  width: 24px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(23, 32, 27, 0.08);
}

.faq {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.faq details {
  padding: 18px 20px;
}

.faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  color: var(--text);
  font-size: 16px;
  font-weight: 850;
  padding-right: 34px;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-cool);
  border-radius: 50%;
  color: var(--teal);
  transform: translateY(-50%);
}

.faq details[open] summary::after { content: "-"; }

.faq p {
  margin-top: 12px;
  max-width: 640px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: linear-gradient(135deg, var(--teal-light), var(--teal-deep));
  color: #fff;
  text-align: center;
}

.final-cta::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  background: rgba(255, 240, 207, 0.12);
  border-radius: 50%;
}

.final-cta .container {
  position: relative;
  z-index: 1;
}

.final-cta .section-kicker,
.final-cta h2 {
  color: #fff;
}

.final-cta h2 {
  margin-bottom: 28px;
}

.final-cta .btn-primary {
  background: #fff;
  color: var(--teal-deep);
}

footer {
  background: #f1eee4;
  border-top: 1px solid rgba(23, 32, 27, 0.08);
  padding: 32px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-inner p {
  color: var(--hint);
  font-size: 14px;
  font-weight: 700;
}

.footer-links {
  display: flex;
  gap: 14px;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 920px) {
  .steps,
  .country-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-layout,
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .promise-grid {
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .container,
  .nav {
    width: min(100% - 28px, 1120px);
  }

  .nav-link {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 14px;
  }

  .hero {
    min-height: auto;
    padding: 54px 14px 24px;
  }

  .hero-bg img {
    width: 390px;
    right: -170px;
    top: 86px;
    opacity: 0.12;
  }

  .hero h1 {
    font-size: clamp(70px, 22vw, 108px);
  }

  .hero-slogan {
    font-size: clamp(31px, 10vw, 46px);
  }

  .hero-copy {
    font-size: 16px;
  }

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

  .hero-services,
  .steps,
  .country-grid {
    grid-template-columns: 1fr;
  }

  .service-chip {
    min-height: 78px;
  }

  .section {
    padding: 64px 0;
  }

  .step {
    min-height: 0;
  }

  .step span {
    margin-bottom: 18px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
