:root {
  --display-font: "Rouna", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
  font-family: "Rouna";
  src: url("assets/Rouna-Bold.otf") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --pink: #d82860;
  --pink-dark: #ad1d49;
  --ink: #083038;
  --ink-2: #083840;
  --muted: #526a70;
  --line: #dfe8ea;
  --soft: #e8eeee;
  --mint: #1fbf9b;
  --yellow: #f5bd30;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(6, 44, 53, 0.12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body-font);
  color: var(--ink);
  background: var(--soft);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; color: var(--ink); font-family: var(--display-font); font-weight: 900; }
h1 { overflow-wrap: anywhere; }
h1 { font-size: 48px; max-width: 860px; }
.hero-title { font-size: 36px; max-width: 760px; margin-top: 28px; }
h2 { font-size: 2.65rem; }
h3 { font-size: 1.15rem; }
ul { padding-left: 1.2rem; margin: 1rem 0; color: var(--muted); }

.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 88px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.eyebrow {
  color: var(--pink);
  font-weight: 800;
  font-family: var(--display-font);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}
.hero-eyebrow {
  font-size: 48px;
  text-transform: none;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 78px;
  padding: 10px max(20px, calc((100vw - 1160px) / 2));
  background: rgba(255,255,255,0.94);
  border-bottom: 1px solid rgba(8,48,56,0.14);
  backdrop-filter: blur(14px);
}
.brand img { width: 128px; height: auto; }
.nav { display: flex; justify-content: center; gap: 18px; font-size: 0.95rem; font-weight: 700; }
.nav a { color: var(--ink); }
.nav a:hover { color: var(--pink); }
.header-actions { display: flex; gap: 10px; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 800;
  font-family: var(--display-font);
  line-height: 1.1;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--pink); color: var(--white); box-shadow: 0 12px 30px rgba(216,40,96,0.24); }
.button.primary:hover { background: var(--pink-dark); }
.button.secondary { background: var(--white); color: var(--ink); border-color: var(--line); }
.button.ghost { background: var(--soft); border-color: var(--line); color: var(--ink); }
.button.text { padding-inline: 8px; color: var(--pink); }
.button.small { min-height: 40px; padding-inline: 14px; font-size: .9rem; }
.button.full { width: 100%; }

.hero {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: flex-start;
  background: var(--soft);
  padding-top: 70px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  gap: 48px;
  align-items: start;
}
.hero-copy {
  padding-top: 88px;
}
.hero-lead { font-size: 1.16rem; color: #2e555d; margin-top: 1.2rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.6rem 0 .75rem; }
.microcopy { font-size: .93rem; color: #6b7f84; }
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 62px;
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(8,48,56,0.16);
}
.store-badge img {
  width: 100%;
  height: auto;
}

.product-shot {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: start center;
}
.phone {
  width: min(300px, 84vw);
  height: 550px;
  padding: 14px;
  border-radius: 38px;
  background: var(--ink);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
  position: relative;
}
.phone-top {
  width: 92px;
  height: 22px;
  margin: 0 auto 12px;
  border-radius: 0 0 14px 14px;
  background: #021a20;
}
.app-screen {
  height: calc(100% - 34px);
  padding: 0;
  border-radius: 26px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.slide-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
.app-slider .slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: var(--muted);
  font-weight: 800;
}
.screen-header img { width: 82px; height: auto; }
.metric {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 12px;
  background: #fbfdfd;
}
.metric span, .panel-row span { display: block; color: var(--muted); font-size: .88rem; }
.metric strong { display: block; font-size: 1.45rem; margin-top: 4px; }
.metric.hot { background: var(--pink); border-color: var(--pink); color: var(--white); }
.metric.hot span, .metric.hot strong { color: var(--white); }
.stock-alert {
  margin-top: 18px;
  padding: 14px;
  border-radius: var(--radius);
  background: #fff6d9;
  color: #6c4a00;
  font-weight: 800;
}
.web-panel {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: min(300px, 70vw);
  padding: 20px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.panel-bar { height: 8px; width: 82px; border-radius: 999px; background: var(--mint); margin-bottom: 18px; }
.web-panel h2 { font-size: 1.35rem; margin-bottom: 14px; }
.mini-chart { height: 110px; display: flex; align-items: end; gap: 8px; margin-bottom: 18px; }
.mini-chart span { flex: 1; border-radius: 6px 6px 0 0; background: var(--pink); min-height: 28px; }
.mini-chart span:nth-child(2) { height: 54px; background: var(--yellow); }
.mini-chart span:nth-child(3) { height: 84px; background: var(--mint); }
.mini-chart span:nth-child(4) { height: 66px; }
.mini-chart span:nth-child(5) { height: 100px; background: var(--ink); }
.panel-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }

.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.pain, .audience { background: var(--white); }
.faq { background: var(--soft); }
.prose h3 { margin: 1.5rem 0 .6rem; }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.section-heading p:last-child { font-size: 1.08rem; margin-top: 1rem; }

.feature-grid, .objection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.feature-card, .plan-card, .objection-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.feature-card:hover,
.plan-card:hover,
.objection-grid article:hover {
  border-color: rgba(8,48,56,.22);
  box-shadow: 0 16px 36px rgba(8,48,56,.08);
}
.feature-card { min-height: 248px; }
.feature-card a { text-decoration: underline; text-decoration-color: rgba(216,40,96,.35); text-underline-offset: 4px; }
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
  margin-bottom: 16px;
  font-size: .88rem;
}
.feature-card:nth-child(2n) .feature-icon { background: var(--ink-2); }
.feature-card:nth-child(3n) .feature-icon { background: var(--pink); }

