/* /assets/css/main.css */
/* Fiscalio — main.css */

/* ==========================================================================
   tokens/base
   ========================================================================== */
:root,
[data-theme="dark"] {
    --primary: #5A8FDB;
    --primary-2: #3872C9;
    --primary-3: #7AA6E5;
    --accent: #8CD9E3;
    --accent-2: #6DCEDE;
    --accent-3: #A8E5ED;
    --bg: #0A0E14;
    --bg-2: #0F1419;
    --bg-3: #151B23;
    --panel: #161D28;
    --panel-2: #1C2330;
    --raised: #232D3F;
    --text: #E8EDF5;
    --text-2: #B4BDCC;
    --text-3: #7A86A0;
    --text-inv: #0A0E14;
    --border: rgba(232, 237, 245, .08);
    --border-2: rgba(232, 237, 245, .12);
    --border-3: rgba(232, 237, 245, .18);
    --primary-ink: rgba(90, 143, 219, .12);
    --primary-ink-2: rgba(90, 143, 219, .18);
    --accent-ink: rgba(140, 217, 227, .14);
    --accent-ink-2: rgba(140, 217, 227, .20);
    --sh-sm: 0 1px 4px rgba(0, 0, 0, .3), 0 6px 20px rgba(0, 0, 0, .2);
    --sh-md: 0 2px 8px rgba(0, 0, 0, .35), 0 16px 40px rgba(0, 0, 0, .25);
    --sh-lg: 0 4px 16px rgba(0, 0, 0, .4), 0 28px 70px rgba(0, 0, 0, .35);
    --sh-primary: 0 8px 32px rgba(90, 143, 219, .25);
    --sh-accent: 0 6px 24px rgba(140, 217, 227, .2);
}

[data-theme="light"] {
    --primary: #174AA2;
    --primary-2: #0C387E;
    --primary-3: #2557B8;
    --accent: #7ECCD5;
    --accent-2: #5AB9C3;
    --accent-3: #A8DDE4;
    --bg: #FAFBFD;
    --bg-2: #F4F6FA;
    --bg-3: #EDF0F7;
    --panel: #FFF;
    --panel-2: #FCFDFE;
    --raised: #FFF;
    --text: #0B1220;
    --text-2: #3A4A5F;
    --text-3: #6B7A91;
    --text-inv: #FFF;
    --border: rgba(11, 18, 32, .08);
    --border-2: rgba(11, 18, 32, .12);
    --border-3: rgba(11, 18, 32, .18);
    --primary-ink: rgba(23, 74, 162, .08);
    --primary-ink-2: rgba(23, 74, 162, .14);
    --accent-ink: rgba(126, 204, 213, .12);
    --accent-ink-2: rgba(126, 204, 213, .18);
    --sh-sm: 0 1px 3px rgba(11, 18, 32, .06), 0 6px 16px rgba(11, 18, 32, .04);
    --sh-md: 0 2px 6px rgba(11, 18, 32, .08), 0 12px 32px rgba(11, 18, 32, .08);
    --sh-lg: 0 4px 12px rgba(11, 18, 32, .1), 0 24px 60px rgba(11, 18, 32, .12);
    --sh-primary: 0 8px 32px rgba(23, 74, 162, .2);
    --sh-accent: 0 6px 24px rgba(126, 204, 213, .24);
}

:root {
    --ff-display: 'Playfair Display', Georgia, serif;
    --ff-body: 'Syne', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --fs-2xs: .7rem;
    --fs-xs: .78rem;
    --fs-sm: .875rem;
    --fs-md: 1rem;
    --fs-lg: 1.125rem;
    --fs-xl: 1.35rem;
    --fs-2xl: 1.75rem;
    --fs-3xl: 2.25rem;
    --fs-hero: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    --fs-hero-home: clamp(3rem, 6.5vw + 1rem, 6.5rem);
    --s1: 4px;
    --s2: 8px;
    --s3: 12px;
    --s4: 16px;
    --s5: 20px;
    --s6: 24px;
    --s7: 32px;
    --s8: 48px;
    --s9: 64px;
    --s10: 96px;
    --r-sm: 6px;
    --r-md: 12px;
    --r-lg: 18px;
    --r-xl: 28px;
    --r-pill: 999px;
    --container: 1160px;
    --header-h: 68px;
    --ad-fixed-h: 0px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hp-field {
    position: absolute !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h) + 16px);
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--ff-body);
    font-size: var(--fs-md);
    line-height: 1.6;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    transition: background-color .3s, color .3s;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--primary);
    text-underline-offset: 3px;
    transition: color .15s;
}

a:hover {
    color: var(--primary-2);
}

a:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
    border-radius: 4px;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
    opacity: .028;
    pointer-events: none;
    z-index: 9999;
}

/* ==========================================================================
   layout global
   ========================================================================== */
.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--s5);
}

@media(min-width:768px) {
    .container {
        padding: 0 var(--s7);
    }
}

.skip-link {
    position: absolute;
    top: var(--s2);
    left: var(--s2);
    padding: var(--s2) var(--s4);
    background: var(--primary);
    color: var(--text-inv);
    border-radius: var(--r-sm);
    font-weight: 700;
    font-size: var(--fs-sm);
    transform: translateY(-200%);
    transition: transform .15s;
    z-index: 10000;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--s2);
    min-height: 44px;
    padding: 0 var(--s5);
    border-radius: var(--r-sm);
    font-family: var(--ff-body);
    font-size: var(--fs-sm);
    font-weight: 700;
    letter-spacing: .01em;
    text-decoration: none;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all .18s cubic-bezier(.4, 0, .2, 1);
    white-space: nowrap;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
}

.btn-primary {
    background: var(--primary);
    color: var(--text-inv);
    border-color: var(--primary);
    box-shadow: var(--sh-primary);
}

.btn-primary:hover {
    background: var(--primary-2);
    border-color: var(--primary-2);
    transform: translateY(-1px);
}

.btn-ghost {
    background: transparent;
    color: var(--text-2);
    border-color: var(--border-2);
}

.btn-ghost:hover {
    background: var(--panel);
    color: var(--text);
    border-color: var(--border-3);
}

.btn-sm {
    min-height: 36px;
    padding: 0 var(--s4);
    font-size: var(--fs-xs);
}

.btn-lg {
    min-height: 52px;
    padding: 0 var(--s7);
    font-size: var(--fs-md);
    border-radius: var(--r-md);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s ease, transform .65s ease;
}

[data-reveal].in {
    opacity: 1;
    transform: none;
}

[data-reveal][data-d="1"] {
    transition-delay: .1s;
}

[data-reveal][data-d="2"] {
    transition-delay: .2s;
}

[data-reveal][data-d="3"] {
    transition-delay: .3s;
}

