* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    color: #f8ead0;
    background: #020202;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

.pre-container {
    width: min(100%, 941px);
    margin: 0 auto;
    padding-left: clamp(14px, 4.5vw, 52px);
    padding-right: clamp(14px, 4.5vw, 52px);
}

/* Hero art master: 1530x1024 — full-width background, top-aligned */
.pre-hero-stage {
    position: relative;
    width: 100%;
    margin: 0;
    height: clamp(500px, 50vw, 700px);
    overflow: hidden;
}

.pre-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #020202;
    overflow: hidden;
}

.pre-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    pointer-events: none;
    user-select: none;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.pre-hero-video.fade-out {
    opacity: 0;
}

.pre-hero-bg-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    opacity: 0;
    transition: opacity 1.4s ease;
    pointer-events: none;
    user-select: none;
}

.pre-hero-bg-layer.is-visible {
    opacity: 1;
}

.pre-hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.48);
}

.pre-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.2) 38%, rgba(0, 0, 0, 0.72) 78%, rgba(2, 2, 2, 1) 100%);
}

.pre-hero-stage-inner {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    padding: clamp(10px, 1.8vw, 18px) 0 clamp(18px, 3vw, 28px);
    pointer-events: none;
}

.pre-hero-stage-inner .pre-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    pointer-events: none;
}

.pre-hero-stage-inner a,
.pre-hero-stage-inner button,
.pre-hero-stage-inner input,
.pre-hero-stage-inner .g-recaptcha {
    pointer-events: auto;
}

.pre-main {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #020202;
    margin-top: -2px;
    padding: 0 0 54px;
}

.pre-main .pre-panel:first-child {
    margin-top: 20px;
}

.pre-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 0 4px;
}

.pre-logo img {
    width: 118px;
    height: auto;
    display: block;
    filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.9));
}

.pre-socials {
    display: flex;
    align-items: center;
    gap: 9px;
}

.pre-socials a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f1d186;
    text-decoration: none;
    border: 1px solid rgba(224, 177, 87, 0.42);
    border-radius: 50%;
    background: rgba(8, 7, 6, 0.58);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.55);
    transition: transform 180ms ease, color 180ms ease, border-color 180ms ease;
}

.pre-socials a:hover {
    color: #fff0bd;
    border-color: rgba(255, 224, 143, 0.72);
    transform: translateY(-2px);
}

.pre-hero {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: clamp(28px, 5vh, 56px);
    padding: 0 8px 0;
    position: relative;
}

.pre-kicker {
    margin: 0 0 4px;
    color: #d5b36b;
    font-family: "Cinzel", serif;
    font-size: 0.72rem;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.pre-hero h1,
.pre-panel h2 {
    font-family: "Cinzel", serif;
    color: #f2c85d;
    text-transform: uppercase;
    text-shadow:
        0 2px 0 #5a2d0b,
        0 0 13px rgba(221, 154, 44, 0.28),
        0 6px 18px rgba(0, 0, 0, 0.95);
}

.pre-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 5.2vw, 4.2rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.03em;
    white-space: nowrap;
    max-width: 100%;
}

.pre-subtitle {
    margin: 8px 0 18px;
    font-family: "Cinzel", serif;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    color: #d9ad62;
    text-transform: uppercase;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.9);
}

.pre-countdown {
    position: relative;
    overflow: hidden;
    width: min(100%, 600px);
    margin: 0 auto 16px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px 16px;
    color: #f7deaa;
    border: 1px solid transparent;
    background:
        linear-gradient(90deg, rgba(5, 4, 3, 0.92), rgba(16, 10, 5, 0.88), rgba(5, 4, 3, 0.94)) padding-box,
        linear-gradient(135deg, rgba(92, 57, 20, 0.3), #a66e2a 16%, rgba(45, 29, 12, 0.95) 24%, rgba(45, 29, 12, 0.95) 76%, #8c5c25 84%, rgba(92, 57, 20, 0.25)) border-box;
    box-shadow: inset 0 0 24px rgba(238, 185, 85, 0.07), 0 10px 28px rgba(0, 0, 0, 0.38);
    clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 18px 100%, 0 50%);
}

