:root {
  --ink: #1e1f3a;
  --text: #2d2d54;
  --muted: #5f6485;
  --cream: #fff8ee;
  --peach: #ffd8bc;
  --coral: #ff7e6b;
  --mint: #b9f5dc;
  --aqua: #8ddaf4;
  --card: rgba(255, 255, 255, 0.85);
  --white: #ffffff;
  --border: rgba(48, 48, 90, 0.14);
  --shadow-lg: 0 24px 48px rgba(24, 25, 54, 0.14);
  --shadow-md: 0 14px 30px rgba(24, 25, 54, 0.11);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 16%, #fff4c9 0%, transparent 33%),
    radial-gradient(circle at 86% 8%, #dff7ff 0%, transparent 30%),
    linear-gradient(180deg, #fff8ee 0%, #fff7f0 42%, #fefcff 100%);
  line-height: 1.6;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(24px);
  z-index: -1;
  opacity: 0.5;
  animation: floatSlow 16s ease-in-out infinite;
}

.orb-1 {
  width: 260px;
  height: 260px;
  top: 55px;
  right: -50px;
  background: #ffd2a8;
}

.orb-2 {
  width: 300px;
  height: 300px;
  bottom: 90px;
  left: -75px;
  background: #b8f7df;
  animation-delay: -6s;
}

.orb-3 {
  width: 190px;
  height: 190px;
  top: 44%;
  right: 20%;
  background: #9ce6ff;
  animation-delay: -10s;
}

h1,
h2,
h3 {
  font-family: 'Bricolage Grotesque', 'Segoe UI', sans-serif;
  margin-top: 0;
  line-height: 1.1;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.25rem, 5vw, 4.3rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  margin-bottom: 0.85rem;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 0.55rem;
}

p {
  margin-top: 0;
}

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.section-pad {
  padding: 4.25rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
  background: rgba(255, 251, 243, 0.72);
  border-bottom: 1px solid rgba(72, 70, 120, 0.1);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--ink);
  font-family: 'Bricolage Grotesque', 'Segoe UI', sans-serif;
  font-size: 1.58rem;
  font-weight: 800;
}

.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(55, 57, 95, 0.18);
  box-shadow: 0 8px 16px rgba(35, 37, 63, 0.14);
}

.brand-text {
  line-height: 1;
}

.top-nav {
  display: flex;
  gap: 1.25rem;
}

.top-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
}

.top-nav a:hover {
  color: var(--ink);
}

.eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #d35749;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.hero {
  padding-top: 4.9rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.45rem;
  align-items: center;
}

.hero-copy {
  animation: fadeLift 0.8s ease both;
}

.hero-copy h1 {
  background: linear-gradient(105deg, #1f2250 18%, #ed6d5d 58%, #ff9b66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  font-size: 1.1rem;
  max-width: 58ch;
}

.hero-cta {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.small-note {
  width: 100%;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-meta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-meta p {
  margin: 0;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.38rem 0.76rem;
  font-size: 0.9rem;
}

.hero-meta strong {
  color: var(--ink);
}

.hero-welcome {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 0.9rem;
  box-shadow: 0 14px 28px rgba(24, 25, 54, 0.09);
}

.hero-welcome-img {
  width: 94px;
  height: 94px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #ffbfa6;
}

.hero-welcome-content h2 {
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
  color: #dc5b5e;
}

.hero-welcome-content p {
  margin: 0;
  color: #4e4b6f;
  font-size: 0.98rem;
  line-height: 1.5;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.3rem;
  box-shadow: var(--shadow-md);
}

.highlight-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 24px rgba(24, 25, 54, 0.1);
  object-fit: cover;
}

.highlight-content h2 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.highlight-content p {
  margin-bottom: 0.8rem;
}

.highlight-content .eyebrow {
  margin-bottom: 0.44rem;
}


.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(74, 78, 114, 0.13);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-weight: 600;
  font-size: 0.88rem;
}

.hero-visual {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: cover;
  display: block;
}

.hero-visual-note {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
  padding: 0.85rem;
  color: #fff;
  font-size: 0.96rem;
}

.hero-visual-note h3 {
  margin: 0;
  font-size: 1.18rem;
  color: #fff;
  font-weight: 800;
}

.hero-visual-note p {
  margin: 0.35rem 0 0;
  color: #f8f8f8;
  font-size: 0.98rem;
}

.hero-visual-note small {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
}

.hero-text {
  font-size: 1.08rem;
  max-width: 56ch;
  margin-bottom: 1rem;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  margin-bottom: 0.7rem;
  color: #e15474;
}

.btn {
  display: inline-block;
  border-radius: 999px;
  padding: 0.82rem 1.18rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, #ff765f 0%, #ff9b66 56%, #ffc668 100%);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  color: var(--ink);
  border: 1px solid rgba(70, 74, 122, 0.24);
  background: #fff;
}

.btn-ghost {
  color: var(--ink);
  border: 1px solid rgba(71, 74, 121, 0.18);
  background: rgba(255, 255, 255, 0.78);
}

.phone-mock {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 241, 230, 0.9));
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 1.28rem;
  box-shadow: var(--shadow-lg);
  animation: fadeLift 0.9s ease both;
  animation-delay: 0.14s;
}

