/* ============================================================
   FRØST · Políticas · CSS
   Scoped a body.page-template-page-politicas
   ============================================================ */

body.page-template-page-politicas {
    --fp-navy-900: #0F2640;
    --fp-navy-700: #1B3A5C;
    --fp-ice-50:   #F4F7FA;
    --fp-ice-100:  #E5EBF0;
    --fp-ice-200:  #D5DEE7;
    --fp-slate-400:#8E97A4;
    --fp-slate-500:#6B7785;
    --fp-slate-700:#3D4854;
    --fp-bone:     #FAFAF7;
    --fp-accent:   #7FA3C4;
    --fp-success:  #4A8B6B;
    --fp-error:    #C44545;
    --fp-ease:     cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--fp-bone) !important;
    color: var(--fp-navy-900);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    position: relative;
}

body.page-template-page-politicas .frost-politicas {
    position: relative;
    z-index: 1;
}

/* Patrón topográfico ártico de fondo */
body.page-template-page-politicas::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221200%22%20height%3D%22900%22%20viewBox%3D%220%200%201200%20900%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23D5DEE7%22%20stroke-width%3D%220.8%22%20opacity%3D%220.5%22%3E%3Cpath%20d%3D%22M0%2C180%20Q150%2C140%20300%2C170%20T600%2C180%20T900%2C170%20T1200%2C180%22%2F%3E%3Cpath%20d%3D%22M0%2C260%20Q150%2C220%20300%2C250%20T600%2C260%20T900%2C250%20T1200%2C260%22%2F%3E%3Cpath%20d%3D%22M0%2C360%20Q160%2C310%20320%2C350%20T620%2C360%20T920%2C350%20T1200%2C360%22%2F%3E%3Cpath%20d%3D%22M0%2C480%20Q170%2C430%20340%2C470%20T640%2C480%20T940%2C470%20T1200%2C480%22%2F%3E%3Cpath%20d%3D%22M0%2C620%20Q180%2C570%20360%2C610%20T660%2C620%20T960%2C610%20T1200%2C620%22%2F%3E%3Cpath%20d%3D%22M0%2C760%20Q160%2C710%20320%2C750%20T620%2C760%20T920%2C750%20T1200%2C760%22%2F%3E%3Cellipse%20cx%3D%22200%22%20cy%3D%22350%22%20rx%3D%2270%22%20ry%3D%2222%22%2F%3E%3Cellipse%20cx%3D%22200%22%20cy%3D%22350%22%20rx%3D%22120%22%20ry%3D%2240%22%2F%3E%3Cellipse%20cx%3D%22850%22%20cy%3D%22540%22%20rx%3D%2260%22%20ry%3D%2218%22%2F%3E%3Cellipse%20cx%3D%22850%22%20cy%3D%22540%22%20rx%3D%22100%22%20ry%3D%2232%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: repeat;
    background-size: 1200px 900px;
    opacity: 0.4;
}

/* COMPARTIDOS */
body.page-template-page-politicas .fp-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--fp-slate-500);
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
body.page-template-page-politicas .fp-eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--fp-slate-500);
}
body.page-template-page-politicas .fp-eyebrow-center::before { display: none; }

body.page-template-page-politicas .fp-title-display {
    font-size: clamp(48px, 7vw, 110px) !important;
    font-weight: 200 !important;
    letter-spacing: -0.035em !important;
    line-height: 0.96 !important;
    color: var(--fp-navy-900) !important;
    margin: 0 !important;
}
body.page-template-page-politicas .fp-title-display em {
    font-style: italic !important;
    font-weight: 300 !important;
    color: var(--fp-accent) !important;
}
body.page-template-page-politicas .fp-title-display strong {
    font-weight: 600 !important;
    color: var(--fp-navy-900) !important;
}

body.page-template-page-politicas .fp-title-section {
    font-size: clamp(36px, 4.5vw, 60px) !important;
    font-weight: 200 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.05 !important;
    color: var(--fp-navy-900) !important;
    margin: 0 !important;
}
body.page-template-page-politicas .fp-title-section em {
    font-style: italic !important;
    font-weight: 200 !important;
    color: var(--fp-accent) !important;
}
body.page-template-page-politicas .fp-title-section strong {
    font-weight: 600 !important;
}

body.page-template-page-politicas .fp-mt-24 { margin-top: 24px !important; }
body.page-template-page-politicas .fp-mt-32 { margin-top: 32px !important; }

body.page-template-page-politicas .fp-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 80px;
}

body.page-template-page-politicas .fp-note {
    font-size: 14px;
    line-height: 1.7;
    color: var(--fp-slate-500);
    font-weight: 300;
    font-style: italic;
    text-align: center;
    max-width: 680px;
    margin: 60px auto 0;
    padding: 24px 32px;
    border-top: 1px solid var(--fp-ice-200);
}

