:root {
  --brand: #ff8ea1;
  --brand-strong: #ff6f8c;
  --brand-deep: #eb4f74;
  --cream: #fff8ef;
  --paper: #fffdf8;
  --ink: #313131;
  --muted: #776a68;
  --line: rgba(49, 49, 49, 0.1);
  --shadow: 0 26px 70px rgba(235, 79, 116, 0.18);
  --radius-lg: 36px;
  --radius-md: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 142, 161, 0.22), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 201, 93, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf4 0%, #fff4f3 48%, #fffdf8 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 40px));
  margin: 16px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(255, 142, 161, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 16px 40px rgba(255, 142, 161, 0.14);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.hero-stats,
.download-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-family: "Fredoka", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 12px 24px rgba(235, 79, 116, 0.28);
}

.nav-links {
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
  color: var(--brand-deep);
  transform: translateY(-1px);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
}

.header-cta,
.primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 16px 28px rgba(235, 79, 116, 0.28);
}

.header-cta {
  padding: 0 20px;
  font-size: 14px;
}

.primary-button,
.secondary-button {
  padding: 0 24px;
}

.secondary-button {
  border: 1px solid rgba(235, 79, 116, 0.22);
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.72);
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 64px;
  align-items: center;
  padding: 92px 0 78px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fredoka", sans-serif;
  color: var(--ink);
  line-height: 1.02;
}

h1 {
  max-width: 760px;
  font-size: clamp(48px, 7vw, 84px);
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 24px;
  letter-spacing: -0.02em;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text {
  max-width: 640px;
  margin: 24px 0 0;
  font-size: 18px;
}

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

.hero-stats {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-stats span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.hero-stats strong {
  color: var(--brand-deep);
}

.phone-showcase {
  position: relative;
}

.phone-showcase::before,
.phone-showcase::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  filter: blur(2px);
}

.phone-showcase::before {
  inset: 42px -18px auto auto;
  width: 120px;
  height: 120px;
  background: rgba(255, 201, 93, 0.42);
}

.phone-showcase::after {
  left: -28px;
  bottom: 28px;
  width: 90px;
  height: 90px;
  background: rgba(255, 142, 161, 0.36);
}

.phone-frame {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin-left: auto;
  padding: 18px;
  border: 10px solid #282424;
  border-radius: 46px;
  background: linear-gradient(180deg, #fff7ef, #fff);
  box-shadow: var(--shadow);
}

.phone-top {
  width: 92px;
  height: 9px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #282424;
}

.app-card {
  border-radius: 30px;
  padding: 26px;
  background: linear-gradient(145deg, var(--brand), #ffc55f);
  overflow: hidden;
}

.hero-card {
  position: relative;
  min-height: 320px;
  color: #fff;
}

.hero-card h2,
.hero-card p,
.hero-card .mini-label {
  position: relative;
  z-index: 1;
  color: #fff;
}

.mini-label {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 800;
}

.hero-card h2 {
  margin-top: 18px;
  font-size: 36px;
}

.drink-glass {
  position: absolute;
  right: 24px;
  bottom: -14px;
  width: 130px;
  height: 178px;
  border-radius: 28px 28px 44px 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, #ffe36b 0%, #ffac66 48%, #ff6f8c 100%);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.32);
}

.straw {
  position: absolute;
  left: 78px;
  top: -58px;
  width: 12px;
  height: 108px;
  border-radius: 999px;
  background: #fff;
  transform: rotate(18deg);
}

.ice {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.ice-one {
  left: 24px;
  top: 34px;
  transform: rotate(16deg);
}

.ice-two {
  left: 72px;
  top: 70px;
  transform: rotate(-12deg);
}

.app-row {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(49, 49, 49, 0.06);
}

.app-row span {
  color: var(--muted);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 90px;
}

.feature-strip article,
.recipe-card,
.discussion-card,
.ai-panel,
.download {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 46px rgba(235, 79, 116, 0.08);
  backdrop-filter: blur(14px);
}

.feature-strip article {
  min-height: 230px;
  padding: 24px;
  border-radius: var(--radius-md);
}

.feature-icon,
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--brand-deep);
  background: rgba(255, 142, 161, 0.14);
  font-weight: 900;
}

.feature-icon {
  width: 44px;
  height: 44px;
}

.feature-strip h2 {
  margin-top: 22px;
  font-size: 28px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 46px;
  align-items: start;
  padding: 28px 0 92px;
}

.split-section > div:first-child {
  position: sticky;
  top: 116px;
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.recipe-card {
  min-height: 260px;
  padding: 26px;
  border-radius: 30px;
}

.recipe-card:first-child {
  grid-column: span 2;
}

.recipe-card span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--brand-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mango {
  background: linear-gradient(135deg, rgba(255, 142, 161, 0.92), rgba(255, 197, 95, 0.78));
}

.mango h3,
.mango p,
.mango span {
  color: #fff;
}

.citrus {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 237, 184, 0.8));
}

.tea {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(211, 245, 219, 0.72));
}

