/* ==========================================================================
   GRABAPRIME - TORYCHAT-STYLE CLEAN DESIGN SYSTEM
   Full-width, Viewport-optimized Hero, Clean Floating Cards & Geometry
   ========================================================================== */

:root {
    /* Brand Colors */
    --c-blue: #1d63ff;
    /* Royal Blue */
    --c-orange: #ff9f1c;
    /* Warm Orange */
    --c-orange-dark: #f58400;
    --c-green: #22c55e;
    /* Emerald Green */
    --c-purple: #c084fc;
    /* Soft Lavender */

    /* Neutrals */
    --bg-page: #ffffff;
    --bg-surface: #f8fafc;
    --bg-surface-alt: #f1f5f9;
    --text-title: #0f172a;
    /* Pitch Charcoal */
    --text-muted: #64748b;
    /* Slate */
    --border-card: #e2e8f0;
    --border-subtle: #f1f5f9;

    /* Shadows */
    --shadow-float: 0 16px 32px -8px rgba(15, 23, 42, 0.12), 0 4px 12px -2px rgba(15, 23, 42, 0.04);
    --shadow-card: 0 8px 24px -4px rgba(15, 23, 42, 0.06);
    --shadow-button: 0 8px 20px -4px rgba(255, 159, 28, 0.45);

    /* Radii */
    --radius-pill: 9999px;
    --radius-card: 24px;
    --radius-box: 16px;

    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 72px;
    font-size: 16px;
}

body {
    font-family: var(--font);
    background-color: var(--bg-page);
    color: var(--text-muted);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.max-w-800 {
    max-width: 800px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-blue {
    color: var(--c-blue);
}

.text-orange {
    color: var(--c-orange-dark);
}



/* Header & Navbar */
.header {
    background: #ffffff;
    border-bottom: 1px solid var(--border-card);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: box-shadow 0.2s ease;
}

.header.scrolled {
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.08);
}

.header-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: 60px;
}

.logo {
    height: 34px;
    width: auto;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    justify-content: center;
}

.nav-item {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    text-decoration: none;
    position: relative;
    padding: 0.25rem 0;
    transition: var(--transition);
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--c-blue);
    border-radius: 2px;
    transition: width 0.25s ease;
}

.nav-item:hover::after,
.nav-item.active::after {
    width: 100%;
}

.nav-item:hover,
.nav-item.active {
    color: var(--text-title);
    font-weight: 700;
}

.nav-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.25rem;
}

.btn-text {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-title);
    text-decoration: none;
}

.btn-text:hover {
    color: var(--c-blue);
}

.btn-pill-orange {
    background: linear-gradient(135deg, var(--c-orange) 0%, var(--c-orange-dark) 100%);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.5rem 1.4rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: var(--shadow-button);
    transition: var(--transition);
    display: inline-block;
}

.btn-pill-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -4px rgba(255, 159, 28, 0.6);
}

.btn-lg {
    padding: 0.95rem 2.25rem;
    font-size: 1.05rem;
}

.full-width {
    width: 100%;
    text-align: center;
}

/* Hero Section (Above the Fold Viewport Fit with Smooth Bottom Fade) */
.hero-section {
    padding: 2.25rem 0 3.85rem;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #f8fafc 100%);
    position: relative;
}

.hero-text-block {
    max-width: 980px;
    margin: 0 auto 1.75rem;
}

.hero-title {
    font-size: clamp(2.2rem, 4.5vw, 3.85rem);
    font-weight: 800;
    color: var(--text-title);
    letter-spacing: -0.04em;
    line-height: 1.15;
    margin-bottom: 0.85rem;
    white-space: nowrap;
}

.hero-desc {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.55;
    max-width: 850px;
    margin: 0 auto;
}

/* Stage Composition Container */
.stage-container {
    position: relative;
    max-width: 960px;
    height: 415px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* Background Seamless Fading Grid behind Machine */
.hero-grid-backdrop {
    position: absolute;
    bottom: 0;
    width: 580px;
    height: 390px;
    background:
        linear-gradient(to right, rgba(148, 163, 184, 0.45) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(148, 163, 184, 0.45) 1px, transparent 1px);
    background-size: 24px 24px;
    -webkit-mask-image: radial-gradient(ellipse 68% 68% at 50% 55%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 0) 78%);
    mask-image: radial-gradient(ellipse 68% 68% at 50% 55%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 0) 78%);
    border: none;
    box-shadow: none;
    z-index: 1;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-tech-glow {
    position: absolute;
    width: 290px;
    height: 290px;
    background: radial-gradient(circle, rgba(29, 99, 255, 0.22) 0%, rgba(245, 132, 0, 0.1) 45%, transparent 70%);
    border-radius: 50%;
    filter: blur(30px);
    pointer-events: none;
}