[data-reveal][data-d="4"] {
    transition-delay: .4s;
}

[data-reveal][data-d="5"] {
    transition-delay: .5s;
}

.section {
    padding: var(--s10) 0;
    transition: background-color .3s;
}

.section-sm {
    padding: var(--s8) 0;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: var(--s2);
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: var(--s4);
}

.kicker-slash {
    color: var(--text-3);
}

.section-h {
    font-family: var(--ff-display);
    font-size: clamp(var(--fs-2xl), 3.5vw + .5rem, 3.2rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.04em;
    color: var(--text);
    margin-bottom: var(--s4);
}

.section-sub {
    font-size: var(--fs-lg);
    color: var(--text-2);
    max-width: 52ch;
    line-height: 1.6;
}

.center {
    text-align: center;
}

.center .section-sub {
    margin: 0 auto;
}

.page-hero {
    position: relative;
    padding: var(--s9) 0 var(--s8);
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, var(--primary-ink-2), transparent 80%);
    pointer-events: none;
}

.page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: var(--s2);
    justify-content: center;
    margin-bottom: var(--s5);
    font-size: var(--fs-sm);
    color: var(--text-3);
}

.breadcrumb a {
    color: var(--text-3);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--primary);
}

.breadcrumb-sep {
    opacity: .4;
}

.page-title {
    font-family: var(--ff-display);
    font-size: var(--fs-hero);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.04em;
    color: var(--text);
    margin-bottom: var(--s5);
}

.page-title .accent {
    color: var(--accent);
}

.page-lead {
    font-size: var(--fs-xl);
    color: var(--text-2);
    max-width: 56ch;
    margin: 0 auto;
    line-height: 1.65;
}

.site-footer {
    background: var(--bg-2);
    border-top: 1px solid var(--border);
    padding: var(--s9) 0 var(--s7);
}

.footer-grid {
    display: grid;
    gap: var(--s8);
    margin-bottom: var(--s8);
    padding-bottom: var(--s8);
    border-bottom: 1px solid var(--border);
}

@media(min-width:640px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(min-width:1024px) {
    .footer-grid {
        grid-template-columns: 260px 1fr 1fr 1fr;
    }
}

.footer-tagline {
    font-size: var(--fs-sm);
    color: var(--text-3);
    line-height: 1.65;
    max-width: 28ch;
}

.footer-status {
    margin-top: var(--s3);
}

.footer-socials {
    display: flex;
    gap: var(--s2);
    margin-top: var(--s5);
}

.social-btn {
    width: 34px;
    height: 34px;
    border-radius: var(--r-sm);
    border: 1px solid var(--border-2);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    color: var(--text-3);
    transition: all .15s;
}

.social-btn:hover {
    background: var(--panel);
    border-color: var(--border-3);
    color: var(--text);
    transform: translateY(-2px);
}

.footer-col-title {
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-3);
    margin-bottom: var(--s4);
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--s2);
}

.footer-links a {
    font-size: var(--fs-sm);
    color: var(--text-3);
    text-decoration: none;
    transition: color .12s;
    display: inline-block;
    padding: 1px 0;
}

.footer-links a:hover {
    color: var(--text);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--s4);
}

.footer-copy {
    font-size: var(--fs-xs);
    color: var(--text-3);
}

.footer-legal {
    display: flex;
    gap: var(--s4);
    flex-wrap: wrap;
}

.footer-legal a {
    font-size: var(--fs-xs);
    color: var(--text-3);
    text-decoration: none;
    transition: color .12s;
}

.footer-legal a:hover {
    color: var(--text-2);
}

/* ==========================================================================
   header/nav/drawer
   ========================================================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--header-h);
    display: flex;
    align-items: center;
    background: rgba(10, 14, 20, .82);
    backdrop-filter: saturate(140%) blur(20px);
    -webkit-backdrop-filter: saturate(140%) blur(20px);
    border-bottom: 1px solid var(--border);
    transition: border-color .3s, background-color .3s;
}

[data-theme="light"] .site-header {
    background: rgba(250, 251, 253, .88);
}

.site-header.scrolled {
    border-bottom-color: var(--border-2);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s4);
    width: 100%;
}

.brand {
    display: flex;
    align-items: center;
    gap: var(--s3);
    text-decoration: none;
    flex-shrink: 0;
}

.brand-logo {
    height: 32px;
    width: auto;
}

.site-nav {
    display: none;
    align-items: center;
    gap: 2px;
}

@media(min-width:900px) {
    .site-nav {
        display: flex;
    }
}

.site-nav a,
.nav-dd-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: var(--s2) var(--s3);
    border-radius: var(--r-sm);
    text-decoration: none;
    color: var(--text-2);
    font-size: var(--fs-sm);
    font-weight: 600;
    letter-spacing: .01em;
    transition: color .15s, background .15s;
    white-space: nowrap;
    cursor: pointer;
    background: none;
    border: none;
    font-family: var(--ff-body);
}

.site-nav a:hover,
.nav-dd-btn:hover {
    color: var(--text);
    background: var(--panel);
}

.site-nav a.active,
.nav-dd-btn.active {
    color: var(--primary);
}

.nav-dd {
    position: relative;
}

.nav-dd-arrow {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    transition: transform .2s;
}

.nav-dd.open .nav-dd-arrow {
    transform: rotate(180deg);
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    min-width: 240px;
    background: var(--panel-2);
    border: 1px solid var(--border-2);
    border-radius: var(--r-lg);
    padding: var(--s2);
    box-shadow: var(--sh-lg);
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s, transform .15s, background-color .3s;
    z-index: 200;
}

.nav-dd.open .nav-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nav-dropdown a {
    display: flex;
    align-items: center;
    gap: var(--s3);
    padding: 10px var(--s3);
    border-radius: var(--r-sm);
    color: var(--text-2);
    font-size: var(--fs-sm);
    font-weight: 500;
    text-decoration: none;
    transition: color .1s, background .1s;
}

.nav-dropdown a:hover {
    color: var(--text);
    background: var(--raised);
}

.nav-dd-icon {
    width: 30px;
    height: 30px;
    border-radius: var(--r-sm);
    background: var(--raised);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: var(--s3);
}

.theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--r-sm);
    border: 1px solid var(--border-2);
    background: transparent;
    cursor: pointer;
    transition: background .15s, border-color .15s;
    position: relative;
}

.theme-toggle:hover {
    background: var(--panel);
    border-color: var(--border-3);
}

.theme-icon {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--text-2);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    transition: opacity .2s, transform .2s;
}

.theme-icon-sun {
    opacity: 0;
    transform: rotate(-90deg) scale(.8);
}

.theme-icon-moon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

[data-theme="light"] .theme-icon-sun {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

[data-theme="light"] .theme-icon-moon {
    opacity: 0;
    transform: rotate(90deg) scale(.8);
}

.hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--r-sm);
    border: 1px solid var(--border-2);
    background: transparent;
    cursor: pointer;
    transition: background .12s;
}

.hamburger:hover {
    background: var(--panel);
}

.hamburger svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--text);
    stroke-width: 2;
    stroke-linecap: round;
}

@media(min-width:900px) {
    .hamburger {
        display: none;
    }
}

.drawer-wrap {
    position: fixed;
    inset: 0;
    z-index: 1100;
    visibility: hidden;
    pointer-events: none;
}

.drawer-wrap.open {
    visibility: visible;
    pointer-events: auto;
}

.drawer-scrim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .25s;
}

.drawer-wrap.open .drawer-scrim {
    opacity: 1;
}

.drawer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: min(320px, 88vw);
    background: var(--panel);
    border-left: 1px solid var(--border-2);
    padding: var(--s5);
    display: flex;
    flex-direction: column;
    gap: var(--s3);
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), background-color .3s;
    overflow-y: auto;
}

.drawer-wrap.open .drawer {
    transform: translateX(0);
}

.drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: var(--s4);
    border-bottom: 1px solid var(--border);
}

.drawer-close {
    width: 34px;
    height: 34px;
    border-radius: var(--r-sm);
    border: 1px solid var(--border-2);
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drawer-close svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: var(--text-2);
    stroke-width: 2;
    stroke-linecap: round;
}

.drawer-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: var(--s2);
}

.drawer-nav a {
    display: flex;
    align-items: center;
    gap: var(--s3);
    padding: var(--s3);
    border-radius: var(--r-sm);
    text-decoration: none;
    color: var(--text-2);
    font-size: var(--fs-sm);
    font-weight: 600;
    transition: color .1s, background .1s;
}

.drawer-nav a:hover {
    color: var(--text);
    background: var(--raised);
}

.drawer-section-label {
    font-size: var(--fs-2xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--text-3);
    padding: var(--s3) var(--s3) var(--s1);
    margin-top: var(--s2);
}

/* ==========================================================================
   home
   ========================================================================== */
