/* =========================================================
   LDP: Sinh nhật Langgo 2026
   Slug: sinh-nhat-langgo-2026
   Scope: .ldp-sn26
   Variables dùng từ variables.css: --LG, --Cam, --box, --click,
                                    --color-overlay-25, --color-bg-white
   ========================================================= */

:root {
    --sn26-grad: linear-gradient(180deg, #E89100 0%, var(--LG, #d72229) 100%);
}

.ldp-sn26 {
    /* Background — chỉ cần đổi đường dẫn ảnh bên dưới */
    --sn26-bg: url('/images-new/sinh-nhat-2026/bg.png');

    background-color: #fff;
    background-image: var(--sn26-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
/* Bỏ margin-top 100px của footer chung — chỉ áp dụng cho LDP này */
body:has(.ldp-sn26) .footer {
    margin-top: 0;
}

/* Tắt toast FOMO "[Tên] đã đăng ký..." trên LDP này (gây nhiễu với form đăng ký quà) */
body:has(.ldp-sn26) #custom-noti {
    display: none !important;
}

/* ===== Section: Banner ===== */
.sn26-banner {
    width: 100%;
    overflow: hidden;
}
.sn26-banner-item {
    display: block;
    line-height: 0;
}
.sn26-banner-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== Section: Stats ===== */
.sn26-stats {
    height: 211px;
    background: var(--sn26-grad);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sn26-stats-container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}
.sn26-stat {
    flex: 1;
    text-align: center;
    min-width: 0;
}
.sn26-stat-num {
font-weight: 800;
    font-size: 70px;
    line-height: 120%;
    color: #fff;
    text-shadow: 3px 3px 4px rgba(255, 244, 129, 0.5);
    margin-bottom: 16px;
    text-align: center;
}
.sn26-stat-label {
font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}
.sn26-stat-divider {
    width: 2px;
    height: 97px;
    background: var(--Cam);
    flex-shrink: 0;
}

/* ===== Section: Timeline ===== */
.sn26-timeline {
    position: relative;
    padding: 60px 0 70px;
    background: transparent;
    overflow: hidden;
}
.sn26-tl-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.sn26-tl-header {
    margin-bottom: 50px;
}
.sn26-tl-subtitle { margin: 6px 0 9px; }
.sn26-tl-desc { margin: 0; }

.sn26-tl-stages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto 1fr; /* date | badge-row | sub | card stretches */
    column-gap: 30px;
    row-gap: 0;
    position: relative;
    align-items: start;
}
.sn26-tl-stages::before {
    content: '';
    position: absolute;
    left: 21px;
    right: 21px;
    top: 56px; /* căn giữa badge: date (~28px) + badge center trong row (~28px) */
    height: 2px;
    background: var(--LG);
    z-index: 0;
    pointer-events: none;
}
.sn26-tl-stage {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    row-gap: 0;
    position: relative;
    z-index: 1;
}
.sn26-tl-date {
font-weight: 600;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 8px;
    padding-left: 56px;
}
.sn26-tl-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 4px;
}
.sn26-tl-badge {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--LG);
    color: #fff;