/* Centered Machine */
.character-container {
    position: absolute;
    bottom: 28px;
    width: 350px;
    height: 340px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.character-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 15px 28px rgba(0, 0, 0, 0.16));
}

/* Floating White Cards */
.floating-white-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: var(--shadow-float);
    border: 1px solid rgba(241, 245, 249, 0.95);
    position: relative;
    z-index: 10;
}

/* Left Group */
.left-floating-group {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 10;
}

.doodle-marker {
    position: absolute;
    top: -45px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pill-tag-yellow {
    background: var(--c-orange);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.15rem 0.55rem;
    border-radius: var(--radius-pill);
    box-shadow: 0 2px 6px rgba(255, 159, 28, 0.35);
}

.squiggle-svg {
    width: 22px;
    height: 34px;
}

.card-onboard {
    padding: 1rem 1.15rem;
    width: 215px;
    text-align: center;
}

.insumos-pair-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    height: 62px;
    margin-bottom: 0.45rem;
}

.insumo-pair-img {
    height: 58px;
    width: auto;
    max-width: 48%;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.14));
    transition: transform 0.2s ease;
}

.card-onboard:hover .insumo-pair-img {
    transform: scale(1.06);
}

.card-onboard h4 {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0.2rem;
}

.card-onboard p {
    font-size: 0.68rem;
    color: var(--text-muted);
    line-height: 1.35;
    margin-bottom: 0.65rem;
}

.btn-green-pill {
    background: var(--c-green);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.45rem 1.1rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    box-shadow: 0 4px 10px rgba(34, 197, 94, 0.3);
    transition: var(--transition);
}

.btn-green-pill:hover {
    transform: translateY(-2px);
    background: #16a34a;
}

/* Left Bottom Chat */
.left-chat-bubble {
    position: absolute;
    left: 15px;
    bottom: 74px;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
}

.avatar-tag {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.avatar-orange {
    background: #ffedd5;
    color: #ea580c;
}

.chat-text-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 0.65rem 0.85rem;
    box-shadow: var(--shadow-float);
    border: 1px solid var(--border-subtle);
    max-width: 215px;
}

.chat-row-sender {
    font-size: 0.68rem;
    font-weight: 800;
    color: #ea580c;
    margin-bottom: 0.15rem;
}

.chat-row-main {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--text-title);
}

.chat-row-sub {
    font-size: 0.68rem;
    color: var(--text-muted);
    margin-top: 0.15rem;
}

/* Right Group */
.right-floating-group {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 10;
}

.sales-tag-wrapper {
    position: absolute;
    top: -18px;
    left: 15px;
}

.pill-tag-blue {
    background: var(--c-blue);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.15rem 0.55rem;
    border-radius: var(--radius-pill);
    box-shadow: 0 2px 6px rgba(29, 99, 255, 0.35);
}

.pill-tag-green {
    background: var(--c-green);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.15rem 0.55rem;
    border-radius: var(--radius-pill);
}

.card-cloud {
    padding: 1rem 1.15rem;
    width: 215px;
    text-align: center;
}

.cloud-preview-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    margin-bottom: 0.45rem;
    position: relative;
}

.cloud-preview-img {
    height: 62px;
    width: auto;
    max-width: 95%;
    object-fit: contain;
    transform: scale(1.45);
    filter: drop-shadow(0 8px 16px rgba(29, 99, 255, 0.22)) drop-shadow(0 4px 8px rgba(15, 23, 42, 0.16));
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), filter 0.25s ease;
}

.card-cloud:hover .cloud-preview-img {
    transform: scale(1.45);
    filter: drop-shadow(0 8px 16px rgba(29, 99, 255, 0.22)) drop-shadow(0 4px 8px rgba(15, 23, 42, 0.16));
}

.card-cloud h4 {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0.2rem;
}

.card-cloud p {
    font-size: 0.68rem;
    color: var(--text-muted);
    line-height: 1.35;
    margin-bottom: 0.65rem;
}

.btn-blue-pill {
    background: var(--c-blue);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.45rem 1.1rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    box-shadow: 0 4px 10px rgba(29, 99, 255, 0.3);
    transition: var(--transition);
}

.btn-blue-pill:hover {
    transform: translateY(-2px);
    background: #1550d6;
}