.pre-countdown-copy {
    text-align: left;
}

.pre-countdown-copy span {
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(247, 222, 170, 0.72);
}

.pre-countdown-copy strong {
    display: block;
    margin-top: 3px;
    font-size: 0.78rem;
    font-weight: 700;
}

.pre-countdown-copy em {
    display: block;
    margin-top: 2px;
    color: rgba(247, 222, 170, 0.58);
    font-size: 0.62rem;
    font-style: normal;
}

.pre-countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.pre-countdown-grid div {
    padding: 6px 3px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(218, 171, 82, 0.18);
}

.pre-countdown-grid strong,
.pre-countdown-grid span {
    display: block;
}

.pre-countdown-grid strong {
    font-family: "Cinzel", serif;
    font-size: 1rem;
    color: #ffd982;
}

.pre-countdown-grid span {
    margin-top: 1px;
    font-size: 0.53rem;
    color: rgba(247, 222, 170, 0.64);
    text-transform: uppercase;
}

.pre-progress-card {
    position: relative;
    width: min(100%, 585px);
    margin: 0 auto;
    padding: 15px 70px 16px 18px;
    border: 1px solid transparent;
    background:
        linear-gradient(90deg, rgba(4, 3, 2, 0.96), rgba(16, 10, 5, 0.92), rgba(4, 3, 2, 0.96)) padding-box,
        linear-gradient(135deg, rgba(92, 57, 20, 0.3), #a66e2a 16%, rgba(45, 29, 12, 0.95) 24%, rgba(45, 29, 12, 0.95) 76%, #8c5c25 84%, rgba(92, 57, 20, 0.25)) border-box;
    box-shadow:
        inset 0 0 18px rgba(229, 177, 74, 0.08),
        0 14px 34px rgba(0, 0, 0, 0.68);
    clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
}

.pre-progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    color: #d5bc80;
    font-family: "Cinzel", serif;
    font-size: 0.67rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pre-progress-meta strong {
    color: #f0c86c;
    font-weight: 800;
}

.pre-progress-bar {
    height: 18px;
    padding: 3px;
    border: 1px solid rgba(248, 213, 130, 0.34);
    background: rgba(0, 0, 0, 0.55);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.85);
    border-radius: 12px;
}

.pre-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(180deg, #ffe08a, #d7952a 52%, #8d4f12);
    box-shadow: 0 0 14px rgba(246, 197, 80, 0.5);
}

.pre-gift-mark {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    color: #1b0d03;
    font-size: 1.25rem;
    border-radius: 50%;
    background: radial-gradient(circle, #ffe08b 0%, #bb7f24 64%, #3b2109 100%);
    box-shadow: 0 0 24px rgba(235, 176, 63, 0.42);
}

.pre-limited {
    margin: 8px 0 18px;
    font-size: 0.78rem;
    font-style: italic;
    color: #f2dfad;
}

.pre-main-cta,
.pre-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 58px;
    border: 0;
    color: #221203;
    font-family: "Cinzel", serif;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    background:
        linear-gradient(90deg, rgba(74, 39, 8, 0.95), rgba(246, 208, 119, 0.98) 17%, rgba(168, 101, 31, 0.98) 50%, rgba(246, 208, 119, 0.98) 83%, rgba(74, 39, 8, 0.95));
    box-shadow:
        inset 0 0 0 1px rgba(255, 242, 169, 0.42),
        inset 0 -7px 12px rgba(92, 47, 9, 0.32),
        0 14px 28px rgba(0, 0, 0, 0.5);
    clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 22px 100%, 0 50%);
    transition: transform 180ms ease, filter 180ms ease;
}

