:root {
  --ink: #102b4e;
  --muted: #5a6c79;
  --cream: #fffaf2;
  --paper: #fffefb;
  --teal: #159c99;
  --teal-dark: #087f86;
  --coral: #ee6171;
  --yellow: #ffbd32;
  --purple: #7853a6;
  --line: #e7e2d9;
  --shadow: 0 24px 80px rgba(18, 64, 76, 0.13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -100px; background: var(--ink); color: #fff; padding: .7rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 250, 242, .86);
  border-bottom: 1px solid rgba(16, 43, 78, .07);
  backdrop-filter: blur(16px);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1.05; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--teal); color: #fff; border-radius: 14px 14px 14px 4px;
  font-family: "Fredoka", sans-serif; font-size: 1.35rem; font-weight: 700;
  box-shadow: 0 8px 20px rgba(21, 156, 153, .22);
}
.brand strong { display: block; font-family: "Fredoka", sans-serif; font-size: 1.04rem; }
.brand small { display: block; color: var(--coral); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; }
.main-nav > a:not(.nav-cta):hover { color: var(--teal-dark); }
.nav-cta { background: var(--ink); color: #fff; border-radius: 999px; padding: 11px 18px; transition: transform .2s, background .2s; }
.nav-cta:hover { background: var(--teal-dark); transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

.hero { position: relative; overflow: hidden; background: var(--cream); padding: 152px 0 108px; min-height: 760px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.hero-copy { padding-bottom: 20px; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { color: var(--yellow); }
h1, h2, h3 { font-family: "Fredoka", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 690px; margin-bottom: 24px; font-size: clamp(3.2rem, 6.2vw, 5.8rem); letter-spacing: -.04em; }
h1 em { position: relative; color: var(--coral); font-style: normal; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; left: 2%; right: 0; bottom: -5px; height: 10px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'%3E%3Cpath d='M3 8c46-7 123-7 194-3' fill='none' stroke='%23ffbd32' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-text { max-width: 620px; color: var(--muted); font-size: 1.16rem; margin: 0 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 13px 23px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: var(--coral); box-shadow: 0 13px 26px rgba(238, 97, 113, .28); }
.button-primary:hover { background: #dd4e60; box-shadow: 0 16px 34px rgba(238, 97, 113, .35); }
.text-link { color: var(--ink); text-underline-offset: 5px; font-weight: 800; }
.text-link span { color: var(--teal); }
.trust-row { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 32px; color: var(--muted); font-size: .87rem; font-weight: 700; }
.trust-row b { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 4px; border-radius: 50%; background: rgba(21, 156, 153, .13); color: var(--teal-dark); }
.hero-visual { position: relative; width: min(100%, 480px); justify-self: center; }
.hero-card { position: relative; height: 575px; overflow: hidden; border: 10px solid #fff; border-radius: 48% 48% 24px 24px; box-shadow: var(--shadow); background: #f4eadc; transform: rotate(1.5deg); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transform: scale(1.05); }
.hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,43,78,.15), transparent 30%); pointer-events: none; }
.floating-note { position: absolute; z-index: 3; min-width: 150px; padding: 13px 16px; border: 3px solid #fff; border-radius: 18px; box-shadow: 0 14px 34px rgba(16,43,78,.16); font-size: .82rem; line-height: 1.25; transform: rotate(-3deg); }
.floating-note span { float: left; margin-right: 9px; font-size: 1.6rem; }
.floating-note b { font-family: "Fredoka", sans-serif; font-size: 1rem; }
.note-top { top: 72px; right: -53px; background: #fff3c6; }
.note-bottom { left: -48px; bottom: 70px; background: #e9fbf7; transform: rotate(2deg); }
.doodle-star, .doodle-heart { position: absolute; z-index: 4; font-family: "Fredoka", sans-serif; font-weight: 700; }
.doodle-star { left: -64px; top: 30px; color: var(--yellow); font-size: 4.2rem; transform: rotate(-18deg); }
.doodle-heart { right: -48px; bottom: 12px; color: var(--coral); font-size: 4rem; transform: rotate(12deg); }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(1px); }
.blob-one { width: 380px; height: 380px; top: 50px; left: -240px; background: rgba(21,156,153,.14); }
.blob-two { width: 270px; height: 270px; right: -130px; top: 100px; background: rgba(255,189,50,.25); }
.wave { position: absolute; z-index: 1; inset: auto 0 -1px; height: 70px; background: var(--paper); clip-path: polygon(0 72%, 8% 54%, 18% 66%, 29% 40%, 40% 60%, 51% 37%, 62% 63%, 74% 38%, 86% 60%, 100% 43%, 100% 100%, 0 100%); }

.section { padding: 104px 0; }
.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading h2, .approach-copy h2, .modes h2, .final-cta h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 4vw, 3.7rem); letter-spacing: -.03em; }
.section-heading > p:last-child, .approach-copy > p, .modes-copy > p:last-child, .final-card > div > p:last-child { color: var(--muted); font-size: 1.05rem; }
.eyebrow-coral { color: var(--coral); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 360px; padding: 28px 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s; }
.service-card::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; right: -70px; bottom: -70px; background: var(--accent); opacity: .15; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(16,43,78,.11); }
.service-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 26px; border-radius: 18px; color: #fff; background: var(--accent); font-size: 1.6rem; font-family: "Fredoka", sans-serif; box-shadow: 0 10px 22px color-mix(in srgb, var(--accent) 30%, transparent); }
.service-card h3 { font-size: 1.5rem; margin-bottom: 11px; }
.service-card p { color: var(--muted); font-size: .92rem; }
.service-card ul { list-style: none; padding: 0; margin: 20px 0 0; }
.service-card li { position: relative; padding: 8px 0 8px 18px; border-top: 1px dashed var(--line); color: var(--ink); font-size: .87rem; font-weight: 700; }
.service-card li::before { content: "•"; position: absolute; left: 1px; color: var(--accent); }
.card-teal { --accent: var(--teal); }
.card-yellow { --accent: var(--yellow); }
.card-purple { --accent: var(--purple); }
.card-coral { --accent: var(--coral); }

.approach { background: #edf9f6; overflow: hidden; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.approach-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.approach-art::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 42% 58% 58% 42% / 45% 40% 60% 55%; background: var(--teal); transform: rotate(-8deg); }
.quote-card { position: relative; z-index: 2; width: min(100%, 390px); padding: 58px 42px 38px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); transform: rotate(2deg); }
.quote-mark { position: absolute; top: 15px; left: 30px; color: var(--yellow); font: 700 5rem/1 "Fredoka", sans-serif; }
.quote-card p { margin: 0 0 26px; font: 600 2rem/1.25 "Fredoka", sans-serif; }
.signature { color: var(--coral); font-size: .81rem; font-weight: 800; }
.mini-card { position: absolute; z-index: 4; right: -18px; bottom: 50px; padding: 14px 18px; border-radius: 16px; background: #fff6cf; box-shadow: 0 12px 28px rgba(16,43,78,.15); font-weight: 800; transform: rotate(-4deg); }
.approach-copy > p { max-width: 600px; }
.steps { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 16px; }
.steps li { display: flex; gap: 16px; align-items: flex-start; padding: 17px 18px; background: rgba(255,255,255,.67); border-radius: 18px; }
.steps li > span { flex: 0 0 35px; height: 35px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--coral); font-family: "Fredoka", sans-serif; font-weight: 700; }
.steps b, .steps small { display: block; }
.steps b { font-family: "Fredoka", sans-serif; font-size: 1.05rem; }
.steps small { margin-top: 3px; color: var(--muted); line-height: 1.4; }

.modes { padding-bottom: 54px; }
.modes-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 64px; border-radius: 38px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.modes-panel::before { content: ""; position: absolute; width: 300px; height: 300px; right: -130px; top: -150px; border-radius: 50%; background: rgba(255,189,50,.25); }
.eyebrow-light { color: #75ddd4; }
.modes-copy p:last-child { color: rgba(255,255,255,.72); max-width: 520px; }
.mode-options { position: relative; z-index: 2; display: grid; gap: 14px; }
.mode-options article { display: flex; gap: 17px; align-items: center; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.mode-options article > span { display: grid; place-items: center; flex: 0 0 56px; height: 56px; border-radius: 18px; background: #fff; font-size: 1.7rem; }
.mode-options h3 { margin: 0 0 3px; font-size: 1.25rem; }
.mode-options p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; }

.final-cta { padding-top: 50px; }
.final-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 64px; border: 2px dashed rgba(238,97,113,.35); border-radius: 34px; background: #fff7f1; }
.final-card::after { content: "♡"; position: absolute; right: 33%; bottom: -47px; color: rgba(238,97,113,.12); font: 700 11rem/1 "Fredoka", sans-serif; transform: rotate(-12deg); }
.final-card > div { max-width: 720px; position: relative; z-index: 2; }
.final-card .button { position: relative; z-index: 3; flex: 0 0 auto; }

.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; box-shadow: 0 10px 28px rgba(37,211,102,.35); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 31px; fill: #fff; }
footer { margin-top: 90px; padding: 34px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-inner p { color: var(--muted); font-size: .88rem; }
.footer-inner > a { color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.brand-footer .brand-mark { width: 36px; height: 36px; border-radius: 12px 12px 12px 4px; }

.reveal { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s ease; }
.service-card:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3) { transition-delay: .16s; }
.service-card:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .86rem; }
  .hero-grid { gap: 36px; }
  .hero-card { height: 510px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 320px; }
  .approach-grid { gap: 54px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 620px); }
  .nav-wrap { height: 70px; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 14px 20px 24px; border-bottom: 1px solid var(--line); background: #fffaf2; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .3s; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px; font-size: 1rem; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 120px 0 88px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { margin-top: 14px; width: min(86%, 450px); }
  .hero-card { height: min(580px, 118vw); }
  .note-top { right: -30px; }
  .note-bottom { left: -30px; }
  .section { padding: 78px 0; }
  .approach-grid, .modes-panel { grid-template-columns: 1fr; }
  .approach-grid { gap: 60px; }
  .approach-art { min-height: 470px; }
  .modes-panel { padding: 42px 28px; gap: 30px; }
  .final-card { align-items: flex-start; flex-direction: column; padding: 42px 28px; gap: 26px; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 520px) {
  .brand strong { font-size: .96rem; }
  .brand small { font-size: .66rem; }
  .hero { min-height: auto; }
  .hero-text { font-size: 1rem; }
  .hero-actions { width: 100%; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 10px 16px; }
  .trust-row span { font-size: .78rem; }
  .hero-visual { width: 90%; }
  .hero-card { border-width: 7px; border-radius: 44% 44% 20px 20px; }
  .floating-note { min-width: 124px; padding: 10px 11px; font-size: .7rem; }
  .floating-note b { font-size: .82rem; }
  .floating-note span { font-size: 1.2rem; margin-right: 6px; }
  .note-top { top: 52px; right: -18px; }
  .note-bottom { left: -18px; bottom: 50px; }
  .doodle-star, .doodle-heart { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .approach-art { min-height: 420px; }
  .approach-art::before { width: 330px; height: 360px; }
  .quote-card { width: 92%; padding: 54px 28px 32px; }
  .quote-card p { font-size: 1.65rem; }
  .mini-card { right: -6px; bottom: 18px; font-size: .8rem; }
  .section-heading h2, .approach-copy h2, .modes h2, .final-cta h2 { font-size: 2.25rem; }
  .steps li { padding: 14px; }
  .mode-options article { padding: 17px 14px; }
  .final-card .button { width: 100%; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
