:root {
    --ink: #000000;
    --text: #454545;
    --rose: #C40E48;
    --rose-dark: #9F0B3A;
    --blush: #F3E4E9;
    --cream: #F7F7F5;
    --white: #fff;
    --green: #C40E48;
    --line: rgba(0, 0, 0, .10);
    --shadow: 0 22px 60px rgba(0, 0, 0, .14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; color: var(--text); background: var(--cream); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: "Playfair Display", serif; color: var(--ink); line-height: 1.12; }
h1 { font-size: clamp(2.15rem, 4.8vw, 4.15rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.65rem); letter-spacing: -.02em; }
h3 { font-size: 1.22rem; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--rose-dark); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.lead { max-width: 680px; margin-top: 18px; font-size: 1.02rem; }
.section-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-head .lead { margin-inline: auto; }

.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .96rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-whatsapp { color: var(--white); background: var(--ink); box-shadow: 0 12px 28px rgba(0, 0, 0, .18); }
.btn-whatsapp:hover { background: var(--rose); box-shadow: 0 16px 34px rgba(196,14,72,.24); }
.btn.btn-wine { color: var(--white); background: var(--rose); box-shadow: 0 12px 28px rgba(196,14,72,.22); }
.btn.btn-wine:hover { background: var(--ink); box-shadow: 0 16px 34px rgba(0,0,0,.24); }
.btn-secondary { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.72); }

.topbar { padding: 16px 0; background: var(--ink); color: rgba(255,255,255,.88); text-align: center; font-size: .85rem; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { color: var(--ink); font-family: "Playfair Display", serif; font-size: 1.45rem; font-weight: 700; text-decoration: none; }
.brand span { color: var(--rose-dark); font-style: italic; }
.nav-menu { display: flex; align-items: center; gap: 25px; }
.nav-link { color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; }
.nav-link:hover { color: var(--rose); }

.hero { position: relative; overflow: hidden; padding: 38px 0 88px; background: radial-gradient(circle at 88% 15%, rgba(196,14,72,.12) 0, transparent 36%), var(--cream); }
.hero::after { content: ""; position: absolute; right: -110px; bottom: -150px; width: 380px; height: 380px; border: 1px solid rgba(196,14,72,.18); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 72px; align-items: center; }
.hero h1 em { color: var(--ink); font-style: italic; }
.hero-copy > p { max-width: 650px; margin: 22px 0 28px; font-size: clamp(.98rem, 1.6vw, 1.12rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.reassurance { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; color: var(--text); font-size: .86rem; font-weight: 600; }
.reassurance span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 800; }
.hero-visual { position: relative; width: 100%; max-width: 380px; margin-left: auto; }
.photo-frame { padding: 12px; background: var(--white); border-radius: 240px 240px 28px 28px; box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: auto; aspect-ratio: 1122 / 1402; border-radius: 230px 230px 20px 20px; object-fit: contain; }
.mentor-card { position: absolute; left: -36px; bottom: 24px; max-width: 225px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.65); border-radius: 16px; background: rgba(255,255,255,.93); box-shadow: 0 15px 36px rgba(39,27,28,.17); backdrop-filter: blur(12px); }
.mentor-card strong { display: block; color: var(--ink); font-size: 1rem; }
.mentor-card span { font-size: .82rem; }

.trust { margin-top: -32px; position: relative; z-index: 3; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 12px 35px rgba(72,45,46,.08); }
.trust-item { padding: 25px 28px; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; color: var(--ink); font-size: 1.02rem; }
.trust-item span { font-size: .84rem; }

.benefits { background: var(--blush); }
.benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.benefit { padding: 27px 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 8px 24px rgba(0,0,0,.045); }
.benefit-icon { display: grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border-radius: 50%; color: var(--white); background: var(--rose); font-weight: 800; }
.benefit h3 { margin-bottom: 9px; font-size: 1.12rem; }
.benefit p { font-size: .88rem; }

.ways-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
#como-ganar { background: var(--white); }
.way { position: relative; padding: 34px 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 8px 25px rgba(72,45,46,.05); }
.way-number { display: grid; width: 46px; height: 46px; margin-bottom: 26px; place-items: center; border-radius: 50%; color: var(--white); background: var(--rose-dark); font-weight: 700; }
.way h3 { margin-bottom: 12px; }
.way p { font-size: .95rem; }
.way .note { display: block; margin-top: 18px; color: var(--rose-dark); font-size: .82rem; font-weight: 700; }
.choice-note { max-width: 780px; margin: 30px auto 0; padding: 18px 24px; border-radius: 14px; color: var(--ink); background: var(--blush); text-align: center; }
.section-cta { margin-top: 26px; text-align: center; }
.btn-accent { min-height: 46px; padding: 11px 21px; color: var(--white); background: var(--rose); font-size: .86rem; box-shadow: 0 10px 24px rgba(196,14,72,.18); }
.btn-accent:hover { background: var(--ink); }

.support { background: var(--ink); color: rgba(255,255,255,.76); }
.support h2, .support h3 { color: var(--white); }
.support-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.quote { padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.06); }
.quote p { color: var(--white); font-family: "Playfair Display", serif; font-size: 1.45rem; line-height: 1.45; }
.quote span { display: block; margin-top: 18px; color: #F06B94; font-weight: 700; }
.support-list { display: grid; gap: 18px; margin-top: 30px; }
.support-item { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.check { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--white); background: var(--rose); font-weight: 800; }
.support-item strong { display: block; margin-bottom: 3px; color: var(--white); }

.steps { background: var(--cream); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 28px 24px; border-radius: 18px; background: rgba(255,255,255,.75); }
.step small { display: block; margin-bottom: 24px; color: var(--rose-dark); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.step h3 { margin-bottom: 10px; font-size: 1.12rem; }
.step p { font-size: .9rem; }

#preguntas { background: var(--white); }
.faq-wrap { max-width: 820px; margin: 0 auto; }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--ink); cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; flex: 0 0 auto; color: var(--rose-dark); font-size: 1.45rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 720px; padding: 0 0 24px; }