.closing { max-width: 760px; font-size: 1.08rem; margin-top: -12px; }

.plans { background: rgba(8,48,56,0.90); }
.plans.section { padding: 64px 0; }
.plans .section-heading h2,
.plans .section-heading p,
.plans .eyebrow {
  color: var(--white);
}
.plans .eyebrow {
  color: #ff8aaa;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
.plan-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: var(--white);
  padding: 16px;
}
.plan-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--pink);
}
.plan-card:nth-child(2)::before { background: var(--pink); }
.plan-card:nth-child(3)::before { background: var(--pink); }
.plan-card:nth-child(4)::before { background: var(--ink); }
.plan-card .price {
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 900;
  font-family: var(--display-font);
  line-height: 1;
  margin: 10px 0;
}
.price span { font-size: .95rem; color: var(--muted); }
.plan-card > p {
  font-size: .88rem;
  line-height: 1.35;
  margin-bottom: .65rem;
}
.plan-features {
  flex: 1;
  margin: .55rem 0 .8rem;
}
.plan-features h4 {
  margin: 10px 0 6px;
  font-family: var(--display-font);
  font-size: .75rem;
  text-transform: uppercase;
  color: var(--ink);
}
.plan-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plan-card li {
  display: flex;
  align-items: center;
  min-height: 24px;
  position: relative;
  margin-bottom: 0;
  padding: 4px 0 4px 24px;
  color: #143f47;
  border-top: 1px solid rgba(223,232,234,.8);
  font-size: .75rem;
  line-height: 1.2;
  font-weight: 800;
}
.plan-card li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .78rem;
}
.plan-card .yes::before {
  content: "✓";
  color: var(--white);
  background: var(--mint);
}
.plan-card .no {
  color: #5f7379;
}
.plan-card .no::before {
  content: "×";
  color: var(--white);
  background: var(--pink);
}
.plan-card .users {
  color: var(--ink);
  font-weight: 900;
}
.plan-card .users::before {
  content: "#";
  color: var(--white);
  background: var(--ink);
}
.plan-card .button {
  min-height: 40px;
  padding-inline: 10px;
  font-size: .82rem;
}
.highlighted {
  border: 2px solid var(--pink);
  box-shadow: 0 18px 44px rgba(216,40,96,.18);
}

.objection-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.objection-grid article { background: #fff; }
.objection-grid h3 { margin-bottom: 10px; }

.tutorials { background: var(--white); }
.faq-list { display: grid; gap: 10px; max-width: 920px; }
details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 18px;
}
summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 900;
  font-family: var(--display-font);
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--pink); font-size: 1.3rem; }
details[open] summary::after { content: "-"; }
details p { padding-bottom: 18px; }

