.gratis-page {
    --gratis-bg: #080d1b;
    --gratis-surface: #111a2f;
    --gratis-surface-light: #f5f7fb;
    --gratis-blue: #3b82f6;
    --gratis-blue-light: #60a5fa;
    --gratis-green: #35df88;
    --gratis-ink: #111827;
    --gratis-muted: #64748b;
    padding-top: 0;
    background: #fff;
    color: var(--gratis-ink);
}

.gratis-page button,
.gratis-page a {
    -webkit-tap-highlight-color: transparent;
}

.gratis-page img {
    display: block;
    max-width: 100%;
}

.gratis-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.gratis-narrow {
    width: min(920px, calc(100% - 40px));
}

.gratis-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 76px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    backdrop-filter: blur(18px);
}

.gratis-header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.gratis-brand {
    display: inline-flex;
    align-items: center;
}

.gratis-logo {
    width: 76px;
    height: 48px;
    object-fit: contain;
}

.gratis-header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.gratis-login-link {
    color: #334155;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.gratis-login-link:hover {
    color: var(--gratis-blue);
}

.gratis-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 26px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.28);
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.gratis-button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.38);
}

.gratis-button-small {
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 0.78rem;
}

.gratis-hero {
    position: relative;
    min-height: calc(100vh - 76px);
    min-height: calc(100svh - 76px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(59, 130, 246, 0.2), transparent 28%),
        linear-gradient(135deg, #172643 0%, #0d1425 50%, #080d1b 100%);
}

.gratis-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.19;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to right, #000, transparent 82%);
}

.gratis-hero-glow {
    position: absolute;
    width: 640px;
    height: 640px;
    right: -270px;
    bottom: -330px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.3);
    filter: blur(90px);
}

.gratis-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
    align-items: center;
    gap: clamp(50px, 7vw, 100px);
    padding-block: 76px;
}

.gratis-eyebrow,
.gratis-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #bfdbfe;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gratis-eyebrow {
    padding: 8px 13px;
    border: 1px solid rgba(96, 165, 250, 0.38);
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.1);
}

.gratis-hero h1 {
    max-width: 680px;
    margin: 24px 0 18px;
    color: #fff;
    font-size: clamp(2.75rem, 5vw, 4.9rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.03;
}

.gratis-hero h1 span {
    color: var(--gratis-blue-light);
}

.gratis-hero-lead {
    max-width: 560px;
    margin-bottom: 25px;
    color: #cbd5e1;
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.gratis-feature-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0 0 26px;
    list-style: none;
}

.gratis-feature-line li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 9px;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.86rem;
    font-weight: 700;
}

.gratis-feature-line i {
    color: var(--gratis-green);
}

.gratis-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 24px;
    color: #fff;
}

.gratis-price strong {
    font-family: var(--font-heading);
    font-size: clamp(3.8rem, 6.5vw, 6.2rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.9;
}

.gratis-price span {
    color: #cbd5e1;
    font-size: 1.2rem;
    font-weight: 700;
}

.gratis-main-cta {
    min-width: 310px;
}

.gratis-trust {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 15px 0 0;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.gratis-trust i {
    color: var(--gratis-green);
}

.gratis-trust span {
    color: #64748b;
}

.gratis-hero-visual {
    position: relative;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.45);
    transform: perspective(1400px) rotateY(-4deg) rotateX(2deg);
}

.gratis-hero-visual > img {
    width: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: left top;
    border-radius: 0 0 12px 12px;
}

.gratis-browser-bar {
    height: 38px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding-inline: 12px;
    border-radius: 12px 12px 0 0;
    background: #e9eef6;
}

.gratis-browser-bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
}

.gratis-browser-bar > div {
    min-width: 190px;
    margin-inline: auto;
    padding: 4px 14px;
    border-radius: 5px;
    color: #64748b;
    background: #fff;
    font-size: 0.64rem;
    text-align: center;
}

.gratis-zero-badge {
    position: absolute;
    right: -24px;
    bottom: -25px;
    width: 122px;
    height: 122px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 7px solid #111a2f;
    border-radius: 50%;
    color: #062b1a;
    background: var(--gratis-green);
    box-shadow: 0 18px 40px rgba(53, 223, 136, 0.25);
    transform: rotate(5deg);
}