/* SECTION 1 · HERO */
body.page-template-page-politicas .fp-hero {
    min-height: 70vh;
    padding: 60px 56px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.page-template-page-politicas .fp-hero-inner {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
body.page-template-page-politicas .fp-hero .fp-eyebrow { margin-bottom: 36px; }
body.page-template-page-politicas .fp-hero-title { margin-bottom: 36px !important; max-width: 1100px; }
body.page-template-page-politicas .fp-hero-divider {
    width: 60px;
    height: 1px;
    background: var(--fp-navy-900);
    margin-bottom: 36px;
}
body.page-template-page-politicas .fp-hero-subtitle {
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 300;
    line-height: 1.5;
    color: var(--fp-slate-700);
    max-width: 620px;
}
body.page-template-page-politicas .fp-hero .fp-eyebrow,
body.page-template-page-politicas .fp-hero-title,
body.page-template-page-politicas .fp-hero-divider,
body.page-template-page-politicas .fp-hero-subtitle {
    animation: fpFadeUp 0.9s var(--fp-ease) both;
}
body.page-template-page-politicas .fp-hero .fp-eyebrow { animation-delay: 0.1s; }
body.page-template-page-politicas .fp-hero-title { animation-delay: 0.25s; }
body.page-template-page-politicas .fp-hero-divider { animation-delay: 0.4s; }
body.page-template-page-politicas .fp-hero-subtitle { animation-delay: 0.5s; }
@keyframes fpFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* SECTION 2 · ENVÍOS · Cards grid */
body.page-template-page-politicas .fp-envios {
    padding: 120px 56px;
    border-top: 1px solid var(--fp-ice-100);
    background: var(--fp-ice-50);
}
body.page-template-page-politicas .fp-envios-inner {
    max-width: 1400px;
    margin: 0 auto;
}
body.page-template-page-politicas .fp-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-left: 1px solid var(--fp-ice-200);
}
body.page-template-page-politicas .fp-card {
    padding: 56px 44px;
    border-right: 1px solid var(--fp-ice-200);
    background: var(--fp-bone);
}
body.page-template-page-politicas .fp-card-number {
    font-size: 84px;
    font-weight: 200;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--fp-ice-200);
    margin-bottom: 32px;
}
body.page-template-page-politicas .fp-card-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--fp-navy-900);
    margin-bottom: 20px;
}
body.page-template-page-politicas .fp-card-body {
    font-size: 14px;
    line-height: 1.7;
    color: var(--fp-slate-700);
    font-weight: 300;
}

/* SECTION 3 · DEVOLUCIONES · Timeline */
body.page-template-page-politicas .fp-devoluciones {
    padding: 120px 56px;
}
body.page-template-page-politicas .fp-devoluciones-inner {
    max-width: 1400px;
    margin: 0 auto;
}
body.page-template-page-politicas .fp-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    position: relative;
}
body.page-template-page-politicas .fp-timeline::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 6%;
    right: 6%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--fp-ice-200) 8%, var(--fp-ice-200) 92%, transparent);
}
body.page-template-page-politicas .fp-step {
    position: relative;
    padding-top: 60px;
}
body.page-template-page-politicas .fp-step-dot {
    position: absolute;
    top: 12px;
    left: 0;
    width: 14px;
    height: 14px;
    background: var(--fp-bone);
    border: 2px solid var(--fp-navy-900);
    border-radius: 50%;
    z-index: 1;
}
body.page-template-page-politicas .fp-step-num {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: var(--fp-accent);
    margin-bottom: 16px;
}
body.page-template-page-politicas .fp-step-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--fp-navy-900);
    margin-bottom: 14px;
}
body.page-template-page-politicas .fp-step-body {
    font-size: 13px;
    line-height: 1.65;
    color: var(--fp-slate-700);
    font-weight: 300;
}

/* SECTION 4 · GARANTÍA · Split + callout dark */
body.page-template-page-politicas .fp-garantia {
    padding: 120px 56px;
    background: var(--fp-ice-50);
    border-top: 1px solid var(--fp-ice-100);
    border-bottom: 1px solid var(--fp-ice-100);
}
body.page-template-page-politicas .fp-garantia-inner {
    max-width: 1400px;
    margin: 0 auto;
}
body.page-template-page-politicas .fp-garantia-intro {
    font-size: 16px;
    line-height: 1.75;
    color: var(--fp-slate-700);
    font-weight: 300;
    max-width: 700px;
    margin: 32px auto 0 !important;
}
body.page-template-page-politicas .fp-garantia-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 80px;
    background: var(--fp-bone);
    border: 1px solid var(--fp-ice-200);
}
body.page-template-page-politicas .fp-garantia-col {
    padding: 56px 48px;
}
body.page-template-page-politicas .fp-garantia-col-yes {
    border-right: 1px solid var(--fp-ice-200);
}
body.page-template-page-politicas .fp-garantia-col-title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--fp-navy-900);
    margin-bottom: 28px;
}
body.page-template-page-politicas .fp-check,
body.page-template-page-politicas .fp-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}
body.page-template-page-politicas .fp-check {
    background: rgba(74, 139, 107, 0.12);
    color: var(--fp-success);
}
body.page-template-page-politicas .fp-cross {
    background: rgba(196, 69, 69, 0.10);
    color: var(--fp-error);
    font-size: 18px;
}
body.page-template-page-politicas .fp-garantia-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.page-template-page-politicas .fp-garantia-list li {
    font-size: 14px;
    line-height: 1.6;
    color: var(--fp-slate-700);
    font-weight: 300;
    padding: 14px 0;
    border-bottom: 1px solid var(--fp-ice-100);
}
body.page-template-page-politicas .fp-garantia-list li:last-child { border-bottom: none; }

