/* ===== GOLDEN TICKET SECTION ===== */
/* Predictable sizing for everything inside the section, so padded
   elements with percentage widths never overflow their container. */
.lk2Section,
.lk2Section *,
.lk2Section *::before,
.lk2Section *::after {
    box-sizing: border-box;
}

/* The section carries its own font voice on every page. The !important
   shields it from site-global overrides (bold resets, MainTitle rules,
   dashboard-wide font scopes), so front and back always match. */
.lk2Section,
.lk2Section * {
    font-family: 'DM Sans', 'Inter', system-ui, -apple-system, sans-serif !important;
}

.lk2Section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(56px, 7.5vw, 96px) 20px;
    background:
        radial-gradient(900px 420px at 8% 4%, rgba(251, 191, 36, 0.12), transparent 60%),
        radial-gradient(820px 400px at 94% 96%, rgba(52, 211, 153, 0.09), transparent 60%),
        linear-gradient(180deg, #faf7ef 0%, #f6f1e4 100%);
}

.lk2Sparks i {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f59e0b;
    opacity: 0.25;
    animation: lk2Twinkle 5s ease-in-out infinite;
    pointer-events: none;
}

.lk2Sparks i:nth-child(1) { top: 12%; left: 10%; animation-delay: 0s;    }
.lk2Sparks i:nth-child(2) { top: 22%; left: 82%; animation-delay: 0.9s;  }
.lk2Sparks i:nth-child(3) { top: 70%; left: 6%;  animation-delay: 1.8s;  }
.lk2Sparks i:nth-child(4) { top: 84%; left: 62%; animation-delay: 2.7s;  }
.lk2Sparks i:nth-child(5) { top: 48%; left: 94%; animation-delay: 3.6s;  }
.lk2Sparks i:nth-child(6) { top: 8%;  left: 46%; animation-delay: 4.5s;  }

@keyframes lk2Twinkle {
    0%, 100% { opacity: 0.12; transform: scale(0.8); }
    50%      { opacity: 0.6;  transform: scale(1.35); }
}

/* ===== Header above the ticket ===== */
.lk2Head {
    max-width: 820px;
    margin: 0 auto clamp(34px, 4.4vw, 48px);
    text-align: center;
}

.lk2Eyebrow {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fde047 0%, #fbbf24 45%, #f59e0b 100%);
    color: #451a03;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    box-shadow:
        0 10px 26px rgba(245, 158, 11, 0.32),
        0 0 0 5px rgba(251, 191, 36, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.lk2Eyebrow svg { width: 17px; height: 17px; }

.lk2Eyebrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    width: 55%;
    height: 100%;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
    transform: skewX(-18deg);
    animation: lk2Sheen 4.4s ease-in-out infinite;
    pointer-events: none;
}

/* ===== The ticket ===== */
.lk2Ticket {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 44px 330px;
    border-radius: 26px;
    background: linear-gradient(170deg, #fffdf7 0%, #fdf8ec 100%);
    border: 1px solid rgba(217, 119, 6, 0.22);
    box-shadow:
        0 30px 70px rgba(120, 82, 8, 0.16),
        0 4px 16px rgba(120, 82, 8, 0.08),
        inset 0 0 0 5px rgba(251, 191, 36, 0.1);
}

/* Main side */
.lk2Main {
    padding: clamp(28px, 3.6vw, 44px);
}

.lk2ChipRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.lk2ChipCalm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.14);
    border: 1px solid rgba(217, 119, 6, 0.35);
    color: #92400e;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lk2ChipCalm svg { width: 15px; height: 15px; }

.lk2ChipUrgent {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 15px;
    border-radius: 999px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.3);
}

.lk2ChipDot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    animation: lk2Pulse 1.6s ease-in-out infinite;
}

@keyframes lk2Pulse {
    0%, 100% { opacity: 1;   transform: scale(1); }
    50%      { opacity: 0.5; transform: scale(0.7); }
}