.gratis-zero-badge strong {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    line-height: 1;
}

.gratis-zero-badge span {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.gratis-section {
    padding: 100px 0;
}

.gratis-section-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.gratis-section-kicker {
    margin-bottom: 13px;
    color: #2563eb;
}

.gratis-section-heading h2 {
    margin-bottom: 14px;
    color: var(--gratis-ink);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.045em;
}

.gratis-section-heading p {
    max-width: 640px;
    margin: 0 auto;
    color: var(--gratis-muted);
    font-size: 1.08rem;
}

.gratis-video-section {
    background: #fff;
}

.gratis-video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 10px solid #e8edf5;
    border-radius: 24px;
    background: #080d1b;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.gratis-video-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: #080d1b;
}

.gratis-video-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 13, 27, 0.48), rgba(8, 13, 27, 0.04));
}

.gratis-video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
}

.gratis-video-cover:hover img {
    transform: scale(1.025);
}

.gratis-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    border: 8px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    background: #2563eb;
    background-clip: padding-box;
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.45);
    transform: translate(-50%, -50%);
}

.gratis-play i {
    margin-left: 4px;
    font-size: 1.35rem;
}

.gratis-video-embed,
.gratis-video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.gratis-screens-section {
    overflow: hidden;
    background: var(--gratis-surface-light);
}

.gratis-screens-wrap {
    position: relative;
}

.gratis-screens {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 12px 8px 30px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
}

.gratis-screens::-webkit-scrollbar {
    display: none;
}

.gratis-screen-card {
    min-width: calc((100% - 48px) / 3);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.09);
    scroll-snap-align: center;
}

.gratis-screen-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: left top;
    border-bottom: 1px solid #e2e8f0;
}

.gratis-screen-card:nth-child(3) img {
    object-fit: contain;
    object-position: center top;
    background: #111827;
}

.gratis-screen-card > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 19px 20px 22px;
}

.gratis-screen-card strong {
    color: var(--gratis-ink);
    font-family: var(--font-heading);
    font-size: 1.05rem;
}

.gratis-screen-card span {
    color: var(--gratis-muted);
    font-size: 0.88rem;
}

.gratis-slider-arrow {
    position: absolute;
    z-index: 2;
    top: calc(50% - 24px);
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid #dbe3ef;
    border-radius: 50%;
    color: #1e3a8a;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.14);
    cursor: pointer;
    transition: transform 180ms ease;
}

.gratis-slider-arrow:hover {
    transform: scale(1.06);
}

.gratis-slider-prev {
    left: -15px;
}

.gratis-slider-next {
    right: -15px;
}

.gratis-swipe-hint {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--gratis-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.gratis-how-section {
    background: #fff;
}

.gratis-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.gratis-steps::before {
    content: '';
    position: absolute;
    top: 51px;
    left: 16%;
    right: 16%;
    border-top: 2px dashed #bfdbfe;
}

.gratis-step {
    position: relative;
    padding: 22px 25px 0;
    text-align: center;
}

.gratis-step > span {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: calc(50% + 28px);
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #2563eb;
    font-size: 0.72rem;
    font-weight: 800;
}

.gratis-step-icon {
    position: relative;
    z-index: 1;
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    border-radius: 22px;
    color: #2563eb;
    background: #eff6ff;
    box-shadow: 0 0 0 10px #fff;
    font-size: 1.65rem;
}

.gratis-step h3 {
    margin-bottom: 9px;
    color: var(--gratis-ink);
    font-size: 1.25rem;
    font-weight: 800;
}

.gratis-step p {
    margin: 0;
    color: var(--gratis-muted);
    font-size: 0.94rem;
}

.gratis-testimonials-section {
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(37, 99, 235, 0.22), transparent 30%),
        var(--gratis-bg);
}

.gratis-testimonials-section .gratis-section-kicker {
    color: #60a5fa;
}

.gratis-testimonials-section .gratis-section-heading h2 {
    color: #fff;
}