.community {
  padding: 86px 0;
  border-radius: 48px;
  background: linear-gradient(135deg, rgba(255, 142, 161, 0.14), rgba(255, 201, 93, 0.1));
}

.section-heading {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 32px;
  text-align: center;
}

.community-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.discussion-card {
  min-height: 250px;
  padding: 28px;
  border-radius: 30px;
}

.tag {
  padding: 8px 12px;
  margin-bottom: 34px;
  font-size: 12px;
}

.ai-section {
  padding: 92px 0;
}

.ai-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius-lg);
}

.chat-preview {
  display: grid;
  gap: 14px;
}

.chat-preview p {
  margin: 0;
  padding: 18px;
  border-radius: 22px;
  background: var(--cream);
}

.chat-preview p:last-child {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.chat-preview p:last-child span,
.chat-preview p:last-child {
  color: #fff;
}

.chat-preview span {
  display: block;
  margin-bottom: 6px;
  color: var(--brand-deep);
  font-weight: 900;
}

.download {
  margin-bottom: 64px;
  padding: 58px;
  border-radius: 44px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 142, 161, 0.18), transparent 28%),
    radial-gradient(circle at 84% 24%, rgba(255, 201, 93, 0.2), transparent 24%),
    rgba(255, 255, 255, 0.84);
}

.download p {
  max-width: 620px;
  margin: 18px auto 0;
}

.support-line a {
  color: var(--brand-deep);
  font-weight: 900;
}

.download-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.site-footer {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 38px;
  color: var(--muted);
  font-size: 14px;
}

.footer-brand {
  color: var(--ink);
  font-family: "Fredoka", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a,
.site-footer > a {
  color: var(--brand-deep);
  font-weight: 800;
}

.legal-main {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 72px;
}

.legal-card {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.legal-card h1 {
  font-size: clamp(42px, 7vw, 72px);
}

.legal-card h2 {
  margin-top: 34px;
  font-size: 28px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.78;
}

.legal-card a {
  color: var(--brand-deep);
  font-weight: 800;
}

.legal-meta {
  margin: 18px 0 30px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--cream);
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.legal-nav a {
  padding: 10px 14px;
  border: 1px solid rgba(235, 79, 116, 0.2);
  border-radius: 999px;
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 940px) {
  .nav-links {
    display: none;
  }

  .hero,
  .split-section,
  .ai-panel {
    grid-template-columns: 1fr;
  }

  .phone-frame {
    margin: 0 auto;
  }

  .feature-strip,
  .community-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-section > div:first-child {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 24px, 1160px);
  }

  .header-cta {
    display: none;
  }

  .section-shell,
  .feature-strip {
    width: min(100% - 24px, 1160px);
  }

  .hero {
    padding-top: 58px;
  }

  h1 {
    font-size: 48px;
  }

  .feature-strip,
  .recipe-grid,
  .community-board {
    grid-template-columns: 1fr;
  }

  .recipe-card:first-child {
    grid-column: auto;
  }

  .download {
    padding: 36px 20px;
  }

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