/* Right Bottom Chat */
.right-chat-bubble {
    position: absolute;
    right: 15px;
    bottom: 55px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.blue-speech-bubble {
    background: var(--c-blue);
    color: #ffffff;
    border-radius: 14px;
    padding: 0.6rem 1rem;
    font-size: 0.74rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(29, 99, 255, 0.35);
    max-width: 225px;
}

.speech-title {
    font-weight: 800;
    margin-bottom: 0.1rem;
}

.avatar-tech {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--border-card);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.avatar-tech img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Bottom Floating Input Bar */
.bottom-input-bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
    max-width: 560px;
    background: #ffffff;
    border-radius: var(--radius-pill);
    box-shadow: 0 14px 32px -6px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(241, 245, 249, 0.95);
    display: flex;
    align-items: center;
    padding: 0.35rem 0.45rem 0.35rem 1.15rem;
    z-index: 20;
}

.at-symbol {
    font-size: 1rem;
    margin-right: 0.55rem;
}

.bottom-input-bar input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: var(--font-mono);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-title);
    text-transform: uppercase;
    outline: none;
}

.bottom-input-bar input::placeholder {
    font-family: var(--font);
    font-weight: 500;
    color: #94a3b8;
    text-transform: none;
}

.btn-send-round {
    width: 38px;
    height: 38px;
    background: var(--c-blue);
    color: #ffffff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(29, 99, 255, 0.35);
    transition: var(--transition);
    flex-shrink: 0;
}

.btn-send-round:hover {
    background: #0f4ee8;
    transform: scale(1.06);
}

/* Sections */
.section {
    padding: 4.5rem 0;
    content-visibility: auto;
    contain-intrinsic-size: 1px 500px;
}

.section-title-box {
    margin-bottom: 2.5rem;
}

.badge-pill {
    display: inline-block;
    background: #eff6ff;
    color: var(--c-blue);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.95rem;
    border-radius: var(--radius-pill);
    margin-bottom: 0.75rem;
}

/* Section Titles */
.section-title-box {
    margin-bottom: 2rem;
}

.section-title-box .badge-pill {
    margin-bottom: 0.5rem;
}

.section-title-box h2 {
    font-size: 1.95rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0.4rem;
}

.section-title-box p {
    font-size: 0.92rem;
    color: var(--text-muted);
}

/* ==========================================================================
   Section 2: Grabado de Patentes Oficial (Blue Showcase with SVG Tech Waves)
   ========================================================================== */
.section-blue-showcase {
    background: linear-gradient(135deg, #0b1f4c 0%, #1d63ff 50%, #1545b8 100%) !important;
    position: relative;
    padding: 3.5rem 0 3.75rem;
    overflow: hidden;
    color: #ffffff;
}

.blue-bg-svg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

.blue-bg-svg-pattern svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relative-z {
    position: relative;
    z-index: 2;
}

.title-white {
    color: #ffffff !important;
}

.text-blue-light {
    color: #cbd5e1 !important;
    max-width: 680px;
    margin: 0 auto;
}

.tag-clean-title {
    display: inline-block;
    color: #38bdf8;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.service-showcase-single {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    padding: 2rem 2.25rem;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2.25rem;
    align-items: center;
    box-shadow: 0 24px 50px -12px rgba(11, 31, 76, 0.45);
    max-width: 1120px;
    margin: 0 auto;
}

.service-single-img-wrap {
    position: relative;
    width: 100%;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
}

.service-single-img {
    width: 100%;
    max-width: 620px;
    height: auto;
    max-height: 410px;
    object-fit: contain;
    transform: scale(1.24);
    filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.52));
    transition: transform 0.4s ease;
    position: relative;
    z-index: 2;
}

.service-showcase-single:hover .service-single-img {
    transform: scale(1.28);
}

.service-single-content {
    display: flex;
    flex-direction: column;
}

.service-tag-row {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.5rem;
}

.tag-tech-white {
    font-size: 0.62rem;
    font-weight: 800;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.15rem 0.5rem;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tag-tech-orange {
    font-size: 0.62rem;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, var(--c-orange) 0%, var(--c-orange-dark) 100%);
    padding: 0.15rem 0.5rem;
    border-radius: var(--radius-pill);
    box-shadow: 0 2px 6px rgba(255, 159, 28, 0.35);
}

.service-single-content h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 0.4rem;
}

.service-single-content p {
    font-size: 0.82rem;
    color: #e2e8f0;
    line-height: 1.45;
    margin-bottom: 0.75rem;
}

.service-check-grid {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1.15rem;
    background: #ffffff;
    padding: 0.9rem 1.1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 28px -6px rgba(11, 31, 76, 0.28), 0 4px 10px rgba(0, 0, 0, 0.04);
}

