:root {
  --ink: #24171e;
  --paper: #fffaf7;
  --white: #fff;
  --pink: #f2608b;
  --pink-deep: #c83f70;
  --pink-soft: #ffe2ec;
  --muted: #685b62;
  --line: rgba(73, 38, 53, .18);
  --display: "Chalkboard SE", "Comic Sans MS", "Comic Sans", "Marker Felt", cursive;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 60px rgba(104, 34, 61, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 94px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; background: rgba(242, 96, 139, .97); border-bottom: 1px solid rgba(36, 23, 30, .15); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-icon { width: 56px; height: 56px; border: 2px solid rgba(255,255,255,.7); border-radius: 17px; object-fit: cover; box-shadow: 0 8px 22px rgba(113,22,54,.18); }
.brand-name { font-family: var(--display); font-size: 28px; font-weight: 800; letter-spacing: .035em; line-height: 1; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { font-size: 16px; font-weight: 650; color: rgba(36,23,30,.78); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 15px 24px; border: 1px solid var(--pink); border-radius: 8px; background: var(--pink); color: var(--ink); font-size: 16px; font-weight: 780; line-height: 1.2; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #ff7ba4; }
.button-small { min-height: 48px; padding: 12px 18px; font-size: 15px; }
.button-dark, .site-header .button-small, .privacy-header .button-small { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible, .site-header .button-small:hover, .site-header .button-small:focus-visible, .privacy-header .button-small:hover, .privacy-header .button-small:focus-visible { background: #472b39; border-color: #472b39; }

.kicker, .eyebrow { margin: 0 0 18px; color: var(--pink-deep); text-transform: uppercase; letter-spacing: .12em; font-size: 15px; font-weight: 850; }
.hero { min-height: 760px; padding: 168px 0 86px; overflow: hidden; background: linear-gradient(132deg, #f2608b 0%, #f77a9f 62%, #ff9ab9 100%); }
.hero-grid { min-height: 500px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.hero .eyebrow { color: rgba(36,23,30,.82); }
.hero h1, .section h2, .cta-card h2, .privacy-main h1 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.035em; }
.hero h1 { max-width: 720px; font-size: clamp(58px, 6vw, 78px); line-height: 1.03; }
.hero h1 em { color: var(--white); font-style: normal; text-shadow: 0 2px 0 rgba(111,31,60,.08); }
.hero-lead { max-width: 620px; margin: 28px 0 0; font-size: 21px; line-height: 1.55; color: rgba(36,23,30,.82); }
.hero-actions { margin-top: 30px; }
.hero-note { display: inline-flex; align-items: center; gap: 11px; margin: 22px 0 0; padding: 12px 16px; border: 1px solid rgba(36,23,30,.2); border-radius: 999px; background: rgba(255,255,255,.28); font-size: 17px; font-weight: 700; }
.hero-note span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--white); }
.hero-art { position: relative; height: 440px; display: grid; place-items: center; }
.hero-art img { position: relative; z-index: 2; width: 320px; height: 320px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 16px rgba(255,255,255,.42), var(--shadow); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 540px; height: 540px; border-color: rgba(36,23,30,.16); }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.section h2, .cta-card h2 { font-size: clamp(42px, 4.8vw, 60px); line-height: 1.08; }
.section-lead { margin: 18px 0 0; color: var(--muted); font-size: 20px; }
.process { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.steps li { min-height: 290px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.steps li:nth-child(2) { background: var(--pink-soft); }
.step-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 42px; border-radius: 50%; background: var(--pink); color: var(--ink); font-size: 15px; font-weight: 850; }
.steps h3 { margin: 0 0 12px; font-family: var(--display); font-size: 29px; line-height: 1.15; }
.steps p { margin: 0; color: var(--muted); font-size: 17px; }

.essentials { background: var(--pink-soft); }
.essentials-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 66px 80px; align-items: start; }
.essential-list { border-top: 2px solid var(--ink); }
.essential-list p { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; margin: 0; padding: 24px 0; border-bottom: 1px solid var(--line); }
.essential-list strong { font-size: 18px; line-height: 1.4; }
.essential-list span { color: var(--muted); font-size: 17px; }
.warm-note { grid-column: 1 / -1; display: grid; grid-template-columns: 160px .75fr 1.25fr; gap: 34px; align-items: start; padding: 38px 42px; border: 2px solid var(--pink); border-radius: 18px; background: var(--white); color: var(--ink); }
.note-label { margin: 5px 0 0; color: var(--pink-deep); text-transform: uppercase; letter-spacing: .12em; font-size: 15px; font-weight: 850; }
.warm-note h3 { margin: 0; font-family: var(--display); font-size: 35px; line-height: 1.12; }
.warm-note > p:last-child { margin: 0; font-size: 18px; color: var(--muted); }

.guide { padding-bottom: 0; background: var(--paper); }
.guide-card { display: grid; grid-template-columns: 90px 1fr auto; gap: 32px; align-items: center; padding: 42px; border-radius: 18px; background: var(--pink); }
.guide-mark { display: grid; place-items: center; width: 76px; height: 76px; border: 2px solid rgba(36,23,30,.45); border-radius: 50%; font-family: var(--display); font-size: 27px; font-weight: 800; }
.guide-card .kicker { margin-bottom: 6px; color: var(--ink); }
.guide-card h2 { font-size: 38px; }
.guide-card p:not(.kicker) { margin: 10px 0 0; font-size: 17px; }
.button-light { white-space: nowrap; background: var(--white); border-color: var(--white); }
.button-light:hover, .button-light:focus-visible { background: var(--pink-soft); border-color: var(--pink-soft); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-list { border-top: 2px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 780; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--pink-deep); font-size: 28px; line-height: 1; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 680px; margin: -5px 0 26px; color: var(--muted); font-size: 18px; }

.cta-section { padding: 0 0 94px; background: var(--paper); }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 54px 58px; border-radius: 18px; background: var(--pink-soft); border: 2px solid var(--pink); }
.cta-card h2 { max-width: 720px; }
.cta-card p:not(.kicker) { margin: 16px 0 0; font-size: 18px; }

.site-footer { padding: 62px 0 28px; background: var(--pink); }
.footer-main { display: grid; grid-template-columns: 1.35fr .55fr .7fr; gap: 70px; padding-bottom: 44px; }
.footer-brand p { max-width: 520px; margin: 18px 0 0; font-size: 17px; color: rgba(36,23,30,.75); }
.footer-links { display: grid; gap: 12px; align-content: start; padding-top: 8px; }
.footer-links a { font-size: 16px; font-weight: 680; }
.footer-links a:hover, .footer-links a:focus-visible { text-decoration: underline; }
.social-links { display: grid; gap: 14px; align-content: start; padding-top: 4px; }
.social-links a { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-size: 16px; font-weight: 720; }
.social-links a:hover span:last-child, .social-links a:focus-visible span:last-child { text-decoration: underline; }
.social-icon { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 13px; flex: 0 0 auto; }
.social-icon-facebook { padding-top: 5px; font-family: Arial, sans-serif; font-size: 34px; font-weight: 800; line-height: 1; }
.social-icon-instagram::before { content: ""; width: 17px; height: 17px; border: 2px solid var(--ink); border-radius: 50%; }
.social-icon-instagram::after { content: ""; position: absolute; top: 8px; right: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(36,23,30,.18); }
.footer-bottom p { margin: 0; color: rgba(36,23,30,.7); font-size: 16px; }

.whatsapp-float { position: fixed; z-index: 50; right: max(24px, env(safe-area-inset-right)); bottom: max(24px, env(safe-area-inset-bottom)); display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 8px 18px 8px 14px; border: 2px solid var(--white); border-radius: 999px; background: #168b52; color: var(--white); box-shadow: 0 14px 36px rgba(22,77,50,.28); font-size: 16px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px); background: #0e7442; }
.whatsapp-icon { width: 36px; height: 36px; flex: 0 0 36px; object-fit: contain; }

.privacy-page { min-height: 100vh; background: var(--paper); }
.privacy-header { background: var(--pink); }
.privacy-header .nav-wrap { min-height: 88px; }
.privacy-header .button-small { margin-left: auto; }
.privacy-main { padding: 90px 0 120px; }
.privacy-main article { max-width: 850px; }
.privacy-main h1 { margin-bottom: 28px; font-size: clamp(48px, 7vw, 70px); line-height: 1.05; }
.privacy-main h2 { margin: 48px 0 12px; font-family: var(--display); font-size: 32px; line-height: 1.2; }
.privacy-main p, .privacy-main li { color: var(--muted); font-size: 18px; }
.privacy-main .privacy-callout { margin: 36px 0; padding: 28px 30px; border-left: 5px solid var(--pink-deep); border-radius: 0 12px 12px 0; background: var(--white); color: var(--ink); font-size: 19px; }
.back-link { display: inline-flex; gap: 10px; margin-top: 42px; color: var(--pink-deep); font-weight: 800; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .nav-wrap .button-small { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-art { height: 340px; }
  .hero-art img { width: 240px; height: 240px; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 420px; height: 420px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .step-number { margin-bottom: 26px; }
  .essentials-grid, .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .warm-note { grid-template-columns: 130px 1fr; }
  .warm-note > p:last-child { grid-column: 2; }
  .guide-card { grid-template-columns: 76px 1fr; }
  .guide-card .button { grid-column: 2; justify-self: start; }
  .cta-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  body { font-size: 17px; }
  .shell { width: min(100% - 30px, 1160px); }
  .section { padding: 72px 0; }
  .site-header .nav-wrap { min-height: 78px; }
  .nav-wrap { gap: 10px; }
  .brand-icon { width: 46px; height: 46px; border-radius: 14px; }
  .brand-name { font-size: 22px; }
  .nav-wrap .button-small { min-height: 44px; padding: 10px 12px; font-size: 15px; }
  .hero { min-height: auto; padding: 126px 0 70px; }
  .hero h1 { font-size: clamp(49px, 14vw, 64px); }
  .hero-lead { font-size: 19px; }
  .hero-note { align-items: flex-start; border-radius: 16px; font-size: 16px; }
  .hero-art { height: 300px; }
  .hero-art img { width: 190px; height: 190px; }
  .orbit-one { width: 260px; height: 260px; }
  .orbit-two { width: 330px; height: 330px; }
  .section h2, .cta-card h2 { font-size: 42px; }
  .steps li { padding: 28px; }
  .essential-list p { grid-template-columns: 1fr; gap: 6px; }
  .warm-note { grid-template-columns: 1fr; gap: 18px; padding: 30px 26px; }
  .warm-note > p:last-child { grid-column: 1; }
  .guide-card { grid-template-columns: 1fr; padding: 30px 26px; }
  .guide-card .button { grid-column: 1; }
  .guide-card h2 { font-size: 32px; }
  .faq-grid { gap: 30px; }
  .cta-card { padding: 36px 28px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-links { grid-template-columns: repeat(3, auto); justify-content: start; gap: 12px 24px; }
  .social-links { grid-template-columns: repeat(2, auto); justify-content: start; gap: 18px; }
  .whatsapp-float { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); min-height: 52px; padding: 7px 15px 7px 12px; font-size: 15px; }
  .whatsapp-icon { width: 34px; height: 34px; flex-basis: 34px; }
}

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