font-weight: 800;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(215, 34, 41, 0.25);
}
.sn26-tl-name {
font-weight: 800;
    font-style: italic;
    font-size: 28px;
    line-height: 120%;
    color: var(--LG);
    align-self: flex-end;
    margin-bottom: 28px; /* badge radius (21px) + 7px gap trên line */
}
.sn26-tl-sub {
font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    color: var(--LG);
    padding-left: 56px;
    margin-bottom: 20px;
}
.sn26-tl-card {
    background: var(--box);
    border-radius: 20px;
    padding: 20px 18px 16px;
    box-shadow: 0 0 10px 0 var(--color-overlay-25);
    display: flex;
    flex-direction: column;
    flex: 1;
}
.sn26-tl-items {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}
.sn26-tl-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.sn26-tl-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sn26-tl-icon img,
.sn26-tl-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sn26-tl-item-title {
font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.sn26-tl-item-desc {
font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-top: 2px;
}
.sn26-tl-link {
font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    color: var(--LG);
    text-decoration: none;
    margin-top: auto;
    align-self: flex-start;
}
.sn26-tl-link:hover { text-decoration: underline; }

/* ===== Section: Rules + Prize ===== */
.sn26-rules {
    padding: 50px 0 70px;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.sn26-rules-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
/* .sn26-rules-title → dùng .sn26-section-h2 + utility classes trong Blade */
.sn26-section-h2 {
    letter-spacing: 0.02em;
    margin: 0 0 32px;
}
.sn26-rules-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 32px;
    align-items: start;
}

/* Accordion */
.sn26-rules-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sn26-acc {
    width: 100%;
    max-width: 521px;
    background: transparent;
    border-radius: 20px;
    box-shadow: none;
    overflow: hidden;
    transition: background .2s, box-shadow .2s;
}
.sn26-acc.is-open {
    background: var(--box, var(--box));
    box-shadow: 0 0 10px 0 var(--color-overlay-25);
}
.sn26-acc-head {
    -webkit-appearance: none;
    appearance: none;
    background: var(--sn26-grad);
    border: none;
    width: 100%;
    max-width: 521px;
    height: 49px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    color: #fff;
font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 50px;
    transition: filter .2s;
}
.sn26-acc-head:hover { filter: brightness(1.05); }
.sn26-acc-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}
.sn26-acc-icon img,
.sn26-acc-icon svg {
    width: 23px;
    height: 23px;
    object-fit: contain;
}
.sn26-acc-title { flex: 1; text-align: center; }
.sn26-acc-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s;
}
.sn26-acc.is-open .sn26-acc-arrow { transform: rotate(180deg); }
.sn26-acc-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
}
.sn26-acc.is-open .sn26-acc-body { grid-template-rows: 1fr; }
.sn26-acc-body-inner {
    overflow: hidden;
    padding: 0 22px;
}
.sn26-acc.is-open .sn26-acc-body-inner { padding: 12px 22px 18px; }
.sn26-acc-body-inner,
.sn26-acc-body-inner p {
font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 4px;
}
.sn26-acc-body-inner p:last-child { margin-bottom: 0; }
.sn26-acc-body-inner strong { font-weight: 700; }

/* Prize card */
.sn26-prize-card {
    width: 100%;
    max-width: 694px;
    height: 334px;
    margin: 0 auto;
    background: var(--box);
    border-radius: 24px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.18);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.sn26-prize-head {
    background: var(--sn26-grad);
    color: #fff;
font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 430px;
    height: 43px;
    padding: 0 20px;
    margin: 0 auto;
    border: 0;
    border-radius: 0 0 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sn26-prize-image {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}
.sn26-prize-image img {
    max-height: 100%;
}
.sn26-prize-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Countdown */
.sn26-countdown {
    margin-top: 18px;
    text-align: center;
}
.sn26-countdown-label {
font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
}
.sn26-countdown-grid {
    display: flex;
    justify-content: center;
    gap: 14px;
}
.sn26-cd-box {
    width: 73px;
    height: 76px;
    border-radius: 5px;
    /* Gradient border 1px + nền var(--box) — trick double background */
    background:
        linear-gradient(var(--box), var(--box)) padding-box,
        var(--sn26-grad) border-box;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-shrink: 0;
}
.sn26-cd-num {
font-weight: 800;
    font-size: 43.68px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--LG);
    text-align: center;
}
.sn26-cd-lbl {
font-weight: 500;
    font-size: 15.72px;
    line-height: 120%;
    letter-spacing: 0;
    color: rgba(120, 120, 120, 1);
    text-align: center;
}

/* CTA */
.sn26-rules-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 294px;
    height: 47px;
    margin: 22px auto 0;
    padding: 0 20px;
    background: var(--LG);
    color: #fff;
