/*
Theme Name: Cambia tu Plan Theme
Theme URI: https://cambiatuplandeisapre.cl/
Author: Ruta y Redes
Author URI: https://rutayredes.cl/
Description: Theme corporativo y responsive para la landing Cambia tu Plan de Isapre. El formulario y los leads funcionan mediante el plugin Cambia tu Plan Core.
Version: 1.4.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ctp-theme
*/

:root {
    --ctp-blue: #0878c9;
    --ctp-blue-dark: #045593;
    --ctp-blue-deep: #063f73;
    --ctp-sky: #39a5e8;
    --ctp-cyan: #dff3ff;
    --ctp-ink: #18324a;
    --ctp-muted: #607489;
    --ctp-line: #dce7ef;
    --ctp-soft: #f4f8fb;
    --ctp-white: #ffffff;
    --ctp-success: #168a5b;
    --ctp-danger: #c43f49;
    --ctp-shadow: 0 22px 60px rgba(3, 63, 112, .16);
    --ctp-radius: 22px;
    --ctp-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.ctp-standalone-template { margin: 0; background: #fff; }
body.admin-bar .ctp-header { top: 32px; }

.ctp-page,
.ctp-page * { box-sizing: border-box; }
.ctp-page {
    margin: 0;
    color: var(--ctp-ink);
    background: #fff;
    font-family: var(--ctp-font);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.ctp-page a { color: inherit; text-decoration: none; }
.ctp-page button,
.ctp-page input,
.ctp-page select { font: inherit; }
.ctp-page svg { display: block; }
.ctp-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.ctp-topbar {
    position: relative;
    z-index: 50;
    background: #f5f7f9;
    color: #526779;
    border-bottom: 1px solid #e6edf2;
    font-size: 13px;
}
.ctp-topbar__inner { min-height: 37px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.ctp-topbar__inner > span { font-weight: 700; color: var(--ctp-blue-dark); }
.ctp-topbar__links { display: flex; gap: 24px; }
.ctp-topbar__links a:hover { color: var(--ctp-blue); }

.ctp-header {
    position: sticky;
    top: 0;
    z-index: 45;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(220,231,239,.9);
    box-shadow: 0 8px 26px rgba(3,63,112,.05);
}
.ctp-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ctp-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ctp-blue); min-width: max-content; }
.ctp-brand__icon { width: 44px; height: 44px; display: grid; place-items: center; }
.ctp-brand__icon svg { width: 44px; height: 44px; }
.ctp-brand__text { display: grid; line-height: 1.08; }
.ctp-brand__text strong { color: var(--ctp-blue-dark); font-size: 20px; letter-spacing: -.35px; }
.ctp-brand__text small { color: #708294; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .85px; margin-top: 5px; }
.ctp-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.ctp-nav a { color: #496074; font-size: 14px; font-weight: 700; transition: .2s ease; }
.ctp-nav a:hover { color: var(--ctp-blue); }

.ctp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.ctp-btn:hover { transform: translateY(-2px); }
.ctp-btn svg { width: 19px; height: 19px; }
.ctp-btn--primary { background: linear-gradient(135deg, var(--ctp-blue), #0a91da); color: #fff !important; box-shadow: 0 12px 24px rgba(8,120,201,.25); }
.ctp-btn--primary:hover { box-shadow: 0 16px 30px rgba(8,120,201,.34); }
.ctp-btn--outline { border-color: #9ccce9; color: var(--ctp-blue-dark) !important; background: #fff; }
.ctp-btn--outline:hover { border-color: var(--ctp-blue); box-shadow: 0 10px 20px rgba(8,120,201,.11); }
.ctp-header__cta { min-height: 44px; padding-inline: 17px; }
.ctp-header__cta svg { width: 18px; }

.ctp-hero {
    position: relative;
    overflow: hidden;
    min-height: 710px;
    padding: 74px 0 92px;
    background:
        radial-gradient(circle at 2% 18%, rgba(55,166,232,.24), transparent 23%),
        radial-gradient(circle at 42% 88%, rgba(255,255,255,.2), transparent 26%),
        linear-gradient(122deg, #063f73 0%, #0878c9 47%, #48aee7 100%);
    color: #fff;
}
.ctp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .15;
    background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to right, black, transparent 74%);
}
.ctp-hero__orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); }
.ctp-hero__orb--one { width: 560px; height: 560px; left: -290px; top: -100px; box-shadow: inset 0 0 0 75px rgba(255,255,255,.035), inset 0 0 0 150px rgba(255,255,255,.025); }
.ctp-hero__orb--two { width: 420px; height: 420px; right: 25%; bottom: -280px; box-shadow: inset 0 0 0 65px rgba(255,255,255,.04); }
.ctp-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, 480px); align-items: center; gap: 72px; }
.ctp-hero__content { max-width: 650px; padding-top: 6px; }
.ctp-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.2); font-size: 13px; font-weight: 800; letter-spacing: .2px; }
.ctp-eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #7ee0ff; box-shadow: 0 0 0 5px rgba(126,224,255,.13); }
.ctp-hero h1 { margin: 24px 0 18px; max-width: 680px; font-size: clamp(42px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -2.5px; font-weight: 850; text-wrap: balance; }
.ctp-hero__lead { max-width: 610px; margin: 0; color: rgba(255,255,255,.88); font-size: 19px; line-height: 1.55; }
.ctp-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.ctp-trust-item { position: relative; min-height: 86px; padding: 16px 14px 14px 42px; border-radius: 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(8px); }
.ctp-check { position: absolute; left: 14px; top: 17px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ctp-blue); font-size: 12px; font-weight: 900; }
.ctp-trust-item strong { display: block; font-size: 14px; }
.ctp-trust-item small { display: block; margin-top: 4px; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.3; }
.ctp-advisor-mini { display: flex; align-items: center; gap: 12px; margin-top: 25px; width: fit-content; padding: 10px 11px; border-radius: 16px; background: #fff; color: var(--ctp-ink); box-shadow: 0 16px 36px rgba(0,35,68,.22); }
.ctp-avatar { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #dff3ff, #b8e3fa); color: var(--ctp-blue-dark); font-weight: 900; }
.ctp-advisor-mini > div:nth-child(2) { display: grid; min-width: 190px; }
.ctp-advisor-mini strong { font-size: 14px; }
.ctp-advisor-mini span { color: #728394; font-size: 12px; }
.ctp-advisor-mini a { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: var(--ctp-soft); color: var(--ctp-blue); }
.ctp-advisor-mini svg { width: 20px; height: 20px; }

.ctp-form-card {
    position: relative;
    background: #fff;
    color: var(--ctp-ink);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 28px 80px rgba(0,41,78,.34);
    border: 1px solid rgba(255,255,255,.72);
}
.ctp-form-card::before { content: ""; position: absolute; inset: -1px auto -1px -1px; width: 6px; border-radius: 26px 0 0 26px; background: linear-gradient(#58c5ff, var(--ctp-blue)); }
.ctp-form-card__head { margin-bottom: 20px; }
.ctp-form-kicker { display: inline-flex; padding: 5px 9px; border-radius: 8px; background: #e6f5ff; color: var(--ctp-blue-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .7px; }
.ctp-form-card h2 { margin: 10px 0 5px; font-size: 27px; line-height: 1.15; letter-spacing: -.6px; }
.ctp-form-card__head p { margin: 0; color: var(--ctp-muted); font-size: 13px; }
.ctp-form { display: flex; flex-wrap: wrap; gap: 13px; }
.ctp-field { position: relative; display: grid; gap: 6px; }
.ctp-field--half { width: calc(50% - 6.5px); }
.ctp-field--full { width: 100%; }
.ctp-field label { color: #38536b; font-size: 12px; font-weight: 800; }
.ctp-field input,
.ctp-field select {
    width: 100%;
    height: 45px;
    border: 1px solid #ccdbe6;
    border-radius: 10px;
    background: #fbfdff;
    color: var(--ctp-ink);
    padding: 0 12px;
    outline: none;
    transition: border .16s ease, box-shadow .16s ease, background .16s ease;
    font-size: 13px;
}
.ctp-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #678096 50%), linear-gradient(135deg, #678096 50%, transparent 50%); background-position: calc(100% - 16px) 19px, calc(100% - 11px) 19px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 28px; }
.ctp-field input::placeholder { color: #9aaaba; }
.ctp-field input:focus,
.ctp-field select:focus { border-color: var(--ctp-blue); background: #fff; box-shadow: 0 0 0 3px rgba(8,120,201,.1); }
.ctp-field.is-invalid input,
.ctp-field.is-invalid select { border-color: var(--ctp-danger); box-shadow: 0 0 0 3px rgba(196,63,73,.08); }
.ctp-field__error { display: none; color: var(--ctp-danger); font-size: 10px; line-height: 1.2; }
.ctp-field.is-invalid .ctp-field__error { display: block; }
.ctp-consent { width: 100%; display: flex; align-items: flex-start; gap: 9px; color: #61768a; font-size: 11px; line-height: 1.35; cursor: pointer; }
.ctp-consent input { margin: 2px 0 0; width: 16px; height: 16px; accent-color: var(--ctp-blue); flex: 0 0 auto; }
.ctp-btn--submit { width: 100%; min-height: 52px; border: 0; font-size: 15px; margin-top: 2px; }
.ctp-btn--submit[disabled] { opacity: .7; cursor: wait; transform: none; }
.ctp-form-status { display: none; width: 100%; padding: 11px 13px; border-radius: 10px; font-size: 12px; font-weight: 700; }
.ctp-form-status.is-success { display: block; background: #e9f8f1; color: var(--ctp-success); border: 1px solid #bde7d3; }
.ctp-form-status.is-error { display: block; background: #fff0f1; color: var(--ctp-danger); border: 1px solid #f2c6ca; }
.ctp-form-note { width: 100%; margin: -2px 0 0; display: flex; align-items: center; justify-content: center; gap: 6px; color: #7a8b9b; font-size: 10px; text-align: center; }
.ctp-form-note svg { width: 15px; height: 15px; color: var(--ctp-blue); }
.ctp-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ctp-hero__wave { position: absolute; left: -2%; right: -2%; bottom: -54px; height: 96px; background: #fff; border-radius: 50% 50% 0 0 / 42% 42% 0 0; z-index: 1; }

.ctp-proof { position: relative; z-index: 4; background: #fff; padding: 30px 0 18px; }
.ctp-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ctp-line); border-radius: 18px; box-shadow: 0 14px 42px rgba(13,76,121,.08); overflow: hidden; background: #fff; }
.ctp-proof__grid > div { padding: 19px 22px; border-right: 1px solid var(--ctp-line); }
.ctp-proof__grid > div:last-child { border-right: 0; }
.ctp-proof strong { display: block; color: var(--ctp-blue-dark); font-size: 14px; }
.ctp-proof span { display: block; margin-top: 3px; color: var(--ctp-muted); font-size: 12px; }

.ctp-section { padding: 96px 0; }
.ctp-section--soft { background: var(--ctp-soft); }
.ctp-section-head { max-width: 770px; margin: 0 auto 42px; text-align: center; }
.ctp-section-head--left { margin: 0; text-align: left; }
.ctp-section-kicker { display: inline-block; color: var(--ctp-blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.2px; }
.ctp-section h2 { margin: 10px 0 14px; color: var(--ctp-ink); font-size: clamp(32px, 4vw, 46px); line-height: 1.12; letter-spacing: -1.6px; text-wrap: balance; }
.ctp-section-head p { margin: 0; color: var(--ctp-muted); font-size: 17px; }
.ctp-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ctp-feature-card { padding: 29px; border: 1px solid var(--ctp-line); border-radius: 20px; background: #fff; box-shadow: 0 14px 40px rgba(21,77,117,.07); transition: .2s ease; }
.ctp-feature-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(21,77,117,.12); border-color: #b9d8eb; }
.ctp-feature-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(145deg, #e8f7ff, #d3edfb); color: var(--ctp-blue); }
.ctp-feature-icon svg { width: 27px; height: 27px; }
.ctp-feature-card h3 { margin: 20px 0 9px; font-size: 20px; letter-spacing: -.4px; }
.ctp-feature-card p { margin: 0; color: var(--ctp-muted); font-size: 14px; }

.ctp-process-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.ctp-process-copy p { color: var(--ctp-muted); font-size: 16px; max-width: 500px; }
.ctp-process-copy .ctp-btn { margin-top: 18px; }
.ctp-process-list { display: grid; gap: 15px; }
.ctp-process-list article { display: grid; grid-template-columns: 68px 1fr; gap: 18px; align-items: center; padding: 20px; border-radius: 18px; background: #fff; border: 1px solid var(--ctp-line); box-shadow: 0 11px 30px rgba(14,73,115,.06); }
.ctp-process-list article > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(145deg, var(--ctp-blue), #32a6e8); color: #fff; font-weight: 900; font-size: 18px; box-shadow: 0 10px 22px rgba(8,120,201,.24); }
.ctp-process-list h3 { margin: 0 0 4px; font-size: 18px; }
.ctp-process-list p { margin: 0; color: var(--ctp-muted); font-size: 13px; }

.ctp-advisor-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: center; }
.ctp-advisor-visual { position: relative; min-height: 420px; border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 30% 20%, #73c8f4, transparent 38%), linear-gradient(145deg, #075996, #0d86d1); box-shadow: var(--ctp-shadow); }
.ctp-advisor-visual::before,
.ctp-advisor-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.ctp-advisor-visual::before { width: 360px; height: 360px; left: -170px; bottom: -140px; box-shadow: inset 0 0 0 60px rgba(255,255,255,.04), inset 0 0 0 120px rgba(255,255,255,.03); }
.ctp-advisor-visual::after { width: 210px; height: 210px; right: -100px; top: -80px; }
.ctp-advisor-visual__card { position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%,-50%); width: 255px; padding: 29px; border-radius: 24px; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); box-shadow: 0 25px 55px rgba(0,41,77,.26); text-align: center; }
.ctp-avatar--large { width: 88px; height: 88px; border-radius: 26px; margin: 0 auto 16px; font-size: 27px; }
.ctp-advisor-visual__card strong { display: block; font-size: 21px; }
.ctp-advisor-visual__card span { display: block; margin-top: 4px; color: var(--ctp-muted); font-size: 13px; }
.ctp-rating { margin-top: 14px; color: #ffb52b; letter-spacing: 3px; }
.ctp-medical-badge { position: absolute; right: 25px; bottom: 25px; z-index: 3; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px; background: #fff; color: var(--ctp-blue); box-shadow: 0 14px 35px rgba(0,48,87,.22); }
.ctp-medical-badge svg { width: 48px; height: 48px; }
.ctp-advisor-copy > p { color: var(--ctp-muted); font-size: 16px; max-width: 620px; }
.ctp-contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.ctp-contact-list a { display: grid; padding: 17px 18px; border-radius: 15px; background: var(--ctp-soft); border: 1px solid var(--ctp-line); transition: .18s ease; }
.ctp-contact-list a:hover { border-color: #a8d3ec; background: #eef8fd; }
.ctp-contact-list span { color: var(--ctp-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }
.ctp-contact-list strong { color: var(--ctp-blue-dark); font-size: 14px; margin-top: 5px; overflow-wrap: anywhere; }
.ctp-advisor-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.ctp-faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.ctp-faq { display: grid; gap: 12px; }
.ctp-faq details { border: 1px solid var(--ctp-line); border-radius: 16px; background: #fff; overflow: hidden; }
.ctp-faq summary { list-style: none; cursor: pointer; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; color: #27465f; }
.ctp-faq summary::-webkit-details-marker { display: none; }
.ctp-faq summary span { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #e8f6ff; color: var(--ctp-blue); font-size: 20px; transition: transform .2s ease; }
.ctp-faq details[open] summary span { transform: rotate(45deg); }
.ctp-faq details p { margin: 0; padding: 0 22px 20px; color: var(--ctp-muted); font-size: 14px; }

.ctp-cta-section { padding: 0 0 88px; background: var(--ctp-soft); }
.ctp-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px 48px; border-radius: 26px; background: linear-gradient(125deg, #064777, #0781cb 58%, #37a7e6); color: #fff; box-shadow: 0 25px 60px rgba(3,65,111,.22); overflow: hidden; position: relative; }
.ctp-cta-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -150px; top: -180px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: inset 0 0 0 55px rgba(255,255,255,.035); }
.ctp-cta-card > * { position: relative; z-index: 2; }
.ctp-cta-card span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; color: #a9e5ff; }
.ctp-cta-card h2 { margin: 7px 0 4px; font-size: 34px; line-height: 1.15; letter-spacing: -1px; }
.ctp-cta-card p { margin: 0; color: rgba(255,255,255,.8); }
.ctp-cta-actions { display: flex; gap: 11px; flex: 0 0 auto; }
.ctp-btn--white { background: #fff; color: var(--ctp-blue-dark) !important; box-shadow: 0 12px 25px rgba(0,43,80,.18); }
.ctp-btn--ghost-white { border-color: rgba(255,255,255,.55); color: #fff !important; background: rgba(255,255,255,.07); }

.ctp-footer { background: #0b263c; color: #d6e2ea; padding: 64px 0 22px; }
.ctp-footer__grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr 1.2fr; gap: 44px; }
.ctp-brand--footer { color: #6bc9ff; }
.ctp-brand--footer .ctp-brand__text strong { color: #fff; }
.ctp-brand--footer .ctp-brand__text small { color: #99acbb; }
.ctp-footer__about { max-width: 330px; color: #9fb2c1; font-size: 13px; }
.ctp-footer h3 { margin: 3px 0 15px; color: #fff; font-size: 14px; }
.ctp-footer__grid > div > a { display: block; margin: 8px 0; color: #b8c9d5; font-size: 13px; }
.ctp-footer__grid > div > a:hover { color: #fff; }
.ctp-footer__grid > div > p { color: #9fb2c1; font-size: 12px; }
.ctp-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); color: #879cab; font-size: 11px; }
.ctp-footer__bottom p { margin: 0; }
.ctp-footer__bottom a { color: #c5d7e4; }
.ctp-mobile-bar { display: none; }

@media (max-width: 1080px) {
    .ctp-nav { display: none; }
    .ctp-hero__grid { grid-template-columns: minmax(0,1fr) 430px; gap: 40px; }
    .ctp-hero h1 { font-size: 50px; }
    .ctp-trust-row { grid-template-columns: 1fr; max-width: 320px; }
    .ctp-trust-item { min-height: 65px; }
    .ctp-proof__grid { grid-template-columns: 1fr 1fr; }
    .ctp-proof__grid > div:nth-child(2) { border-right: 0; }
    .ctp-proof__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--ctp-line); }
}

@media (max-width: 900px) {
    body.admin-bar .ctp-header { top: 46px; }
    .ctp-topbar__links a:first-child { display: none; }
    .ctp-hero { padding-top: 56px; }
    .ctp-hero__grid { grid-template-columns: 1fr; max-width: 690px; }
    .ctp-hero__content { max-width: none; text-align: center; }
    .ctp-eyebrow { margin-inline: auto; }
    .ctp-hero h1 { margin-inline: auto; }
    .ctp-hero__lead { margin-inline: auto; }
    .ctp-trust-row { grid-template-columns: repeat(3,1fr); max-width: none; }
    .ctp-advisor-mini { margin-inline: auto; }
    .ctp-form-card { max-width: 620px; width: 100%; margin-inline: auto; }
    .ctp-card-grid { grid-template-columns: 1fr; }
    .ctp-process-wrap,
    .ctp-advisor-section,
    .ctp-faq-wrap { grid-template-columns: 1fr; gap: 42px; }
    .ctp-process-copy { text-align: center; }
    .ctp-process-copy p { margin-inline: auto; }
    .ctp-advisor-visual { max-width: 570px; width: 100%; margin-inline: auto; }
    .ctp-section-head--left { text-align: center; max-width: 700px; margin-inline: auto; }
    .ctp-cta-card { align-items: flex-start; flex-direction: column; }
    .ctp-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .ctp-footer__grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .ctp-shell { width: min(100% - 28px, 1180px); }
    .ctp-topbar__inner { min-height: 33px; justify-content: center; }
    .ctp-topbar__inner > span { display: none; }
    .ctp-topbar__links { width: 100%; justify-content: center; }
    .ctp-topbar__links a { font-size: 11px; }
    .ctp-header__inner { min-height: 68px; }
    .ctp-brand__icon,
    .ctp-brand__icon svg { width: 38px; height: 38px; }
    .ctp-brand__text strong { font-size: 17px; }
    .ctp-brand__text small { font-size: 9px; }
    .ctp-header__cta { min-width: 44px; width: 44px; padding: 0; border-radius: 12px; }
    .ctp-header__cta svg { width: 21px; height: 21px; }
    .ctp-header__cta { font-size: 0; }
    .ctp-hero { min-height: auto; padding: 44px 0 82px; }
    .ctp-hero__grid { gap: 34px; }
    .ctp-hero h1 { margin-top: 19px; font-size: 41px; line-height: 1.04; letter-spacing: -1.7px; }
    .ctp-hero__lead { font-size: 16px; }
    .ctp-trust-row { grid-template-columns: 1fr; gap: 9px; margin-top: 24px; }
    .ctp-trust-item { min-height: 61px; text-align: left; }
    .ctp-advisor-mini { width: 100%; max-width: 360px; }
    .ctp-advisor-mini > div:nth-child(2) { min-width: 0; flex: 1; text-align: left; }
    .ctp-form-card { padding: 23px 18px; border-radius: 22px; }
    .ctp-form-card h2 { font-size: 24px; }
    .ctp-field--half { width: 100%; }
    .ctp-field input,
    .ctp-field select { height: 48px; font-size: 14px; }
    .ctp-hero__wave { bottom: -42px; height: 72px; }
    .ctp-proof { padding-top: 23px; }
    .ctp-proof__grid { grid-template-columns: 1fr; }
    .ctp-proof__grid > div { border-right: 0; border-bottom: 1px solid var(--ctp-line); }
    .ctp-proof__grid > div:last-child { border-bottom: 0; }
    .ctp-section { padding: 72px 0; }
    .ctp-section h2 { font-size: 33px; letter-spacing: -1.15px; }
    .ctp-section-head p { font-size: 15px; }
    .ctp-feature-card { padding: 24px; }
    .ctp-process-list article { grid-template-columns: 55px 1fr; padding: 16px; }
    .ctp-process-list article > span { width: 49px; height: 49px; font-size: 15px; border-radius: 14px; }
    .ctp-advisor-visual { min-height: 360px; }
    .ctp-advisor-visual__card { width: 230px; }
    .ctp-contact-list { grid-template-columns: 1fr; }
    .ctp-advisor-actions { display: grid; }
    .ctp-cta-section { padding-bottom: 72px; }
    .ctp-cta-card { padding: 31px 24px; border-radius: 22px; }
    .ctp-cta-card h2 { font-size: 29px; }
    .ctp-cta-actions { display: grid; width: 100%; }
    .ctp-footer { padding-bottom: 92px; }
    .ctp-footer__grid { grid-template-columns: 1fr; gap: 27px; }
    .ctp-footer__grid > div:last-child { grid-column: auto; }
    .ctp-footer__bottom { flex-direction: column; }
    .ctp-mobile-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 80; display: grid; grid-template-columns: .92fr 1.08fr; padding: 6px; border-radius: 16px; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); box-shadow: 0 14px 35px rgba(0,45,82,.25); border: 1px solid #dbe8f0; }
    .ctp-mobile-bar a { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: 11px; font-size: 13px; font-weight: 900; }
    .ctp-mobile-bar a:first-child { color: #147a50; }
    .ctp-mobile-bar a:last-child { color: #fff; background: var(--ctp-blue); box-shadow: 0 8px 18px rgba(8,120,201,.24); }
    .ctp-mobile-bar svg { width: 19px; height: 19px; }
}

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


/* =========================================================
   Interacciones, imágenes administrables y motion v1.3.0
   ========================================================= */
.ctp-header { transition: min-height .25s ease, box-shadow .25s ease, background .25s ease; }
.ctp-header.is-scrolled { background: rgba(255,255,255,.985); box-shadow: 0 12px 34px rgba(3,63,112,.1); }
.ctp-nav a { position: relative; padding-block: 8px; }
.ctp-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 1px; height: 2px; border-radius: 2px; background: var(--ctp-blue); transition: left .22s ease, right .22s ease; }
.ctp-nav a:hover::after { left: 0; right: 0; }

.ctp-btn { position: relative; overflow: hidden; isolation: isolate; transform: translate3d(var(--ctp-btn-x, 0), var(--ctp-btn-y, 0), 0); will-change: transform; }
.ctp-btn::before { content: ""; position: absolute; z-index: -1; top: -60%; bottom: -60%; left: -42%; width: 28%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); transition: left .55s ease; pointer-events: none; }
.ctp-btn:hover { transform: translate3d(var(--ctp-btn-x, 0), calc(var(--ctp-btn-y, 0) - 2px), 0); }
.ctp-btn:hover::before { left: 120%; }
.ctp-btn:active { transform: translate3d(var(--ctp-btn-x, 0), var(--ctp-btn-y, 0), 0) scale(.985); }
.ctp-btn--outline::before { background: linear-gradient(90deg, transparent, rgba(8,120,201,.12), transparent); }

.ctp-hero__photo-bg { position: absolute; z-index: 0; inset: 0 0 0 34%; background-image: linear-gradient(90deg, #0878c9 0%, rgba(8,120,201,.73) 25%, rgba(5,71,119,.25) 100%), var(--ctp-hero-photo); background-size: cover; background-position: center; opacity: .56; transform: translate3d(var(--ctp-parallax-x, 0), var(--ctp-parallax-y, 0), 0) scale(1.045); transition: transform .75s cubic-bezier(.2,.7,.2,1); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.76) 30%, #000 100%); pointer-events: none; }
.ctp-hero::before { z-index: 1; pointer-events: none; }
.ctp-hero__orb { z-index: 1; pointer-events: none; animation: ctpFloatOrb 9s ease-in-out infinite alternate; }
.ctp-hero__orb--two { animation-duration: 12s; animation-direction: alternate-reverse; }
@keyframes ctpFloatOrb { from { transform: translate3d(0,0,0) rotate(0); } to { transform: translate3d(10px,-14px,0) rotate(4deg); } }

.ctp-eyebrow { transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.ctp-eyebrow:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.3); transform: translateY(-1px); }
.ctp-eyebrow span { animation: ctpPulseDot 2.5s ease-in-out infinite; }
@keyframes ctpPulseDot { 0%,100% { box-shadow: 0 0 0 5px rgba(126,224,255,.13); } 50% { box-shadow: 0 0 0 9px rgba(126,224,255,.045); } }

.ctp-trust-item { transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.ctp-trust-item:hover { transform: translateY(-4px); background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.28); box-shadow: 0 14px 26px rgba(0,45,80,.12); }
.ctp-check { transition: transform .24s ease; }
.ctp-trust-item:hover .ctp-check { transform: rotate(-8deg) scale(1.08); }
.ctp-advisor-mini { transition: transform .24s ease, box-shadow .24s ease; }
.ctp-advisor-mini:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(0,35,68,.28); }
.ctp-advisor-mini a { transition: transform .2s ease, background .2s ease; }
.ctp-advisor-mini a:hover { transform: rotate(-5deg) scale(1.06); background: #e8f6ff; }

.ctp-form-card { transition: transform .3s ease, box-shadow .3s ease; }
.ctp-form-card:hover { transform: translateY(-3px); box-shadow: 0 34px 88px rgba(0,41,78,.38); }
.ctp-field input:hover,
.ctp-field select:hover { border-color: #a9c9dd; background: #fff; }
.ctp-required { color: #d64b55; }

.ctp-proof__grid > div { transition: background .2s ease, transform .2s ease; }
.ctp-proof__grid > div:hover { position: relative; z-index: 2; background: #f4faff; transform: translateY(-2px); }
.ctp-feature-card { position: relative; overflow: hidden; }
.ctp-feature-card::after { content: ""; position: absolute; inset: auto -35% -75% 35%; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(57,165,232,.13), transparent 66%); transition: transform .45s ease; pointer-events: none; }
.ctp-feature-card:hover::after { transform: translate(-22px,-24px) scale(1.18); }
.ctp-feature-icon { transition: transform .25s ease, box-shadow .25s ease; }
.ctp-feature-card:hover .ctp-feature-icon { transform: translateY(-3px) rotate(-3deg); box-shadow: 0 12px 24px rgba(8,120,201,.18); }
.ctp-process-list article { transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.ctp-process-list article:hover { transform: translateX(6px); border-color: #b9d9ec; box-shadow: 0 16px 36px rgba(14,73,115,.1); }
.ctp-process-list article > span { transition: transform .25s ease, border-radius .25s ease; }
.ctp-process-list article:hover > span { transform: rotate(-4deg) scale(1.04); border-radius: 20px; }

.ctp-advisor-visual { isolation: isolate; }
.ctp-advisor-photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; transform: scale(1.015); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.ctp-advisor-visual--has-image::after { z-index: 1; inset: auto 0 0; width: auto; height: 52%; border: 0; border-radius: 0; background: linear-gradient(transparent, rgba(3,47,83,.48)); pointer-events: none; }
.ctp-advisor-visual--has-image:hover .ctp-advisor-photo { transform: scale(1.055); filter: saturate(1.04); }
.ctp-advisor-visual--has-image .ctp-advisor-visual__card { left: 24px; top: auto; bottom: 24px; transform: none; width: 240px; padding: 20px 22px; text-align: left; background: rgba(255,255,255,.9); }
.ctp-advisor-visual--has-image .ctp-avatar--large { display: none; }
.ctp-advisor-visual__card { transition: transform .3s ease, box-shadow .3s ease; }
.ctp-advisor-visual:not(.ctp-advisor-visual--has-image):hover .ctp-advisor-visual__card { transform: translate(-50%, calc(-50% - 5px)); box-shadow: 0 30px 64px rgba(0,41,77,.31); }
.ctp-medical-badge { transition: transform .28s ease; }
.ctp-advisor-visual:hover .ctp-medical-badge { transform: rotate(5deg) translateY(-3px); }
.ctp-contact-list a:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(8,120,201,.08); }

.ctp-faq details { transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.ctp-faq details:hover { border-color: #bedbec; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(14,73,115,.07); }
.ctp-faq details[open] { border-color: #abd3e9; box-shadow: 0 14px 32px rgba(14,73,115,.09); }
.ctp-faq summary span { transition: transform .25s ease, background .25s ease; }
.ctp-faq details:hover summary span { background: #d9f0fc; }
.ctp-cta-card { transition: transform .3s ease, box-shadow .3s ease; }
.ctp-cta-card:hover { transform: translateY(-4px); box-shadow: 0 30px 70px rgba(3,65,111,.28); }

/* Scroll reveal and stagger. Elements remain visible when JavaScript is disabled. */
.ctp-motion-ready .ctp-reveal { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity .65s ease var(--ctp-delay, 0ms), transform .65s cubic-bezier(.2,.7,.2,1) var(--ctp-delay, 0ms); }
.ctp-motion-ready .ctp-reveal.is-visible { opacity: 1; transform: none; }
.ctp-motion-ready .ctp-hero-enter { opacity: 0; animation: ctpHeroEnter .72s cubic-bezier(.2,.72,.2,1) var(--ctp-delay, 0ms) forwards; }
@keyframes ctpHeroEnter { from { opacity: 0; transform: translate3d(0,22px,0); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
    .ctp-hero__photo-bg { inset: 0; opacity: .2; mask-image: linear-gradient(180deg, rgba(0,0,0,.62), transparent 78%); }
    .ctp-form-card:hover { transform: none; }
}

@media (max-width: 640px) {
    .ctp-hero__photo-bg { opacity: .16; background-position: 60% center; }
    .ctp-process-list article:hover { transform: translateY(-3px); }
    .ctp-advisor-visual--has-image .ctp-advisor-visual__card { left: 18px; right: 18px; bottom: 18px; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .ctp-page *, .ctp-page *::before, .ctp-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .ctp-motion-ready .ctp-reveal, .ctp-motion-ready .ctp-hero-enter { opacity: 1 !important; transform: none !important; }
    .ctp-btn { transform: none !important; }
}


/* =========================================================
   Diseño ampliado, identidad administrable y asesora v1.3.0
   ========================================================= */
.ctp-page { font-size: 17px; }
.ctp-shell { width: min(1240px, calc(100% - 48px)); }
.ctp-topbar { font-size: 14px; }
.ctp-nav a { font-size: 15px; }
.ctp-btn { min-height: 50px; padding-inline: 24px; font-size: 15px; }
.ctp-hero__lead { font-size: 20px; }
.ctp-trust-item strong { font-size: 15px; }
.ctp-trust-item small { font-size: 12px; }
.ctp-form-card__head p { font-size: 14px; }
.ctp-field label { font-size: 13px; }
.ctp-field input,
.ctp-field select { height: 48px; font-size: 14px; }
.ctp-section-kicker { font-size: 13px; }
.ctp-section-head p,
.ctp-process-copy > p { font-size: 17px; }
.ctp-feature-card h3 { font-size: 22px; }
.ctp-feature-card p { font-size: 15.5px; line-height: 1.65; }
.ctp-process-list h3 { font-size: 20px; }
.ctp-process-list p { font-size: 15px; }
.ctp-faq summary { font-size: 16px; }
.ctp-faq details p { font-size: 15px; line-height: 1.65; }
.ctp-footer__about,
.ctp-footer__grid > div > a { font-size: 14px; }
.ctp-footer__grid > div > p { font-size: 13px; }
.ctp-footer__bottom { font-size: 12px; }

/* Logos administrables desde el plugin. */
.ctp-brand--image { min-width: 0; }
.ctp-brand__image {
    display: block;
    width: auto;
    max-width: 250px;
    height: 54px;
    object-fit: contain;
    object-position: left center;
}
.ctp-brand__image--footer {
    max-width: 240px;
    height: 58px;
    object-position: left center;
}

/* Sección asesora: fotografía limpia, sin tarjetas ni insignias encima. */
.ctp-advisor-area {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 96% 8%, rgba(57,165,232,.10), transparent 24%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.ctp-advisor-area::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: -90px;
    bottom: -90px;
    width: 270px;
    height: 270px;
    opacity: .32;
    background-image: radial-gradient(circle, rgba(8,120,201,.28) 1.4px, transparent 1.6px);
    background-size: 14px 14px;
    pointer-events: none;
}
.ctp-advisor-section {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(430px, .92fr) minmax(0, 1.18fr);
    gap: clamp(54px, 6vw, 88px);
    align-items: center;
}
.ctp-advisor-visual {
    min-height: 520px;
    aspect-ratio: 4 / 4.15;
    border-radius: 30px;
    background: linear-gradient(145deg, #e8f6ff, #c9e9fa);
    border: 1px solid rgba(8,120,201,.12);
    box-shadow: 0 28px 72px rgba(3,63,112,.18);
}
.ctp-advisor-visual::before,
.ctp-advisor-visual::after,
.ctp-advisor-visual__card,
.ctp-medical-badge { display: none !important; }
.ctp-advisor-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.005);
    transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}
.ctp-advisor-visual--has-image:hover .ctp-advisor-photo {
    transform: scale(1.035);
    filter: saturate(1.03) contrast(1.01);
}
.ctp-advisor-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 10px;
    padding: 36px;
    text-align: center;
    color: var(--ctp-blue-dark);
}
.ctp-advisor-placeholder > span {
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(3,63,112,.14);
    font-size: 30px;
    font-weight: 900;
}
.ctp-advisor-placeholder strong { font-size: 22px; }
.ctp-advisor-placeholder small { max-width: 310px; color: var(--ctp-muted); font-size: 14px; }
.ctp-advisor-copy h2 {
    max-width: 700px;
    margin: 14px 0 14px;
    color: #102f4c;
    font-size: clamp(38px, 4.2vw, 56px);
    line-height: 1.04;
    letter-spacing: -1.9px;
    text-wrap: balance;
}
.ctp-advisor-copy > p.ctp-advisor-lead {
    max-width: 720px;
    margin: 0;
    color: #526c83;
    font-size: 19px;
    line-height: 1.65;
}
.ctp-contact-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}
.ctp-contact-list .ctp-contact-card {
    min-width: 0;
    min-height: 150px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 20px 17px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #dce9f2;
    box-shadow: 0 12px 28px rgba(4,70,117,.08);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.ctp-contact-list .ctp-contact-card:hover {
    transform: translateY(-4px);
    border-color: #a9d4eb;
    box-shadow: 0 18px 34px rgba(4,70,117,.13);
}
.ctp-contact-card__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #eaf7ff;
    color: var(--ctp-blue);
}
.ctp-contact-card__icon svg { width: 22px; height: 22px; }
.ctp-contact-card__copy {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 8px;
}
.ctp-contact-card__copy > span {
    color: #526b81;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .55px;
    text-transform: uppercase;
}
.ctp-contact-card__copy > strong {
    color: var(--ctp-blue-dark);
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}
.ctp-contact-card--info .ctp-contact-card__copy > strong {
    color: #5a7185;
    font-size: 14px;
    font-weight: 650;
}
.ctp-advisor-actions {
    gap: 14px;
    margin-top: 27px;
}
.ctp-advisor-actions .ctp-btn { min-width: 196px; }
.ctp-advisor-trust {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 720px;
    margin: 20px 0 0 !important;
    color: #657b8e !important;
    font-size: 14px !important;
    line-height: 1.55;
}
.ctp-advisor-trust svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-top: 1px;
    color: var(--ctp-blue);
}

@media (max-width: 1120px) {
    .ctp-advisor-section { grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: 44px; }
    .ctp-contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ctp-contact-card--info { grid-column: 1 / -1; min-height: 118px !important; }
}

@media (max-width: 900px) {
    .ctp-page { font-size: 16px; }
    .ctp-shell { width: min(100% - 36px, 760px); }
    .ctp-brand__image { max-width: 210px; height: 48px; }
    .ctp-advisor-section { grid-template-columns: 1fr; }
    .ctp-advisor-visual { width: min(100%, 620px); min-height: 520px; aspect-ratio: 4 / 4; }
    .ctp-advisor-copy { text-align: left; }
    .ctp-advisor-copy h2 { font-size: clamp(38px, 8vw, 52px); }
}

@media (max-width: 640px) {
    .ctp-shell { width: min(100% - 28px, 560px); }
    .ctp-brand__image { max-width: 176px; height: 42px; }
    .ctp-brand__image--footer { max-width: 205px; height: 52px; }
    .ctp-hero__lead { font-size: 18px; }
    .ctp-field input,
    .ctp-field select { font-size: 16px; }
    .ctp-advisor-visual { min-height: 430px; border-radius: 24px; }
    .ctp-advisor-copy h2 { font-size: 38px; letter-spacing: -1.2px; }
    .ctp-advisor-copy > p.ctp-advisor-lead { font-size: 17px; }
    .ctp-contact-list { grid-template-columns: 1fr; }
    .ctp-contact-card--info { grid-column: auto; }
    .ctp-contact-list .ctp-contact-card { min-height: auto; padding: 18px; }
    .ctp-contact-card__copy > strong { font-size: 16px; }
    .ctp-advisor-actions { display: grid; }
    .ctp-advisor-actions .ctp-btn { width: 100%; min-width: 0; }
}

/* v1.3.2 adjustments: remove mini advisor in hero and improve advisor section layout */
.ctp-advisor-mini { display: none !important; }

.ctp-advisor-section {
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.18fr);
    gap: 56px;
    align-items: start;
}

.ctp-advisor-copy {
    padding-top: 8px;
}

.ctp-contact-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.ctp-contact-list .ctp-contact-card {
    min-height: 132px;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 20px;
}

.ctp-contact-card--info {
    grid-column: 1 / -1;
    min-height: 108px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.ctp-contact-card__copy {
    gap: 7px;
}

.ctp-contact-card__copy > span {
    font-size: 11px;
    letter-spacing: .7px;
}

.ctp-contact-card__copy > strong {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: none;
}

.ctp-contact-card--email .ctp-contact-card__copy > strong {
    font-size: 18px;
}

.ctp-contact-card--info .ctp-contact-card__copy > strong {
    font-size: 17px;
    color: #2a4f6f;
    font-weight: 700;
}

.ctp-contact-card__copy > small {
    display: block;
    color: #6d8294;
    font-size: 13px;
    line-height: 1.45;
}

.ctp-advisor-actions {
    gap: 14px;
    margin-top: 26px;
}

.ctp-advisor-actions .ctp-btn {
    min-width: 220px;
}

@media (max-width: 1120px) {
    .ctp-advisor-section {
        grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
        gap: 36px;
    }

    .ctp-contact-card--email .ctp-contact-card__copy > strong {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .ctp-contact-list {
        grid-template-columns: 1fr;
    }

    .ctp-contact-card--info {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .ctp-contact-list .ctp-contact-card {
        min-height: auto;
        padding: 18px;
    }

    .ctp-contact-card__copy > strong,
    .ctp-contact-card--email .ctp-contact-card__copy > strong,
    .ctp-contact-card--info .ctp-contact-card__copy > strong {
        font-size: 16px;
    }

    .ctp-contact-card__copy > small {
        font-size: 12px;
    }
}

/* v1.3.3 refinements */
.ctp-header__cta {
    background: #25D366;
    border-color: #25D366;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .22);
}

.ctp-header__cta:hover {
    background: #1ebe5d;
    border-color: #1ebe5d;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(37, 211, 102, .28);
}

.ctp-proof__grid {
    border-radius: 24px;
}

.ctp-proof__grid > div {
    padding: 24px 22px;
}

.ctp-proof-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 110px;
}

.ctp-proof-card__icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #eaf7ff;
    color: var(--ctp-blue);
    box-shadow: inset 0 0 0 1px rgba(8,120,201,.08);
}

.ctp-proof-card__icon svg {
    width: 25px;
    height: 25px;
}

.ctp-proof-card strong {
    display: block;
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 6px;
}

.ctp-proof-card span {
    display: block;
    color: #5e7388;
    font-size: 15px;
    line-height: 1.45;
}

.ctp-footer__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.ctp-footer__bottom a {
    justify-self: center;
    text-align: center;
    font-size: 15px;
}

.ctp-floating-wa {
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 82;
    min-width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border-radius: 999px;
    background: #25D366;
    color: #ffffff !important;
    box-shadow: 0 18px 40px rgba(37, 211, 102, .34);
    font-size: 15px;
    font-weight: 900;
}

.ctp-floating-wa svg {
    width: 28px;
    height: 28px;
}

.ctp-floating-wa:hover {
    transform: translateY(-3px) scale(1.02);
    background: #1ebe5d;
    color: #ffffff !important;
    box-shadow: 0 22px 42px rgba(37, 211, 102, .42);
}

@media (max-width: 1080px) {
    .ctp-proof-card {
        min-height: 120px;
    }

    .ctp-proof-card strong {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .ctp-proof__grid > div {
        padding: 18px 18px;
    }

    .ctp-proof-card {
        min-height: auto;
        gap: 14px;
    }

    .ctp-proof-card__icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 14px;
    }

    .ctp-proof-card strong {
        font-size: 17px;
    }

    .ctp-proof-card span {
        font-size: 14px;
    }

    .ctp-footer__bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ctp-footer__bottom a,
    .ctp-footer__bottom p {
        justify-self: center;
        text-align: center;
    }

    .ctp-floating-wa {
        right: 16px;
        bottom: 86px;
        width: 58px;
        min-width: 58px;
        height: 58px;
        padding: 0;
    }

    .ctp-floating-wa span {
        display: none;
    }
}


/* v1.3.4 responsive hardening */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.ctp-page {
    width: 100%;
    overflow: clip;
}

.ctp-page img,
.ctp-page svg {
    max-width: 100%;
}

.ctp-header__inner {
    gap: 24px;
}

.ctp-nav {
    gap: 26px;
}

.ctp-btn,
.ctp-header__cta,
.ctp-floating-wa,
.ctp-mobile-bar a {
    -webkit-tap-highlight-color: transparent;
}

.ctp-form-card,
.ctp-advisor-visual,
.ctp-contact-card,
.ctp-proof-card,
.ctp-feature-card,
.ctp-process-list article,
.ctp-cta-card {
    min-width: 0;
}

.ctp-proof {
    padding-inline: 0;
}

.ctp-proof__grid {
    overflow: visible;
}

@media (min-width: 1081px) {
    .ctp-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 480px);
    }

    .ctp-form-card {
        justify-self: end;
        width: 100%;
    }

    .ctp-proof__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1240px) {
    .ctp-shell {
        width: min(100% - 56px, 1120px);
    }

    .ctp-nav {
        gap: 20px;
    }

    .ctp-hero__grid {
        gap: 48px;
    }

    .ctp-hero h1 {
        font-size: clamp(44px, 5vw, 60px);
    }

    .ctp-advisor-section {
        gap: 44px;
    }
}

@media (max-width: 1080px) {
    .ctp-shell {
        width: min(100% - 44px, 940px);
    }

    .ctp-header__inner {
        min-height: 78px;
    }

    .ctp-brand__image {
        max-width: 220px;
        height: 52px;
    }

    .ctp-header__cta {
        min-width: 48px;
    }

    .ctp-hero {
        min-height: auto;
        padding: 58px 0 82px;
    }

    .ctp-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
        max-width: 760px;
    }

    .ctp-hero__content {
        max-width: 760px;
        text-align: center;
        margin-inline: auto;
    }

    .ctp-hero h1,
    .ctp-hero__lead {
        margin-inline: auto;
    }

    .ctp-trust-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: none;
    }

    .ctp-form-card {
        width: min(100%, 640px);
        margin-inline: auto;
    }

    .ctp-proof__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .ctp-proof__grid > div {
        border: 1px solid var(--ctp-line) !important;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 12px 32px rgba(13,76,121,.07);
    }

    .ctp-proof-card {
        min-height: 118px;
    }

    .ctp-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ctp-advisor-section {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin-inline: auto;
    }

    .ctp-advisor-visual {
        width: min(100%, 640px);
        min-height: 0;
        aspect-ratio: 16 / 11;
        margin-inline: auto;
    }

    .ctp-advisor-photo {
        object-position: center center;
    }

    .ctp-advisor-copy {
        text-align: center;
        padding-top: 0;
    }

    .ctp-advisor-copy > p.ctp-advisor-lead,
    .ctp-advisor-trust {
        margin-inline: auto !important;
    }

    .ctp-advisor-actions {
        justify-content: center;
    }

    .ctp-contact-list {
        max-width: 720px;
        margin-inline: auto;
    }

    .ctp-faq-wrap,
    .ctp-process-wrap {
        max-width: 760px;
        margin-inline: auto;
    }
}

@media (max-width: 860px) {
    .ctp-topbar__inner {
        justify-content: center;
        text-align: center;
    }

    .ctp-topbar__links {
        display: none;
    }

    .ctp-nav {
        display: none;
    }

    .ctp-header__inner {
        justify-content: space-between;
    }

    .ctp-header__cta {
        padding-inline: 14px;
    }

    .ctp-hero h1 {
        font-size: clamp(38px, 8vw, 52px);
        letter-spacing: -1.7px;
    }

    .ctp-hero__lead {
        font-size: 18px;
    }

    .ctp-form-card {
        padding: 24px;
        border-radius: 24px;
    }

    .ctp-card-grid {
        grid-template-columns: 1fr;
    }

    .ctp-process-wrap,
    .ctp-faq-wrap {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ctp-process-copy,
    .ctp-section-head--left {
        text-align: center;
    }

    .ctp-process-copy p {
        margin-inline: auto;
    }

    .ctp-contact-list {
        grid-template-columns: 1fr;
    }

    .ctp-contact-card--info {
        grid-column: auto;
    }

    .ctp-contact-list .ctp-contact-card {
        min-height: auto;
    }

    .ctp-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    .ctp-footer__grid > div:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .ctp-shell {
        width: min(100% - 30px, 560px);
    }

    .ctp-topbar {
        display: none;
    }

    body.admin-bar .ctp-header {
        top: 46px;
    }

    .ctp-header {
        top: 0;
    }

    .ctp-header__inner {
        min-height: 66px;
    }

    .ctp-brand__image {
        max-width: 168px;
        height: 42px;
    }

    .ctp-header__cta {
        width: 46px;
        min-width: 46px;
        min-height: 46px;
        padding: 0;
        border-radius: 14px;
        font-size: 0;
    }

    .ctp-header__cta svg {
        width: 23px;
        height: 23px;
    }

    .ctp-hero {
        padding: 42px 0 72px;
    }

    .ctp-eyebrow {
        font-size: 12px;
        padding: 7px 11px;
    }

    .ctp-hero h1 {
        margin-top: 18px;
        margin-bottom: 14px;
        font-size: clamp(34px, 10.5vw, 43px);
        line-height: 1.06;
        letter-spacing: -1.35px;
    }

    .ctp-hero__lead {
        font-size: 17px;
        line-height: 1.55;
    }

    .ctp-trust-row {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .ctp-trust-item {
        min-height: 62px;
        padding: 14px 14px 14px 44px;
        text-align: left;
    }

    .ctp-field--half {
        width: 100%;
    }

    .ctp-field input,
    .ctp-field select {
        height: 50px;
        font-size: 16px;
    }

    .ctp-proof {
        padding-top: 18px;
    }

    .ctp-proof__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ctp-proof__grid > div {
        padding: 18px !important;
    }

    .ctp-proof-card {
        min-height: auto;
        align-items: flex-start;
    }

    .ctp-proof-card__icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .ctp-section {
        padding: 64px 0;
    }

    .ctp-section h2,
    .ctp-advisor-copy h2 {
        font-size: clamp(31px, 9vw, 38px);
        letter-spacing: -1.1px;
    }

    .ctp-advisor-visual {
        aspect-ratio: 4 / 3.6;
        border-radius: 24px;
    }

    .ctp-contact-list .ctp-contact-card {
        padding: 18px;
        gap: 13px;
    }

    .ctp-contact-card__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .ctp-contact-card__copy > strong,
    .ctp-contact-card--email .ctp-contact-card__copy > strong,
    .ctp-contact-card--info .ctp-contact-card__copy > strong {
        font-size: 16px;
        line-height: 1.35;
    }

    .ctp-advisor-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ctp-advisor-actions .ctp-btn {
        width: 100%;
        min-width: 0;
    }

    .ctp-cta-card {
        padding: 30px 22px;
        border-radius: 22px;
    }

    .ctp-cta-card h2 {
        font-size: 28px;
    }

    .ctp-cta-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .ctp-footer {
        padding-bottom: 96px;
    }

    .ctp-footer__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ctp-brand--footer {
        justify-content: center;
    }

    .ctp-footer__about {
        margin-inline: auto;
    }

    .ctp-footer__bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ctp-footer__bottom p,
    .ctp-footer__bottom a {
        justify-self: center;
        text-align: center;
    }

    .ctp-floating-wa {
        right: 16px;
        bottom: 86px;
        width: 58px;
        min-width: 58px;
        height: 58px;
        padding: 0;
    }

    .ctp-floating-wa span {
        display: none;
    }
}

@media (max-width: 420px) {
    .ctp-shell {
        width: min(100% - 24px, 390px);
    }

    .ctp-brand__image {
        max-width: 145px;
    }

    .ctp-hero h1 {
        font-size: 32px;
    }

    .ctp-form-card {
        padding: 20px 16px;
    }

    .ctp-form-card h2 {
        font-size: 24px;
    }

    .ctp-proof-card {
        gap: 12px;
    }

    .ctp-proof-card__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 13px;
    }

    .ctp-proof-card strong {
        font-size: 16px;
    }

    .ctp-proof-card span {
        font-size: 13px;
    }

    .ctp-process-list article {
        grid-template-columns: 56px 1fr;
        gap: 13px;
        padding: 17px;
    }

    .ctp-process-list article > span {
        width: 48px;
        height: 48px;
    }

    .ctp-mobile-bar {
        left: 8px;
        right: 8px;
        bottom: 8px;
    }
}


/* v1.4.0 audit improvements */
.ctp-skip-link {
    position: fixed;
    left: 18px;
    top: 18px;
    z-index: 9999;
    transform: translateY(-150%);
    padding: 11px 14px;
    border-radius: 12px;
    background: #fff;
    color: var(--ctp-blue-dark);
    box-shadow: 0 12px 28px rgba(0, 35, 68, .22);
    font-size: 14px;
    font-weight: 900;
}

.ctp-skip-link:focus {
    transform: translateY(0);
}

.ctp-form.is-sent {
    position: relative;
}

.ctp-form.is-sent .ctp-form-status.is-success {
    border-color: rgba(22, 138, 91, .24);
    background: #eefaf5;
    color: #0f6945;
    font-weight: 800;
}

.ctp-form-status {
    min-height: 20px;
}

.ctp-field input:autofill,
.ctp-field input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fbfdff inset;
    -webkit-text-fill-color: var(--ctp-ink);
}

.ctp-field input:focus-visible,
.ctp-field select:focus-visible,
.ctp-btn:focus-visible,
.ctp-contact-card:focus-visible,
.ctp-floating-wa:focus-visible,
.ctp-mobile-bar a:focus-visible,
.ctp-faq summary:focus-visible {
    outline: 3px solid rgba(37, 211, 102, .34);
    outline-offset: 3px;
}

.ctp-contact-card,
.ctp-feature-card,
.ctp-process-list article,
.ctp-proof-card {
    will-change: transform;
}

.ctp-form-card::after {
    content: "Respuesta rápida por WhatsApp o correo";
    position: absolute;
    right: 22px;
    top: 22px;
    max-width: 150px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eefaf5;
    color: #117246;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(37, 211, 102, .15);
}

@media (max-width: 860px) {
    .ctp-form-card::after {
        position: static;
        display: inline-flex;
        margin: 0 0 14px;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ctp-reveal,
    .ctp-hero-enter,
    .ctp-btn,
    .ctp-floating-wa,
    .ctp-contact-card,
    .ctp-feature-card,
    .ctp-proof-card {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }
}


/* v1.4.1 client corrections */
.ctp-form-card::after {
    content: none !important;
    display: none !important;
}

.ctp-contact-list {
    grid-template-columns: minmax(210px, .85fr) minmax(380px, 1.45fr);
}

.ctp-contact-card--email .ctp-contact-card__copy > strong {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(15px, 1.16vw, 18px);
    letter-spacing: -.25px;
}

.ctp-contact-card--email {
    min-width: 0;
}

@media (max-width: 1120px) {
    .ctp-contact-list {
        grid-template-columns: 1fr;
    }

    .ctp-contact-card--email .ctp-contact-card__copy > strong {
        font-size: 17px;
        white-space: nowrap;
    }
}

@media (max-width: 700px) {
    .ctp-contact-card--email .ctp-contact-card__copy > strong {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 380px) {
    .ctp-contact-list .ctp-contact-card {
        padding: 16px 14px;
        gap: 10px;
    }

    .ctp-contact-card__icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .ctp-contact-card--email .ctp-contact-card__copy > strong {
        font-size: 12.5px;
        letter-spacing: -.35px;
    }
}
