:root { --ink: #f8f7f4; --muted: #a7a9b2; --night: #090a0d; --panel: #12141a; --line: rgba(255,255,255,.11); --orange: #ff7139; --orange-light: #ff9c67; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { height: 78px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 18px; letter-spacing: .06em; font-weight: 800; }
.brand b { color: var(--orange); }
.brand-logo { width: 44px; height: 44px; flex: 0 0 44px; display: block; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(0,0,0,.34)); }
.header-brand-group { display: flex; align-items: center; gap: 17px; }
.official-header-link { display: flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(255,113,57,.27); border-radius: 11px; background: rgba(255,113,57,.07); transition: border-color .2s ease, background .2s ease; }
.official-header-link:hover { border-color: rgba(255,113,57,.58); background: rgba(255,113,57,.12); }
.official-header-link > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.official-header-link small { color: #9698a0; font-size: 8px; font-weight: 800; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }
.official-header-link strong { color: #f2d4c6; font-size: 10px; line-height: 1; }
.official-check { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; border-radius: 50%; color: #07140c; background: #71dda8; font-size: 10px; font-weight: 900; }
.site-header nav { display: flex; gap: 30px; color: #c5c6ca; font-size: 14px; }
.site-header nav a:hover { color: white; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 11px 17px; background: #fff; color: #111; font-size: 13px; }
.hero { width: min(1180px, calc(100% - 40px)); min-height: 650px; margin: 0 auto; display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; padding: 74px 0 64px; }
.eyebrow { width: fit-content; border: 1px solid rgba(255,113,57,.35); background: rgba(255,113,57,.07); color: #f4c1aa; border-radius: 100px; padding: 8px 12px; font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,113,57,.12); }
h1 { margin: 24px 0 22px; font-size: clamp(52px, 5.7vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 760; }
h1 em { color: var(--orange-light); font-style: normal; }
.hero-lead { color: #b8bac2; max-width: 610px; font-size: 18px; line-height: 1.7; margin: 0; }
.official-hero-proof { width: min(610px, 100%); margin-top: 22px; padding: 13px 15px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; border: 1px solid rgba(255,113,57,.23); border-radius: 14px; background: linear-gradient(120deg, rgba(255,113,57,.09), rgba(255,255,255,.025)); transition: border-color .2s ease, transform .2s ease; }
.official-hero-proof:hover { transform: translateY(-2px); border-color: rgba(255,113,57,.48); }
.official-hero-proof > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #07140c; background: #71dda8; font-size: 13px; font-weight: 900; }
.official-hero-proof p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.official-hero-proof strong { color: #f5f3ef; font-size: 13px; }
.official-hero-proof small { color: #888b93; font-size: 10px; line-height: 1.4; }
.official-hero-proof > b { color: var(--orange-light); font-size: 10px; white-space: nowrap; }
.official-inline-link { color: var(--orange-light); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(255,156,103,.42); text-underline-offset: 3px; }
.official-inline-link:hover { color: white; text-decoration-color: var(--orange-light); }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button-primary { padding: 16px 23px; background: linear-gradient(135deg, var(--orange), #f04727); box-shadow: 0 14px 35px rgba(241,78,37,.25); }
.button-ghost { padding: 16px 21px; border: 1px solid var(--line); background: rgba(255,255,255,.025); color: #d3d3d6; }
.button-ghost:hover { border-color: rgba(255,255,255,.3); }
.cta-note { margin: 12px 0 0; color: #7f8189; font-size: 11px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 25px; font-size: 12px; color: #999ba3; }
.hero-visual { min-height: 510px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(255,113,57,.22), transparent 67%); filter: blur(7px); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 450px; height: 450px; }
.orbit-two { width: 550px; height: 550px; }
.dashboard-card { width: min(480px, 94%); position: relative; z-index: 2; padding: 19px; border-radius: 24px; background: linear-gradient(160deg, rgba(31,34,43,.98), rgba(15,17,23,.98)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 90px rgba(0,0,0,.55); transform: rotate(1.5deg); }
.dashboard-top, .activity-title { display: flex; align-items: center; justify-content: space-between; }
.dashboard-top div { display: flex; flex-direction: column; gap: 5px; }
.dashboard-top small, .metric span, .metric small, .post-row small { color: #8e919b; font-size: 11px; }
.dashboard-top strong { font-size: 16px; }
.live-dot { color: #77e0ac; background: rgba(69,206,139,.1); border: 1px solid rgba(69,206,139,.2); padding: 6px 9px; border-radius: 50px; font-size: 10px; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 19px 0 11px; }
.metric { min-height: 110px; display: flex; flex-direction: column; padding: 15px; border-radius: 15px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.06); }
.metric b { font-size: 30px; margin: 12px 0 4px; color: #fff; }
.metric:first-child b { color: #77e0ac; font-size: 21px; line-height: 1.15; letter-spacing: -.02em; }
.activity-card { border-radius: 15px; padding: 15px; background: rgba(7,8,11,.55); }
.activity-title { margin-bottom: 12px; font-size: 12px; font-weight: 700; }
.activity-title small { color: #70d7a6; }
.post-row { display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.07); }
.post-row span { display: flex; flex-direction: column; gap: 4px; font-size: 11px; }
.post-row strong { font-size: 9px; letter-spacing: .07em; color: #ef9b72; }
.post-thumb { width: 39px; height: 39px; border-radius: 9px; }
.thumb-one { background: linear-gradient(135deg, #ff9a58, #7d2847); }
.thumb-two { background: linear-gradient(135deg, #4d80e5, #82d2bb); }
.floating-proof { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.13); background: rgba(17,19,24,.88); backdrop-filter: blur(10px); border-radius: 14px; box-shadow: 0 16px 35px rgba(0,0,0,.35); font-size: 11px; color: #aeb0b7; }
.floating-proof b { color: white; font-size: 13px; }
.proof-top { top: 47px; right: -5px; }
.proof-top > b { color: var(--orange-light); font-size: 22px; }
.proof-bottom { bottom: 40px; left: -10px; }
.proof-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #72dca9; background: rgba(65,206,138,.12); font-size: 16px; }
.logo-strip { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 23px 0 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #686a72; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; }
@media (max-width: 900px) { .site-header nav { display: none; } .hero { grid-template-columns: 1fr; padding-top: 58px; } .hero-copy { text-align: center; } .eyebrow, .hero-lead { margin-left: auto; margin-right: auto; } .hero-actions, .trust-row { justify-content: center; } .hero-visual { min-height: 500px; } }
@media (max-width: 900px) { .official-hero-proof { margin-inline: auto; text-align: left; } }
@media (max-width: 560px) { .site-header { height: 68px; width: calc(100% - 28px); } .site-header .button-small { display: none; } .header-brand-group { width: 100%; justify-content: space-between; gap: 8px; } .official-header-link { padding: 6px 8px; } .official-header-link small { font-size: 7px; } .official-header-link strong { font-size: 9px; } .hero { width: calc(100% - 28px); padding-top: 44px; gap: 36px; } h1 { font-size: 47px; } .hero-lead { font-size: 16px; line-height: 1.6; } .official-hero-proof { grid-template-columns: 28px 1fr; } .official-hero-proof > b { display: none; } .hero-actions { flex-direction: column; } .trust-row { gap: 10px 16px; } .hero-visual { min-height: 420px; } .dashboard-card { padding: 14px; } .floating-proof { display: none; } .orbit-one { width: 340px; height: 340px; } .orbit-two { width: 410px; height: 410px; } .logo-strip { overflow: hidden; gap: 35px; justify-content: flex-start; white-space: nowrap; } }

/* Complete landing */
body { overflow-x: hidden; background: radial-gradient(circle at 78% 3%, rgba(255,113,57,.08), transparent 25%), var(--night); }
.site-header { position: sticky; top: 0; width: 100%; padding-inline: max(20px, calc((100% - 1180px)/2)); background: rgba(9,10,13,.78); backdrop-filter: blur(18px); }
.section-pad { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 118px 0; }
.section-kicker { color: var(--orange-light); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.section-heading { max-width: 770px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .pain-copy h2, .included-title h2, .faq-heading h2, .final-cta h2 { margin: 15px 0 18px; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
h2 em { color: var(--orange-light); font-style: normal; }
.section-heading > p, .faq-heading > p, .final-cta > p { color: #a7a9b2; font-size: 17px; line-height: 1.7; }
.pain-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: start; border-top: 1px solid var(--line); }
.pain-copy h2 { font-size: clamp(36px, 3.6vw, 53px); }
.pain-list { display: flex; flex-direction: column; }
.pain-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.pain-list > div:first-child { padding-top: 0; }
.pain-list > div > b { color: var(--orange); font: 12px monospace; }
.pain-list span { display: flex; flex-direction: column; gap: 7px; }
.pain-list strong { font-size: 18px; }
.pain-list small { color: #85878e; font-size: 14px; line-height: 1.55; }
.pain-link { width: fit-content; margin-top: 26px; }
.services { border-top: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.014)); transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,113,57,.35); }
.service-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: var(--orange-light); background: rgba(255,113,57,.09); border: 1px solid rgba(255,113,57,.16); font-size: 20px; }
.service-card h3 { margin: 27px 0 11px; font-size: 18px; }
.service-card p { margin: 0; color: #989aa2; font-size: 14px; line-height: 1.65; }
.service-learn { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--orange-light); font-size: 12px; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(255,156,103,.42); text-underline-offset: 3px; }
.service-learn:hover { color: white; text-decoration-color: var(--orange-light); }
.conversion-strip { margin-top: 20px; padding: 24px 26px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(61,216,132,.25); border-radius: 18px; background: linear-gradient(120deg, rgba(45,194,113,.11), rgba(255,255,255,.025)); }
.conversion-strip > div { display: flex; flex-direction: column; gap: 6px; }
.conversion-strip span { color: #79dda8; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.conversion-strip strong { font-size: 18px; }
.conversion-strip small { color: #858990; font-size: 11px; }
.conversion-strip .button { flex: 0 0 auto; }
.audience { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; border-top: 1px solid var(--line); }
.audience-copy h2 { margin: 15px 0 18px; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.audience-copy h2 em { color: var(--orange-light); font-style: normal; }
.audience-copy p { margin: 0 0 26px; color: #a7a9b2; font-size: 16px; line-height: 1.7; }
.audience-panel { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.025); }
.audience-panel > strong { display: block; margin-bottom: 19px; font-size: 16px; }
.audience-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.audience-chips span { padding: 9px 12px; border: 1px solid rgba(255,113,57,.2); border-radius: 100px; color: #c7c8cc; background: rgba(255,113,57,.055); font-size: 11px; }
.audience-panel p { margin: 23px 0 0; color: #85878f; font-size: 12px; line-height: 1.65; }
.steps { border-top: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.steps-grid article { min-height: 260px; padding: 27px; border-right: 1px solid var(--line); background: rgba(255,255,255,.018); }
.steps-grid article:last-child { border-right: 0; }
.steps-grid article > b { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: var(--orange); color: white; font-size: 13px; }
.steps-grid h3 { margin: 55px 0 12px; font-size: 18px; }
.steps-grid p { margin: 0; color: #8f9199; font-size: 13px; line-height: 1.65; }
.step-cta { margin-top: 28px; display: flex; align-items: center; gap: 20px; }
.step-cta span { color: #85878f; font-size: 12px; }
.responsibility { border-top: 1px solid var(--line); }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 950px; margin: 0 auto; }
.responsibility-grid article { padding: 36px; border: 1px solid var(--line); border-radius: 22px; }
.responsibility-grid .us-card { background: linear-gradient(150deg, rgba(255,113,57,.14), rgba(255,113,57,.035)); border-color: rgba(255,113,57,.3); }
.card-label { display: inline-block; border: 1px solid var(--line); border-radius: 100px; padding: 7px 11px; color: #bfc0c5; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.us-card .card-label { color: var(--orange-light); border-color: rgba(255,113,57,.28); }
.responsibility-grid h3 { margin: 28px 0 26px; font-size: 24px; }
.responsibility-grid p, .included-grid p { display: flex; align-items: flex-start; gap: 11px; color: #b1b3b9; font-size: 14px; line-height: 1.45; }
.check { flex: 0 0 20px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #78dfad; background: rgba(60,205,137,.1); font-size: 11px; font-weight: 900; }
.plans { width: 100%; padding-inline: max(20px, calc((100% - 1280px)/2)); background: linear-gradient(180deg, rgba(255,255,255,.025), transparent); border-top: 1px solid var(--line); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: start; }
.plan-help { max-width: 850px; margin: -22px auto 40px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.plan-help > div { display: flex; flex-direction: column; gap: 5px; }
.plan-help b { font-size: 14px; }
.plan-help span { color: #85878f; font-size: 11px; }
.plan-help .text-link { flex: 0 0 auto; }
.plan-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #111319; }
.plan-card.popular { border-color: rgba(255,113,57,.55); box-shadow: 0 25px 75px rgba(255,91,44,.12); transform: translateY(-12px); }
.popular-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 7px 12px; border-radius: 50px; background: var(--orange); color: white; font-size: 10px; letter-spacing: .11em; font-weight: 900; }
.plan-name { color: var(--orange-light); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.plan-head > p { min-height: 46px; margin: 13px 0 15px; color: #999ba3; font-size: 13px; line-height: 1.55; }
.price { display: flex; align-items: flex-start; margin: 13px 0; }
.price > small { margin-top: 9px; color: #c3c4c8; font-size: 16px; }
.price > strong { font-size: 53px; line-height: 1; letter-spacing: -.05em; }
.price > span { margin: 8px 0 0 8px; color: #85878e; font-size: 10px; line-height: 1.3; }
.network-line { min-height: 45px; color: #c8c9cc; font-size: 10px; line-height: 1.45; }
.plan-card ul { padding: 20px 0 8px; margin: 15px 0; border-top: 1px solid var(--line); list-style: none; }
.plan-card li { display: flex; gap: 9px; margin: 12px 0; color: #acadb3; font-size: 12px; line-height: 1.43; }
.plan-actions { display: flex; flex-direction: column; gap: 9px; }
.plan-actions .button { min-height: 48px; font-size: 13px; }
.button-whatsapp { padding: 16px 23px; border: 1px solid rgba(101,237,159,.42); color: #06140c; background: linear-gradient(135deg, #43dd88, #24bd6b); box-shadow: 0 14px 35px rgba(36,189,107,.2); }
.button-whatsapp:hover { background: linear-gradient(135deg, #58e698, #2fca76); border-color: rgba(139,241,181,.7); }
.button-small.button-whatsapp { padding: 11px 17px; }
.plan-reassurance { display: block; margin-top: 14px; text-align: center; color: #73757d; font-size: 10px; }
.price-note { margin: 28px auto 0; max-width: 680px; text-align: center; color: #74767e; font-size: 11px; line-height: 1.55; }
.included { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; border-top: 1px solid var(--line); }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 25px; }
.testimonials { border-top: 1px solid var(--line); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
blockquote { margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.022); }
.stars { color: var(--orange); letter-spacing: .1em; font-size: 12px; }
blockquote > p { min-height: 105px; margin: 23px 0 28px; color: #d0d1d4; font-size: 15px; line-height: 1.65; }
blockquote footer { display: flex; flex-direction: column; gap: 5px; }
blockquote footer b { font-size: 13px; } blockquote footer span { color: #7f8188; font-size: 11px; }
.source-note { color: #696b72; font-size: 10px; text-align: center; margin-top: 19px; }
.centered-cta { margin-top: 30px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.centered-cta small { color: #73757d; font-size: 10px; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; border-top: 1px solid var(--line); }
.faq-heading { position: sticky; top: 115px; align-self: start; }
.text-link { display: inline-flex; gap: 8px; color: var(--orange-light); font-size: 14px; font-weight: 800; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 73px; padding: 23px 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--orange-light); font-size: 16px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { margin: -7px 45px 24px 0; color: #92949c; font-size: 14px; line-height: 1.7; }
.final-cta { position: relative; overflow: hidden; width: min(1180px, calc(100% - 40px)); margin-bottom: 110px; padding: 100px 30px; border: 1px solid rgba(255,113,57,.25); border-radius: 28px; text-align: center; background: linear-gradient(145deg, rgba(255,113,57,.12), rgba(255,255,255,.025)); }
.final-cta > *:not(.final-glow) { position: relative; z-index: 1; }
.final-glow { position: absolute; width: 500px; height: 500px; top: -300px; left: calc(50% - 250px); border-radius: 50%; background: rgba(255,113,57,.35); filter: blur(100px); }
.final-cta > p { max-width: 620px; margin-inline: auto; }
.final-cta .hero-actions { justify-content: center; }
.final-note { position: relative; z-index: 1; display: block; margin-top: 15px; color: #777982; font-size: 10px; }
.footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 35px 0 110px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 30px; align-items: center; border-top: 1px solid var(--line); color: #73757c; font-size: 11px; }
.footer p { margin: 0; max-width: 480px; line-height: 1.5; }
.footer-contact, .footer-legal { display: flex; flex-direction: column; gap: 8px; }
.footer-contact a { color: #a3dcbc; }
.footer-contact > a { min-height: 24px; display: inline-flex; align-items: center; }
.footer-legal { align-items: flex-end; }
.footer-legal a { color: #aeb0b7; }
.footer-legal a:hover { color: white; }
.footer-sectores { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; text-align: right; }
.footer-sectores b { color: #85878f; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-sectores a { max-width: 22ch; color: #aeb0b7; }
.footer-sectores a:hover { color: white; }

/* Legal pages */
.legal-page { min-height: 100vh; }
.legal-header { position: sticky; top: 0; width: 100%; padding-inline: max(20px, calc((100% - 1180px)/2)); background: rgba(9,10,13,.88); backdrop-filter: blur(18px); }
.legal-document { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 110px; }
.legal-back { display: inline-flex; margin-bottom: 50px; color: #aeb0b7; font-size: 13px; font-weight: 700; }
.legal-back:hover { color: white; }
.legal-heading { padding-bottom: 52px; border-bottom: 1px solid var(--line); }
.legal-heading h1 { margin: 14px 0 18px; font-size: clamp(44px, 6vw, 68px); line-height: 1; letter-spacing: -.045em; }
.legal-heading > p:not(.legal-status) { max-width: 720px; margin: 0; color: #b7b9c0; font-size: 18px; line-height: 1.65; }
.legal-heading > small { display: block; margin-top: 18px; color: #74767e; font-size: 11px; }
.legal-status { margin: 27px 0 0; padding: 16px 18px; border: 1px solid rgba(255,188,76,.28); border-radius: 14px; background: rgba(255,188,76,.07); color: #d8c7a2; font-size: 13px; line-height: 1.6; }
.legal-status strong { color: #ffd17e; }
.legal-content { max-width: 820px; }
.legal-content section { padding: 42px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; font-size: 24px; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #aeb0b7; font-size: 15px; line-height: 1.8; }
.legal-content p { margin: 12px 0; }
.legal-content a { color: var(--orange-light); text-decoration: underline; text-underline-offset: 3px; }
.legal-placeholder { display: inline; padding: 3px 6px; border: 1px dashed rgba(255,188,76,.55); border-radius: 6px; background: rgba(255,188,76,.1); color: #ffd17e; font-weight: 800; }
.legal-data { margin: 24px 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.legal-data > div { display: grid; grid-template-columns: 220px 1fr; gap: 22px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.legal-data > div:last-child { border-bottom: 0; }
.legal-data dt { color: #85878f; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.legal-data dd { margin: 0; color: #d4d5d8; font-size: 14px; line-height: 1.6; }
.legal-table-wrap { margin: 24px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.legal-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.legal-table th, .legal-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; line-height: 1.6; }
.legal-table th { color: white; background: rgba(255,255,255,.035); }
.legal-table td { color: #aeb0b7; }
.legal-table tr:last-child td { border-bottom: 0; }
.cookie-status { padding: 22px; border: 1px solid rgba(69,206,139,.25); border-radius: 16px; background: rgba(69,206,139,.07); }
.cookie-status strong { color: #87e7b8; }
.cookie-status p { margin-bottom: 0; }
.legal-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 35px 0 60px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #73757c; font-size: 11px; }
.legal-links { display: flex; gap: 20px; }
.legal-links a { color: #aeb0b7; }
.legal-links a:hover { color: white; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 20; display: flex; align-items: center; gap: 9px; padding: 9px 14px 9px 9px; border-radius: 50px; background: #25d366; color: #07140c; box-shadow: 0 15px 40px rgba(0,0,0,.35); }
.whatsapp-float span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: white; color: #148d46; font-size: 9px; font-weight: 900; }
.whatsapp-float b { font-size: 12px; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  .service-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid article { border-bottom: 1px solid var(--line); }
  .steps-grid article:nth-child(2) { border-right: 0; }
  .plan-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; gap: 24px; }
  .plan-card.popular { transform: none; }
  .plan-head > p, .network-line { min-height: 0; }
  .included, .faq { gap: 45px; }
  .footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 740px) {
  .section-pad { width: calc(100% - 28px); padding: 82px 0; }
  .pain-section, .included, .faq, .responsibility-grid, .audience { grid-template-columns: 1fr; gap: 38px; }
  .service-grid, .testimonial-grid, .included-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .conversion-strip { align-items: stretch; flex-direction: column; }
  .conversion-strip .button { width: 100%; }
  .plan-help { margin-top: -10px; align-items: flex-start; flex-direction: column; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 210px; border-right: 0; }
  .steps-grid h3 { margin-top: 38px; }
  .step-cta { align-items: flex-start; flex-direction: column; }
  .faq-heading { position: static; }
  .final-cta { width: calc(100% - 28px); padding: 75px 20px; margin-bottom: 80px; }
  .footer { grid-template-columns: 1fr; gap: 24px; padding-bottom: 150px; }
  .footer-contact { gap: 10px; }
  .footer-sectores { align-items: flex-start; text-align: left; gap: 6px; }
  .footer-sectores a { max-width: none; }
  .footer-legal, .legal-links { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding-top: 20px; border-top: 1px solid var(--line); }
  .footer-legal::before, .legal-links::before { content: "Información legal"; grid-column: 1 / -1; margin-bottom: 4px; color: #85878f; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
  .footer-legal a, .legal-links a { min-height: 46px; padding: 10px 8px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.035); color: #d7d8dc; font-size: 12px; font-weight: 750; text-align: center; }
  .legal-document { width: calc(100% - 28px); padding: 50px 0 80px; }
  .legal-back { margin-bottom: 36px; }
  .legal-heading { padding-bottom: 38px; }
  .legal-content section { padding: 34px 0; }
  .legal-data > div { grid-template-columns: 1fr; gap: 7px; }
  .legal-footer { width: calc(100% - 28px); align-items: flex-start; flex-direction: column; }
  .whatsapp-float { display: none; }
  .mobile-bar { position: fixed; display: flex; left: 10px; right: 10px; bottom: 10px; z-index: 30; justify-content: space-between; align-items: center; padding: 9px 9px 9px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(18,20,26,.94); backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(0,0,0,.45); }
  .mobile-bar > div { display: flex; flex-direction: column; gap: 2px; }
  .mobile-bar small { color: #85878e; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
  .mobile-bar b { font-size: 16px; }
  .mobile-bar .button { padding: 13px 17px; font-size: 12px; }
}
@media (max-width: 560px) {
  .site-header { width: 100%; padding-inline: 14px; }
  .section-heading h2, .pain-copy h2, .included-title h2, .faq-heading h2, .final-cta h2 { font-size: 39px; }
  .service-card, .plan-card, .responsibility-grid article, blockquote { padding: 23px; }
  .audience-panel, .conversion-strip { padding: 23px; }
  .plan-card li { font-size: 11.5px; }
}


.legal-button {
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--accent, #c7a87c);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.legal-button:hover { background: rgba(199, 168, 124, .12); }
.legal-button:focus-visible { outline: 3px solid #c7a87c; outline-offset: 3px; }