.pre-main-cta:hover,
.pre-submit-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.pre-panel {
    position: relative;
    width: min(100%, 780px);
    margin: 34px auto 0;
    padding: 30px 52px;
    text-align: center;
    border: 0;
    background:
        linear-gradient(#070604, #070604) padding-box,
        linear-gradient(135deg, rgba(92, 57, 20, 0.3), #a66e2a 16%, rgba(45, 29, 12, 0.95) 24%, rgba(45, 29, 12, 0.95) 76%, #8c5c25 84%, rgba(92, 57, 20, 0.25)) border-box;
    border: 1px solid transparent;
    box-shadow:
        inset 0 0 0 1px rgba(203, 148, 56, 0.09),
        inset 0 0 52px rgba(0, 0, 0, 0.94),
        0 18px 50px rgba(0, 0, 0, 0.72);
    clip-path: polygon(24px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px), 0 24px);
}

.pre-panel::before,
.pre-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pre-panel::before {
    z-index: 0;
    background:
        linear-gradient(90deg, transparent 0 13%, rgba(193, 135, 44, 0.86) 13% 30%, transparent 30% 70%, rgba(193, 135, 44, 0.86) 70% 87%, transparent 87% 100%) top / 100% 1px no-repeat,
        linear-gradient(90deg, transparent 0 13%, rgba(150, 96, 34, 0.82) 13% 30%, transparent 30% 70%, rgba(150, 96, 34, 0.82) 70% 87%, transparent 87% 100%) bottom / 100% 1px no-repeat,
        radial-gradient(ellipse at center, rgba(193, 135, 44, 0.08), transparent 68%);
    clip-path: inherit;
}

.pre-panel::after {
    z-index: 0;
    background:
        linear-gradient(135deg, transparent 0 16px, rgba(202, 143, 49, 0.9) 16px 17px, transparent 17px) top left / 68px 68px no-repeat,
        linear-gradient(225deg, transparent 0 16px, rgba(202, 143, 49, 0.9) 16px 17px, transparent 17px) top right / 68px 68px no-repeat,
        linear-gradient(45deg, transparent 0 16px, rgba(202, 143, 49, 0.74) 16px 17px, transparent 17px) bottom left / 68px 68px no-repeat,
        linear-gradient(315deg, transparent 0 16px, rgba(202, 143, 49, 0.74) 16px 17px, transparent 17px) bottom right / 68px 68px no-repeat;
    opacity: 1;
}

.pre-panel>* {
    position: relative;
    z-index: 1;
}

.pre-panel h2 {
    margin: 0;
    font-size: 1.35rem;
    letter-spacing: 0.01em;
}

.pre-panel>p {
    margin: 9px 0 0;
    color: #bca579;
    font-size: 0.87rem;
}

.pre-reward-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 28px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.pre-reward-item {
    min-width: 0;
    cursor: pointer;
    text-align: center;
}

.pre-reward-icon {
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto 12px;
    padding: 1px; /* Espessura precisa da borda dourada chanfrada */
    background: linear-gradient(135deg, rgba(152, 103, 42, 0.86), rgba(218, 171, 82, 0.5), rgba(152, 103, 42, 0.86));
    clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
    box-shadow:
        0 0 14px rgba(0, 0, 0, 0.7),
        inset 0 0 12px rgba(231, 174, 62, 0.08);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    animation: reward-glow-pulse 4s ease-in-out infinite;
    overflow: hidden;
}

.pre-reward-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 5px; /* Espaço para a borda chanfrada respirar */
    background:
        radial-gradient(circle, rgba(160, 104, 34, 0.2), transparent 62%),
        linear-gradient(180deg, rgba(18, 13, 8, 0.92), rgba(4, 4, 3, 0.96));
    clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
    pointer-events: none;
}

/* Pseudo-elemento para o feixe metálico de luz dourada (Sheen Effect) que chama a atenção ciclicamente */
.pre-reward-icon::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -150%;
    width: 60%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 224, 143, 0) 0%,
        rgba(255, 224, 143, 0.12) 30%,
        rgba(255, 224, 143, 0.42) 50%,
        rgba(255, 224, 143, 0.12) 70%,
        rgba(255, 224, 143, 0) 100%
    );
    transform: rotate(25deg);
    pointer-events: none;
    z-index: 2;
    animation: reward-sheen 18s infinite; /* Diminuído em 3x a velocidade (de 6s para 18s) */
}