.final-cta {
  background: var(--ink);
  color: var(--white);
}
.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}
.final-cta h2, .final-cta p { color: var(--white); }
.final-cta .eyebrow { color: #ffcfdd; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.footer {
  position: relative;
  padding: 58px 0 0;
  background: var(--white);
  border-top: 1px solid var(--line);
  color: var(--ink);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr .8fr;
  gap: 54px;
  align-items: start;
}
.footer-brand img {
  width: 138px;
  height: auto;
  margin-bottom: 18px;
  filter: drop-shadow(0 8px 18px rgba(216,40,96,.12));
}
.footer p {
  color: var(--muted);
  font-size: .95rem;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--ink);
  border: 1px solid var(--line);
}
.footer-social a:hover {
  background: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-social a:nth-child(2) svg,
.footer-social a:nth-child(3) svg,
.footer-social a:nth-child(4) svg,
.footer-social a:nth-child(5) svg {
  fill: currentColor;
  stroke: none;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-column h2 {
  color: var(--ink);
  font-size: .95rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-column a {
  color: var(--muted);
  font-size: .95rem;
}
.footer-column a:hover,
.footer-bottom a {
  color: var(--pink);
}
.footer-bottom {
  margin-top: 52px;
  padding: 22px 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: var(--ink);
  text-align: center;
}
.footer-bottom p {
  color: #d8e2e4;
}
.footer-bottom p {
  margin: 0 0 6px;
  font-size: .9rem;
}
.footer-bottom a {
  font-weight: 900;
}
.panda-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  color: var(--white);
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}
.panda-link span {
  color: var(--white);
}
.panda-link strong {
  color: #00ff55;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.footer-bottom .panda-link:hover {
  color: var(--pink-dark);
}
.footer-bottom .panda-link:hover span,
.footer-bottom .panda-link:hover strong {
  color: var(--pink-dark);
}
.whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(216,40,96,.28);
}
.whatsapp-float:hover {
  background: var(--pink-dark);
}
.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.legal-nav {
  position: static;
}
.legal-page {
  background: var(--soft);
}
.legal-hero {
  padding: 76px 0 36px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.legal-hero h1 {
  font-size: 48px;
  max-width: 900px;
}
.legal-hero p:last-child {
  margin-top: 14px;
}
.legal-content {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: 34px;
  margin-bottom: 72px;
  padding: 42px;
}
.legal-content h2 {
  font-size: 1.5rem;
  margin: 34px 0 12px;
}
.legal-content h2:first-of-type {
  margin-top: 0;
}
.legal-content p,
.legal-content li {
  color: #294d55;
}
.legal-content a {
  color: var(--pink);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .nav, .header-actions {
    display: none;
    grid-column: 1 / -1;
  }
  .site-header.open .nav,
  .site-header.open .header-actions {
    display: flex;
  }
  .site-header.open .nav {
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
  }
  .site-header.open .header-actions { justify-content: stretch; }
  .site-header.open .header-actions .button { flex: 1; }
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    padding: 10px;
  }
  .menu-toggle span:not(.sr-only) { height: 2px; background: var(--ink); width: 100%; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 0; }
  .download-actions { margin-top: 24px; }
  h1 { font-size: 42px; max-width: 680px; }
  .hero-title { font-size: 32px; max-width: 680px; margin-top: 22px; }
  h2 { font-size: 2.25rem; }
  .product-shot { min-height: 500px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .objection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .container { width: min(100% - 24px, 1160px); }
  .brand img { width: 108px; }
  .hero { padding-top: 36px; }
  h1 { font-size: 34px; max-width: 100%; }
  .hero-title { font-size: 26px; max-width: 100%; margin-top: 18px; }
  .hero-eyebrow { font-size: 34px; }
  h2 { font-size: 2rem; }
  .hero-lead { font-size: 1.05rem; }
  .actions, .cta-actions, .download-actions { flex-direction: column; }
  .button { width: 100%; white-space: normal; text-align: center; }
  .store-badge { width: min(210px, 100%); }
  .legal-hero h1 { font-size: 34px; }
  .legal-content { padding: 24px; }
  .product-shot {
    min-height: 460px;
    place-items: start center;
    padding-top: 10px;
  }
  .phone { width: min(270px, 92vw); height: 490px; }
  .web-panel {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: min(320px, 92vw);
  }
  .feature-grid,
  .plan-grid,
  .objection-grid,
  .cta-panel,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .feature-card { min-height: auto; }
}