font-weight: 800;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 33px;
    box-shadow: 2px 2px 3px 0 var(--color-overlay-25);
    transition: transform .2s, box-shadow .2s, filter .2s;
}
.sn26-rules-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* ===== Section: Register (đăng ký liền tay) ===== */
.sn26-register {
    padding: 60px 0 70px;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.sn26-register-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
/* .sn26-register-title → dùng .sn26-section-h2 + utility classes trong Blade */
.sn26-register-sub {
font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin: 13px 0 30px;
}
.sn26-register-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* Table (pattern .schedule-card) */
.sn26-reg-card {
    background: var(--box, #fdf7f7);
    box-shadow: 0 0 10px 0 var(--color-overlay-25);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.sn26-reg-header,
.sn26-reg-row {
    display: grid;
    grid-template-columns: 0.4fr 1.3fr 1fr 1.2fr 0.7fr 1.3fr;
    gap: 6px;
    padding: 12px 20px;
    align-items: center;
    text-align: center;
}
.sn26-reg-header { padding: 18px 20px; }
.sn26-reg-col-label {
    height: 36px;
    background: var(--LG);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}
.sn26-reg-body {
    max-height: 380px;
    overflow-y: auto;
    padding: 0 0 18px;
}
.sn26-reg-body {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}
.sn26-reg-body::-webkit-scrollbar { width: 6px; }
.sn26-reg-body::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 3px; }
.sn26-reg-body::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 3px; }
.sn26-reg-body::-webkit-scrollbar-thumb:hover { background: #a1a1a1; }
.sn26-reg-row:nth-child(odd) {
    background: #ededed;
    border-radius: 8px;
    /* giữ nguyên padding với row chẵn để các cột text thẳng hàng */
}
.sn26-reg-cell {
font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sn26-reg-band {
    display: inline-block;
    min-width: 52px;
    padding: 4px 12px;
    background: var(--click);
    color: var(--LG);
    font-weight: 700;
    font-size: 14px;
    border-radius: 20px;
}
.sn26-reg-gift {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(215, 34, 41, 0.12);
    color: var(--LG);
    font-weight: 600;
    font-size: 13px;
    border-radius: 20px;
}

/* Form */
.sn26-reg-form {
    background: var(--sn26-grad);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.sn26-reg-form-head {
    padding: 18px 20px 6px;
    color: #fff;
font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
.sn26-reg-form-body { padding: 16px 22px 22px; }
.sn26-reg-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px;
}
.sn26-reg-field { display: flex; flex-direction: column; }
.sn26-reg-field-full { grid-column: 1 / -1; }
.sn26-reg-label {
font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 6px;
}
.sn26-reg-label .req { color: #ffeb3b; }
.sn26-reg-input {
    width: 100%;
    height: 38px;
    padding: 0 18px;
    background: #fff;
    border: 0;
    border-radius: 54px;
font-weight: 500;
    font-size: 14px;
    color: #333;
    outline: 0;
    transition: box-shadow .2s;
}
.sn26-reg-input::placeholder { color: #aaa; }
.sn26-reg-input:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
.sn26-reg-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23999' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px 18px;
    padding-right: 42px;
}
.sn26-reg-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto 0;
    width: 240px;
    height: 44px;
    background: #fff;
    color: var(--LG);
font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 33px;
    box-shadow: 2px 2px 3px 0 var(--color-overlay-25);
    cursor: pointer;
    transition: transform .2s, filter .2s;
}
.sn26-reg-submit:hover { transform: translateY(-1px); filter: brightness(1.04); }

/* ===== Section: Vòng quay may mắn ===== */
.sn26-wheel {
    padding: 60px 0 70px;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.sn26-wheel-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.sn26-wheel-header {
    text-align: center;
    margin-bottom: 36px;
}
.sn26-wheel-pretitle {
font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--LG);
    margin: 0 0 10px;
    text-align: center;
}
/* .sn26-wheel-title → dùng .sn26-section-h2 + utility + inline letter-spacing trong Blade */
.sn26-wheel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.sn26-wheel-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sn26-wheel-frame {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sn26-wheel-disc {
    width: 100%;
    line-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.sn26-wheel-spin,
.sn26-wheel-pointer {
    grid-column: 1;
    grid-row: 1;
}
.sn26-wheel-spin {
    width: 100%;
    transform-origin: 50% 50%;
    will-change: transform;
    z-index: 2;
}
.sn26-wheel-pointer {
    justify-self: center;
    align-self: center;
    width: 14%;
    height: auto;
    display: block;
    z-index: 3;
    pointer-events: none;
}
.sn26-wheel-img {
    width: 100%;
    height: auto;
    display: block;
}
.sn26-wheel-base {
    width: 60%;
    max-width: 280px;
    height: auto;
    display: block;
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
.sn26-wheel-right {
    display: flex;
    align-items: center;
}
.sn26-wheel-card {
    width: 100%;
    max-width: 651px;
    height: 334px;
    background: var(--box);
    border-radius: 20px;
    box-shadow: 0 0 10px 0 var(--color-overlay-25);
    padding: 0 26px 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
/* Tab head — giống sn26-prize-head: dính top card, chỉ 2 góc dưới cong */
.sn26-wheel-card-head {
    width: 100%;
    max-width: 430px;
    height: 43px;
    padding: 0 20px;
    margin: 0 auto 22px;
    background: var(--sn26-grad);
    color: #fff;
font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 0 0 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sn26-wheel-list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.sn26-wheel-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.sn26-wheel-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sn26-wheel-icon img,
.sn26-wheel-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sn26-wheel-text {
font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000;
}
.sn26-wheel-cta {
    align-self: center;
    width: 220px;
    height: 47px;
    background: var(--LG);
    color: #fff;
font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 33px;
    box-shadow: 2px 2px 3px 0 var(--color-overlay-25);
    cursor: pointer;
    transition: transform .2s, filter .2s;
}
.sn26-wheel-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

/* ===== Prize modal ===== */
.sn26-prize-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.sn26-prize-modal.is-open {
    display: flex;
    animation: sn26-modal-in .25s ease;
}
@keyframes sn26-modal-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.sn26-prize-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
}
.sn26-prize-modal-card {
    position: relative;
    width: 100%;
    max-width: 720px;
    background: var(--box);
    border-radius: 20px;
    padding: 36px 36px 30px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.30);
    text-align: center;
    animation: sn26-card-in .35s cubic-bezier(.17,.67,.32,1.4);
}
@keyframes sn26-card-in {
    from { transform: scale(.7); opacity: 0; }
    to   { transform: scale(1);  opacity: 1; }
}
.sn26-prize-modal-x {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    transition: color .2s;
}
.sn26-prize-modal-x:hover { color: var(--LG); }

.sn26-prize-modal-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3;
    color: var(--LG);
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 14px;
}
.sn26-prize-modal-pill {
    display: inline-block;
    min-width: 240px;
    padding: 12px 36px;
    background: var(--LG);
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(215, 34, 41, 0.25);
    margin-bottom: 14px;
}
.sn26-prize-modal-note {
    font-weight: 500;
    font-style: italic;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin: 0 0 22px;
    text-align: center;
}

/* Limit modal (hết lượt quay) — vẫn dùng badge cũ + text + name + cta */
.sn26-prize-modal-badge {
    display: inline-block;
    padding: 6px 22px;
    background: var(--sn26-grad);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 14px;
}
.sn26-prize-modal-badge-info {
    background: linear-gradient(180deg, #888 0%, #555 100%);
}
.sn26-prize-modal-text {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    margin: 0 0 4px;
}
.sn26-prize-modal-name {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    color: var(--LG);
    margin: 0 0 8px;
    text-transform: uppercase;
}
.sn26-prize-modal-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 28px;
    background: var(--LG);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 33px;
    box-shadow: 2px 2px 3px 0 var(--color-overlay-25);
    transition: transform .2s, filter .2s;
}
.sn26-prize-modal-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    color: #fff;
}

/* ===== Notify modal (success / error) ===== */
.sn26-notify-card {
    max-width: 420px;
    background: #fff;
    padding: 32px 28px 26px;
}
.sn26-notify-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
}
.sn26-notify-icon svg { width: 100%; height: 100%; display: block; }
.sn26-notify-title {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.3;
    color: #22c55e;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
}
.sn26-notify-title-error { color: var(--LG); }
.sn26-notify-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin: 0 0 22px;
    text-align: center;
}

/* ===== Prize form (trong modal vòng quay) ===== */
.sn26-prize-form { text-align: left; }
.sn26-prize-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
}
.sn26-prize-field { display: flex; flex-direction: column; }
.sn26-prize-field-full { grid-column: 1 / -1; }
.sn26-prize-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000;
    margin-bottom: 6px;
}
.sn26-prize-label .req { color: var(--LG); }
.sn26-prize-input {
    width: 100%;
    height: 40px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 54px;
    font-size: 14px;
    color: #000;
    outline: 0;
    transition: border-color .2s, box-shadow .2s;
}
.sn26-prize-input::placeholder { color: #999; font-style: italic; }
.sn26-prize-input:focus {
    border-color: var(--LG);
    box-shadow: 0 0 0 2px rgba(215, 34, 41, 0.12);
}
.sn26-prize-radios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
    margin-top: 4px;
}
.sn26-prize-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
}
.sn26-prize-radio input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: var(--LG);
    flex-shrink: 0;
}
.sn26-prize-form-submit {
    display: block;
    margin: 22px auto 0;
    width: 260px;
    height: 48px;
    background: var(--LG);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 33px;
    box-shadow: 2px 2px 3px 0 var(--color-overlay-25);
    cursor: pointer;
    transition: transform .2s, filter .2s;
}
.sn26-prize-form-submit:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