.service-check-grid li {
    font-size: 0.79rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #22c55e;
    color: #ffffff;
    font-weight: 900;
    font-size: 0.65rem;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(34, 197, 94, 0.35);
}

.service-action-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.service-action-buttons .btn-lg {
    font-size: 0.84rem;
    padding: 0.65rem 1.35rem;
}

.btn-glass-white {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 0.84rem;
    font-weight: 700;
    padding: 0.65rem 1.25rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.btn-glass-white:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    transform: translateY(-2px);
    color: #ffffff !important;
}

/* Section 4: Venta de Insumos por Mayor */
.section-wholesale {
    background: linear-gradient(180deg, #f8fafc 0%, #edf4fc 50%, #f1f5f9 100%);
    border-top: 1px solid var(--border-subtle);
    padding: 3.8rem 0;
    position: relative;
    overflow: hidden;
}

.wholesale-bg-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.wholesale-bg-svg svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wholesale-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (max-width: 1050px) {
    .wholesale-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .wholesale-grid {
        grid-template-columns: 1fr;
    }
}

.wholesale-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.wholesale-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(29, 99, 255, 0.10);
    border-color: #93c5fd;
}

.wholesale-img-box {
    background: #f8fafc;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-bottom: 1px solid #f1f5f9;
    overflow: hidden;
    position: relative;
}

.wholesale-img-box.img-box-full {
    padding: 0;
    background: #000000;
}

.wholesale-img-box img {
    max-height: 110px;
    max-width: 90%;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
    transition: transform 0.25s ease;
}

.wholesale-img-box.img-box-full img,
.wholesale-img-box img.img-full-cover {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    filter: none;
}

.wholesale-card:hover .wholesale-img-box img {
    transform: scale(1.05);
}

.wholesale-content {
    padding: 0.95rem 1rem 1.05rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.wholesale-tag {
    align-self: flex-start;
    background: #eff6ff;
    color: #1d63ff;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 0.15rem 0.5rem;
    border-radius: 50px;
    margin-bottom: 0.35rem;
}

.wholesale-tag.tag-red {
    background: #fef2f2;
    color: #dc2626;
}

.wholesale-content h3 {
    font-size: 0.96rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.wholesale-content p {
    font-size: 0.76rem;
    color: var(--text-muted);
    line-height: 1.4;
    margin-bottom: 0.6rem;
}

.wholesale-spec {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.7rem;
    color: #334155;
    font-weight: 600;
    background: #f8fafc;
    padding: 0.4rem 0.55rem;
    border-radius: 8px;
    margin-bottom: 0.85rem;
    border: 1px solid #f1f5f9;
}

.btn-wholesale-buy {
    margin-top: auto;
    background: #1e40af;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.48rem 0.8rem;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-wholesale-buy:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.btn-wholesale-buy.btn-buy-red {
    background: #991b1b;
}

.btn-wholesale-buy.btn-buy-red:hover {
    background: #7f1d1d;
}

.btn-wholesale-buy.btn-edge-to-edge,
.btn-wholesale-buy.btn-full-square {
    margin: auto -1rem -1.05rem -1rem;
    width: calc(100% + 2rem);
    border-radius: 0;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    display: block;
    text-align: center;
    box-shadow: none;
}

/* Wholesale Bottom Callout (Diseño limpio, neutro y sin saturación) */
.wholesale-bottom-cta {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(226, 232, 240, 0.9);
    margin-top: 1.5rem;
}

.wholesale-cta-text h4 {
    font-size: 1.02rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.2rem;
}

.wholesale-cta-text p {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0;
}

.btn-wholesale-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #0f172a;
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 0.65rem 1.35rem;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

.btn-wholesale-cta:hover {
    background: #1e293b;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

@media (max-width: 768px) {
    .wholesale-bottom-cta {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem;
    }
}

/* ==========================================================================
   Section 3: GrabaPrime Cloud OS Software (Dedicated High-Impact Section)
   ========================================================================== */
.section-software {
    background: #ffffff;
    border-top: 1px solid var(--border-subtle);
    padding: 4.5rem 0;
    position: relative;
}

.badge-pill-tech {
    background: #eff6ff;
    color: var(--c-blue);
    border: 1px solid rgba(29, 99, 255, 0.2);
}

.cloud-showcase-card {
    background: transparent;
    border: none;
    box-shadow: none;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    padding: 0;
    gap: 3.5rem;
    position: relative;
}

/* Left Column: Cloud PC Mockup with 3 Premium Floating Cards (Reference Design) */
.cloud-hero-mockup-side {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 1.5rem 1.5rem;
}

.cloud-grid-backdrop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 360px;
    background:
        linear-gradient(to right, rgba(148, 163, 184, 0.42) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(148, 163, 184, 0.42) 1px, transparent 1px);
    background-size: 22px 22px;
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 80%);
    mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    z-index: 1;
}

.cloud-mockup-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(29, 99, 255, 0.12) 0%, rgba(255, 159, 28, 0.05) 50%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.large-cloud-mockup-img {
    width: 100%;
    max-width: 375px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 16px 32px rgba(15, 23, 42, 0.14)) drop-shadow(0 4px 10px rgba(29, 99, 255, 0.08));
}

