:root {
  --wine: #8e6ba2;
  --wine-deep: #51405b;
  --lilac: #b895c7;
  --lilac-light: #e4d6ea;
  --wine-soft: #f8f3fa;
  --ink: #1f2024;
  --muted: #66626a;
  --line: #ded8dc;
  --paper: #fff;
  --mist: #f7f5f6;
  --gold: #d6aec5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 10; min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 10px clamp(22px, 5vw, 78px); background: linear-gradient(100deg,rgba(255,255,255,.97),rgba(247,241,250,.96)); border-bottom: 1px solid rgba(142,107,162,.15); backdrop-filter: blur(14px); }
.brand, .footer-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--wine-deep); font-size: 1.25rem; letter-spacing: -.02em; }
.brand img, .footer-brand img { object-fit: contain; }
.brand strong, .footer-brand strong { letter-spacing: .06em; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; color: #403c42; font-size: .94rem; font-weight: 600; }
nav a:hover { color: var(--wine); }
.nav-cta { border: 1px solid var(--wine); color: var(--wine); padding: 9px 16px; border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--wine); font: inherit; font-weight: 700; }
.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: clamp(40px,7vw,110px); align-items: center; padding: clamp(70px,9vw,130px) clamp(24px,8vw,125px); background: radial-gradient(circle at 88% 8%, rgba(213,190,223,.62) 0, transparent 36%), linear-gradient(135deg,#fff 20%,#faf6fb 58%,#efe5f3 100%); overflow: hidden; }
.eyebrow { margin: 0 0 13px; color: var(--wine); font-size: .77rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1,h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 780px; font-size: clamp(3rem,6vw,5.8rem); }
h2 { font-size: clamp(2.2rem,4vw,3.7rem); }
h3 { margin: 0 0 8px; line-height: 1.2; }
.lead { max-width: 690px; margin: 27px 0 0; color: var(--muted); font-size: clamp(1.08rem,1.7vw,1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; padding: 12px 21px; text-decoration: none; font: inherit; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button.primary { color: #fff; background: linear-gradient(135deg,#806094,var(--lilac)); box-shadow: 0 12px 28px rgba(122,91,142,.18); }
.button.primary:hover { background: linear-gradient(135deg,var(--wine-deep),var(--wine)); transform: translateY(-1px); }
.button.secondary { color: var(--wine); border-color: #c9b5c2; background: rgba(255,255,255,.55); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 25px; padding: 0; margin: 32px 0 0; list-style: none; color: #555158; font-size: .91rem; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--wine); font-weight: 800; }
.hero-panel { position: relative; padding: clamp(30px,4vw,54px); color: var(--wine-deep); background: linear-gradient(145deg,#f6eff8 0%,#e5d3eb 52%,#cfb2da 100%); box-shadow: 24px 24px 0 #f1e9f3; }
.hero-panel::before { content: ""; position: absolute; width: 45px; height: 3px; top: 0; left: 0; background: var(--gold); }
.panel-kicker { color: #765783; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-panel h2 { margin-top: 12px; font-size: clamp(2rem,3vw,3.1rem); }
.hero-panel p { margin: 25px 0 0; color: #5f5364; }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 29px; background: rgba(81,64,91,.12); }
.area-grid span { padding: 13px 10px; background: rgba(255,255,255,.45); color: var(--wine-deep); font-weight: 600; }
.section { padding: clamp(78px,9vw,130px) clamp(24px,8vw,125px); }
.section-heading { max-width: 760px; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 55px; }
.service-card { min-height: 255px; padding: 25px; border: 1px solid var(--line); background: #fff; transition: .2s ease; }
.service-card:hover { border-color: var(--wine); transform: translateY(-4px); box-shadow: 0 15px 35px rgba(51,25,42,.08); }
.number { display: block; margin-bottom: 50px; color: var(--wine); font-size: .77rem; font-weight: 700; }
.service-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.service-card p { margin: 13px 0 0; color: var(--muted); }
.service-card .price { margin-top: 18px; color: var(--wine-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 600; }
.service-card .price small { font-family: Arial, Helvetica, sans-serif; font-size: .82rem; font-weight: 600; }
.service-card .scope { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .88rem; line-height: 1.5; }
.process { padding: clamp(78px,9vw,120px) clamp(24px,8vw,125px); color: var(--wine-deep); background: linear-gradient(120deg,#f6eff8 0%,#e6d7ec 54%,#ccb1d6 100%); }
.light .eyebrow { color: #745581; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; padding: 0; margin: 60px 0 0; list-style: none; counter-reset: none; }
.steps li { border-top: 1px solid rgba(81,64,91,.24); padding-top: 22px; }
.steps li > span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin-bottom: 30px; border: 1px solid #9f79ae; border-radius: 50%; color: #704f7c; }
.steps h3 { font-size: 1.08rem; }
.steps p { color: #645669; font-size: .94rem; }
.audience { background: linear-gradient(135deg,#faf8fa 0%,#f1e7f2 100%); }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 55px; margin-top: 55px; }
.audience-grid article { padding-left: 20px; border-left: 3px solid var(--wine); }
.audience-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.audience-grid p { color: var(--muted); }
.faq { background: #fff; }
.faq-list { display: grid; gap: 12px; max-width: 920px; margin-top: 50px; }
.faq-list details { border: 1px solid var(--line); background: linear-gradient(135deg,#fff 0%,#fbf8fc 100%); }
.faq-list details[open] { border-color: #c6aecf; box-shadow: 0 12px 30px rgba(81,64,91,.07); }
.faq-list summary { position: relative; padding: 20px 58px 20px 22px; color: var(--wine-deep); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 22px; transform: translateY(-50%); color: var(--wine); font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 58px 22px 22px; color: var(--muted); }
.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px,9vw,130px); padding: clamp(78px,9vw,130px) clamp(24px,8vw,125px); }
.contact-copy > p { max-width: 520px; color: var(--muted); }
.contact-note { margin-top: 35px; padding: 20px; border-left: 3px solid var(--gold); background: var(--mist); }
.contact-note p { margin: 5px 0 0; color: var(--muted); font-size: .92rem; }
.contact-methods { display: grid; gap: 10px; margin-top: 24px; }
.contact-methods a { display: grid; padding: 14px 16px; border: 1px solid var(--line); text-decoration: none; background: #fff; }
.contact-methods a:hover { border-color: var(--wine); }
.contact-methods strong { color: var(--wine-deep); }
.contact-methods span { color: var(--muted); font-size: .92rem; }
.intake-form { padding: clamp(24px,4vw,42px); border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(54,35,47,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; margin-bottom: 17px; color: #343036; font-weight: 600; font-size: .9rem; }
input,select,textarea { width: 100%; border: 1px solid #cfc7cc; border-radius: 3px; padding: 12px 13px; background: #fff; color: var(--ink); font: inherit; font-size: 1rem; }
input:focus,select:focus,textarea:focus { outline: 3px solid rgba(113,54,89,.15); border-color: var(--wine); }
textarea { resize: vertical; }
.checkbox { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--muted); font-weight: 400; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--wine); }
.checkbox a { color: var(--wine-deep); font-weight: 700; }
.privacy-summary { margin: 4px 0 18px; padding: 16px; border-left: 3px solid var(--lilac); background: var(--wine-soft); font-size: .86rem; }
.privacy-summary p { margin: 5px 0 0; color: var(--muted); line-height: 1.5; }
.wide { width: 100%; }
.form-status { min-height: 24px; margin-bottom: 0; color: var(--wine); font-weight: 600; }
.email-option { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: .9rem; }
.email-option a { color: var(--wine-deep); font-weight: 700; }
footer { padding: 50px clamp(24px,8vw,125px); color: #eee5f0; background: linear-gradient(120deg,#4d4054 0%,#685671 58%,#846d8d 100%); }
footer .footer-brand { color: #fff; }
footer > p { margin: 10px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 18px; }
.footer-links a { color: #e8dfe4; font-size: .88rem; }
footer small { display: block; max-width: 800px; color: #a998a3; }
.legal-header { position: static; }
.legal-main { max-width: 920px; margin: 0 auto; padding: clamp(55px,8vw,95px) 24px; }
.legal-main .eyebrow { margin-bottom: 16px; }
.legal-main h1 { max-width: none; font-size: clamp(2.6rem,6vw,4.6rem); }
.legal-intro { margin: 22px 0 45px; color: var(--muted); font-size: 1.06rem; }
.legal-block { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-block h2 { margin-bottom: 16px; font-size: clamp(1.55rem,3vw,2.1rem); }
.legal-block h3 { margin-top: 22px; font-size: 1.08rem; }
.legal-block p, .legal-block li { color: #4f4b52; }
.legal-block ul, .legal-block ol { padding-left: 22px; }
.legal-back { display: inline-flex; margin-top: 34px; color: var(--wine-deep); font-weight: 700; }
.whatsapp-float { position: fixed; right: clamp(16px,3vw,34px); bottom: clamp(16px,3vw,30px); z-index: 20; display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 9px 16px 9px 11px; border-radius: 999px; color: #fff; background: #238c59; text-decoration: none; box-shadow: 0 12px 32px rgba(24,81,53,.3); transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { background: #1d754a; transform: translateY(-2px); }
.whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.whatsapp-float svg { width: 34px; height: 34px; fill: currentColor; flex: 0 0 auto; }
.whatsapp-float span { display: grid; line-height: 1.15; }
.whatsapp-float strong { font-size: .95rem; }
.whatsapp-float small { margin-top: 3px; font-size: .72rem; opacity: .9; }
@media (max-width: 950px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.08); }
  nav.open { display: flex; }
  nav a { padding: 11px 0; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; }
  .service-grid, .steps { grid-template-columns: 1fr 1fr; }
  .contact-section { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .site-header { min-height: 68px; }
  .brand img { width: 43px; height: 43px; }
  nav { top: 68px; }
  .hero { min-height: auto; padding-top: 65px; }
  h1 { font-size: clamp(2.7rem,13vw,4.2rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-list { display: grid; }
  .hero-panel { box-shadow: 12px 12px 0 var(--wine-soft); }
  .service-grid, .steps, .audience-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .number { margin-bottom: 30px; }
  .whatsapp-float { width: 58px; height: 58px; justify-content: center; padding: 10px; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; }
}