.gratis-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.gratis-testimonial {
    display: flex;
    flex-direction: column;
    min-height: 285px;
    padding: 30px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
}

.gratis-stars {
    margin-bottom: 20px;
    color: #fbbf24;
    font-size: 0.88rem;
    letter-spacing: 0.15em;
}

.gratis-testimonial blockquote {
    flex: 1;
    margin: 0 0 28px;
    color: #e2e8f0;
    font-size: 1.08rem;
    line-height: 1.75;
}

.gratis-person {
    display: flex;
    align-items: center;
    gap: 13px;
}

.gratis-person img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.gratis-person > div {
    display: flex;
    flex-direction: column;
}

.gratis-person strong {
    color: #fff;
    font-size: 0.9rem;
}

.gratis-person span {
    color: #94a3b8;
    font-size: 0.78rem;
}

.gratis-faq-section {
    background: #fff;
}

.gratis-faq-container {
    max-width: 900px;
}

.gratis-faq-list {
    border-top: 1px solid #dce3ed;
}

.gratis-faq-item {
    border-bottom: 1px solid #dce3ed;
}

.gratis-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 25px 3px;
    border: 0;
    color: var(--gratis-ink);
    background: transparent;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.gratis-faq-question i {
    color: #2563eb;
    transition: transform 200ms ease;
}

.gratis-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 250ms ease, opacity 180ms ease;
}

.gratis-faq-answer p {
    min-height: 0;
    overflow: hidden;
    margin: 0;
    padding-right: 50px;
    color: var(--gratis-muted);
    font-size: 0.96rem;
}

.gratis-faq-item.active .gratis-faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.gratis-faq-item.active .gratis-faq-answer p {
    padding-bottom: 26px;
}

.gratis-faq-item.active .gratis-faq-question i {
    transform: rotate(45deg);
}

.gratis-final-cta {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #fff;
    background: linear-gradient(135deg, #172643, #080d1b);
}

.gratis-final-cta::before,
.gratis-final-cta::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
}

.gratis-final-cta::before {
    width: 300px;
    height: 300px;
    top: -180px;
    left: 8%;
    background: rgba(59, 130, 246, 0.32);
}

.gratis-final-cta::after {
    width: 260px;
    height: 260px;
    right: 7%;
    bottom: -180px;
    background: rgba(53, 223, 136, 0.18);
}

.gratis-final-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gratis-final-content h2 {
    max-width: 760px;
    margin: 22px auto 14px;
    color: #fff;
    font-size: clamp(2.2rem, 4.5vw, 3.7rem);
    font-weight: 800;
    letter-spacing: -0.05em;
}

.gratis-final-content p {
    max-width: 630px;
    margin-bottom: 28px;
    color: #cbd5e1;
    font-size: 1.08rem;
}

.gratis-final-note {
    margin-top: 17px;
    color: #94a3b8;
    font-size: 0.84rem;
    font-weight: 700;
}

.gratis-footer {
    padding: 28px 0;
    border-top: 1px solid #1e293b;
    color: #94a3b8;
    background: #070b15;
}

.gratis-footer-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 25px;
}

.gratis-footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 800;
}

.gratis-footer-brand img {
    width: 58px;
    height: 37px;
    object-fit: contain;
}

.gratis-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.gratis-footer-links a,
.gratis-footer-links .cookie-preferences-button {
    color: #94a3b8;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0.78rem;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
}

.gratis-footer-links a:hover,
.gratis-footer-links .cookie-preferences-button:hover {
    color: #fff;
}

.gratis-footer p {
    justify-self: end;
    margin: 0;
    color: #64748b;
    font-size: 0.76rem;
}

@media (max-width: 980px) {
    .gratis-hero {
        min-height: auto;
    }

    .gratis-hero-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        padding-block: 72px 90px;
    }

    .gratis-hero-copy {
        max-width: 730px;
        margin-inline: auto;
        text-align: center;
    }

    .gratis-feature-line,
    .gratis-price,
    .gratis-trust {
        justify-content: center;
    }

    .gratis-hero-lead {
        margin-inline: auto;
    }

    .gratis-hero-visual {
        max-width: 760px;
        margin-inline: auto;
        transform: none;
    }

    .gratis-screen-card {
        min-width: calc((100% - 24px) / 2);
    }

    .gratis-testimonials {
        grid-template-columns: 1fr;
        max-width: 700px;
        margin-inline: auto;
    }

    .gratis-testimonial {
        min-height: auto;
    }
}