.hero {
    position: relative;
    min-height: calc(100svh - var(--header-h));
    display: flex;
    align-items: center;
    padding: var(--s9) 0 var(--s8);
    overflow: hidden;
}

.hero-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(var(--primary-ink) 1px, transparent 1px),
        linear-gradient(90deg, var(--primary-ink) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 30%, transparent 100%);
}

.hero-light {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 55%;
    height: 70%;
    background: radial-gradient(ellipse, var(--primary-ink-2) 0%, transparent 65%);
    pointer-events: none;
}

.hero-circle {
    position: absolute;
    right: -180px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 1px solid var(--primary-ink);
    pointer-events: none;
}

.hero-circle::before,
.hero-circle::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--primary-ink);
}

.hero-circle::before {
    inset: 60px;
    opacity: .8;
}

.hero-circle::after {
    inset: 140px;
    opacity: .6;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: var(--s7);
    align-items: center;
}

@media(min-width:960px) {
    .hero-inner {
        grid-template-columns: 1fr 440px;
        gap: var(--s9);
    }
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--s2);
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: var(--s5);
}

.eyebrow-line {
    width: 24px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
}

.hero-title {
    font-family: var(--ff-display);
    font-size: var(--fs-hero-home);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.04em;
    color: var(--text);
    margin-bottom: var(--s6);
}

.hero-title .italic {
    font-style: italic;
    color: var(--accent);
}

.hero-title .outlined {
    -webkit-text-stroke: 2px var(--text);
    color: transparent;
}

.hero-lead {
    font-size: var(--fs-lg);
    color: var(--text-2);
    max-width: 50ch;
    line-height: 1.65;
    margin-bottom: var(--s7);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s3);
    margin-bottom: var(--s5);
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
    margin-bottom: var(--s4);
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: var(--r-pill);
    border: 1px solid var(--border-2);
    font-size: var(--fs-xs);
    font-weight: 600;
    color: var(--text-3);
}

.hero-pill-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
}

.app-availability {
    margin-top: var(--s4);
    padding: var(--s4);
    max-width: 640px;
    background: linear-gradient(135deg, var(--primary-ink), var(--accent-ink));
    border: 1px solid var(--primary-ink-2);
    border-radius: var(--r-lg);
}

.app-availability-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: var(--s4);
}

.app-availability-kicker {
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
}

.app-availability-copy {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.55;
}

.app-availability-grid {
    display: grid;
    gap: var(--s3);
}

@media(min-width:640px) {
    .app-availability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.app-availability-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: var(--s4);
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-md);
    box-shadow: var(--sh-sm);
}

.app-availability-platform {
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-3);
}

.app-availability-status {
    font-size: var(--fs-md);
    font-weight: 800;
    color: var(--text);
    letter-spacing: -.01em;
}

.app-availability-note {
    font-size: var(--fs-xs);
    color: var(--text-2);
    line-height: 1.5;
}

.hero-card {
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-xl);
    overflow: hidden;
    box-shadow: var(--sh-lg), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.hero-card-stripe {
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.hero-card-head {
    padding: var(--s4) var(--s5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}

.hero-card-title {
    font-size: var(--fs-sm);
    font-weight: 700;
    color: var(--text);
}

.hero-card-tag {
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--primary-ink);
    padding: 3px 8px;
    border-radius: var(--r-pill);
    border: 1px solid var(--primary-ink-2);
}

.hero-card-body {
    padding: var(--s5);
}

.hero-card-copy {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.6;
    margin-bottom: var(--s4);
}

.iva-calc {
    display: grid;
    gap: var(--s4);
}

.iva-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}

.iva-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--s2) 4px;
    border-radius: var(--r-sm);
    border: 1px solid var(--border);
    background: var(--bg-3);
    font: 700 var(--fs-xs)/1 var(--ff-body);
    color: var(--text-3);
    cursor: pointer;
    transition: all .12s;
}

.iva-tab:hover {
    border-color: var(--border-2);
    color: var(--text-2);
}

.iva-tab.active {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--text-inv);
}

.calc-result-box {
    background: linear-gradient(135deg, var(--primary-ink), var(--accent-ink));
    border: 1px solid var(--primary-ink-2);
    border-radius: var(--r-md);
    padding: var(--s4) var(--s5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s3);
}

.calc-result-lbl {
    font-size: var(--fs-2xs);
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 4px;
}

.calc-result-val {
    font-family: var(--ff-display);
    font-size: var(--fs-2xl);
    font-weight: 700;
    color: var(--text);
    letter-spacing: -.04em;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
}

.calc-result-val.flash {
    opacity: .3;
    transform: scale(.96);
}