.final-cta { padding: 90px 0; color: var(--white); background: var(--ink); text-align: center; }
.final-cta h2 { max-width: 780px; margin-inline: auto; color: var(--white); }
.final-cta p { max-width: 610px; margin: 22px auto 30px; color: rgba(255,255,255,.86); font-size: 1.08rem; }
.final-cta .btn-whatsapp { color: var(--ink); background: var(--white); box-shadow: 0 15px 35px rgba(39,27,28,.2); }
.final-cta .btn.btn-wine { color: var(--white); background: var(--rose); box-shadow: 0 12px 28px rgba(196,14,72,.25); }
.final-cta .btn.btn-wine:hover { background: var(--ink); }
.final-cta small { display: block; margin-top: 16px; opacity: .75; }

footer { padding: 30px 0 90px; color: #7a6869; background: var(--cream); text-align: center; font-size: .78rem; }
footer p + p { margin-top: 7px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 20; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); box-shadow: 0 12px 30px rgba(196,14,72,.30); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: var(--ink); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }

@media (max-width: 900px) {
    .hero-grid, .support-grid { grid-template-columns: 1fr; gap: 48px; }
    .hero-copy { text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions, .reassurance { justify-content: center; }
    .hero-visual { margin-inline: auto; }
    .ways-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .support-copy { text-align: center; }
    .support-list { max-width: 620px; margin-inline: auto; text-align: left; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 28px, 1120px); }
    .section { padding: 62px 0; }
    .topbar { padding-inline: 14px; font-size: .76rem; }
    .nav { padding: 17px 0; }
    .nav-menu .nav-link { display: none; }
    .nav-menu { gap: 0; }
    .nav .btn { min-height: 42px; padding: 9px 14px; font-size: .78rem; }
    .hero { padding-top: 24px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .reassurance { display: grid; justify-content: start; max-width: 320px; margin-inline: auto; text-align: left; }
    .hero-visual { max-width: 290px; }
    .mentor-card { left: 10px; right: 10px; bottom: 12px; max-width: none; }
    .trust { margin-top: -22px; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-item { padding: 18px; }
    .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
    .benefits-grid { grid-template-columns: 1fr; gap: 13px; }
    .benefit, .way, .step { padding: 23px 20px; }
    .section-head { margin-bottom: 34px; }
    .section-head .lead { font-size: 1rem; }
    .steps-grid { grid-template-columns: 1fr; }
    .quote { padding: 26px; }
    .whatsapp-float { right: 15px; bottom: 15px; }
}