@media (max-width: 720px) {
    .gratis-container,
    .gratis-narrow {
        width: min(100% - 32px, 1180px);
    }

    .gratis-header {
        height: 68px;
    }

    .gratis-logo {
        width: 66px;
        height: 42px;
    }

    .gratis-login-link {
        display: none;
    }

    .gratis-button-small {
        min-height: 40px;
        padding: 9px 13px;
        font-size: 0.68rem;
    }

    .gratis-hero-grid {
        padding-block: 58px 76px;
    }

    .gratis-hero h1 {
        font-size: clamp(2.45rem, 11.5vw, 3.4rem);
    }

    .gratis-hero-lead {
        font-size: 1rem;
    }

    .gratis-feature-line {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 390px;
        margin-inline: auto;
    }

    .gratis-feature-line li {
        justify-content: center;
    }

    .gratis-price strong {
        font-size: 4.6rem;
    }

    .gratis-main-cta,
    .gratis-final-content .gratis-button {
        width: 100%;
        min-width: 0;
    }

    .gratis-trust {
        flex-wrap: wrap;
        font-size: 0.82rem;
    }

    .gratis-hero-visual {
        padding: 7px;
        border-radius: 15px;
    }

    .gratis-hero-visual > img {
        min-height: 210px;
    }

    .gratis-browser-bar {
        height: 30px;
    }

    .gratis-browser-bar > div {
        min-width: 145px;
        font-size: 0.56rem;
    }

    .gratis-zero-badge {
        right: -9px;
        bottom: -35px;
        width: 92px;
        height: 92px;
        border-width: 5px;
    }

    .gratis-zero-badge strong {
        font-size: 1.7rem;
    }

    .gratis-zero-badge span {
        font-size: 0.52rem;
    }

    .gratis-section {
        padding: 74px 0;
    }

    .gratis-section-heading {
        margin-bottom: 34px;
    }

    .gratis-section-heading h2 {
        font-size: 2.1rem;
    }

    .gratis-section-heading p {
        font-size: 0.96rem;
    }

    .gratis-video-frame {
        border-width: 5px;
        border-radius: 15px;
    }

    .gratis-play {
        width: 62px;
        height: 62px;
        border-width: 6px;
    }

    .gratis-screen-card {
        min-width: 88%;
    }

    .gratis-slider-arrow {
        display: none;
    }

    .gratis-swipe-hint {
        display: flex;
    }

    .gratis-steps {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gratis-steps::before {
        top: 70px;
        bottom: 70px;
        left: 42px;
        right: auto;
        border-top: 0;
        border-left: 2px dashed #bfdbfe;
    }

    .gratis-step {
        display: grid;
        grid-template-columns: 86px 1fr;
        column-gap: 20px;
        padding: 12px 0;
        text-align: left;
    }

    .gratis-step > span {
        top: 0;
        left: 58px;
    }

    .gratis-step-icon {
        grid-row: 1 / span 2;
        width: 84px;
        height: 84px;
        margin: 0;
    }

    .gratis-step h3 {
        align-self: end;
        margin: 0 0 5px;
    }

    .gratis-step p {
        align-self: start;
    }

    .gratis-testimonial {
        padding: 25px;
    }

    .gratis-faq-question {
        padding: 22px 2px;
        font-size: 0.96rem;
    }

    .gratis-faq-answer p {
        padding-right: 20px;
        font-size: 0.9rem;
    }

    .gratis-final-cta {
        padding: 78px 0;
    }

    .gratis-final-content h2 {
        font-size: 2.35rem;
    }

    .gratis-footer-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .gratis-footer p {
        justify-self: center;
    }
}

@media (max-width: 390px) {
    .gratis-button-small {
        max-width: 150px;
        text-align: center;
        line-height: 1.15;
    }

    .gratis-feature-line li {
        padding-inline: 8px;
        font-size: 0.78rem;
    }

    .gratis-step {
        column-gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gratis-page *,
    .gratis-page *::before,
    .gratis-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   COMPACT DARK LANDING
   Una única superficie visual para todo /gratis
============================================ */
.gratis-page {
    --gratis-surface-light: rgba(255, 255, 255, 0.055);
    --gratis-ink: #f8fafc;
    --gratis-muted: #a8b3c7;
    --gratis-border: rgba(148, 163, 184, 0.18);
    --gratis-gradient: linear-gradient(135deg, #172643 0%, #0d1425 46%, #080d1b 100%);
    background-color: var(--gratis-bg);
    background-image:
        radial-gradient(circle at 10% 12%, rgba(59, 130, 246, 0.2), transparent 25%),
        radial-gradient(circle at 92% 72%, rgba(37, 99, 235, 0.12), transparent 24%),
        var(--gratis-gradient);
    background-attachment: fixed;
    color: var(--gratis-ink);
}

.gratis-container {
    width: min(1120px, calc(100% - 40px));
}

.gratis-narrow {
    width: min(800px, calc(100% - 40px));
}

.gratis-header {
    height: 66px;
    border-bottom-color: var(--gratis-border);
    background: rgba(8, 13, 27, 0.82);
}

.gratis-logo {
    width: 68px;
    height: 42px;
}

.gratis-header-actions {
    gap: 20px;
}

.gratis-login-link {
    color: #cbd5e1;
    font-size: 0.84rem;
}

.gratis-button {
    min-height: 48px;
    padding: 12px 23px;
    border-radius: 10px;
    font-size: 0.9rem;
}

.gratis-button-small {
    min-height: 38px;
    padding: 8px 15px;
    border-radius: 9px;
    font-size: 0.72rem;
}

.gratis-hero {
    min-height: auto;
    background: transparent;
}

.gratis-hero-glow {
    display: none;
}

.gratis-hero-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(400px, 1.04fr);
    gap: clamp(42px, 6vw, 72px);
    padding-block: 58px 64px;
}

.gratis-hero h1 {
    margin: 19px 0 14px;
    font-size: clamp(2.65rem, 4.5vw, 4.25rem);
}

.gratis-hero-lead {
    margin-bottom: 19px;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.gratis-feature-line {
    margin-bottom: 21px;
}

.gratis-feature-line li {
    padding: 7px 10px;
    font-size: 0.8rem;
}

.gratis-price {
    margin-bottom: 19px;
}

.gratis-price strong {
    font-size: clamp(3.5rem, 5.5vw, 5.2rem);
}

.gratis-price span {
    font-size: 1.05rem;
}

.gratis-trust {
    margin-top: 12px;
}

.gratis-hero-visual {
    padding: 9px;
    border-color: var(--gratis-border);
    border-radius: 18px;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42);
    transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
}

.gratis-hero-visual > img {
    min-height: 280px;
}

.gratis-zero-badge {
    width: 105px;
    height: 105px;
}

.gratis-zero-badge strong {
    font-size: 1.95rem;
}

.gratis-section {
    position: relative;
    padding: 68px 0;
    border: 0;
}

.gratis-video-section,
.gratis-screens-section,
.gratis-how-section,
.gratis-testimonials-section,
.gratis-faq-section {
    background: transparent;
}

.gratis-section-heading {
    margin-bottom: 32px;
}

.gratis-section-kicker,
.gratis-testimonials-section .gratis-section-kicker {
    margin-bottom: 9px;
    color: var(--gratis-blue-light);
}

.gratis-section-heading h2,
.gratis-testimonials-section .gratis-section-heading h2 {
    margin-bottom: 10px;
    color: var(--gratis-ink);
    font-size: clamp(1.9rem, 3.3vw, 2.75rem);
}

.gratis-section-heading p {
    color: var(--gratis-muted);
    font-size: 0.98rem;
}

.gratis-video-frame {
    border: 7px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

.gratis-play {
    width: 72px;
    height: 72px;
}

.gratis-screens {
    gap: 18px;
    padding: 8px 6px 21px;
}

.gratis-screen-card {
    min-width: calc((100% - 36px) / 3);
    border-color: var(--gratis-border);
    border-radius: 15px;
    background: var(--gratis-surface-light);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.gratis-screen-card img {
    border-bottom-color: var(--gratis-border);
}

.gratis-screen-card > div {
    padding: 15px 17px 17px;
}

.gratis-screen-card strong {
    font-size: 0.96rem;
}

.gratis-screen-card span {
    font-size: 0.8rem;
}

.gratis-slider-arrow {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-color: var(--gratis-border);
    color: #bfdbfe;
    background: rgba(17, 26, 47, 0.94);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.gratis-steps {
    gap: 20px;
}

.gratis-steps::before {
    content: none;
}

.gratis-step {
    padding: 18px 20px 0;
}

.gratis-step:not(:last-child)::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 55px;
    left: calc(50% + 50px);
    width: calc(100% - 80px);
    border-top: 2px dashed rgba(96, 165, 250, 0.35);
    pointer-events: none;
}

.gratis-step > span {
    top: 5px;
    left: calc(50% + 25px);
    border-color: #111a2f;
}

.gratis-step-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 17px;
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 19px;
    color: var(--gratis-blue-light);
    background: rgba(59, 130, 246, 0.1);
    box-shadow: 0 0 0 8px rgba(8, 13, 27, 0.72);
    font-size: 1.45rem;
}

.gratis-step h3 {
    margin-bottom: 7px;
    font-size: 1.12rem;
}

.gratis-step p {
    font-size: 0.86rem;
}

.gratis-testimonials {
    gap: 18px;
}

.gratis-testimonial {
    min-height: 230px;
    padding: 23px;
    border-color: var(--gratis-border);
    border-radius: 15px;
}

.gratis-stars {
    margin-bottom: 14px;
}

.gratis-testimonial blockquote {
    margin-bottom: 20px;
    font-size: 0.96rem;
    line-height: 1.65;
}

.gratis-person img {
    width: 42px;
    height: 42px;
}

.gratis-faq-list {
    overflow: hidden;
    border: 1px solid var(--gratis-border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.035);
}

.gratis-faq-item {
    border-bottom-color: var(--gratis-border);
}

.gratis-faq-item:last-child {
    border-bottom: 0;
}

.gratis-faq-question {
    padding: 18px 20px;
    font-size: 0.96rem;
}

.gratis-faq-question i {
    color: var(--gratis-blue-light);
}

.gratis-faq-answer p {
    padding: 0 55px 0 20px;
    font-size: 0.88rem;
}

.gratis-faq-item.active .gratis-faq-answer p {
    padding-bottom: 18px;
}

.gratis-final-cta {
    padding: 68px 0;
    border: 0;
    background: transparent;
}

.gratis-final-cta::before,
.gratis-final-cta::after {
    display: none;
}

.gratis-final-content h2 {
    margin: 17px auto 10px;
    font-size: clamp(2rem, 3.8vw, 3.1rem);
}

.gratis-final-content p {
    margin-bottom: 22px;
    font-size: 0.98rem;
}

.gratis-footer {
    padding: 21px 0;
    background: rgba(5, 8, 16, 0.55);
}

@media (max-width: 980px) {
    .gratis-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
        padding-block: 52px 66px;
    }

    .gratis-hero-copy {
        max-width: 700px;
        margin-inline: auto;
        text-align: center;
    }

    .gratis-hero-lead {
        margin-inline: auto;
    }

    .gratis-feature-line,
    .gratis-price,
    .gratis-trust {
        justify-content: center;
    }

    .gratis-hero-visual {
        width: 100%;
        max-width: 700px;
        margin-inline: auto;
        transform: none;
    }

    .gratis-screen-card {
        min-width: calc((100% - 18px) / 2);
    }

    .gratis-testimonials {
        grid-template-columns: repeat(3, minmax(270px, 1fr));
        max-width: none;
        overflow-x: auto;
        padding: 2px 2px 14px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .gratis-testimonials::-webkit-scrollbar {
        display: none;
    }

    .gratis-testimonial {
        scroll-snap-align: center;
    }
}

@media (max-width: 720px) {
    .gratis-page {
        background-attachment: scroll;
    }

    .gratis-container,
    .gratis-narrow {
        width: min(100% - 40px, 1120px);
    }

    .gratis-header {
        height: 60px;
    }

    .gratis-logo {
        width: 61px;
        height: 38px;
    }

    .gratis-button-small {
        min-height: 36px;
        padding: 8px 12px;
        font-size: 0.65rem;
    }

    .gratis-hero-grid {
        gap: 30px;
        padding-block: 36px 48px;
    }

    .gratis-hero-copy {
        width: 100%;
        text-align: left;
    }

    .gratis-eyebrow {
        padding: 7px 11px;
        font-size: 0.69rem;
        letter-spacing: 0.12em;
    }

    .gratis-hero h1 {
        max-width: 100%;
        margin: 15px 0 12px;
        font-size: clamp(2.25rem, 10vw, 2.85rem);
        letter-spacing: -0.05em;
        line-height: 1.02;
    }

    .gratis-hero-lead {
        max-width: 34rem;
        margin-inline: 0;
        margin-bottom: 16px;
        font-size: 0.94rem;
    }

    .gratis-feature-line {
        gap: 7px;
        margin-bottom: 18px;
        margin-inline: 0;
    }

    .gratis-feature-line li {
        min-height: 38px;
        padding: 6px 8px;
    }

    .gratis-price {
        justify-content: flex-start;
        margin-bottom: 17px;
    }

    .gratis-price strong {
        font-size: 3.75rem;
    }

    .gratis-price span {
        font-size: 0.95rem;
    }

    .gratis-trust {
        justify-content: flex-start;
        gap: 7px;
        font-size: 0.78rem;
    }

    .gratis-hero-visual {
        width: calc(100% - 4px);
        margin-inline: auto;
        border-radius: 14px;
    }

    .gratis-hero-visual > img {
        min-height: 185px;
    }

    .gratis-zero-badge {
        right: 7px;
        bottom: -24px;
        width: 82px;
        height: 82px;
    }

    .gratis-zero-badge strong {
        font-size: 1.5rem;
    }

    .gratis-section {
        padding: 52px 0;
    }

    .gratis-section-heading {
        margin-bottom: 25px;
    }

    .gratis-section-heading h2,
    .gratis-testimonials-section .gratis-section-heading h2 {
        font-size: 1.82rem;
    }

    .gratis-section-heading p {
        font-size: 0.9rem;
    }

    .gratis-video-frame {
        border-width: 4px;
        border-radius: 13px;
    }

    .gratis-play {
        width: 58px;
        height: 58px;
    }

    .gratis-screen-card {
        min-width: 86%;
    }

    .gratis-steps {
        gap: 10px;
    }

    .gratis-steps::before {
        content: none;
    }

    .gratis-step {
        grid-template-columns: 68px 1fr;
        column-gap: 14px;
        padding: 8px 0;
    }

    .gratis-step:not(:last-child)::after {
        top: 76px;
        left: 33px;
        width: 0;
        height: calc(100% - 60px);
        border-top: 0;
        border-left: 2px dashed rgba(96, 165, 250, 0.35);
    }

    .gratis-step > span {
        top: -1px;
        left: 45px;
    }

    .gratis-step-icon {
        width: 66px;
        height: 66px;
        border-radius: 16px;
        font-size: 1.25rem;
    }

    .gratis-step h3 {
        font-size: 1rem;
    }

    .gratis-step p {
        font-size: 0.8rem;
    }

    .gratis-testimonials {
        grid-template-columns: repeat(3, minmax(82vw, 1fr));
        gap: 14px;
    }

    .gratis-testimonial {
        padding: 20px;
    }

    .gratis-faq-question {
        padding: 16px;
        font-size: 0.9rem;
    }

    .gratis-faq-answer p {
        padding-right: 42px;
        padding-left: 16px;
        font-size: 0.84rem;
    }

    .gratis-final-cta {
        padding: 54px 0;
    }

    .gratis-final-content h2 {
        font-size: 2rem;
    }

    .gratis-footer {
        padding-block: 18px;
    }
}