.calc-result-detail {
    font-size: var(--fs-xs);
    color: var(--text-3);
    text-align: right;
    line-height: 1.5;
}

.calc-action-btn {
    width: 100%;
    min-height: 46px;
    background: var(--primary);
    color: var(--text-inv);
    border: none;
    border-radius: var(--r-md);
    font: 700 var(--fs-sm)/1 var(--ff-body);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--s2);
    transition: all .15s;
}

.calc-action-btn:hover {
    background: var(--primary-2);
    transform: translateY(-1px);
}

.calc-action-btn:active {
    transform: translateY(0);
}

.calc-action-btn svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.calc-disclaimer {
    font-size: 10px;
    color: var(--text-3);
    text-align: center;
    margin-top: var(--s2);
    line-height: 1.4;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border);
    border-top: 1px solid var(--border);
}

.hero-stat {
    background: var(--panel);
    padding: var(--s3) var(--s5);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-stat-val {
    font-family: var(--ff-display);
    font-size: var(--fs-xl);
    font-weight: 700;
    color: var(--text);
    letter-spacing: -.03em;
}

.hero-stat-lbl {
    font-size: var(--fs-2xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--text-3);
}

.features-wrap {
    display: grid;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    overflow: hidden;
    margin-top: var(--s8);
}

@media(min-width:640px) {
    .features-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:1024px) {
    .features-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-cell {
    background: var(--bg-2);
    padding: var(--s7) var(--s6);
    position: relative;
    overflow: hidden;
    transition: background .2s;
}

.feature-cell:hover {
    background: var(--panel);
}

.feature-cell::before {
    content: attr(data-num);
    position: absolute;
    top: -10px;
    right: var(--s5);
    font-family: var(--ff-display);
    font-size: 6rem;
    font-weight: 900;
    font-style: italic;
    color: var(--primary-ink);
    line-height: 1;
    pointer-events: none;
    transition: color .2s;
}

.feature-cell:hover::before {
    color: var(--primary-ink-2);
}

.feature-accent {
    width: 36px;
    height: 36px;
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: var(--s4);
}

.fa-primary {
    background: var(--primary-ink);
    border: 1px solid var(--primary-ink-2);
}

.fa-accent {
    background: var(--accent-ink);
    border: 1px solid var(--accent-ink-2);
}

.feature-title {
    font-size: var(--fs-lg);
    font-weight: 700;
    color: var(--text);
    margin-bottom: var(--s2);
    letter-spacing: -.02em;
}

.feature-text {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.65;
}

.calcs-section {
    background: var(--bg-2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.calcs-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--s4);
    margin-bottom: var(--s7);
}

.calcs-grid {
    display: grid;
    gap: var(--s3);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.calc-tile {
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-lg);
    padding: var(--s5);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: var(--s3);
    position: relative;
    overflow: hidden;
    transition: border-color .18s, transform .18s, box-shadow .18s, background-color .3s;
}

.calc-tile::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--accent);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1);
}

.calc-tile:hover {
    border-color: var(--primary-ink-2);
    transform: translateY(-3px);
    box-shadow: var(--sh-md);
}

.calc-tile:hover::before {
    transform: scaleY(1);
}

.calc-tile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--s3);
}

.calc-tile-emoji {
    font-size: 24px;
    line-height: 1;
}

.calc-tile-badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: var(--r-pill);
    background: var(--primary-ink);
    color: var(--primary);
    border: 1px solid var(--primary-ink-2);
    flex-shrink: 0;
}

.calc-tile-badge.accent {
    background: var(--accent-ink);
    color: var(--accent-2);
    border-color: var(--accent-ink-2);
}

.calc-tile-title {
    font-size: var(--fs-md);
    font-weight: 700;
    color: var(--text);
    letter-spacing: -.02em;
}

.calc-tile-desc {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.55;
    flex: 1;
}

.calc-tile-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--fs-xs);
    font-weight: 700;
    color: var(--primary);
    margin-top: var(--s2);
}

.calc-tile-link svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .15s;
}

.calc-tile:hover .calc-tile-link svg {
    transform: translateX(4px);
}

.how-section {
    background: var(--bg);
}

.steps-grid {
    display: grid;
    gap: var(--s4);
    margin-top: var(--s8);
}

@media(min-width:768px) {
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:1024px) {
    .steps-grid {
        grid-template-columns: repeat(4, 1fr);
        position: relative;
    }

    .steps-grid::before {
        content: '';
        position: absolute;
        top: 28px;
        left: calc(12.5% + 14px);
        right: calc(12.5% + 14px);
        height: 1px;
        background: linear-gradient(90deg, var(--primary), var(--primary-ink));
        z-index: 0;
    }
}

.step {
    display: flex;
    flex-direction: column;
    gap: var(--s3);
    position: relative;
    z-index: 1;
}

.step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid var(--border-2);
    background: var(--panel);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-num-inner {
    font-family: var(--ff-display);
    font-size: var(--fs-xl);
    font-weight: 900;
    font-style: italic;
    color: var(--primary);
    line-height: 1;
}

.step-title {
    font-size: var(--fs-md);
    font-weight: 700;
    color: var(--text);
    letter-spacing: -.01em;
}

.step-text {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.6;
}

.blog-section {
    background: var(--bg-2);
    border-top: 1px solid var(--border);
}

.blog-grid {
    display: grid;
    gap: var(--s4);
    margin-top: var(--s7);
}

@media(min-width:640px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:1024px) {
    .blog-grid {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto auto;
    }

    .blog-post-card:first-child {
        grid-column: 1 / 8;
        flex-direction: row;
    }

    .blog-post-card:first-child .post-thumb {
        width: 45%;
        height: auto;
        flex-shrink: 0;
    }

    .blog-post-card:nth-child(2) {
        grid-column: 8 / 13;
    }

    .blog-post-card:nth-child(3) {
        grid-column: 1 / 5;
    }

    .blog-post-card:nth-child(4) {
        grid-column: 5 / 9;
    }

    .blog-post-card:nth-child(5) {
        grid-column: 9 / 13;
    }
}

.blog-post-card {
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: border-color .18s, transform .18s, box-shadow .18s, background-color .3s;
}

.blog-post-card:hover {
    border-color: var(--border-3);
    transform: translateY(-3px);
    box-shadow: var(--sh-md);
}

.post-thumb {
    height: 160px;
    background: var(--bg-3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    position: relative;
    overflow: hidden;
}

.post-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary-ink) 0%, transparent 60%);
}

.post-body {
    padding: var(--s5);
    display: flex;
    flex-direction: column;
    gap: var(--s2);
    flex: 1;
}

.post-cat {
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
}