/* Criar um delay de animação assíncrono para a pulsação ociosa parecer orgânica e viva */
.pre-reward-item:nth-child(1) .pre-reward-icon { animation-delay: 0s; }
.pre-reward-item:nth-child(2) .pre-reward-icon { animation-delay: 0.8s; }
.pre-reward-item:nth-child(3) .pre-reward-icon { animation-delay: 1.6s; }
.pre-reward-item:nth-child(4) .pre-reward-icon { animation-delay: 2.4s; }
.pre-reward-item:nth-child(5) .pre-reward-icon { animation-delay: 3.2s; }

/* Criar delays assíncronos no brilho diagonal 3x maiores para manter a sequência perfeitamente sincronizada em 18s */
.pre-reward-item:nth-child(1) .pre-reward-icon::after { animation-delay: 0s; }
.pre-reward-item:nth-child(2) .pre-reward-icon::after { animation-delay: 3.6s; }
.pre-reward-item:nth-child(3) .pre-reward-icon::after { animation-delay: 7.2s; }
.pre-reward-item:nth-child(4) .pre-reward-icon::after { animation-delay: 10.8s; }
.pre-reward-item:nth-child(5) .pre-reward-icon::after { animation-delay: 14.4s; }

.pre-reward-item h3 {
    margin: 0;
    color: #d6c59f;
    font-size: 0.72rem;
    line-height: 1.22;
    font-weight: 500;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Efeito Premium de Hover nos Ícones de Recompensas */
.pre-reward-item:hover .pre-reward-icon {
    transform: translateY(-6px) scale(1.1) rotate(1.5deg);
    background: linear-gradient(135deg, rgba(242, 200, 93, 0.95), rgba(255, 224, 143, 0.8), rgba(242, 200, 93, 0.95));
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.85),
        0 0 24px rgba(242, 200, 93, 0.45),
        inset 0 0 12px rgba(231, 174, 62, 0.25);
    filter: brightness(1.15);
    animation: none; /* Substitui a animação de pulsação de respiração para travar no hover perfeitamente */
}

.pre-reward-item:hover h3 {
    color: #f2c85d;
    text-shadow: 0 0 8px rgba(242, 200, 93, 0.35);
}

@keyframes reward-glow-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 0 14px rgba(0, 0, 0, 0.7),
            inset 0 0 12px rgba(231, 174, 62, 0.08);
        background: linear-gradient(135deg, rgba(152, 103, 42, 0.86), rgba(218, 171, 82, 0.4), rgba(152, 103, 42, 0.86));
    }
    50% {
        transform: scale(1.04);
        box-shadow:
            0 0 22px rgba(242, 200, 93, 0.32),
            0 0 12px rgba(242, 200, 93, 0.12),
            inset 0 0 16px rgba(242, 200, 93, 0.18);
        background: linear-gradient(135deg, rgba(218, 171, 82, 0.95), rgba(255, 224, 143, 0.6), rgba(218, 171, 82, 0.95));
    }
}

@keyframes reward-sheen {
    0% {
        left: -150%;
    }
    15% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}

.pre-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.pre-step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    text-align: left;
    align-items: center;
}

.pre-step-number {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: #d9a854;
    font-family: "Cinzel", serif;
    font-size: 1.55rem;
    font-weight: 900;
    background: rgba(0, 0, 0, 0.56);
    border: 1px solid rgba(152, 103, 42, 0.78);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.pre-step h3 {
    margin: 0 0 5px;
    color: #d2a55e;
    font-size: 0.8rem;
}

.pre-step p {
    margin: 0;
    color: #9f8b6a;
    font-size: 0.72rem;
    line-height: 1.45;
}

.pre-form-panel {
    margin-bottom: 0;
    padding-bottom: 34px;
}

.pre-register-form {
    margin-top: 22px;
}

.pre-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 520px;
    margin: 0 auto;
}

.pre-field {
    position: relative;
    display: block;
}

