:root {
    --primary-color: #111827;
    --accent-color: #1864ff;
    --pampas-color: #f4efe7;
    --launch-muted: #5b6475;
    --launch-border: rgba(17, 24, 39, 0.12);
    --launch-surface: #ffffff;
    --launch-surface-soft: #f8f5ef;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--primary-color);
}

img {
    height: auto;
}

[id] {
    scroll-margin-top: 110px;
}

.launch-skip-link {
    position: absolute;
    top: -40px;
    left: 16px;
    z-index: 1000000;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
}

.launch-skip-link:focus {
    top: 16px;
    color: #fff;
}

.launch-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.launch-brand-logo {
    width: 150px;
    max-width: 100%;
}

.launch-brand-logo--footer {
    width: 210px;
}

.launch-hero-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(24, 100, 255, 0.12), transparent 32%),
        radial-gradient(circle at top right, rgba(17, 24, 39, 0.08), transparent 28%),
        linear-gradient(180deg, #fcfbf8 0%, #f4efe7 100%);
}

.launch-hero-shell {
    max-width: 920px;
    margin: 0 auto 72px;
    text-align: center;
}

.launch-eyebrow,
.launch-card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--accent-color);
    background: rgba(24, 100, 255, 0.08);
    margin-bottom: 18px;
}

.launch-card-kicker--light {
    background: rgba(255, 255, 255, 0.08);
    color: #dbe7ff;
}

.launch-hero-shell h1 {
    max-width: 900px;
    margin: 0 auto 24px;
}

.launch-hero-lead,
.launch-hero-sublead {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.launch-hero-lead {
    font-size: 22px;
    line-height: 1.55;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.launch-hero-sublead {
    color: var(--launch-muted);
    margin-bottom: 36px;
}

.launch-countdown {
    margin-bottom: 42px;
}

.launch-countdown .repueto-countdown-item {
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
    border-color: rgba(17, 24, 39, 0.08);
}

.launch-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 26px;
}

.launch-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 16px 28px;
    border-radius: 999px;
    border: 1px solid var(--launch-border);
    color: var(--primary-color);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.75);
}

.launch-secondary-btn:hover,
.launch-secondary-btn:focus-visible {
    color: var(--accent-color);
    border-color: rgba(24, 100, 255, 0.35);
}

.launch-chip-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.launch-chip-list li {
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.05);
    color: var(--primary-color);
    font-size: 16px;
    line-height: 24px;
}