.post-title {
    font-size: var(--fs-md);
    font-weight: 700;
    color: var(--text);
    line-height: 1.35;
    letter-spacing: -.02em;
}

.blog-post-card:first-child .post-title {
    font-family: var(--ff-display);
    font-size: var(--fs-xl);
    letter-spacing: -.03em;
}

.post-excerpt {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.55;
    flex: 1;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: var(--s3);
    padding-top: var(--s3);
    border-top: 1px solid var(--border);
    margin-top: auto;
}

.post-date {
    font-size: var(--fs-xs);
    color: var(--text-3);
}

.post-tag {
    padding: 2px 8px;
    border-radius: var(--r-pill);
    font-size: 10px;
    font-weight: 700;
    background: var(--raised);
    color: var(--text-3);
}

.disclaimer-bar {
    background: var(--primary-ink);
    border-top: 1px solid var(--primary-ink-2);
    border-bottom: 1px solid var(--primary-ink-2);
    padding: var(--s3) 0;
}

.disclaimer-inner {
    display: flex;
    align-items: flex-start;
    gap: var(--s3);
    font-size: 11px;
    color: var(--text-3);
    line-height: 1.5;
}

.disclaimer-icon {
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
}

.cta-section {
    background: var(--bg);
    position: relative;
    overflow: hidden;
    padding: var(--s10) 0;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 100%, var(--primary-ink-2), transparent);
}

.cta-inner {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.cta-lead {
    font-size: var(--fs-lg);
    color: var(--text-2);
    max-width: 44ch;
    margin: 0 auto var(--s7);
    line-height: 1.6;
}

.cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s3);
    justify-content: center;
    margin-bottom: var(--s5);
}

.cta-micro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--s4);
    margin-top: var(--s5);
}

.cta-micro-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--fs-xs);
    color: var(--text-3);
    font-weight: 600;
}

.cta-micro-check {
    color: var(--accent);
    font-size: 11px;
}

/* ==========================================================================
   blog/glosario/contenido
   ========================================================================== */
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--s4);
    margin-bottom: var(--s7);
    padding: var(--s5) 0;
    border-bottom: 1px solid var(--border);
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
}

.filter-tab {
    padding: var(--s2) var(--s4);
    border-radius: var(--r-pill);
    border: 1px solid var(--border-2);
    background: transparent;
    color: var(--text-3);
    font: 600 var(--fs-sm)/1 var(--ff-body);
    cursor: pointer;
    transition: all .15s;
}

.filter-tab:hover {
    border-color: var(--border-3);
    color: var(--text-2);
}

.filter-tab.active {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--text-inv);
    box-shadow: var(--sh-primary);
}

.filter-count {
    font-size: var(--fs-xs);
    color: var(--text-3);
}

.blog-grid-2 {
    display: grid;
    gap: var(--s4);
}

@media(min-width:640px) {
    .blog-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:960px) {
    .blog-grid-2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.blog-card {
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: all .2s;
    position: relative;
}

.blog-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--accent);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
}

.blog-card:hover {
    box-shadow: var(--sh-lg);
    transform: translateY(-3px);
    border-color: var(--border-3);
}

.blog-card:hover::before {
    transform: scaleY(1);
}

.blog-thumb {
    height: 180px;
    background: var(--bg-3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    position: relative;
    overflow: hidden;
}

.blog-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary-ink) 0%, transparent 60%);
}

.blog-body {
    padding: var(--s5);
    display: flex;
    flex-direction: column;
    gap: var(--s2);
    flex: 1;
}

.blog-cat {
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
}

.blog-title {
    font-size: var(--fs-lg);
    font-weight: 700;
    color: var(--text);
    line-height: 1.35;
    letter-spacing: -.02em;
}

.blog-excerpt {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.65;
    flex: 1;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: var(--s3);
    padding-top: var(--s3);
    border-top: 1px solid var(--border);
    margin-top: auto;
    flex-wrap: wrap;
}

.blog-date {
    font-size: var(--fs-xs);
    color: var(--text-3);
}

.blog-tag {
    padding: 2px 8px;
    border-radius: var(--r-pill);
    font-size: 10px;
    font-weight: 700;
    background: var(--raised);
    color: var(--text-3);
}

.blog-reading-time {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: var(--fs-xs);
    color: var(--text-3);
}

.blog-reading-time svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.glossary-controls {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s4);
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--s7);
    padding: var(--s5) 0;
    border-bottom: 1px solid var(--border);
}

.glossary-search {
    width: min(520px, 100%);
}

.term-grid {
    display: grid;
    gap: var(--s4);
}

@media(min-width:640px) {
    .term-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:960px) {
    .term-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.term-card {
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-lg);
    padding: var(--s5);
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s, border-color .2s, background-color .3s;
}

.term-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--accent);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1);
}

.term-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh-lg);
    border-color: var(--border-3);
}

.term-card:hover::before {
    transform: scaleY(1);
}

.term-title {
    font-size: var(--fs-lg);
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: 6px;
    line-height: 1.25;
}

.term-excerpt {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.65;
}

.term-meta {
    margin-top: var(--s4);
    display: flex;
    gap: var(--s2);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: var(--text-3);
    font-size: var(--fs-xs);
}

.term-pill {
    padding: 2px 8px;
    border-radius: var(--r-pill);
    font-size: 10px;
    font-weight: 800;
    background: var(--raised);
    color: var(--text-3);
}

.empty-state {
    padding: var(--s8);
    border-radius: var(--r-xl);
    border: 1px solid var(--border-2);
    background: var(--bg-2);
    text-align: center;
    color: var(--text-2);
}

.content-grid {
    display: grid;
    gap: var(--s9);
    margin-top: var(--s8);
}

@media(min-width:960px) {
    .content-grid {
        grid-template-columns: 260px 1fr;
        gap: var(--s10);
    }
}

.content-sidebar {
    display: none;
}