.large-cloud-mockup-img:hover {
    transform: none;
}

/* ==========================================================================
   Reference Composition: 3 Floating Premium Cards on Laptop Mockup
   ========================================================================== */
.cloud-ref-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 0.8rem 0.95rem;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.14), 0 4px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(226, 232, 240, 0.85);
}

.cloud-ref-card:hover {
    transform: none;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.14), 0 4px 10px rgba(0, 0, 0, 0.04);
}

.ref-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.ref-card-title {
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--text-title);
    letter-spacing: -0.01em;
}

.ref-card-dots {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1;
    cursor: pointer;
}

.ref-card-stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    margin-bottom: 0.1rem;
}

.ref-card-number {
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--text-title);
    line-height: 1;
    letter-spacing: -0.03em;
}

.ref-pill-green {
    font-size: 0.56rem;
    font-weight: 800;
    color: #15803d;
    background: #dcfce7;
    padding: 0.12rem 0.38rem;
    border-radius: var(--radius-pill);
}

.ref-card-sub {
    font-size: 0.58rem;
    color: var(--text-muted);
    font-weight: 600;
    display: block;
}

/* Card 1 (Top-Left): Stat Metric Card */
.card-stat-left {
    position: absolute;
    top: 25px;
    left: -15px;
    z-index: 12;
    width: 165px;
}

/* Card 2 (Top-Center): Account / Sucursal 2 Profile Card */
.card-account-center {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    width: 190px;
    text-align: center;
    padding: 0.85rem 0.95rem 0.75rem;
}

.card-account-center:hover {
    transform: translateX(-50%);
}

.ref-avatar-ring-box {
    display: flex;
    justify-content: center;
    margin: 0.25rem 0 0.4rem;
}

.gradient-ring {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    padding: 2.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(220, 39, 67, 0.22);
}

.ref-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: block;
}

.ref-profile-info h4 {
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0.1rem;
}

.ref-profile-sub {
    font-size: 0.56rem;
    color: var(--text-muted);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.55rem;
}

.ref-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #f1f5f9;
    padding-top: 0.45rem;
    gap: 0.15rem;
}

.ref-col-stat strong {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--text-title);
    line-height: 1.1;
}

.ref-col-stat span {
    font-size: 0.52rem;
    color: var(--text-muted);
    font-weight: 600;
}

/* Card 3 (Right): Dark Widget Card */
.card-dark-right {
    position: absolute;
    bottom: 25px;
    right: -15px;
    z-index: 12;
    width: 160px;
    background: #0f172a;
    border: 1px solid #1e293b;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
}

.card-dark-right .ref-card-title {
    color: #f8fafc;
}

.card-dark-right .ref-card-number {
    color: #ffffff;
}

.card-dark-right .ref-card-sub {
    color: #94a3b8;
}

.card-dark-right .ref-pill-green {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.badge-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.bg-emerald {
    background: #dcfce7;
    color: #16a34a;
}

.bg-royal {
    background: #eff6ff;
    color: #1d63ff;
}

.bg-amber-soft {
    background: #fef3c7;
    color: #d97706;
}

.bg-orange-soft {
    background: #ffedd5;
    color: #ea580c;
}

.badge-content strong {
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    color: var(--text-title);
    line-height: 1.2;
}

.badge-content span {
    font-size: 0.66rem;
    font-weight: 600;
    color: var(--text-muted);
    line-height: 1.2;
}

/* Right Column: Key Selling Points */
.cloud-text-side h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--text-title);
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.cloud-highlights-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.cloud-highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.highlight-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.1rem;
    background: transparent;
    border: none;
    transition: transform 0.2s ease;
}

.highlight-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.08));
}

.highlight-icon.icon-cloud-img img {
    width: 44px;
    height: 44px;
    filter: drop-shadow(0 4px 10px rgba(29, 99, 255, 0.15));
}

