@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --purple: #6D28D9;
  --purple-dark: #4C1D95;
  --pink: #EC4899;
  --lavender: #F5F3FF;
  --ink: #18131F;
  --muted: #625A6B;
  --white: #FFFFFF;
  --border: #E9E2FF;
  --green: #0D7A46;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(76, 29, 149, .11);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--purple); text-underline-offset: 3px; }
a:hover { color: var(--purple-dark); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
h1, h2, h3 { margin: 0 0 18px; font-family: "Manrope", Arial, sans-serif; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 900px; font-size: clamp(2.55rem, 7vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.28rem; letter-spacing: -.02em; }
p { margin: 0 0 18px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: -100px; left: 16px; padding: 10px 16px; color: var(--ink); background: var(--white); border-radius: 10px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(109,40,217,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font: 800 1.08rem/1 "Manrope", sans-serif; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--purple), var(--pink)); border-radius: 12px; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.site-nav a { color: var(--ink); font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--purple); }
.menu-toggle { display: none; width: 46px; height: 42px; margin-left: auto; padding: 0; background: var(--lavender); border: 0; border-radius: 10px; cursor: pointer; }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 22px; height: 2px; margin: auto; background: var(--ink); content: ""; transition: transform .2s ease; }
.menu-lines::before { transform: translateY(-7px); }
.menu-lines::after { transform: translateY(5px); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 23px; color: var(--white); background: var(--purple); border: 2px solid var(--purple); border-radius: 12px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { color: var(--white); background: var(--purple-dark); border-color: var(--purple-dark); box-shadow: 0 12px 28px rgba(109,40,217,.22); transform: translateY(-2px); }
.button-secondary { color: var(--purple); background: transparent; }
.button-secondary:hover { color: var(--white); background: var(--purple); border-color: var(--purple); }
.header-cta { min-height: 44px; padding: 9px 18px; }
.hero { position: relative; overflow: hidden; padding: 104px 0 110px; background: radial-gradient(circle at 88% 12%, rgba(236,72,153,.19), transparent 27%), linear-gradient(135deg, var(--lavender) 0%, var(--white) 54%, #FFF1F8 100%); }
.hero::before { position: absolute; right: -90px; bottom: -145px; width: 360px; height: 360px; border: 56px solid rgba(109,40,217,.06); border-radius: 50%; content: ""; }
.eyebrow { margin-bottom: 18px; color: var(--purple); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lead { max-width: 780px; color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.26rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.section { padding: 88px 0; }
.section-soft { background: var(--lavender); }
.section-heading { max-width: 780px; margin-bottom: 40px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { position: relative; height: 100%; padding: 30px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.card p:last-child { margin-bottom: 0; }
.card-link { display: inline-block; margin-top: 8px; font-weight: 800; }
.step { padding-top: 82px; }
.step-number { position: absolute; top: 24px; left: 28px; color: rgba(109,40,217,.16); font: 800 3.9rem/1 "Manrope", sans-serif; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.profile-card { min-height: 350px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--purple-dark), var(--purple) 58%, var(--pink)); }
.profile-initials { display: grid; width: 170px; height: 170px; place-items: center; color: var(--white); border: 2px solid rgba(255,255,255,.45); border-radius: 50%; font: 800 4.5rem/1 "Manrope", sans-serif; box-shadow: 0 0 0 24px rgba(255,255,255,.08); }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 24px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { position: absolute; left: 0; color: var(--purple); font-weight: 900; content: "✓"; }
.cta { padding: 76px 0; color: var(--white); background: linear-gradient(125deg, var(--purple-dark), var(--purple) 58%, var(--pink)); }
.cta h2, .cta p { color: var(--white); }
.cta .button { color: var(--purple-dark); background: var(--white); border-color: var(--white); }
.service-row { scroll-margin-top: 100px; }
.service-row + .service-row { margin-top: 26px; }
.contact-list { padding: 0; margin: 0; list-style: none; }
.contact-list li { margin-bottom: 16px; }
.contact-list strong { display: block; font-family: "Manrope", sans-serif; }
.contact-form p { margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 16px; }
.contact-form label { display: block; margin-bottom: 7px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 49px; padding: 11px 13px; color: var(--ink); background: var(--white); border: 1px solid #CFC4E5; border-radius: 10px; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; }
.consent input { width: 20px; min-height: 20px; margin-top: 4px; }
.consent label { font-weight: 500; }
.form-status { min-height: 26px; margin-bottom: 14px; color: var(--purple-dark); font-weight: 700; }
.legal-copy h2 { margin-top: 42px; font-size: 1.65rem; }
.site-footer { padding: 64px 0 24px; color: #D8D0E2; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 48px; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: 0; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #F4EFF9; }
.footer-brand { margin-bottom: 18px; color: var(--white); }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .9rem; }
.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: inline-flex; min-height: 52px; align-items: center; gap: 8px; padding: 10px 17px; color: #083D26; background: #C8F7D9; border: 1px solid #7CDD9C; border-radius: 999px; box-shadow: 0 12px 30px rgba(8,61,38,.18); font-weight: 800; text-decoration: none; }
.whatsapp-float:hover { color: #052A1A; background: #B1F0C7; }
.error-page { min-height: 64vh; display: grid; place-items: center; text-align: center; }

@media (max-width: 940px) {
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .site-nav { position: fixed; top: 76px; right: 20px; left: 20px; display: none; padding: 18px; margin: 0; background: var(--white); border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); }
  .menu-open .site-nav { display: block; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: 4px; }
  .site-nav a { display: block; padding: 10px 8px; }
  .grid-four { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 68px; }
  .site-nav { top: 68px; right: 16px; left: 16px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { padding: 72px 0 80px; }
  .section { padding: 64px 0; }
  .grid, .grid-four, .split, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .actions { flex-direction: column; }
  .actions .button { width: 100%; }
  .check-list { grid-template-columns: 1fr; }
  .profile-card { min-height: 280px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 12px 14px; }
  .whatsapp-label { display: none; }
}

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