@media(min-width:960px) {
    .content-sidebar {
        display: block;
        position: sticky;
        top: calc(var(--header-h) + var(--s6));
        align-self: start;
    }
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sidebar-nav a {
    display: flex;
    align-items: center;
    gap: var(--s2);
    padding: var(--s2) var(--s3);
    border-radius: var(--r-sm);
    text-decoration: none;
    color: var(--text-3);
    font-size: var(--fs-sm);
    font-weight: 600;
    transition: color .12s, background .12s;
    position: relative;
}

.sidebar-nav a:hover {
    color: var(--text);
    background: var(--panel);
}

.sidebar-nav a.active {
    color: var(--primary);
    background: var(--primary-ink);
}

.sidebar-nav a.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.article {
    max-width: 720px;
}

.article h2 {
    font-family: var(--ff-display);
    font-size: var(--fs-2xl);
    font-weight: 900;
    color: var(--text);
    margin: var(--s8) 0 var(--s4);
    letter-spacing: -.03em;
    line-height: 1.2;
}

.article h2:first-child {
    margin-top: 0;
}

.article h3 {
    font-size: var(--fs-xl);
    font-weight: 700;
    color: var(--text);
    margin: var(--s6) 0 var(--s3);
    letter-spacing: -.02em;
}

.article p {
    margin-bottom: var(--s5);
    line-height: 1.75;
    color: var(--text-2);
}

.article ul,
.article ol {
    margin: var(--s5) 0;
    padding-left: var(--s6);
    color: var(--text-2);
}

.article li {
    margin-bottom: var(--s3);
    line-height: 1.7;
}

.article li::marker {
    color: var(--accent);
}

.callout {
    background: var(--primary-ink);
    border: 1px solid var(--primary-ink-2);
    border-left: 3px solid var(--accent);
    border-radius: var(--r-md);
    padding: var(--s5);
    margin: var(--s6) 0;
}

.callout-title {
    display: flex;
    align-items: center;
    gap: var(--s2);
    font-weight: 700;
    color: var(--text);
    margin-bottom: var(--s3);
    font-size: var(--fs-md);
}

.callout-icon {
    font-size: 18px;
}

.table-wrap {
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-lg);
    overflow: auto;
    box-shadow: var(--sh-sm);
}

.table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.table th,
.table td {
    padding: var(--s3) var(--s4);
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}

.table th {
    text-align: left;
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-3);
    background: rgba(90, 143, 219, .10);
    position: sticky;
    top: 0;
    z-index: 1;
}

.table tr:hover td {
    background: rgba(255, 255, 255, .02);
}

.table td strong {
    color: var(--text);
}

.faq-list {
    display: grid;
    gap: var(--s3);
}

.faq-item {
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-lg);
    padding: var(--s4);
}

.faq-item[open] {
    border-color: var(--primary-ink-2);
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    font-weight: 800;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s3);
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "▾";
    color: var(--text-3);
    font-weight: 900;
    transform: translateY(-1px);
}

.faq-item[open] summary::after {
    content: "▴";
}

.faq-item .faq-body {
    margin-top: var(--s3);
    color: var(--text-2);
    font-size: var(--fs-sm);
    line-height: 1.75;
}

/* ==========================================================================
   formularios/newsletter
   ========================================================================== */
.field-label {
    display: block;
    font-size: var(--fs-2xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--text-3);
    margin-bottom: var(--s2);
}

.field-row {
    display: flex;
    align-items: center;
    background: var(--bg-3);
    border: 1px solid var(--border-2);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: border-color .15s, box-shadow .15s, background-color .3s;
}

.field-row:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-ink);
}

.field-prefix,
.field-suffix {
    padding: 0 var(--s3);
    font-size: var(--fs-sm);
    color: var(--text-3);
    min-height: 46px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    background: var(--panel);
}

.field-prefix {
    border-right: 1px solid var(--border);
}

.field-suffix {
    border-left: 1px solid var(--border);
}

.field-input {
    flex: 1;
    padding: 0 var(--s3);
    min-width: 0;
    background: transparent;
    border: none;
    font: 600 var(--fs-md)/1 var(--ff-body);
    color: var(--text);
}

.field-input:focus {
    outline: none;
}

.field-input::placeholder {
    color: var(--text-3);
    font-weight: 400;
}

.field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-hint {
    font-size: var(--fs-xs);
    color: var(--text-3);
    line-height: 1.45;
}

.form-help {
    margin-top: var(--s2);
    color: var(--text-3);
    font-size: var(--fs-xs);
    line-height: 1.6;
}

.check-row {
    display: flex;
    gap: var(--s3);
    align-items: flex-start;
    margin-top: var(--s4);
}

.check-row input {
    margin-top: 3px;
}

.check-row label {
    color: var(--text-2);
    font-size: var(--fs-sm);
    line-height: 1.6;
}

.auth-shell {
    min-height: calc(100vh - var(--header-h));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--s9) 0;
}

.auth-card {
    width: min(560px, 100%);
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-xl);
    box-shadow: var(--sh-lg);
    padding: var(--s7);
    position: relative;
    overflow: hidden;
}

.auth-card::before {
    content: '';
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 25% 25%, var(--primary-ink-2), transparent 55%),
        radial-gradient(circle at 75% 75%, var(--accent-ink-2), transparent 55%);
    opacity: .9;
    pointer-events: none;
}

.auth-card-inner {
    position: relative;
    z-index: 1;
}

.auth-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--s5);
}

.auth-brand img {
    height: 36px;
    width: auto;
}

.auth-title {
    font-family: var(--ff-display);
    font-size: var(--fs-2xl);
    font-weight: 900;
    letter-spacing: -.03em;
    text-align: center;
    margin-bottom: var(--s2);
}

.auth-sub {
    text-align: center;
    color: var(--text-2);
    margin-bottom: var(--s6);
    line-height: 1.65;
}

.auth-alert {
    border-radius: var(--r-md);
    padding: var(--s4);
    margin-bottom: var(--s4);
    border: 1px solid var(--border-2);
    background: var(--bg-3);
    color: var(--text-2);
    font-size: var(--fs-sm);
    line-height: 1.6;
}

.auth-alert.error {
    background: rgba(255, 86, 86, .08);
    border-color: rgba(255, 86, 86, .18);
    color: var(--text);
}

.auth-alert.success {
    background: rgba(90, 219, 150, .10);
    border-color: rgba(90, 219, 150, .22);
    color: var(--text);
}

.auth-actions {
    display: flex;
    gap: var(--s3);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: var(--s5);
}

.auth-note {
    font-size: var(--fs-xs);
    color: var(--text-3);
    line-height: 1.55;
}

.newsletter-section {
    background: var(--bg-2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.newsletter-inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--r-md);
    background: var(--primary-ink);
    border: 1px solid var(--primary-ink-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto var(--s5);
}

.newsletter-title {
    font-family: var(--ff-display);
    font-size: var(--fs-2xl);
    font-weight: 900;
    color: var(--text);
    margin-bottom: var(--s3);
    letter-spacing: -.03em;
}

.newsletter-text {
    font-size: var(--fs-md);
    color: var(--text-2);
    line-height: 1.7;
    margin-bottom: var(--s6);
}

.newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s3);
    max-width: 480px;
    margin: 0 auto;
}

@media(max-width:639px) {
    .newsletter-form {
        flex-direction: column;
    }
}

.newsletter-input {
    flex: 1;
    min-height: 48px;
    padding: 0 var(--s4);
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-md);
    font: 400 var(--fs-sm)/1 var(--ff-body);
    color: var(--text);
    transition: border-color .15s;
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-ink);
}

.newsletter-input::placeholder {
    color: var(--text-3);
}

