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

:root {
  --bg: #f4efe7;
  --paper: #fffaf3;
  --paper-2: #ebe1d3;
  --ink: #1f2b27;
  --muted: #62706a;
  --green: #31564a;
  --green-2: #213d35;
  --mint: #dfece5;
  --line: rgba(49, 86, 74, .16);
  --shadow: 0 24px 70px rgba(31, 43, 39, .13);
  --radius: 30px;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-bottom: 78px;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(49,86,74,.10), transparent 26%),
    linear-gradient(180deg, #f9f4ec 0%, #f0e8dd 100%);
}

img {
  display: block;
  max-width: 100%;
}

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

.container {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0;
  background: rgba(249, 244, 236, .78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(49, 86, 74, .08);
}

.topbar-inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: 290px 1fr auto;
  align-items: center;
  gap: 24px;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--green);
  color: white;
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  box-shadow: 0 12px 28px rgba(49,86,74,.18);
}

.logo-area strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.28rem;
  color: var(--green-2);
  line-height: 1;
}

.logo-area small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}

.nav-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,250,243,.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px;
}

.nav-menu a {
  padding: 10px 16px;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
  color: var(--green-2);
}

.nav-menu a:hover {
  background: var(--mint);
}

.top-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--green);
  color: white;
  font-weight: 800;
}

.top-whatsapp img {
  width: 21px;
  height: 21px;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  font-size: 2rem;
  color: var(--green);
  cursor: pointer;
}

.hero-alt {
  padding: 46px 0 36px;
}

.hero-alt-grid {
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 26px;
  align-items: stretch;
}

.hero-panel {
  min-height: 590px;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255,250,243,.95), rgba(232,221,207,.92)),
    radial-gradient(circle at 85% 20%, rgba(49,86,74,.16), transparent 32%);
  padding: clamp(28px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(49,86,74,.10);
  box-shadow: var(--shadow);
}

.label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: rgba(49,86,74,.10);
  color: var(--green);
  border: 1px solid rgba(49,86,74,.12);
  padding: 8px 13px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-panel h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(2.65rem, 5.7vw, 5.25rem);
  line-height: .96;
  letter-spacing: -1.7px;
  color: var(--green-2);
  max-width: 760px;
  margin-bottom: 20px;
}

.hero-panel p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
  margin-bottom: 28px;
}

.main-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  background: var(--green);
  color: white;
  padding: 14px 22px;
  min-height: 64px;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(49,86,74,.22);
  font-weight: 800;
  transition: .2s ease;
}

.main-cta:hover,
.closing-button:hover,
.top-whatsapp:hover {
  transform: translateY(-2px);
}

.main-cta img {
  width: 31px;
  height: 31px;
}

.main-cta span {
  display: grid;
  gap: 2px;
}

.main-cta strong {
  font-size: 1.15rem;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
  max-width: 650px;
}

.mini-stats div {
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 15px;
}

.mini-stats strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
  color: var(--green-2);
}

.mini-stats span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .88rem;
}

.portrait-card {
  min-height: 590px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
  background: var(--paper-2);
}

.portrait-card picture,
.portrait-card img {
  width: 100%;
  height: 100%;
}

.portrait-card img {
  object-fit: cover;
}

.floating-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: rgba(255,250,243,.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  padding: 18px;
}

.floating-card strong {
  display: block;
  color: var(--green-2);
  font-family: "Fraunces", serif;
  font-size: 1.28rem;
}

.floating-card span {
  color: var(--muted);
  font-weight: 700;
  font-size: .92rem;
}

.method-section {
  padding: 42px 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 26px;
  margin-bottom: 20px;
}

.section-heading h2 {
  font-family: "Fraunces", serif;
  color: var(--green-2);
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 720px;
  line-height: 1.05;
}

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

.steps article {
  min-height: 220px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 14px 38px rgba(31,43,39,.06);
}

.steps article span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--mint);
  color: var(--green);
  font-weight: 900;
  margin-bottom: 28px;
}

.steps h3 {
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
  color: var(--green-2);
  margin-bottom: 10px;
}

.steps p {
  color: var(--muted);
  line-height: 1.65;
}

.anxiety-section {
  padding: 36px 0 46px;
}

.anxiety-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 18px;
  align-items: stretch;
}

.anxiety-copy {
  background: var(--green-2);
  color: white;
  border-radius: 36px;
  padding: clamp(28px, 5vw, 48px);
}

.anxiety-copy .label {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.18);
  color: white;
}

.anxiety-copy h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  margin-bottom: 18px;
}

.anxiety-copy p {
  color: rgba(255,255,255,.82);
  font-size: 1.05rem;
  line-height: 1.72;
  max-width: 700px;
  margin-bottom: 24px;
}

.symptoms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.symptoms span {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: .9rem;
  font-weight: 800;
}

.location-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.location-card picture,
.location-card img {
  width: 100%;
}

.location-card img {
  height: 260px;
  object-fit: cover;
}

.location-card div {
  padding: 24px;
}

.location-card h3 {
  font-family: "Fraunces", serif;
  color: var(--green-2);
  font-size: 1.55rem;
  margin-bottom: 8px;
}

.location-card p {
  color: var(--muted);
  line-height: 1.65;
}

.closing-cta {
  padding: 0 0 52px;
}

.closing-box {
  background: linear-gradient(135deg, #e7d9c7, #fff8ef);
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: clamp(28px, 5vw, 44px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  box-shadow: 0 18px 50px rgba(31,43,39,.08);
}

.light-label {
  background: rgba(49,86,74,.11);
}

.closing-box h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  color: var(--green-2);
  line-height: 1.03;
}

.closing-box p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1.02rem;
}

.closing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 60px;
  padding: 0 24px;
  border-radius: 18px;
  background: white;
  color: var(--green);
  font-weight: 900;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(31,43,39,.08);
}

.closing-button img {
  width: 27px;
  height: 27px;
}

.float-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 16px 38px rgba(49,86,74,.35);
  z-index: 60;
}

.float-whatsapp img {
  width: 31px;
  height: 31px;
}

@media (max-width: 980px) {
  .topbar-inner {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 82px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-radius: 22px;
    padding: 16px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-menu.active {
    display: flex;
  }

  .top-whatsapp {
    display: none;
  }

  .hero-alt-grid,
  .anxiety-grid,
  .closing-box {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .portrait-card {
    min-height: auto;
  }

  .portrait-card {
    aspect-ratio: 4 / 3;
  }

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

  .section-heading {
    display: block;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .closing-button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .topbar {
    padding: 8px 0;
  }

  .logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .logo-area strong {
    font-size: 1.12rem;
  }

  .logo-area small {
    font-size: .76rem;
  }

  .hero-alt {
    padding-top: 22px;
  }

  .hero-panel {
    padding: 24px;
    border-radius: 30px;
  }

  .hero-panel h1 {
    font-size: 2.45rem;
  }

  .hero-panel p {
    font-size: 1rem;
  }

  .main-cta,
  .closing-button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .portrait-card,
  .anxiety-copy,
  .location-card,
  .closing-box {
    border-radius: 28px;
  }

  .floating-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .location-card img {
    height: 210px;
  }
}


a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(49, 86, 74, .35);
  outline-offset: 4px;
}
