:root {
  --ink: #182219;
  --muted: #687268;
  --green: #f97316;
  --green-dark: #c2410c;
  --green-soft: #fff3e8;
  --surface: #ffffff;
  --line: #e5eae3;
  --background: #f8faf5;
  --shadow: 0 10px 30px rgba(31, 52, 35, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 221, 190, 0.58), transparent 35rem),
    var(--background);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.38;
  pointer-events: none;
}

.ambient-one {
  top: 16rem;
  left: -12rem;
  background: #ffd6b5;
}

.ambient-two {
  top: 42rem;
  right: -13rem;
  background: #ffe3c4;
}

.page-shell {
  width: min(100%, 540px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 18px;
}

.hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 34px 4px 27px;
  text-align: center;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 27px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.brand-mark > span > span,
.footer-brand span {
  color: var(--green);
}

.brand-mark svg {
  width: 35px;
  height: 35px;
  overflow: visible;
  fill: var(--green);
}

.brand-mark .brand-check {
  fill: none;
  stroke: #fff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid #f1ddcf;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pulse-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.pulse-dot::after {
  position: absolute;
  inset: -3px;
  border: 1px solid var(--green);
  border-radius: inherit;
  content: "";
  animation: pulse 2s ease-out infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.6);
  }
  75%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

h1,
h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
}

h1 {
  max-width: 440px;
  font-size: clamp(37px, 10vw, 52px);
  line-height: 1.04;
  letter-spacing: -2.4px;
}

h1 em {
  position: relative;
  color: var(--green);
  font-style: normal;
}

h1 em::after {
  position: absolute;
  right: 3%;
  bottom: -7px;
  width: 89%;
  height: 8px;
  border-top: 3px solid #fdba74;
  border-radius: 50%;
  content: "";
  transform: rotate(-1.5deg);
}

.hero-copy {
  max-width: 390px;
  margin: 22px auto 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 15px;
}

.benefits span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #4e5c50;
  font-size: 12px;
  font-weight: 600;
}

.benefits svg {
  width: 16px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.groups-section {
  padding-top: 13px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 5px 15px;
}

.section-heading span {
  display: block;
  margin-bottom: 3px;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: 20px;
  letter-spacing: -0.6px;
}

.heading-arrow {
  width: 27px;
  height: 35px;
  margin-right: 19px;
  fill: none;
  stroke: #9ca89d;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(6deg);
}

.group-list {
  display: grid;
  gap: 11px;
}

.group-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 12px 15px 12px 12px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 12px rgba(31, 52, 35, 0.025);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.group-card:hover,
.group-card:focus-visible {
  border-color: #fdba74;
  box-shadow: var(--shadow);
  outline: none;
  transform: translateY(-2px);
}

.group-card:active {
  transform: scale(0.985);
}

.group-card.featured {
  min-height: 90px;
  margin-top: 6px;
  border: 1.5px solid #fb923c;
  background:
    linear-gradient(105deg, rgba(255, 243, 232, 0.92), rgba(255, 255, 255, 0.98) 65%);
  box-shadow: 0 8px 22px rgba(194, 65, 12, 0.1);
}

.popular-label {
  position: absolute;
  top: -10px;
  left: 17px;
  padding: 3px 9px;
  border-radius: 99px;
  color: #fff;
  background: var(--green-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.icon-box {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  margin-right: 13px;
  border-radius: 14px;
  place-items: center;
}

.icon-box svg {
  width: 27px;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-fire {
  color: #e65923;
  background: #fff0e9;
}

.icon-fire svg {
  fill: currentColor;
  stroke: none;
}

.icon-baby {
  color: #7767bd;
  background: #f0edff;
}

.icon-tech {
  color: #267bc8;
  background: #e9f4ff;
}

.icon-home {
  color: #b47a23;
  background: #fff5df;
}

.icon-fashion {
  color: #cb5780;
  background: #fff0f5;
}

.icon-box svg {
  stroke: currentColor;
}

.card-content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.card-content strong {
  overflow: hidden;
  margin-bottom: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  letter-spacing: -0.25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-content small {
  overflow: hidden;
  color: var(--muted);
  font-size: 11.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-arrow {
  display: grid;
  width: 31px;
  height: 31px;
  margin-left: 8px;
  border-radius: 50%;
  color: #7d897f;
  background: #f5f7f3;
  font-size: 17px;
  place-items: center;
  transition: 180ms ease;
}

.group-card:hover .card-arrow,
.group-card:focus-visible .card-arrow {
  color: #fff;
  background: var(--green);
}

.join-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 9px;
  padding: 9px 11px;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-size: 11px;
  font-weight: 700;
  transition: background 180ms ease;
}

.group-card:hover .join-pill,
.group-card:focus-visible .join-pill {
  background: var(--green-dark);
}

.join-pill span {
  font-size: 15px;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 20px 0 0;
  padding: 16px;
  border-radius: 16px;
  background: #fff3e8;
}

.whatsapp-icon {
  display: grid;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #25d366;
  place-items: center;
}

.whatsapp-icon svg {
  width: 29px;
  fill: none;
  stroke: white;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-card strong {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}

.trust-card p {
  margin: 0;
  color: #66705f;
  font-size: 11px;
  line-height: 1.4;
}

footer {
  padding: 39px 0 31px;
  text-align: center;
}

.footer-brand {
  margin-bottom: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

footer p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
}

footer small {
  color: #9aa29a;
  font-size: 10px;
}

@media (min-width: 700px) {
  .page-shell {
    padding: 0 24px;
  }

  .hero {
    padding-top: 48px;
  }
}

@media (max-width: 380px) {
  .page-shell {
    padding-inline: 12px;
  }

  .hero {
    padding-inline: 0;
  }

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

  .group-card {
    padding-right: 11px;
  }

  .icon-box {
    width: 47px;
    height: 47px;
    margin-right: 10px;
  }

  .card-content strong {
    font-size: 14px;
  }

  .card-content small {
    font-size: 10.5px;
  }

  .join-pill {
    padding-inline: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