.newsletter-disclaimer {
    font-size: var(--fs-xs);
    color: var(--text-3);
    margin-top: var(--s3);
    line-height: 1.5;
}

.newsletter-consent {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: var(--fs-xs);
    color: var(--text-3);
    line-height: 1.4;
    margin-top: 2px;
}

.newsletter-consent input {
    margin-top: 2px;
}

.newsletter-consent a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--border-3);
}

.newsletter-consent a:hover {
    text-decoration-color: var(--primary);
}

/* ==========================================================================
   ads/cmp
   ========================================================================== */
body.has-ad-fixed #contenido {
    padding-bottom: var(--ad-fixed-h);
}

.ad-fixed[hidden] {
    display: none !important;
}

.ad-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: var(--panel);
    border-top: 1px solid var(--border-2);
    box-shadow: var(--sh-lg);
    z-index: 900;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .18s ease, transform .18s ease, background-color .3s, border-color .3s;
}

.ad-fixed.is-active {
    opacity: 1;
    transform: translateY(0);
}

.ad-fixed.is-hidden {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
}

.ad-fixed-inner {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ad-fixed-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s3);
    padding: 0 var(--s3);
}

.ad-fixed .ad-label {
    padding: 0;
    font-size: 9px;
    line-height: 1;
}

.ad-fixed .ad-box {
    padding: 0;
}

.ad-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--text-3);
    padding: 10px 12px 0;
}

.ad-box {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 12px 12px;
}

.ad-box-copy {
    padding: 0 var(--s3) 2px;
}

.ad-fixed-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.adslot_fixed_footer {
    display: block;
    width: 320px;
    height: 50px;
    max-width: 100%;
}

@media(min-width:500px) {
    .ad-fixed-slot {
        min-height: 60px;
    }

    .adslot_fixed_footer {
        width: 468px;
        height: 60px;
    }
}

@media(min-width:768px) {
    .ad-fixed-head {
        padding: 0 var(--s4);
    }

    .ad-box-copy {
        padding: 0 var(--s4) 2px;
    }
}

@media(min-width:800px) {
    .ad-fixed-slot {
        min-height: 90px;
    }

    .adslot_fixed_footer {
        width: 728px;
        height: 90px;
    }
}

@media(min-width:1280px) {
    body.has-ad-fixed #contenido {
        padding-bottom: 0;
    }
}

.ad-box-title {
    font-weight: 800;
    color: var(--text);
    margin-bottom: 4px;
}

.ad-box-text {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.35;
}

.ad-inline {
    margin: var(--s6) 0;
    background: linear-gradient(135deg, var(--primary-ink), var(--accent-ink));
    border: 1px solid var(--primary-ink-2);
    border-radius: var(--r-lg);
    overflow: hidden;
}

.ad-inline-box {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: inherit;
}

.no-scroll {
    overflow: hidden;
}

.cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 999;
    border: 1px solid var(--border-2);
    background: var(--bg-2);
    border-radius: var(--r-xl);
    box-shadow: var(--sh-lg);
    padding: var(--s4);
}

.cookie-banner-inner {
    display: flex;
    gap: var(--s4);
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cookie-banner-title {
    font-weight: 900;
    letter-spacing: -.02em;
    margin-bottom: 6px;
}

.cookie-banner-desc {
    color: var(--text-2);
    margin: 0;
    line-height: 1.5;
    font-size: var(--fs-sm);
    max-width: 70ch;
}

.cookie-banner-actions {
    display: flex;
    gap: var(--s2);
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media(min-width:760px) {
    .cookie-banner {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

    .cookie-banner-actions {
        flex-wrap: nowrap;
    }
}

.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: var(--s4);
}

.cookie-modal[hidden] {
    display: none;
}

.cookie-modal-scrim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(4px);
}

.cookie-modal-card {
    position: relative;
    width: min(760px, 100%);
    max-height: min(80vh, 720px);
    overflow: auto;
    border-radius: var(--r-xl);
    border: 1px solid var(--border-2);
    background: var(--panel);
    box-shadow: var(--sh-lg);
}

.cookie-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s3);
    padding: var(--s5);
    border-bottom: 1px solid var(--border-2);
}

.cookie-modal-title {
    margin: 0;
    font-size: var(--fs-xl);
    letter-spacing: -.02em;
}

.cookie-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--border-2);
    background: var(--bg-2);
    color: var(--text);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 22px;
    line-height: 1;
}

.cookie-modal-body {
    padding: var(--s5);
}

.cookie-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s4);
    padding: var(--s4);
    border: 1px solid var(--border-2);
    background: var(--bg-2);
    border-radius: var(--r-xl);
    margin-bottom: var(--s3);
}

.cookie-option-title {
    font-weight: 900;
    margin-bottom: 6px;
}

.cookie-option-desc {
    color: var(--text-2);
    font-size: var(--fs-sm);
    line-height: 1.55;
}

.cookie-pill {
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--raised);
    color: var(--text-2);
    border: 1px solid var(--border-2);
    white-space: nowrap;
}

.cookie-switch {
    position: relative;
    width: 52px;
    height: 32px;
    display: inline-block;
}

.cookie-switch input {
    position: absolute;
    opacity: 0;
    inset: 0;
}

.cookie-switch-ui {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: var(--raised);
    border: 1px solid var(--border-2);
    transition: .2s ease;
}

.cookie-switch-ui::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--text);
    opacity: .6;
    transition: .2s ease;
}

.cookie-switch input:checked+.cookie-switch-ui {
    background: rgba(90, 143, 219, .25);
    border-color: rgba(90, 143, 219, .5);
}

.cookie-switch input:checked+.cookie-switch-ui::after {
    transform: translateX(20px);
    opacity: .9;
}

.cookie-note {
    margin-top: var(--s4);
    color: var(--text-2);
    font-size: var(--fs-sm);
    line-height: 1.6;
}

.cookie-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: var(--s2);
    padding: var(--s5);
    border-top: 1px solid var(--border-2);
}

#fc-consent-root,
.fc-consent-root,
.fc-dialog-container,
.fc-consent-dialog,
.fc-choice-dialog,
.fc-privacy-dialog,
iframe[src*="fundingchoicesmessages.google.com"] {
    z-index: 2147483647 !important;
}

/* ==========================================================================
   calculadoras
   ========================================================================== */
.calcs-grid-2 {
    display: grid;
    gap: var(--s4);
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.calc-card {
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-lg);
    padding: var(--s5);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: var(--s3);
    position: relative;
    overflow: hidden;
    transition: border-color .18s, transform .18s, box-shadow .18s, background-color .3s;
}

.calc-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--accent);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1);
}

.calc-card:hover {
    border-color: var(--primary-ink-2);
    transform: translateY(-3px);
    box-shadow: var(--sh-md);
}