/* =========================================================
   Responsive — desktop-first (max-width)
   Breakpoints: 1280 / 1024 (tablet) / 768 (mobile) / 480 (small)
   ========================================================= */

/* ===== ≤ 1280px: container shrink, micro adjustments ===== */
@media (max-width: 1280px) {
    .sn26-stats-container,
    .sn26-tl-container,
    .sn26-rules-container,
    .sn26-register-container,
    .sn26-wheel-container { padding: 0 24px; }
}

/* ===== ≤ 1024px: tablet — collapse 2-col grids → 1-col ===== */
@media (max-width: 1024px) {
    .sn26-section-h2 { font-size: 30px !important; }

    /* Stats */
    .sn26-stat-num { font-size: 64px; }
    .sn26-stat-label { font-size: 22px; line-height: 26px; }
    .sn26-stat-divider { height: 80px; }

    /* Timeline */
    .sn26-tl-subtitle { font-size: 20px !important; }
    .sn26-tl-stages {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        column-gap: 24px;
        row-gap: 28px;
    }
    .sn26-tl-stage {
        display: flex;
        flex-direction: column;
        grid-row: auto;
    }
    .sn26-tl-stages::before { display: none; }

    /* Rules + Prize */
    .sn26-rules-grid { grid-template-columns: 1fr; gap: 24px; }
    .sn26-acc,
    .sn26-acc-head { max-width: 100%; }
    .sn26-prize-card { height: auto; min-height: 300px; }

    /* Register */
    .sn26-register-grid { grid-template-columns: 1fr; gap: 24px; }

    /* Wheel */
    .sn26-wheel-pretitle { font-size: 24px; }
    .sn26-wheel-grid { grid-template-columns: 1fr; gap: 36px; }
    .sn26-wheel-card { max-width: 100%; height: auto; min-height: 280px; }
    .sn26-wheel-card-head { font-size: 20px; max-width: 360px; }
    .sn26-wheel-frame { max-width: 380px; }
}