.pre-field>i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #bd8d42;
    font-size: 0.85rem;
    pointer-events: none;
}

.pre-field input {
    width: 100%;
    height: 40px;
    padding: 0 42px 0 38px;
    color: #e8cf9d;
    font: 500 0.8rem "Inter", sans-serif;
    border: 1px solid rgba(121, 82, 35, 0.78);
    background: rgba(0, 0, 0, 0.62);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.pre-field input::placeholder {
    color: rgba(191, 164, 113, 0.54);
}

.pre-field input:focus {
    border-color: rgba(201, 145, 58, 0.88);
    background: rgba(0, 0, 0, 0.74);
    box-shadow: 0 0 0 2px rgba(201, 145, 58, 0.1);
}

.pre-password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 0;
    color: rgba(238, 198, 120, 0.74);
    background: transparent;
    cursor: pointer;
}

.pre-recaptcha {
    display: flex;
    justify-content: center;
    margin: 18px 0 20px;
}

.pre-submit-btn {
    width: min(100%, 520px);
    margin: 0 auto;
}

.pre-submit-btn:disabled {
    cursor: wait;
    filter: grayscale(0.15) brightness(0.85);
    transform: none;
}

.pre-terms {
    margin: 14px 0 0;
    color: rgba(239, 224, 198, 0.66);
    font-size: 0.67rem;
}

.pre-terms a {
    color: #f0c86c;
}

.pre-toast-root {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 50;
    display: grid;
    gap: 10px;
    width: min(360px, calc(100vw - 40px));
}

.pre-toast {
    position: relative;
    overflow: hidden;
    padding: 14px 16px 16px;
    color: #f8ead0;
    border: 1px solid rgba(218, 171, 82, 0.36);
    background: rgba(10, 8, 6, 0.94);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.5);
    transform: translateX(20px);
    opacity: 0;
    transition: opacity 220ms ease, transform 220ms ease;
}

.pre-toast.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.pre-toast strong {
    display: block;
    margin-bottom: 4px;
    color: #f5cf75;
    font-family: "Cinzel", serif;
    font-size: 0.86rem;
    text-transform: uppercase;
}

.pre-toast p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.45;
}

.pre-toast::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #f5cf75, #92601c);
    animation: preToastProgress 5000ms linear forwards;
}

.pre-toast.is-error {
    border-color: rgba(221, 76, 62, 0.55);
}

.pre-toast.is-error strong {
    color: #ff8f80;
}

.pre-toast.is-error::after {
    background: linear-gradient(90deg, #ff8f80, #9b261b);
}

@keyframes preToastProgress {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}



@media (max-width: 720px) {
    .pre-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pre-main {
        padding-bottom: 44px;
    }

    .pre-hero-stage {
        height: clamp(460px, 58vw, 580px);
    }

    .pre-hero-stage-inner {
        padding-bottom: 16px;
    }

    .pre-hero {
        margin-bottom: clamp(20px, 4vh, 36px);
    }

    .pre-hero h1 {
        white-space: normal;
        font-size: clamp(1.65rem, 7.5vw, 2.6rem);
        line-height: 1.02;
        letter-spacing: -0.02em;
    }

    .pre-countdown {
        grid-template-columns: 1fr;
        clip-path: none;
    }

    .pre-countdown-copy {
        text-align: center;
    }

    .pre-reward-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pre-step-grid,
    .pre-form-grid {
        grid-template-columns: 1fr;
    }

    .pre-panel {
        padding: 24px 18px;
    }
}

@media (max-width: 480px) {
    .pre-socials {
        gap: 6px;
    }

    .pre-logo img {
        width: 96px;
    }

    .pre-hero h1 {
        font-size: clamp(1.45rem, 8.2vw, 2rem);
    }

    .pre-progress-card {
        padding-right: 18px;
    }

    .pre-gift-mark {
        display: none;
    }

    .pre-progress-meta {
        font-size: 0.6rem;
    }

    .pre-main-cta,
    .pre-submit-btn {
        width: 100%;
        padding: 0 22px;
        font-size: 1rem;
    }
}