body.page-template-page-politicas .fp-callout {
    background: var(--fp-navy-900);
    color: var(--fp-bone);
    padding: 56px 48px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
body.page-template-page-politicas .fp-callout::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 60%;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(127, 163, 196, 0.18), transparent 60%);
    pointer-events: none;
}
body.page-template-page-politicas .fp-callout p {
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* SECTION 5 · CTA */
body.page-template-page-politicas .fp-cta {
    padding: 120px 56px;
    text-align: center;
}
body.page-template-page-politicas .fp-cta-inner {
    max-width: 720px;
    margin: 0 auto;
}
body.page-template-page-politicas .fp-cta-title {
    font-size: clamp(36px, 4.5vw, 60px) !important;
    font-weight: 200 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.05 !important;
    color: var(--fp-navy-900) !important;
    margin: 0 !important;
}
body.page-template-page-politicas .fp-cta-title em {
    font-style: italic !important;
    font-weight: 200 !important;
    color: var(--fp-accent) !important;
}
body.page-template-page-politicas .fp-cta-title strong {
    font-weight: 600 !important;
}
body.page-template-page-politicas .fp-cta-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: var(--fp-slate-700);
    font-weight: 300;
    margin: 24px auto 40px;
    max-width: 540px;
}
body.page-template-page-politicas .fp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--fp-navy-900);
    color: var(--fp-bone);
    padding: 18px 36px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s var(--fp-ease);
}
body.page-template-page-politicas .fp-cta-btn svg {
    transition: transform 0.3s var(--fp-ease);
}
body.page-template-page-politicas .fp-cta-btn:hover {
    background: var(--fp-navy-700);
    color: var(--fp-bone);
}
body.page-template-page-politicas .fp-cta-btn:hover svg {
    transform: translateX(4px);
}

/* SCROLL REVEALS */
body.page-template-page-politicas .fp-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s var(--fp-ease), transform 0.9s var(--fp-ease);
}
body.page-template-page-politicas .fp-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    body.page-template-page-politicas .fp-hero { padding: 50px 32px 80px; }
    body.page-template-page-politicas .fp-envios,
    body.page-template-page-politicas .fp-devoluciones,
    body.page-template-page-politicas .fp-garantia,
    body.page-template-page-politicas .fp-cta {
        padding: 90px 32px;
    }
    body.page-template-page-politicas .fp-cards-grid {
        grid-template-columns: 1fr;
        border-left: none;
        border-top: 1px solid var(--fp-ice-200);
    }
    body.page-template-page-politicas .fp-card {
        border-right: none;
        border-bottom: 1px solid var(--fp-ice-200);
        padding: 44px 32px;
    }
    body.page-template-page-politicas .fp-timeline {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    body.page-template-page-politicas .fp-timeline::before { display: none; }
    body.page-template-page-politicas .fp-step {
        padding-top: 0;
        padding-left: 32px;
        border-left: 1px solid var(--fp-ice-200);
    }
    body.page-template-page-politicas .fp-step-dot { top: 0; left: -8px; }
    body.page-template-page-politicas .fp-garantia-split { grid-template-columns: 1fr; }
    body.page-template-page-politicas .fp-garantia-col-yes {
        border-right: none;
        border-bottom: 1px solid var(--fp-ice-200);
    }
}

@media (max-width: 700px) {
    body.page-template-page-politicas .fp-hero { padding: 40px 20px 60px; }
    body.page-template-page-politicas .fp-envios,
    body.page-template-page-politicas .fp-devoluciones,
    body.page-template-page-politicas .fp-garantia,
    body.page-template-page-politicas .fp-cta {
        padding: 70px 20px;
    }
    body.page-template-page-politicas .fp-callout { padding: 40px 28px; }
    body.page-template-page-politicas .fp-garantia-col { padding: 40px 28px; }
}

@media (prefers-reduced-motion: reduce) {
    body.page-template-page-politicas .fp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
    body.page-template-page-politicas *,
    body.page-template-page-politicas *::before,
    body.page-template-page-politicas *::after {
        animation-duration: 0.01ms !important;
    }
}