@font-face {
  font-family: 'Beloved Botanical';
  src: url('assets/fonts/BelovedBotanicalSansDemo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('assets/fonts/Nexa-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #6aafd6;
  --blue-deep: #4e92bb;
  --cream: #fffdf0;
  --sand: #efe7dc;
  --yellow: #f7df89;
  --pink: #f3a9ca;
  --olive: #7f8955;
  --ink: #3d4243;
  --soft: #757b7a;
  --white: #ffffff;
  --radius: 28px;
  --shadow: 0 22px 60px rgba(61, 66, 67, .10);
}

* {
  box-sizing: border-box;
}

html,
body {
    font-family: 'Nexa', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title {
    font-family: 'Beloved Botanical', cursive;
    font-weight: 400;
}

p,
a,
button,
input,
textarea,
select,
label,
nav {
    font-family: 'Nexa', Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 240, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(127, 137, 85, .13);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-name {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: .84;
  letter-spacing: -.03em;
  color: var(--pink);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 650;
}

.main-nav>a:not(.nav-cta) {
  position: relative;
}

.main-nav>a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  background: var(--olive);
  transition: right .2s ease;
}

.main-nav>a:hover::after {
  right: 0;
}

.nav-cta {
  background: var(--blue);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  display: grid;
  align-items: center;
  background: var(--cream);
}

.hero-pattern {
  position: absolute;
  inset: 0 0 0 56%;
  background: repeating-linear-gradient(90deg, var(--blue) 0 78px, var(--cream) 78px 158px);
  opacity: .98;
}

.hero-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 73px, rgba(247, 223, 137, .95) 73px 77px, transparent 77px 158px);
  filter: blur(.1px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 72px;
  align-items: center;
  padding-block: 90px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--olive);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: .98;
  /* letter-spacing: -.052em; */
  font-weight: 800;
}

h1 span {
  color: var(--blue-deep);
}

.hero-text {
  max-width: 610px;
  font-size: 19px;
  color: var(--soft);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.btn-primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 12px 30px rgba(106, 175, 214, .28);
}

.btn-primary:hover {
  background: var(--blue-deep);
}

.btn-secondary {
  background: rgba(255, 255, 255, .72);
  border-color: rgba(61, 66, 67, .16);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
  color: var(--soft);
  font-size: 13px;
}

.hero-art {
  display: flex;
  justify-content: center;
}

.art-card {
  width: min(430px, 100%);
  aspect-ratio: 1/.94;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 253, 240, .95);
  border-radius: 46px 46px 120px 46px;
  box-shadow: var(--shadow);
  border: 3px solid rgba(247, 223, 137, .95);
  transform: rotate(1.5deg);
}

.hero-logo-word {
  display: flex;
  flex-direction: column;
  color: var(--pink);
  font-weight: 900;
  font-size: clamp(52px, 5vw, 80px);
  line-height: .79;
  letter-spacing: -.06em;
  transform: rotate(-1.5deg);
}

.art-card p {
  margin: 28px 0 0;
  color: var(--olive);
  font-style: italic;
  font-size: 21px;
}

.lemon-orb {
  position: absolute;
  width: 78px;
  height: 66px;
  border-radius: 50% 48% 52% 50%;
  background: var(--yellow);
  left: 69px;
  top: 50%;
  transform: translateY(-42%) rotate(-9deg);
  box-shadow: inset -10px -8px 0 rgba(217, 180, 40, .22);
}

.lemon-orb::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 13px;
  border-radius: 100% 0;
  background: var(--olive);
  left: 48px;
  top: -6px;
  transform: rotate(-24deg);
}

.mini-spark {
  position: absolute;
  color: var(--olive);
  font-size: 26px;
}

.spark-one {
  right: 42px;
  top: 42px;
}

.spark-two {
  left: 44px;
  bottom: 48px;
  color: var(--pink);
}

.ticker {
  overflow: hidden;
  background: var(--yellow);
  border-block: 1px solid rgba(127, 137, 85, .14);
}

.ticker-track {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  white-space: nowrap;
  color: var(--olive);
  font-weight: 850;
  letter-spacing: .12em;
  font-size: 13px;
}

.ticker-track i {
  font-style: normal;
  color: var(--pink);
}

.section {
  padding: 110px 0;
}

.section-soft {
  background: var(--sand);
}

.section-heading {
  max-width: 750px;
  margin-bottom: 48px;
}

.section-heading.compact {
  max-width: 620px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.section-heading>p:last-child,
.story-copy>p {
  font-size: 18px;
  color: var(--soft);
}

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

.service-card {
  min-height: 330px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 10px 35px rgba(61, 66, 67, .06);
  border: 1px solid rgba(61, 66, 67, .06);
}

.service-card:nth-child(2) {
  transform: translateY(18px);
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: var(--olive);
  font-size: 26px;
  margin-bottom: 34px;
}

.service-card:nth-child(2) .service-icon {
  background: #dcebf4;
  color: var(--blue-deep);
}

.service-card:nth-child(3) .service-icon {
  background: #f9d8e7;
  color: #c46f99;
}

.service-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--soft);
}