.status-pill {
  display: inline-block;
  background: linear-gradient(120deg, var(--mint), #d8fff0);
  color: #1a3f34;
  border-radius: 999px;
  padding: 0.32rem 0.7rem;
  font-weight: 700;
  font-size: 0.78rem;
  margin-bottom: 0.8rem;
}

.phone-mock h2 {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.chat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.chat-list li {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
  border: 1px solid rgba(80, 81, 126, 0.11);
  border-radius: 14px;
  padding: 0.7rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-list li:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 10px 20px rgba(32, 36, 70, 0.08);
}

.chat-list p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.social-proof {
  padding: 0.9rem 0;
}

.proof-wrap {
  border: 1px solid var(--border);
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.72), rgba(255, 241, 224, 0.74));
  border-radius: 16px;
  padding: 0.9rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
}

.proof-wrap p {
  margin: 0;
  font-weight: 600;
}

.proof-stat {
  display: grid;
  line-height: 1.2;
}

.proof-stat strong {
  font-size: 1.18rem;
  color: var(--ink);
}

.proof-stat span {
  font-size: 0.84rem;
  color: var(--muted);
}

.proof-dots {
  display: flex;
  gap: 0.45rem;
}

.proof-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(120deg, #ff7e6b, #ffc668);
}

.section-head {
  margin-bottom: 1.25rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 1rem;
}

.launch {
  padding-top: 1.4rem;
}

.launch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 1rem;
}

.launch-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(255, 242, 228, 0.9));
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.15rem;
  box-shadow: 0 12px 24px rgba(30, 34, 66, 0.08);
  transition: transform 0.23s ease, box-shadow 0.23s ease;
}

.launch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(30, 34, 66, 0.12);
}

.feature-card,
.step-card {
  background: var(--card);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.15rem;
  box-shadow: 0 12px 24px rgba(30, 34, 66, 0.08);
  transition: transform 0.23s ease, box-shadow 0.23s ease;
  animation: fadeLift 0.75s ease both;
}

.feature-card:hover,
.step-card:hover {
  transform: translateY(-4px) rotate(-0.35deg);
  box-shadow: 0 18px 28px rgba(30, 34, 66, 0.12);
}

.feature-card:nth-child(2),
.feature-card:nth-child(5) {
  animation-delay: 0.08s;
}

.feature-card:nth-child(3),
.feature-card:nth-child(6) {
  animation-delay: 0.14s;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 1rem;
}

.step-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(120deg, #ff7e6b, #ffb35d);
  margin-bottom: 0.72rem;
}

.faq {
  padding-top: 2.2rem;
}

.faq-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.86rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
}

.faq-list p {
  margin: 0.6rem 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 1rem 0 2rem;
}

.footer-wrap {
  border-top: 1px solid rgba(75, 79, 131, 0.16);
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-wrap p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer-wrap a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-wrap a:hover {
  color: var(--coral);
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .hero-grid,
  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    margin-top: 1.2rem;
  }

  .highlight-grid {
    grid-template-columns: 1fr;
  }

  .proof-wrap {
    flex-wrap: wrap;
  }

  .feature-grid,
  .launch-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(170px, 1fr));
  }

  .top-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .brand {
    font-size: 1.25rem;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .feature-grid,
  .launch-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .hero-cta {
    gap: 0.55rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .proof-stat {
    width: 100%;
  }

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