:root {
    --ink: #07091e;
    --ink-2: #0d122d;
    --ink-3: #151c3d;
    --cyan: #19d6e6;
    --cyan-deep: #1099c9;
    --violet: #4c2bd9;
    --paper: #ffffff;
    --soft: #f4f7fb;
    --muted: #667085;
    --line: rgba(16, 24, 40, .11);
    --gradient: linear-gradient(100deg, #4530d4 0%, #1499cc 58%, #1bd9df 100%);
    --shadow: 0 24px 70px rgba(6, 11, 35, .15);
}

html { scroll-behavior: smooth; }
body { color: #111427; background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1100; background: #fff; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { background: rgba(5, 7, 25, .96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.navbar-brand img, .footer-logo { object-fit: contain; object-position: left center; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,.82); font-weight: 600; padding: .65rem .8rem; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: var(--cyan); }
.btn { border-radius: 999px; font-weight: 750; padding: .78rem 1.45rem; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gradient { color: #fff; border: 1px solid var(--cyan); background: var(--gradient); box-shadow: 0 12px 35px rgba(24, 201, 224, .2); }
.btn-gradient:hover, .btn-gradient:focus { color: #fff; box-shadow: 0 16px 38px rgba(24, 201, 224, .32); }

.hero-section { color: #fff; background: radial-gradient(circle at 77% 30%, rgba(29, 204, 220, .19), transparent 30%), linear-gradient(125deg, #060819 0%, #0a0e2a 52%, #10172c 100%); min-height: 760px; isolation: isolate; }
.hero-section:after { content: ""; position: absolute; inset: 0; opacity: .14; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .35; z-index: -1; }
.hero-orb-one { width: 390px; height: 390px; top: 12%; left: -180px; background: var(--violet); }
.hero-orb-two { width: 330px; height: 330px; right: -130px; bottom: -100px; background: var(--cyan); }
.eyebrow { display: inline-flex; align-items: center; gap: .75rem; border: 1px solid rgba(40, 221, 235, .55); border-radius: 999px; padding: .48rem 1rem; text-transform: uppercase; font-size: .78rem; font-weight: 800; letter-spacing: .13em; }
.eyebrow span { width: 8px; height: 8px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 18px var(--cyan); }
.hero-section h1 { max-width: 830px; font-size: clamp(2.9rem, 6vw, 5.8rem); line-height: .98; font-weight: 800; letter-spacing: -.055em; }
.hero-lead { max-width: 760px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,.76); }
.hero-points { max-width: 760px; color: rgba(255,255,255,.83); font-size: .93rem; }
.hero-points > div { display: flex; align-items: center; gap: .55rem; }
.hero-points i { color: var(--cyan); }
.lead-card { background: rgba(255,255,255,.98); color: #101325; border-radius: 28px; padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: 0 35px 90px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.5); }
.lead-card-top { text-align: center; margin-bottom: 1.25rem; }
.lead-card h2 { font-size: 1.8rem; font-weight: 800; margin: .25rem 0 .3rem; }
.lead-card p { color: var(--muted); margin: 0; font-size: .94rem; }
.mini-label { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 850; color: var(--violet); }
.form-control, .form-select { border: 1px solid #d6dbea; border-radius: 11px; min-height: 52px; padding: .75rem .9rem; color: #181b2e; }
textarea.form-control { min-height: auto; }
.form-control:focus, .form-select:focus { border-color: var(--cyan-deep); box-shadow: 0 0 0 .22rem rgba(25, 190, 216, .15); }
.consent-copy { font-size: .76rem; line-height: 1.45; color: #667085; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-item { display: inline-flex; gap: .55rem; align-items: center; font-weight: 800; color: #34384d; }
.trust-item i { color: var(--violet); font-size: 1.2rem; }
.section-space { padding: clamp(4.8rem, 8vw, 7.5rem) 0; }
.bg-soft { background: var(--soft); }
.section-kicker { color: var(--violet); font-size: .78rem; letter-spacing: .14em; font-weight: 850; text-transform: uppercase; margin-bottom: .9rem; }
.section-kicker.light { color: var(--cyan); }
.section-title { color: #0b0e20; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 800; }
.section-copy { color: var(--muted); font-size: 1.05rem; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.check-grid div { display: flex; gap: .65rem; color: #373b50; font-weight: 650; }
.check-grid i { color: var(--cyan-deep); font-size: 1.15rem; }

.book-stage { position: relative; min-height: 470px; display: flex; justify-content: center; align-items: center; perspective: 1200px; }
.book { position: absolute; width: 205px; height: 310px; border-radius: 3px 14px 14px 3px; padding: 1.6rem 1.2rem; color: #fff; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 18px 26px 50px rgba(12,17,47,.25); border-left: 10px solid rgba(0,0,0,.18); overflow: hidden; }
.book:after { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; right: -55px; top: 55px; }
.book small { letter-spacing: .18em; font-weight: 800; z-index: 1; }
.book strong { font-size: 1.75rem; line-height: 1; z-index: 1; }
.book span { font-size: .78rem; letter-spacing: .08em; z-index: 1; }
.book-a { background: linear-gradient(160deg, #17235e, #1d5bc7); transform: rotateY(12deg) rotateZ(-9deg) translateX(-120px); }
.book-b { background: linear-gradient(155deg, #25115d, #7c2fd0); transform: translateY(-25px); z-index: 3; }
.book-c { background: linear-gradient(155deg, #086d85, #0fc7ce); transform: rotateY(-12deg) rotateZ(9deg) translateX(120px); }
.stage-ring { position: absolute; width: 380px; height: 110px; bottom: 34px; border-radius: 50%; border: 1px solid rgba(33, 81, 180, .2); box-shadow: 0 20px 60px rgba(39, 55, 121, .19); }

.service-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 2rem; transition: .25s ease; box-shadow: 0 12px 38px rgba(9, 14, 40, .05); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(30, 192, 218, .45); box-shadow: var(--shadow); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--gradient); font-size: 1.45rem; box-shadow: 0 14px 35px rgba(49, 51, 186, .2); }
.service-card h3 { font-size: 1.3rem; font-weight: 800; margin: 1.3rem 0 .65rem; }
.service-card p { color: var(--muted); }
.service-card a { color: var(--violet); font-weight: 800; text-decoration: none; }

.process-section { color: #fff; background: radial-gradient(circle at 50% 0, rgba(38, 203, 226, .18), transparent 35%), var(--ink); }
.process-heading { max-width: 830px; }
.process-heading p { color: rgba(255,255,255,.67); }
.process-card { padding: 1.8rem; border-radius: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.process-card:hover { background: rgba(255,255,255,.085); border-color: rgba(24, 219, 231, .4); }
.step-number { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--gradient); font-weight: 850; }
.process-card h3 { font-size: 1.23rem; margin: 1rem 0 .55rem; font-weight: 800; }
.process-card p { color: rgba(255,255,255,.65); margin: 0; }

.platform-note { color: #778096; font-size: .8rem; border-left: 3px solid var(--cyan-deep); padding-left: 1rem; }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.format-card { display: grid; grid-template-columns: 48px 1fr; gap: .15rem 1rem; align-items: center; padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 35px rgba(12,17,47,.05); }
.format-card i { grid-row: 1 / 3; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: var(--gradient); font-size: 1.25rem; }
.format-card strong { font-size: 1.05rem; }
.format-card span { color: var(--muted); font-size: .86rem; }

.custom-accordion .accordion-item { border: 0; border-bottom: 1px solid #dbe0eb; background: transparent; }
.custom-accordion .accordion-button { font-weight: 800; font-size: 1.06rem; padding: 1.25rem 0; background: transparent; color: #12162a; box-shadow: none; }
.custom-accordion .accordion-button:not(.collapsed) { color: var(--violet); }
.custom-accordion .accordion-body { color: var(--muted); padding: 0 2.4rem 1.35rem 0; }
.cta-section { background: linear-gradient(to bottom, var(--soft) 50%, var(--ink) 50%); }
.cta-panel { color: #fff; padding: clamp(2rem, 5vw, 4rem); border-radius: 30px; background: radial-gradient(circle at 80% 10%, rgba(23, 224, 230, .25), transparent 35%), var(--gradient); box-shadow: 0 25px 70px rgba(31, 45, 143, .27); }
.cta-panel h2 { font-weight: 800; letter-spacing: -.035em; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.cta-panel p { margin-bottom: 0; color: rgba(255,255,255,.78); }

.site-footer { color: rgba(255,255,255,.74); background: var(--ink); }
.footer-copy { max-width: 430px; }
.footer-title { color: #fff; font-size: .92rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 850; margin-bottom: 1.15rem; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.68); text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: var(--cyan); }
.footer-contact li { display: flex; gap: .7rem; margin-bottom: .85rem; }
.footer-contact i { color: var(--cyan); }
.social-link { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); text-decoration: none; }
.social-link:hover { color: #fff; background: var(--gradient); }
.footer-rule { border-color: rgba(255,255,255,.12); margin: 2.5rem 0 1.5rem; }
.footer-bottom { color: rgba(255,255,255,.5); }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 1000; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #20c765; color: #fff; font-size: 1.6rem; box-shadow: 0 14px 35px rgba(0,0,0,.26); text-decoration: none; }
.floating-whatsapp:hover { color: #fff; transform: scale(1.05); }

.legal-hero { color: #fff; padding: 5.5rem 0; background: radial-gradient(circle at 75% 20%, rgba(25, 214, 230, .2), transparent 34%), var(--ink); }
.legal-hero h1 { font-weight: 800; letter-spacing: -.04em; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal-content { max-width: 900px; }
.legal-content h2 { font-size: 1.45rem; font-weight: 800; margin-top: 2.4rem; }
.legal-content p, .legal-content li { color: #52586c; }

@media (max-width: 991.98px) {
    .navbar-collapse { padding: 1rem 0 .4rem; }
    .hero-section h1 { font-size: clamp(2.8rem, 10vw, 4.8rem); }
    .book-stage { transform: scale(.88); margin: -20px 0; }
}
@media (max-width: 767.98px) {
    .section-space { padding: 4.5rem 0; }
    .hero-section h1 { font-size: 3.05rem; }
    .check-grid, .format-grid { grid-template-columns: 1fr; }
    .book-stage { min-height: 390px; transform: scale(.72); margin: -55px -55px; }
    .footer-bottom { display: grid; gap: .6rem; }
}
@media (max-width: 575.98px) {
    .navbar-brand img { width: 158px; }
    .hero-section h1 { font-size: 2.55rem; }
    .hero-lead { font-size: 1rem; }
    .hero-points > div { font-size: .86rem; }
    .lead-card { border-radius: 21px; }
    .book-stage { transform: scale(.62); margin: -80px -95px; }
    .cta-panel { border-radius: 22px; }
}