.launch-proof-strip {
    display: grid;
    gap: 16px;
    margin-top: 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.launch-proof-card {
    padding: 22px 20px;
    border-radius: 22px;
    text-align: left;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}

.launch-proof-card strong {
    display: block;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.1;
    color: var(--accent-color);
}

.launch-proof-card span {
    display: block;
    color: var(--launch-muted);
    font-size: 15px;
    line-height: 1.6;
}

.launch-proof-note {
    max-width: 840px;
    margin: 20px auto 40px;
    color: var(--launch-muted);
    font-size: 15px;
    line-height: 24px;
}

.launch-proof-note a {
    color: var(--accent-color);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.launch-proof-note a:hover,
.launch-proof-note a:focus-visible {
    color: var(--primary-color);
}

.launch-form-card {
    padding: 38px;
    margin-top: 24px;
    border-radius: 28px;
    background: var(--launch-surface);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.launch-inline-form {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.launch-form-field label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

.launch-form-field input,
.launch-form-field select,
.launch-form-field textarea {
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
    border: 1px solid var(--launch-border);
    border-radius: 16px;
    background: #fff;
    color: var(--primary-color);
    font-size: 16px;
}

.launch-form-field input:focus,
.launch-form-field select:focus,
.launch-form-field textarea:focus {
    border-color: rgba(24, 100, 255, 0.4);
    box-shadow: 0 0 0 4px rgba(24, 100, 255, 0.08);
}

.launch-form-field textarea {
    min-height: 128px;
    resize: vertical;
}

.launch-form-field--full,
.launch-form-legal {
    grid-column: 1 / -1;
}

.launch-form-field label span {
    color: var(--launch-muted);
    font-weight: 500;
}

.launch-field-note {
    margin: 10px 0 0;
    color: var(--launch-muted);
    font-size: 13px;
    line-height: 20px;
}

.launch-hidden-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.launch-form-submit {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.launch-form-note {
    margin: 0;
    color: var(--launch-muted);
    font-size: 15px;
    line-height: 24px;
}

.repueto-btn-icon[disabled] {
    opacity: 0.72;
    pointer-events: none;
}

.repueto-btn-icon[disabled] .btn-icon {
    opacity: 0.7;
}

.launch-form-legal {
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.launch-form-legal p {
    margin: 0;
    color: var(--launch-muted);
    font-size: 14px;
    line-height: 1.75;
}

.launch-alert {
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 24px;
    border: 1px solid transparent;
}

.launch-form-feedback:empty {
    display: none;
}

.launch-alert--success {
    color: #0d6b3b;
    background: rgba(15, 157, 88, 0.1);
    border-color: rgba(15, 157, 88, 0.2);
}

.launch-alert--error {
    color: #8f2419;
    background: rgba(192, 57, 43, 0.1);
    border-color: rgba(192, 57, 43, 0.18);
}

.launch-section {
    padding: 110px 0;
}

.launch-section-muted {
    background: var(--launch-surface-soft);
}

.launch-section-head {
    max-width: 860px;
    margin-bottom: 56px;
}

.launch-section-head h2 {
    margin-bottom: 22px;
}

.launch-section-head p {
    margin-bottom: 20px;
}

.launch-section-head p:last-child {
    margin-bottom: 0;
}

.launch-feature-card,
.launch-audience-card,
.launch-impact-card,
.launch-review-card {
    height: 100%;
    padding: 30px;
    border-radius: 24px;
    background: var(--launch-surface);
    border: 1px solid var(--launch-border);
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
}

.launch-feature-card h3,
.launch-audience-card h3,
.launch-impact-card h3,
.launch-review-card h3 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.25;
}

.launch-feature-card p,
.launch-audience-card p,
.launch-impact-card p,
.launch-review-card p {
    margin-bottom: 0;
    color: var(--launch-muted);
    line-height: 1.75;
}

.launch-impact-card {
    padding: 34px 30px;
    border-top: 4px solid rgba(24, 100, 255, 0.18);
}

.launch-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 24px;
    background: rgba(24, 100, 255, 0.1);
    color: var(--accent-color);
    font-size: 28px;
}

.launch-cta-band .repueto-cta-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.launch-review-stack {
    display: grid;
    gap: 24px;
}

.launch-review-row {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.95fr);
    align-items: stretch;
}

.launch-review-stars {
    margin-bottom: 18px;
    font-size: 24px;
    letter-spacing: 0.08em;
    color: #f4b400;
}

.launch-review-stars--mid {
    color: #f2994a;
}

.launch-review-stars--low {
    color: #e05a47;
}

.launch-review-bubble,
.launch-reply-bubble {
    padding: 18px 20px;
    border-radius: 18px;
}

.launch-review-bubble {
    margin-bottom: 16px;
    background: #f7f7f8;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.launch-reply-bubble {
    background: rgba(24, 100, 255, 0.06);
    border: 1px solid rgba(24, 100, 255, 0.12);
}

.launch-review-bubble strong,
.launch-reply-bubble strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.launch-review-bubble p,
.launch-reply-bubble p {
    font-size: 16px;
    line-height: 1.7;
}

.launch-tone-card {
    height: 100%;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(24, 100, 255, 0.08) 0%, rgba(24, 100, 255, 0.03) 100%);
    border: 1px solid rgba(24, 100, 255, 0.12);
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
}

.launch-tone-card p {
    margin-bottom: 18px;
    color: var(--launch-muted);
}

.launch-tone-card p:last-child {
    margin-bottom: 0;
}

.launch-tone-badge {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(15, 157, 88, 0.12);
    color: #0f7a49;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.launch-tone-badge--mid {
    background: rgba(242, 153, 74, 0.16);
    color: #b86a18;
}

.launch-tone-badge--low {
    background: rgba(224, 90, 71, 0.14);
    color: #b33b2f;
}

.launch-faq-list {
    display: grid;
    gap: 18px;
}

.launch-faq-item {
    padding: 24px 28px;
    border-radius: 22px;
    background: var(--launch-surface);
    border: 1px solid var(--launch-border);
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.04);
}

.launch-faq-item summary {
    list-style: none;
    cursor: pointer;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    padding-right: 36px;
    position: relative;
}

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

.launch-faq-item summary::after {
    content: "\ea13";
    font-family: remixicon;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--accent-color);
}

.launch-faq-item[open] summary::after {
    content: "\f1af";
}

.launch-faq-item p {
    margin: 18px 0 0;
    color: var(--launch-muted);
}

.launch-contact-card {
    margin-top: 24px;
    padding: 40px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(24, 100, 255, 0.08) 0%, rgba(24, 100, 255, 0.03) 100%);
    border: 1px solid rgba(24, 100, 255, 0.12);
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.06);
    text-align: center;
}

.launch-contact-card h2 {
    margin-bottom: 18px;
}

.launch-contact-card p {
    max-width: 720px;
    margin: 0 auto 26px;
    color: var(--launch-muted);
}

.launch-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 16px 26px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.launch-contact-link:hover,
.launch-contact-link:focus-visible {
    color: #fff;
    background: var(--accent-color);
}

.launch-footer-note {
    color: var(--launch-muted);
    margin-bottom: 0;
}

.repueto-footer-menu.contact-info ul li a {
    line-height: 1.5;
}

@media (max-width: 991px) {
    .launch-form-card {
        padding: 28px;
        margin-top: 12px;
    }

    .launch-inline-form {
        grid-template-columns: 1fr;
    }

    .launch-section {
        padding: 90px 0;
    }

    .launch-proof-strip {
        grid-template-columns: 1fr;
    }

    .launch-review-row {
        grid-template-columns: 1fr;
    }

    .launch-contact-card {
        margin-top: 0;
        padding: 32px 26px;
    }
}

@media (max-width: 767px) {
    .launch-brand-logo,
    .launch-brand-logo--footer {
        width: 150px;
    }

    .launch-hero-lead {
        font-size: 19px;
    }

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

    .launch-feature-card,
    .launch-audience-card,
    .launch-impact-card,
    .launch-review-card,
    .launch-tone-card,
    .launch-faq-item,
    .launch-contact-card {
        padding: 24px;
        border-radius: 20px;
    }

    .launch-faq-item summary {
        font-size: 20px;
    }
}