.lk2Title {
    margin: 0 0 14px;
    font-family: 'Plus Jakarta Sans', 'DM Sans', system-ui, -apple-system, sans-serif !important;
    font-size: clamp(2.1rem, 4.4vw, 3.2rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.015em;
    color: #14273f;
}

.lk2TitleGold {
    position: relative;
    display: inline-block;
    background: linear-gradient(120deg, #d97706 0%, #f59e0b 45%, #b45309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* hand drawn golden underline under the price */
.lk2TitleGold::after {
    content: '';
    position: absolute;
    left: 1%;
    right: 1%;
    bottom: -8px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(245, 158, 11, 0) 0%, #f59e0b 22%, #fbbf24 78%, rgba(251, 191, 36, 0) 100%);
    transform: rotate(-1.2deg);
    opacity: 0.9;
}

.lk2MainTitle {
    margin: 0 0 12px;
    font-family: 'Plus Jakarta Sans', 'DM Sans', system-ui, -apple-system, sans-serif !important;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #14273f;
}

/* How it works, one clear sentence */
.lk2Copy {
    margin: 0 0 22px;
    max-width: 48ch;
    font-size: clamp(1.08rem, 1.6vw, 1.2rem);
    line-height: 1.65;
    color: #33455e;
}

/* the landing page resets b/strong colors with !important, match that */
.lk2Copy b { color: #14273f !important; font-weight: 800; }

/* highlighter stroke over the price comparison */
.lk2Mark {
    background: linear-gradient(180deg, transparent 58%, rgba(251, 191, 36, 0.45) 58%);
    color: inherit;
    padding: 0 2px;
    border-radius: 3px;
}

/* Value stack: every benefit priced, then the total and the saving */
.lk2Stack {
    max-width: 540px;
    margin: 0 0 24px;
    padding: 8px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(217, 119, 6, 0.24);
    box-shadow: 0 10px 26px rgba(120, 82, 8, 0.08);
}

.lk2StackRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
}

.lk2StackRow + .lk2StackRow {
    border-top: 1px dashed rgba(120, 82, 8, 0.2);
}

.lk2StackLabel {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 0.97rem;
    font-weight: 600;
    color: #1f2f47;
    text-align: left;
}

.lk2StackLabel svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    padding: 2.5px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

.lk2StackVal {
    font-size: 0.95rem;
    font-weight: 800;
    color: #7c3a06;
    white-space: nowrap;
}

.lk2StackVal--inc { color: #047857; }

.lk2Cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 1.05rem 2.3rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #14335e 0%, #1e4a8a 100%);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(20, 51, 94, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lk2Cta svg { width: 20px; height: 20px; transition: transform 0.2s ease; }

.lk2Cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    width: 55%;
    height: 100%;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
    transform: skewX(-18deg);
    animation: lk2Sheen 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes lk2Sheen {
    0%, 60%   { left: -80%; }
    90%, 100% { left: 130%; }
}

.lk2Cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(20, 51, 94, 0.45), 0 0 0 3px rgba(251, 191, 36, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.lk2Cta:hover svg { transform: translateX(4px); }

.lk2Cta:active { transform: translateY(0) scale(0.98); }

.lk2Cta:focus-visible {
    outline: 3px solid #f59e0b;
    outline-offset: 3px;
}

/* Perforation between ticket and stub */
.lk2Perf {
    position: relative;
    background:
        repeating-linear-gradient(180deg, rgba(120, 82, 8, 0.35) 0 10px, transparent 10px 20px) center / 2px 100% no-repeat;
}

.lk2Perf::before,
.lk2Perf::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 34px;
    height: 17px;
    transform: translateX(-50%);
    background: #f8f4e9;
    border: 1px solid rgba(217, 119, 6, 0.22);
}

.lk2Perf::before {
    top: -1px;
    border-radius: 0 0 34px 34px;
    border-top: none;
}

.lk2Perf::after {
    bottom: -1px;
    border-radius: 34px 34px 0 0;
    border-bottom: none;
}

/* Stub side */
.lk2Stub {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 13px;
    padding: clamp(26px, 3.6vw, 40px) clamp(22px, 3vw, 32px);
    border-radius: 0 26px 26px 0;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0 14px, transparent 14px 28px),
        linear-gradient(160deg, #f59e0b 0%, #d97706 55%, #b45309 100%);
}

.lk2StubKicker {
    padding: 6px 15px;
    border-radius: 999px;
    background: rgba(69, 26, 3, 0.28);
    color: #fef3c7;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lk2StubLabel {
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(69, 26, 3, 0.75);
}

.lk2StubWorth { margin-top: 2px; }

.lk2StubOld {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    font-size: 1.55rem;
    font-weight: 800;
    color: #7c3a06;
}

.lk2StubOld::after {
    content: '';
    position: absolute;
    left: -6%;
    top: 52%;
    width: 112%;
    height: 3px;
    border-radius: 2px;
    background: #dc2626;
    transform: rotate(-6deg);
}

.lk2StubPrice {
    display: block;
    margin-top: 2px;
    font-family: 'Plus Jakarta Sans', 'DM Sans', system-ui, -apple-system, sans-serif !important;
    font-size: clamp(3.1rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #451a03;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.25);
}

.lk2StubPillSave {
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    background: #14335e;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(20, 51, 94, 0.35);
}

.lk2Timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.lk2TimerLabel {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(69, 26, 3, 0.75);
}

/* one frosted paper capsule, echoes the ticket's white side */
.lk2TimerBoxes {
    display: inline-flex;
    align-items: stretch;
    padding: 10px 8px;
    border-radius: 16px;
    background: rgba(255, 253, 247, 0.94);
    box-shadow:
        0 10px 26px rgba(69, 26, 3, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -1px 0 rgba(69, 26, 3, 0.08);
}

.lk2TimerCell {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    min-width: 58px;
    padding: 0 10px;
}

.lk2TimerDigit {
    font-family: 'Inter', 'DM Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 1.4rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    color: #451a03;
}

.lk2TimerDigit.lk2Tick {
    animation: lk2Tick 0.3s ease-out;
}

@keyframes lk2Tick {
    from { transform: translateY(-3px); opacity: 0.35; }
    to   { transform: translateY(0);    opacity: 1; }
}

.lk2TimerCell small {
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(124, 58, 6, 0.75);
}

/* hairline dividers between the units instead of colons */
.lk2TimerBoxes i {
    align-self: center;
    width: 1px;
    height: 26px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: rgba(69, 26, 3, 0.16);
}

.lk2Barcode {
    width: 148px;
    height: 32px;
    margin-top: 2px;
    border-radius: 4px;
    background:
        repeating-linear-gradient(90deg,
            #451a03 0 3px, transparent 3px 6px,
            #451a03 6px 7px, transparent 7px 12px,
            #451a03 12px 16px, transparent 16px 19px,
            #451a03 19px 21px, transparent 21px 26px);
    opacity: 0.85;
}

.lk2StubValid {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(69, 26, 3, 0.7);
}

/* Team note under the ticket */
.lk2Team {
    max-width: 66ch;
    margin: 22px auto 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    color: #33455e;
}

.lk2Team b { color: #14273f !important; font-weight: 800; }

/* ===== Responsive ===== */
@media (max-width: 920px) {
    .lk2Ticket {
        grid-template-columns: 1fr;
        max-width: 560px;
    }

    .lk2Main { text-align: center; }

    .lk2ChipRow { justify-content: center; }

    .lk2Copy { margin-left: auto; margin-right: auto; }

    .lk2Stack { margin-left: auto; margin-right: auto; }

    .lk2Perf {
        height: 44px;
        background:
            repeating-linear-gradient(90deg, rgba(120, 82, 8, 0.35) 0 10px, transparent 10px 20px) center / 100% 2px no-repeat;
    }

    .lk2Perf::before,
    .lk2Perf::after {
        top: 50%;
        left: auto;
        width: 17px;
        height: 34px;
        transform: translateY(-50%);
    }

    .lk2Perf::before {
        left: -1px;
        border-radius: 0 34px 34px 0;
        border-left: none;
        border-top: 1px solid rgba(217, 119, 6, 0.22);
    }

    .lk2Perf::after {
        right: -1px;
        left: auto;
        bottom: auto;
        border-radius: 34px 0 0 34px;
        border-right: none;
        border-bottom: 1px solid rgba(217, 119, 6, 0.22);
    }

    .lk2Stub { border-radius: 0 0 26px 26px; }
}

@media (max-width: 560px) {
    .lk2Section { padding: 44px 16px; }

    /* On small phones the checkmark alone says "included", the extra
       column only squeezed the labels into three broken lines. */
    .lk2Stack { padding: 6px 14px; }

    .lk2StackRow { justify-content: flex-start; }

    .lk2StackVal { display: none; }

    .lk2StackLabel { font-size: 0.95rem; }

    .lk2Cta {
        justify-content: center;
        width: 100%;
        padding: 1.1rem 1.4rem;
    }

    .lk2StubPrice { font-size: 3rem; }

    .lk2TimerCell { min-width: 50px; padding: 0 8px; }

    .lk2TimerDigit { font-size: 1.25rem; }
}

@media (max-width: 360px) {
    .lk2Cta {
        gap: 9px;
        padding: 1.05rem 1.1rem;
        font-size: 1rem;
    }

    .lk2Cta svg { width: 18px; height: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .lk2Sparks i,
    .lk2ChipDot,
    .lk2Cta::after,
    .lk2Eyebrow::after,
    .lk2TimerDigit.lk2Tick {
        animation: none;
    }

    .lk2Cta,
    .lk2Cta svg {
        transition: none;
    }
}