.calc-card:hover::before {
    transform: scaleY(1);
}

.calc-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--s3);
}

.calc-emoji {
    font-size: 28px;
    line-height: 1;
}

.calc-badges {
    display: flex;
    flex-direction: column;
    gap: var(--s2);
    align-items: flex-end;
}

.calc-badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: var(--r-pill);
    background: var(--primary-ink);
    color: var(--primary);
    border: 1px solid var(--primary-ink-2);
    white-space: nowrap;
}

.calc-badge.accent {
    background: var(--accent-ink);
    color: var(--accent-2);
    border-color: var(--accent-ink-2);
}

.calc-badge.new {
    background: rgba(245, 166, 35, .1);
    color: #F5A623;
    border-color: rgba(245, 166, 35, .2);
}

.calc-title {
    font-size: var(--fs-lg);
    font-weight: 700;
    color: var(--text);
    letter-spacing: -.02em;
    line-height: 1.3;
}

.calc-desc {
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.65;
    flex: 1;
}

.calc-meta {
    display: flex;
    align-items: center;
    gap: var(--s4);
    padding-top: var(--s3);
    border-top: 1px solid var(--border);
}

.calc-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--fs-xs);
    color: var(--text-3);
}

.calc-meta-item svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.calc-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--fs-xs);
    font-weight: 700;
    color: var(--primary);
    margin-top: var(--s2);
}

.calc-link svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .15s;
}

.calc-card:hover .calc-link svg {
    transform: translateX(4px);
}

.calc-tool {
    display: grid;
    gap: var(--s4);
    align-items: start;
}

@media(min-width:960px) {
    .calc-tool {
        grid-template-columns: 1.05fr 0.95fr;
        gap: var(--s6);
    }
}

.calc-box {
    background: var(--panel);
    border: 1px solid var(--border-2);
    border-radius: var(--r-lg);
    box-shadow: var(--sh-sm);
    padding: var(--s6);
    transition: background-color .3s, border-color .3s;
}

.calc-box.soft {
    background: linear-gradient(135deg, var(--primary-ink), var(--accent-ink));
    border-color: var(--primary-ink-2);
}

.calc-box-head {
    margin-bottom: var(--s4);
}

.calc-box-title {
    font-family: var(--ff-display);
    font-size: var(--fs-2xl);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.15;
    color: var(--text);
}

.calc-box-sub {
    margin-top: 6px;
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.6;
}

.calc-form {
    display: flex;
    flex-direction: column;
    gap: var(--s4);
}

.mode-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
    margin-bottom: var(--s2);
}

.mode-tab {
    padding: 10px 14px;
    border-radius: var(--r-pill);
    border: 1px solid var(--border-2);
    background: transparent;
    color: var(--text-3);
    font: 700 var(--fs-sm)/1 var(--ff-body);
    cursor: pointer;
    transition: all .15s;
}

.mode-tab:hover {
    border-color: var(--border-3);
    color: var(--text-2);
    background: var(--panel);
}

.mode-tab.active {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--text-inv);
    box-shadow: var(--sh-primary);
}

.result-kicker {
    font-size: var(--fs-2xs);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--text-3);
}

.result-big {
    margin-top: 8px;
    font-family: var(--ff-display);
    font-size: var(--fs-3xl);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.05;
    color: var(--text);
}

.result-sub {
    margin-top: 8px;
    font-size: var(--fs-sm);
    color: var(--text-2);
    line-height: 1.6;
}

.result-list {
    margin-top: var(--s5);
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--border);
    padding-top: var(--s3);
}

.result-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--s4);
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: var(--fs-sm);
    color: var(--text-2);
}

.result-row:last-child {
    border-bottom: none;
}

.result-row strong {
    color: var(--text);
    font-weight: 800;
    white-space: nowrap;
}

.calc-note {
    margin-top: var(--s4);
    font-size: var(--fs-xs);
    color: var(--text-3);
    line-height: 1.5;
}

.calc-mini-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s3);
    margin-top: var(--s4);
}

.calc-mini-actions .btn {
    flex: 1 1 140px;
    justify-content: center;
}

.bridge-panel {
    margin-top: var(--s8);
    display: grid;
    gap: var(--s5);
    align-items: start;
    padding: var(--s6);
    background: linear-gradient(135deg, var(--primary-ink), var(--accent-ink));
    border: 1px solid var(--primary-ink-2);
    border-radius: var(--r-xl);
    box-shadow: var(--sh-sm);
}

@media(min-width:960px) {
    .bridge-panel {
        grid-template-columns: minmax(0, 1.5fr) minmax(280px, .9fr);
        gap: var(--s6);
    }
}

.bridge-panel-compact {
    margin: 0 0 var(--s7);
    padding: var(--s5);
}

.bridge-panel-main,
.bridge-panel-side {
    min-width: 0;
}

.bridge-panel-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bridge-kicker {
    display: inline-flex;
    align-items: center;
    gap: var(--s2);
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: var(--s3);
}

.bridge-title {
    font-family: var(--ff-display);
    font-size: clamp(1.6rem, 2vw + 1rem, 2.5rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.03em;
    color: var(--text);
}

.bridge-panel-compact .bridge-title {
    font-size: clamp(1.35rem, 1.2vw + 1rem, 2rem);
}

.bridge-text {
    margin-top: var(--s3);
    font-size: var(--fs-md);
    color: var(--text-2);
    line-height: 1.7;
}

.bridge-points {
    margin: var(--s4) 0 0;
    padding-left: var(--s5);
    color: var(--text-2);
}

.bridge-points li {
    margin-bottom: var(--s2);
    line-height: 1.65;
}

.bridge-points li:last-child {
    margin-bottom: 0;
}

.bridge-points li::marker {
    color: var(--accent);
}

.bridge-brand-line {
    margin-bottom: var(--s4);
    font-size: var(--fs-sm);
    font-weight: 700;
    letter-spacing: -.01em;
    color: var(--text);
    line-height: 1.55;
}

.bridge-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s3);
}

.bridge-actions .btn {
    flex: 1 1 220px;
}

.bridge-note {
    margin-top: var(--s4);
    font-size: var(--fs-xs);
    color: var(--text-3);
    line-height: 1.55;
}

@media(max-width:639px) {
    .bridge-panel {
        padding: var(--s5);
    }

    .bridge-actions .btn {
        width: 100%;
    }
}

/* ==========================================================================
   utilidades/responsive
   ========================================================================== */
.calc-card.hidden,
.blog-card.hidden {
    display: none;
}

@media(max-width:639px) {
    .hero {
        padding: var(--s7) 0 var(--s6);
        min-height: auto;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .steps-grid::before {
        display: none;
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}