.highlight-icon svg {
    width: 28px;
    height: 28px;
    color: var(--c-orange);
}

.highlight-icon:hover {
    transform: scale(1.12);
}

.cloud-highlights-list strong {
    color: var(--text-title);
    font-weight: 800;
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.95rem;
}

.cloud-cta-group {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: flex-start;
}

.cta-micro-badge {
    font-size: 0.74rem;
    font-weight: 700;
    color: #16a34a;
}

/* ==========================================================================
   Client & Fleet Marquee (Pasarela de Clientes & Alianzas)
   ========================================================================== */
.section-marquee-clients {
    padding: 3.25rem 0 2.75rem;
    background: #f8fafc;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    overflow: hidden;
    position: relative;
}

.marquee-header {
    margin-bottom: 1.5rem;
}

.marquee-tag {
    display: inline-block;
    color: var(--c-blue);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.25rem;
}

.marquee-sub {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-title);
}

.marquee-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 0;
    mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    width: max-content;
    animation: marqueeScrollInfinite 28s linear infinite;
    padding: 0.75rem 0;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.marquee-logo-img {
    height: 46px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.04));
    transition: transform 0.25s ease, filter 0.25s ease;
    cursor: default;
    flex-shrink: 0;
}

.marquee-logo-img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 12px rgba(29, 99, 255, 0.18));
}

@keyframes marqueeScrollInfinite {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Wholesale Banner */
.wholesale-banner-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 18px;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    color: #ffffff;
    box-shadow: var(--shadow-card);
}

.banner-text h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.banner-text p {
    font-size: 0.84rem;
    color: #94a3b8;
}

/* Benefits Section */
.section-benefits {
    background: #ffffff;
    border-top: 1px solid var(--border-subtle);
    padding: 3.5rem 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.benefit-card {
    background: #ffffff;
    border: 1px solid var(--border-card);
    border-radius: 18px;
    padding: 1.5rem 1.25rem;
    box-shadow: var(--shadow-card);
    text-align: center;
    transition: var(--transition);
}

.benefit-card:hover {
    transform: translateY(-4px);
}

.benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin: 0 auto 0.75rem;
}

.bg-blue-tint {
    background: #eff6ff;
}

.bg-orange-tint {
    background: #fff7ed;
}

.bg-green-tint {
    background: #f0fdf4;
}

.benefit-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0.35rem;
}

.benefit-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.45;
}

/* Ley 21.601 Section */
.section-law {
    background: #ffffff;
}

.law-box-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3.5rem;
    align-items: center;
}

.law-text-col h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0.85rem;
}

.law-text-col>p {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 1.75rem;
}

.law-checklist {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.law-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.check-badge {
    width: 26px;
    height: 26px;
    background: #eff6ff;
    color: var(--c-blue);
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.law-check-item strong {
    display: block;
    color: var(--text-title);
    font-size: 0.92rem;
}

.law-check-item span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.visual-plate-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-card);
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.visual-plate-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 0.85rem;
}

.norm-tag {
    background: #dcfce7;
    color: #15803d;
    padding: 0.2rem 0.55rem;
    border-radius: var(--radius-pill);
}

.visual-glass-box {
    background: #0f172a;
    border-radius: var(--radius-box);
    padding: 2.25rem 1.25rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0.85rem;
}

.plate-engraved-text {
    font-family: var(--font-mono);
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: #f8fafc;
    border: 1.5px dashed rgba(255, 255, 255, 0.25);
    padding: 0.35rem 0.85rem;
    border-radius: 8px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.04);
}

.spec-footer {
    font-size: 0.7rem;
    color: #38bdf8;
    margin-top: 0.65rem;
}

.visual-note {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-align: center;
}

/* Cotizador Section */
.section-cotizador {
    background: var(--bg-surface);
}

.cotizador-card {
    background: #ffffff;
    border: 1px solid var(--border-card);
    border-radius: 18px;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.cotizador-form-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 2rem;
}

.form-group {
    margin-bottom: 1.25rem;
}

.field-title {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-title);
    margin-bottom: 0.55rem;
}

.pill-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.opt-btn {
    background: #ffffff;
    border: 1.5px solid var(--border-card);
    border-radius: var(--radius-pill);
    padding: 0.45rem 0.95rem;
    font-family: var(--font);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-title);
    cursor: pointer;
    transition: var(--transition);
}

.opt-btn:hover {
    border-color: var(--c-blue);
}

.opt-btn.active {
    background: #eff6ff;
    border-color: var(--c-blue);
    color: var(--c-blue);
    box-shadow: 0 0 0 2px rgba(29, 99, 255, 0.15);
}