.pill {
  margin-top: auto;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--olive);
  font-size: 12px;
  font-weight: 800;
}

.story-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.story-art {
  min-height: 500px;
  display: grid;
  place-items: center;
}

.stripe-card {
  width: min(450px, 100%);
  aspect-ratio: 4/5;
  border-radius: 56px 20px 56px 20px;
  display: grid;
  place-items: center;
  background: repeating-linear-gradient(90deg, var(--blue) 0 62px, var(--cream) 62px 124px);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
  overflow: hidden;
}

.stripe-card img {
  width: 150px;
  filter: drop-shadow(0 12px 18px rgba(61, 66, 67, .16));
}

.values {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.values div {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(61, 66, 67, .13);
}

.values strong {
  color: var(--pink);
  font-size: 17px;
}

.values span {
  font-weight: 700;
}

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

.step {
  position: relative;
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(61, 66, 67, .07);
}

.step>span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--olive);
  font-weight: 900;
  margin-bottom: 36px;
}

.step:nth-child(even)>span {
  background: #dcebf4;
  color: var(--blue-deep);
}

.step h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.step p {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
}

.contact-section {
  padding-top: 50px;
}

.contact-card {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  padding: 58px;
  background: var(--blue);
  color: white;
  border-radius: 40px;
  box-shadow: var(--shadow);
}

.contact-card .eyebrow {
  color: var(--yellow);
}

.contact-card h2 {
  color: white;
}

.contact-card>div>p:last-child {
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
}

.contact-form {
  background: #fff;
  color: var(--ink);
  padding: 28px;
  border-radius: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  color: var(--soft);
}

input,
textarea {
  width: 100%;
  border: 1px solid #e8e4dd;
  border-radius: 14px;
  padding: 13px 14px;
  background: #fbfaf8;
  color: var(--ink);
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(106, 175, 214, .14);
}

textarea {
  resize: vertical;
}

.contact-form .btn {
  width: 100%;
  margin-top: 4px;
  border: 0;
}

.form-note {
  margin: 10px 0 0;
  color: var(--soft);
  font-size: 11px;
  text-align: center;
}

.site-footer {
  padding: 60px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 30px;
  align-items: center;
}

.footer-brand .brand-mark {
  width: 36px;
  height: 36px;
}

.site-footer p {
  margin: 0;
  color: var(--soft);
}

.footer-links {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 700;
}

.copyright {
  grid-column: 1/-1;
  padding-top: 26px;
  border-top: 1px solid rgba(61, 66, 67, .12);
  font-size: 12px;
}

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

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 74px;
    display: none;
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
    background: var(--cream);
    border: 1px solid rgba(61, 66, 67, .1);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero-pattern {
    inset: auto 0 0 0;
    height: 42%;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-block: 72px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-art {
    padding-bottom: 30px;
  }

  .art-card {
    max-width: 420px;
  }

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

  .service-card:nth-child(2) {
    transform: none;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .story-art {
    min-height: 420px;
  }

  .stripe-card {
    max-width: 380px;
  }

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

  .contact-card {
    grid-template-columns: 1fr;
    padding: 38px;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 26px, 1160px);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .hero-grid {
    padding-block: 58px;
  }

  h1 {
    font-size: 46px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-trust {
    display: grid;
  }

  .art-card {
    border-radius: 32px 32px 90px 32px;
  }

  .lemon-orb {
    width: 62px;
    height: 52px;
    left: 42px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .service-card {
    min-height: 285px;
  }

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

  .contact-card {
    padding: 28px 18px;
    border-radius: 28px;
  }

  .contact-form {
    padding: 20px 16px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

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

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn {
    transition: none;
  }
}


/* Formulario: campo trampa anti-spam */
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form button[disabled] {
  opacity: .65;
  cursor: wait;
}


/* =========================================================
   WHATSAPP FLOTANTE
   ========================================================= */
.whatsapp-float {
  position: fixed;
  right: clamp(16px, 2.3vw, 28px);
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1200;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  min-height: 54px;
  padding: 10px 16px 10px 11px;

  border-radius: 999px;
  background: #25D366;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .01em;

  box-shadow:
    0 12px 28px rgba(0, 0, 0, .18),
    0 3px 8px rgba(0, 0, 0, .12);

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    filter .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, .22),
    0 4px 10px rgba(0, 0, 0, .14);
  filter: brightness(1.02);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, .35);
  outline-offset: 4px;
}

.whatsapp-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.whatsapp-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.whatsapp-label {
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    min-width: 54px;
    min-height: 54px;
    width: 54px;
    height: 54px;
    padding: 10px;
    justify-content: center;
  }

  .whatsapp-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    transition: none;
  }

  .whatsapp-float:hover {
    transform: none;
  }
}