/* ===== ≤ 768px: mobile ===== */
@media (max-width: 768px) {
    /* Container */
    .sn26-tl-container,
    .sn26-rules-container,
    .sn26-register-container,
    .sn26-wheel-container { padding: 0 16px; }

    .sn26-section-h2 { font-size: 24px !important; line-height: 1.2 !important; }

    /* Section padding tightening */
    .sn26-timeline,
    .sn26-rules,
    .sn26-register,
    .sn26-wheel { padding: 40px 0 48px; }

    /* Stats — 2x2 grid on mobile */
    .sn26-stats { height: auto; padding: 24px 0; }
    .sn26-stats-container {
        flex-wrap: wrap;
        gap: 12px;
        padding: 0 16px;
        justify-content: center;
    }
    .sn26-stat {
        flex: 0 0 calc(50% - 6px);
        min-width: 0;
    }
    .sn26-stat-num {
        font-size: 50px;
        margin-bottom: 4px;
        text-shadow: 2px 2px 3px rgba(255, 244, 129, 0.5);
    }
    .sn26-stat-label { font-size: 18px; line-height: 22px; }
    .sn26-stat-divider { display: none; }

    /* Timeline header */
    .sn26-tl-header { margin-bottom: 32px; }
    .sn26-tl-subtitle { font-size: 18px !important; }
    .sn26-tl-desc { line-height: 20px !important; }
    .sn26-tl-desc br { display: none; }

    /* Timeline mobile — vertical timeline với đường line dọc bên trái + badges chấm trên line */
    .sn26-tl-stages {
        display: flex !important;
        flex-direction: column;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
        column-gap: 0;
        row-gap: 28px;
        padding-left: 4px;
        position: relative;
    }
    /* Bỏ line container-level, dùng per-stage line để stop chính xác tại badge cuối (stage 4) */
    .sn26-tl-stages::before { display: none !important; }
    .sn26-tl-stage {
        display: flex !important;
        flex-direction: column;
        grid-row: auto !important;
        grid-column: auto !important;
        grid-template-rows: none !important;
        padding-left: 60px;
        position: relative;
        gap: 6px;
        width: 100%;
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    /* Line segment từ badge stage này → badge stage kế. Không có ở stage cuối.
     * top: 22px = badge top (line đi xuyên qua badge, badge z-index:2 phủ lên trên)
     * bottom: -50px = row-gap (28) + next badge top offset (22) → line chạm đến badge stage kế */
    .sn26-tl-stage:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 19px;
        top: 22px;
        bottom: -50px;
        width: 2px;
        background: var(--LG);
        z-index: 0;
    }
    .sn26-tl-date {
        padding-left: 0;
        font-size: 13px;
        margin-bottom: 2px;
        font-weight: 600;
        color: #666;
    }
    .sn26-tl-row {
        margin-bottom: 0;
        position: static;
        gap: 0;
    }
    .sn26-tl-badge {
        width: 32px;
        height: 32px;
        font-size: 18px;
        position: absolute;
        left: 4px;
        top: 22px;
        box-shadow: 0 2px 8px rgba(215, 34, 41, 0.35);
    }
    .sn26-tl-name {
        font-size: 20px;
        margin-bottom: 0;
        align-self: flex-start;
    }
    .sn26-tl-sub {
        padding-left: 0;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 18px;
    }
    .sn26-tl-card {
        margin-top: 6px;
        padding: 14px 14px 12px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        flex: 0 0 auto;
        align-self: stretch;
    }
    .sn26-tl-items { gap: 10px; margin-bottom: 10px; }
    .sn26-tl-item { gap: 10px; }
    .sn26-tl-icon { width: 26px; height: 26px; }
    .sn26-tl-item-title,
    .sn26-tl-item-desc { font-size: 14px; line-height: 18px; }
    .sn26-tl-link { font-size: 14px; }

    /* Accordion */
    .sn26-acc-head { font-size: 16px; height: 44px; gap: 10px; }
    .sn26-acc-icon { width: 30px; height: 30px; }
    .sn26-acc-icon img,
    .sn26-acc-icon svg { width: 20px; height: 20px; }
    .sn26-acc-body-inner,
    .sn26-acc-body-inner p { font-size: 14px; line-height: 20px; }

    /* Prize card */
    .sn26-prize-head { font-size: 16px; height: 38px; max-width: 340px; }
    .sn26-prize-image { padding: 10px 12px 16px; }

    /* Countdown */
    .sn26-countdown { margin-top: 14px; }
    .sn26-countdown-label { font-size: 14px; }
    .sn26-countdown-grid { gap: 8px; }
    .sn26-cd-box { width: 60px; height: 64px; }
    .sn26-cd-num { font-size: 28px; }
    .sn26-cd-lbl { font-size: 12px; }

    /* CTA buttons */
    .sn26-rules-cta { font-size: 16px; padding: 11px 28px; }
    .sn26-wheel-cta { width: 200px; height: 42px; font-size: 18px; }

    /* Register title */
    .sn26-register-sub { font-size: 14px; line-height: 18px; margin: 10px 0 22px; }
    .sn26-register-sub br { display: none; }

    /* Register table — fit full width, ẩn STT + SĐT để vừa màn hình mobile */
    .sn26-reg-card {
        overflow: hidden;
    }
    .sn26-reg-body {
        max-height: 380px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 12px;
    }
    .sn26-reg-header,
    .sn26-reg-row {
        min-width: 0;
        grid-template-columns: 1.4fr 1.2fr 0.6fr 1.2fr; /* HỌ TÊN | ĐỐI TƯỢNG | ĐẦU VÀO | QUÀ TẶNG */
        gap: 4px;
        padding: 10px 10px;
    }
    /* Ẩn cột 1 (STT) và cột 3 (SĐT) trên mobile */
    .sn26-reg-header > :nth-child(1),
    .sn26-reg-header > :nth-child(3),
    .sn26-reg-row > :nth-child(1),
    .sn26-reg-row > :nth-child(3) {
        display: none;
    }
    .sn26-reg-col-label { font-size: 12px; height: 28px; }
    .sn26-reg-cell { font-size: 13px; }
    .sn26-reg-band { min-width: 40px; padding: 3px 8px; font-size: 13px; }
    .sn26-reg-gift { padding: 4px 8px; font-size: 11px; }

    /* Register form */
    .sn26-reg-form-head { font-size: 22px; padding: 16px 16px 4px; }
    .sn26-reg-form-body { padding: 14px 16px 18px; }
    .sn26-reg-fields { grid-template-columns: 1fr; gap: 10px; }
    .sn26-reg-label { font-size: 14px; }
    .sn26-reg-submit { width: 100%; max-width: 240px; height: 42px; font-size: 18px; }

    /* Wheel */
    .sn26-wheel-pretitle { font-size: 18px; }
    .sn26-wheel-title { font-size: 26px; }
    .sn26-wheel-frame { max-width: 320px; }
    .sn26-wheel-base { margin-top: -60px; }
    .sn26-wheel-card { padding: 0 18px 22px; }
    .sn26-wheel-card-head { font-size: 18px; height: 38px; margin-bottom: 16px; }
    .sn26-wheel-text { font-size: 14px; }
    .sn26-wheel-icon { width: 26px; height: 26px; }

    /* Modal */
    .sn26-prize-modal-card { padding: 28px 18px 22px; }
    .sn26-prize-modal-title { font-size: 18px; }
    .sn26-prize-modal-pill { font-size: 18px; padding: 10px 24px; min-width: 200px; }
    .sn26-prize-modal-name { font-size: 24px; }
    .sn26-prize-modal-cta { height: 40px; font-size: 14px; padding: 0 22px; }
    .sn26-prize-form-grid { grid-template-columns: 1fr; gap: 10px; }
    .sn26-prize-radios { grid-template-columns: 1fr; gap: 6px; }
    .sn26-prize-form-submit { width: 100%; max-width: 240px; height: 44px; font-size: 16px; }
}

/* ===== ≤ 480px: small mobile ===== */
@media (max-width: 480px) {
    .sn26-section-h2 { font-size: 20px !important; }

    .sn26-stat-num { font-size: 32px; }
    .sn26-stat-label { font-size: 12px; line-height: 15px; }

    .sn26-tl-subtitle { font-size: 16px !important; }
    /* Mobile timeline ở 480px — giữ vertical layout, thu nhỏ thêm */
    .sn26-tl-name { font-size: 18px; }
    .sn26-tl-stage { padding-left: 40px; }
    .sn26-tl-stage:not(:last-child)::after { left: 17px; }
    .sn26-tl-badge { width: 28px; height: 28px; font-size: 16px; left: 3px; }

    .sn26-cd-box { width: 52px; height: 58px; }
    .sn26-cd-num { font-size: 22px; }
    .sn26-cd-lbl { font-size: 10px; }

    .sn26-wheel-pretitle { font-size: 16px; }
    .sn26-wheel-title { font-size: 22px; }
    .sn26-wheel-frame { max-width: 280px; }
    .sn26-wheel-base { margin-top: -50px; width: 50%; }
    .sn26-wheel-card-head { font-size: 16px; max-width: 260px; }
}