.summary-box {
    background: var(--bg-surface);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-box);
    padding: 1.35rem;
}

.summary-box h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0.75rem;
}

.summary-rows {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    border-bottom: 1px solid var(--border-card);
    padding-bottom: 0.75rem;
    margin-bottom: 0.85rem;
}

.sum-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.sum-total-box {
    text-align: center;
    margin-bottom: 1rem;
}

.total-label {
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 600;
}

.total-price {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--c-blue);
    margin: 0.1rem 0;
}

.total-tax {
    font-size: 0.68rem;
    color: var(--text-muted);
}

.btn-whatsapp-booking {
    background: #22c55e;
    color: #ffffff;
    width: 100%;
    padding: 0.75rem;
    border-radius: var(--radius-pill);
    font-size: 0.88rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.35);
    transition: var(--transition);
}

.btn-whatsapp-booking:hover {
    background: #16a34a;
    transform: translateY(-2px);
}

/* Pricing Grid */
.section-plans {
    background: #ffffff;
    padding: 3.5rem 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    align-items: stretch;
}

.price-plan-card {
    background: #ffffff;
    border: 1px solid var(--border-card);
    border-radius: 18px;
    padding: 1.75rem 1.4rem;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: var(--transition);
}

.price-plan-card:hover {
    transform: translateY(-4px);
}

.price-plan-card.featured-plan {
    border: 2px solid var(--c-orange);
    box-shadow: 0 12px 28px -6px rgba(255, 159, 28, 0.18);
}

.featured-badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--c-orange);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.2rem 0.85rem;
    border-radius: var(--radius-pill);
}

.price-plan-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0.2rem;
}

.plan-desc {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 1.15rem;
}

.plan-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 1.25rem;
}

.plan-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1.75rem;
    flex-grow: 1;
    font-size: 0.88rem;
}

.item-disabled {
    color: #cbd5e1;
    text-decoration: line-through;
}

.btn-plan-outline {
    border: 1.5px solid var(--border-card);
    color: var(--text-title);
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.7rem;
    border-radius: var(--radius-pill);
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
}

.btn-plan-outline:hover {
    border-color: var(--c-blue);
    color: var(--c-blue);
}

/* FAQ */
.section-faq {
    background: var(--bg-surface);
}

.faq-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.faq-card {
    background: #ffffff;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-box);
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
}

.faq-header {
    padding: 1.2rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-title);
}

.faq-icon {
    font-size: 1.3rem;
    color: var(--c-blue);
}

.faq-body {
    display: none;
    padding: 0 1.4rem 1.2rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.faq-card.open .faq-body {
    display: block;
}

/* CTA Banner */
.section-cta {
    padding: 4rem 0;
    background: #ffffff;
}

.cta-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: var(--radius-card);
    padding: 3.5rem 2rem;
    color: #ffffff;
}

.cta-card h2 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.cta-card p {
    font-size: 1.05rem;
    color: #94a3b8;
    margin-bottom: 1.75rem;
}

/* Footer */
.footer {
    background: #ffffff;
    border-top: 1px solid var(--border-subtle);
    padding-top: 3.5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1.2fr;
    gap: 2.5rem;
    padding-bottom: 3rem;
}

.footer-logo {
    height: 36px;
    width: auto;
    margin-bottom: 0.85rem;
}

.footer-col-main p {
    font-size: 0.88rem;
    color: var(--text-muted);
    max-width: 360px;
}

.footer-col h4 {
    font-size: 0.92rem;
    color: var(--text-title);
    margin-bottom: 0.85rem;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.footer-col a {
    color: var(--text-muted);
    font-size: 0.85rem;
    text-decoration: none;
}

.footer-col a:hover {
    color: var(--c-blue);
}

.footer-col p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.35rem;
}

.footer-bottom {
    background: var(--bg-surface);
    border-top: 1px solid var(--border-subtle);
    padding: 1.25rem 0;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.footer-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Scroll Progress Bar */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 200;
    pointer-events: none;
    background: transparent;
}

.scroll-progress-bar {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--c-blue), var(--c-orange));
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.45);
    transition: width 0.08s linear;
    border-radius: 0 2px 2px 0;
}

@media (prefers-reduced-motion: reduce) {
    .scroll-progress {
        display: none;
    }
}

/* Smooth Scroll Reveal Animations */
.reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.reveal.revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Hero Elements Entrance Animation (Se ejecuta 1 sola vez al cargar y quedan totalmente fijas) */
@keyframes heroEntranceLeft {
    0% {
        opacity: 0;
        transform: translate3d(-20px, 16px, 0) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes heroEntranceRight {
    0% {
        opacity: 0;
        transform: translate3d(20px, 16px, 0) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes heroEntranceBubble {
    0% {
        opacity: 0;
        transform: translate3d(0, 14px, 0) scale(0.94);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.left-floating-group {
    animation: heroEntranceLeft 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.right-floating-group {
    animation: heroEntranceRight 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.left-chat-bubble {
    animation: heroEntranceBubble 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}

.right-chat-bubble {
    animation: heroEntranceBubble 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.floating-whatsapp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 54px;
    height: 54px;
    background: #22c55e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.45);
    z-index: 999;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

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

.floating-whatsapp:hover {
    transform: scale(1.08);
    background: #16a34a;
}


/* Responsive */
@media (max-width: 1024px) {
    .header-grid {
        grid-template-columns: 1fr auto;
    }

    .nav-links {
        display: none;
    }

    .stage-container {
        height: auto;
        min-height: 560px;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .benefits-grid,
    .pricing-grid,
    .law-box-wrapper,
    .cotizador-form-grid,
    .services-grid,
    .wholesale-grid {
        grid-template-columns: 1fr;
    }

    .cloud-showcase-card {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 2rem;
    }

    .wholesale-banner-card {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: clamp(1.6rem, 5.5vw, 2.2rem);
        white-space: normal;
    }

    .cloud-showcase-section {
        margin: 2rem 0;
    }

    .cloud-hero-mockup-side {
        width: 100%;
        margin-bottom: 1.25rem;
        padding: 1.5rem 0.5rem;
    }

    .card-stat-left {
        left: 0px;
        top: 10px;
        transform: scale(0.85);
        transform-origin: top left;
    }

    .card-account-center {
        top: -10px;
        transform: translateX(-50%) scale(0.88);
    }

    .card-dark-right {
        right: 0px;
        bottom: 10px;
        transform: scale(0.85);
        transform-origin: bottom right;
    }

    .stage-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .hero-grid-backdrop {
        width: 100%;
        max-width: 380px;
        height: 280px;
    }

    .character-container {
        position: relative;
        bottom: auto;
        width: 210px;
        height: 280px;
        margin-top: 1.25rem;
    }

    .left-floating-group,
    .right-floating-group,
    .left-chat-bubble,
    .right-chat-bubble {
        position: static;
        margin: 0.65rem auto;
    }

    .bottom-input-bar {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 1.15rem;
    }

    .cotizador-card {
        padding: 1.5rem;
    }

    .footer-bottom-flex {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

/* ==========================================================================
   Smooth Scrolling, Progress Bar & Entrance Reveal System
   ========================================================================== */
html {
    scroll-behavior: smooth;
}

/* Sleek Minimalist Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f8fafc;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Scroll Progress Bar at Top */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    z-index: 9999;
    pointer-events: none;
}

.scroll-progress-bar {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--c-blue) 0%, var(--c-orange) 50%, #f43f5e 100%);
    box-shadow: 0 0 10px rgba(255, 159, 28, 0.6);
    transition: width 0.1s linear;
}

/* Scroll Reveal System */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.12s;
}

.reveal-delay-2 {
    transition-delay: 0.22s;
}

.reveal-delay-3 {
    transition-delay: 0.32s;
}

/* ==========================================================================
   Static Alianzas & Flotas Grid (Logos estáticos 100% visibles)
   ========================================================================== */
.section-clients-static {
    padding: 3rem 0 3.5rem;
    background: #f8fafc;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.clients-header {
    margin-bottom: 2rem;
}

.marquee-tag {
    display: inline-block;
    background: #eff6ff;
    color: var(--c-blue);
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.5rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.marquee-sub {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 0;
}

.clients-static-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem 3.5rem;
    max-width: 1150px;
    margin: 0 auto;
}

.static-logo-img {
    max-height: 44px;
    max-width: 135px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: transform 0.25s ease;
}

.static-logo-img.logo-alcanox {
    max-height: 56px;
    max-width: 165px;
    margin: 0;
}

.static-logo-img:hover {
    transform: scale(1.05);
}

.static-logo-img.logo-alcanox:hover {
    transform: scale(1.06);
}

@media (max-width: 768px) {
    .clients-static-grid {
        gap: 1.75rem 2rem;
    }
    
    .static-logo-img {
        max-height: 36px;
        max-width: 105px;
    }

    .static-logo-img.logo-alcanox {
        max-height: 44px;
        max-width: 130px;
    }
}