:root {
    --ttce-blue: #2f6bf5;
    --ttce-blue-dark: #17307f;
    --ttce-peach: #ffb37a;
    --ttce-coral: #ff5f6d;
    --ttce-pink: #ff4f8b;
    --ttce-purple: #7b4dff;
    --ttce-yellow: #ffcb45;
    --ttce-ink: #1c2340;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Be Vietnam Pro', sans-serif;
    background:
        radial-gradient(1100px 550px at 50% -8%, rgba(255, 255, 255, 0.65), transparent 62%),
        radial-gradient(900px 480px at 92% 105%, rgba(255, 111, 174, 0.35), transparent 60%),
        radial-gradient(900px 480px at 6% 108%, rgba(139, 92, 246, 0.32), transparent 60%),
        radial-gradient(700px 380px at 50% 105%, rgba(255, 179, 122, 0.35), transparent 60%),
        linear-gradient(180deg, #bfe0ff 0%, #eaf5ff 45%, #fdf3f8 100%);
    background-attachment: fixed;
    color: var(--ttce-ink);
}

.ttce-page {
    max-width: 1180px;
    margin: 0 auto;
    background: transparent;
}

.ttce-page--form-only {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 5vw, 48px) 16px;
}

.ttce-form-only-wrap {
    width: 100%;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* INVITE HEADER */

.ttce-invite-header {
    position: relative;
    text-align: center;
    color: #fff;
    padding: clamp(24px, 6vw, 30px) clamp(12px, 4vw, 20px) clamp(28px, 7vw, 34px);
    border-radius: 24px;
    background: radial-gradient(circle at 85% 0%, rgba(255, 179, 122, 0.55), transparent 55%), linear-gradient(160deg, var(--ttce-blue) 0%, #4f7cf7 55%, var(--ttce-peach) 130%);
    box-shadow: 0 18px 34px rgba(47, 107, 245, 0.25);
    overflow: hidden;
}

.ttce-invite-icon {
    font-size: 26px;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 52px;
    height: 52px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ttce-invite-eyebrow {
    display: block;
    font-size: clamp(10.5px, 3vw, 12.5px);
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.92;
}

.ttce-invite-script {
    display: block;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: italic;
    font-size: clamp(15px, 2.6vw, 18px);
    font-weight: 600;
    color: #ffe1a8;
    margin: 4px 0 12px;
}

.ttce-form-only-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ttce-title-line {
    font-family: 'Baloo 2', 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(22px, 4.4vw, 32px);
}

.ttce-title-line--1 {
    color: #fff;
}

.ttce-title-line--2 {
    background: linear-gradient(90deg, var(--ttce-yellow), var(--ttce-coral));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ttce-form-only-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: center;
    background: #fff;
    color: var(--ttce-blue-dark);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 8px 20px;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(47, 107, 245, 0.16);
}

    .ttce-form-only-subtitle i {
        color: var(--ttce-coral);
    }

/* SCROLL REVEAL */

.ttce-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

    .ttce-reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

@media (prefers-reduced-motion: reduce) {
    .ttce-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* HERO */

.ttce-hero {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 28px 28px;
    background: radial-gradient(circle at 15% 20%, rgba(217, 166, 19, 0.22), transparent 38%), linear-gradient(135deg, #0a1442 0%, #16267a 55%, #0f1c5c 100%);
    display: flex;
    flex-direction: column;
}

@keyframes ttce-sway {
    0%, 100% {
        transform: rotate(-4deg) translateY(0);
    }

    50% {
        transform: rotate(4deg) translateY(-6px);
    }
}

.ttce-hero-deco {
    position: absolute;
    background: linear-gradient(#f0c419, #d9a613);
    border-radius: 14px;
    box-shadow: 0 0 22px 4px rgba(240, 196, 25, 0.5);
    animation: ttce-sway 4s ease-in-out infinite;
}

.ttce-hero-deco--1 {
    top: 14px;
    right: 60px;
    width: 30px;
    height: 40px;
}

.ttce-hero-deco--2 {
    top: 56px;
    right: 22px;
    width: 20px;
    height: 27px;
    animation-duration: 3.4s;
    animation-delay: .5s;
}

.ttce-hero-deco--3 {
    top: 14px;
    left: 24px;
    width: 24px;
    height: 32px;
    animation-duration: 3.8s;
    animation-delay: .2s;
}

.ttce-hero-text {
    position: relative;
    z-index: 1;
    padding: clamp(24px, 4vw, 40px);
    text-align: center;
}

.ttce-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.ttce-hero-text h1 {
    margin: 16px 0 6px;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.ttce-hero-text h2 {
    margin: 0 0 14px;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 700;
    color: #f6d489;
}

.ttce-hero-text p {
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 72ch;
    text-align: left;
}

    .ttce-hero-text p strong {
        color: #fff;
    }

.ttce-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 12px 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f0c419, #d9a613);
    color: #0a1442;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(217, 166, 19, 0.35);
    transition: 0.2s ease;
}

    .ttce-hero-cta:hover {
        transform: translateY(-1px);
        filter: brightness(1.05);
    }

.ttce-hero-poster {
    width: 100%;
}

    .ttce-hero-poster img {
        width: 100%;
        object-fit: fill;
        display: block;
    }

/* CONTENT CARDS (Activities / Schedule) */

.ttce-block-title {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #0f1c5c;
}

    .ttce-block-title i {
        color: #d9a613;
    }

    .ttce-block-title:not(:first-child) {
        margin-top: 6px;
    }

.ttce-activity-tag {
    display: inline-block;
    background: #fff6d9;
    color: #9a6b06;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.ttce-activity-card h4 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 800;
    color: #0a1442;
}

.ttce-activity-card p {
    margin: 0 0 10px;
    font-size: 13.5px;
    line-height: 1.6;
    color: #454b5e;
}

    .ttce-activity-card p:last-child {
        margin-bottom: 0;
    }

    .ttce-activity-card p strong {
        color: #16267a;
    }

.ttce-schedule-day-title {
    display: inline-block;
    background: linear-gradient(135deg, #16267a, #0a1442);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.ttce-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .ttce-timeline li {
        display: flex;
        gap: 12px;
        padding: 10px 0;
        border-bottom: 1px dashed rgba(15, 28, 92, 0.14);
    }

        .ttce-timeline li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .ttce-timeline li:first-child {
            padding-top: 0;
        }

.ttce-time {
    flex: 0 0 96px;
    font-size: 12.5px;
    font-weight: 800;
    color: #d9a613;
}

    .ttce-timeline li span:last-child {
        font-size: 13.5px;
        line-height: 1.55;
        color: #333a4d;
    }

/* BODY LAYOUT */

.ttce-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: clamp(16px, 3vw, 28px);
    align-items: stretch;
}

/* FOOTER */

.ttce-footer {
    padding: 20px clamp(16px, 3vw, 28px) 28px;
    text-align: center;
}

    .ttce-footer p {
        margin: 0;
        font-size: 13px;
        color: rgba(10, 20, 66, 0.6);
    }

.ttce-footer-brand {
    color: #1d6fe0;
    font-weight: 700;
}

.ttce-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(15, 28, 92, 0.12);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(15, 28, 92, 0.05);
}

    .ttce-card h3 {
        margin: 0 0 14px;
        font-size: 16px;
        font-weight: 800;
        color: #0f1c5c;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .ttce-card h3 i {
            color: #d9a613;
        }

.ttce-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ttce-info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

    .ttce-info-row i {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 20px;
        width: 20px;
        margin-top: 2px;
        color: #d9a613;
        font-size: 15px;
    }

    .ttce-info-row > div {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

.ttce-info-label {
    font-size: 12.5px;
    color: #7a8096;
}

.ttce-info-value {
    font-size: 14px;
    font-weight: 600;
    color: #20263a;
}

.ttce-mono {
    font-family: 'Courier New', monospace;
    letter-spacing: 0.03em;
}

.ttce-note-card {
    background: #fff8e1;
    border-color: rgba(217, 166, 19, 0.4);
}

    .ttce-note-card h3 {
        color: #9a6b06;
    }

        .ttce-note-card h3 i {
            color: #c9960b;
        }

    .ttce-note-card ul {
        margin: 0;
        padding-left: 18px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 13.5px;
        color: #6b5a2c;
    }

        .ttce-note-card ul strong {
            color: #9a6b06;
        }

/* FORM COLUMN */

.ttce-form-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ttce-form-span {
    grid-column: 1 / -1;
}

.ttce-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
}

.ttce-alert-success {
    background: #e8f8ef;
    border: 1px solid #bde8cc;
    color: #0f6b32;
}

.ttce-alert-error {
    background: #fff1f0;
    border: 1px solid #ffd3cf;
    color: #b42318;
}

.status-pop {
    animation: statusPop 0.45s ease;
}

@keyframes statusPop {
    0% {
        transform: scale(0.96);
        opacity: 0.4;
    }

    60% {
        transform: scale(1.02);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.ttce-form-card {
    background: #fff;
    border: 1px solid rgba(15, 28, 92, 0.12);
    border-radius: 20px;
    padding: clamp(18px, 3vw, 28px);
    display: flex;
    flex-direction: column;
    gap: 26px;
    box-shadow: 0 14px 34px rgba(15, 28, 92, 0.06);
}

.ttce-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.ttce-eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--ttce-coral);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ttce-section-head .ttce-eyebrow {
    margin-bottom: 0;
}

.ttce-total {
    font-size: 13px;
    color: #7a8096;
}

    .ttce-total strong {
        font-size: 15px;
        font-weight: 800;
        color: #0f1c5c;
    }

.ttce-grid {
    display: grid;
    gap: 14px;
}

.ttce-grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ttce-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.ttce-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .ttce-field label {
        font-size: 13px;
        font-weight: 700;
        color: #3a4257;
    }

    .ttce-field input,
    .ttce-field select {
        height: 46px;
        border-radius: 10px;
        border: 1px solid #dfe3ee;
        padding: 0 14px;
        font-size: 15px;
        font-family: inherit;
        color: #0a1442;
        background: #fff;
        outline: none;
        transition: 0.2s ease;
    }

        .ttce-field input:focus {
            border-color: var(--ttce-blue);
            box-shadow: 0 0 0 4px rgba(47, 107, 245, 0.16);
        }

.ttce-error {
    display: block;
    color: #d92d20;
    font-size: 11.5px;
    font-weight: 700;
    margin-top: -2px;
}

.ttce-counter-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ttce-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #f6f8fc;
    border: 1px solid rgba(15, 28, 92, 0.10);
    border-radius: 14px;
    padding: 12px 14px;
}

.ttce-counter-label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

    .ttce-counter-label i {
        width: 18px;
        text-align: center;
        color: #d9a613;
    }

    .ttce-counter-label span {
        font-size: 14px;
        font-weight: 600;
        color: #20263a;
        line-height: 1.3;
    }

.ttce-counter-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

    .ttce-counter-controls span {
        min-width: 20px;
        text-align: center;
        font-size: 15px;
        font-weight: 800;
        color: #0a1442;
    }

.ttce-stepper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #d7dcea;
    background: #fff;
    color: #0f1c5c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s ease;
}

    .ttce-stepper:disabled {
        opacity: 0.35;
        cursor: not-allowed;
    }

    .ttce-stepper:not(.ttce-stepper--inc):hover:not(:disabled) {
        border-color: #0f1c5c;
    }

.ttce-stepper--inc {
    border: none;
    background: #0f1c5c;
    color: #fff;
}

    .ttce-stepper--inc:hover:not(:disabled) {
        background: #16267a;
    }

.ttce-submit-btn {
    height: 54px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ttce-coral), var(--ttce-pink));
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 14px 28px rgba(255, 79, 139, 0.32);
    transition: 0.2s ease;
}

    .ttce-submit-btn:hover:not(:disabled) {
        transform: translateY(-1px);
        filter: brightness(1.08);
    }

    .ttce-submit-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.ttce-type-toggle {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.ttce-type-btn {
    height: 54px;
    border-radius: 12px;
    border: 1px solid #dfe3ee;
    background: #fff;
    color: #3a4257;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.2s ease;
}

    .ttce-type-btn i {
        font-size: 16px;
        color: var(--ttce-coral);
    }

    .ttce-type-btn:hover {
        border-color: var(--ttce-coral);
    }

    .ttce-type-btn.active {
        border-color: var(--ttce-blue);
        background: linear-gradient(135deg, var(--ttce-blue), var(--ttce-blue-dark));
        color: #fff;
        box-shadow: 0 10px 22px rgba(47, 107, 245, 0.28);
    }

        .ttce-type-btn.active i {
            color: var(--ttce-yellow);
        }

.ttce-file-field {
    margin-top: 14px;
}

.ttce-file-field input[type="file"] {
    height: auto;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dfe3ee;
    font-size: 14px;
    background: #fff;
}

.ttce-file-status {
    font-size: 12.5px;
    font-weight: 600;
    color: #7a8096;
}

.ttce-file-status--ok {
    color: #16a34a;
}

/* INVITE PAGE (two-column layout) */

.ttce-page--invite {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(40px, 7vw, 72px) 16px clamp(48px, 8vw, 80px);
}

.ttce-invite-frame {
    position: relative;
    width: 100%;
    max-width: 980px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 32px;
    padding: clamp(38px, 5vw, 56px) clamp(20px, 4vw, 40px) clamp(28px, 4vw, 40px);
    box-shadow: 0 30px 70px rgba(80, 60, 180, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ttce-invite-badge {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 68px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: linear-gradient(160deg, #fff6d9, #f0c419 55%, #d9a613);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(217, 166, 19, 0.45), 0 0 0 6px rgba(255, 255, 255, 0.95);
    font-size: 22px;
    color: var(--ttce-purple);
}

.ttce-invite-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    padding: 10px 22px;
    border-radius: 999px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(120deg, var(--ttce-pink), var(--ttce-purple));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1.5px solid transparent;
    color: var(--ttce-purple);
    font-weight: 800;
    font-size: 13.5px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(123, 77, 255, 0.16);
}

    .ttce-invite-pill i {
        color: var(--ttce-pink);
    }

.ttce-invite-title {
    margin: 6px 0 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ttce-invite-title-line {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    line-height: 1.15;
    font-size: clamp(26px, 4.6vw, 40px);
}

.ttce-invite-title-line--1 {
    background: linear-gradient(90deg, var(--ttce-blue), var(--ttce-purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ttce-invite-title-line--2 {
    background: linear-gradient(90deg, var(--ttce-pink), var(--ttce-purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ttce-invite-body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 22px;
    align-items: start;
}

.ttce-invite-col {
    background: #fff;
    border: 1px solid rgba(15, 28, 92, 0.10);
    border-radius: 20px;
    padding: clamp(18px, 3vw, 24px);
    box-shadow: 0 12px 26px rgba(15, 28, 92, 0.05);
}

.ttce-invite-col-title {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.ttce-invite-col-title--blue {
    color: var(--ttce-blue);
}

.ttce-invite-col-title--purple {
    color: var(--ttce-purple);
}

.ttce-invite-col-title:not(:first-child) {
    margin-top: 20px;
}

.ttce-invite-info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

    .ttce-invite-info-row i {
        width: 22px;
        text-align: center;
        margin-top: 3px;
        color: var(--ttce-pink);
        font-size: 16px;
    }

    .ttce-invite-info-row > div {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .ttce-invite-info-row strong {
        font-size: 14px;
        color: #20263a;
    }

    .ttce-invite-info-row span {
        font-size: 13.5px;
        color: #55597a;
        line-height: 1.5;
    }

.ttce-invite-divider {
    border-top: 1.5px dashed rgba(255, 79, 139, 0.35);
    margin: 4px 0 20px;
}

.ttce-invite-timeline {
    list-style: none;
    margin: 0;
    padding: 0 0 0 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .ttce-invite-timeline::before {
        content: '';
        position: absolute;
        left: 4px;
        top: 6px;
        bottom: 6px;
        width: 2px;
        background: repeating-linear-gradient(180deg, var(--ttce-pink) 0 4px, transparent 4px 8px);
    }

    .ttce-invite-timeline li {
        position: relative;
        font-size: 13.5px;
        line-height: 1.55;
        color: #333a4d;
    }

        .ttce-invite-timeline li::before {
            content: '';
            position: absolute;
            left: -18px;
            top: 5px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--ttce-pink);
            box-shadow: 0 0 0 3px rgba(255, 79, 139, 0.18);
        }

        .ttce-invite-timeline li strong {
            color: #12142b;
            font-weight: 800;
            margin-right: 4px;
        }

.ttce-invite-type-toggle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 18px;
}

.ttce-invite-type-btn {
    height: 46px;
    border-radius: 12px;
    border: 1px solid #eee0e8;
    background: #fff8fb;
    color: #6b5a72;
    font-weight: 700;
    font-size: 14px;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.2s ease;
}

    .ttce-invite-type-btn i {
        color: var(--ttce-purple);
    }

    .ttce-invite-type-btn.active {
        border-color: transparent;
        background: linear-gradient(135deg, var(--ttce-purple), var(--ttce-pink));
        color: #fff;
        box-shadow: 0 10px 20px rgba(123, 77, 255, 0.28);
    }

        .ttce-invite-type-btn.active i {
            color: #ffe1a8;
        }

.ttce-invite-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.ttce-invite-input {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff8f2;
    border: 1.5px solid #ffdcc2;
    border-radius: 999px;
    padding: 0 16px;
    height: 48px;
    transition: 0.2s ease;
}

    .ttce-invite-input i {
        color: #d9873a;
        font-size: 15px;
        width: 16px;
        text-align: center;
    }

    .ttce-invite-input input {
        border: none;
        outline: none;
        background: transparent;
        flex: 1;
        min-width: 0;
        font-size: 14.5px;
        font-family: inherit;
        color: #0a1442;
        height: 100%;
    }

    .ttce-invite-input:focus-within {
        border-color: var(--ttce-purple);
        box-shadow: 0 0 0 4px rgba(123, 77, 255, 0.14);
        background: #fff;
    }

.ttce-invite-hint {
    font-size: 11.5px;
    color: #8a8fa3;
    line-height: 1.4;
    padding-left: 6px;
}

.ttce-invite-upload {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #f7f3ff;
    border: 1.5px dashed rgba(123, 77, 255, 0.4);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
}

    .ttce-invite-upload i {
        color: var(--ttce-purple);
        font-size: 18px;
        margin-top: 2px;
    }

    .ttce-invite-upload strong {
        display: block;
        font-size: 13px;
        color: var(--ttce-purple);
        font-weight: 800;
    }

    .ttce-invite-upload span {
        display: block;
        font-size: 12px;
        color: #6b5a8f;
        margin-top: 2px;
        line-height: 1.4;
    }

.ttce-invite-submit {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ttce-purple), var(--ttce-pink));
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 16px 30px rgba(123, 77, 255, 0.32);
    transition: 0.2s ease;
    margin-top: 4px;
}

    .ttce-invite-submit:hover:not(:disabled) {
        transform: translateY(-1px);
        filter: brightness(1.06);
    }

    .ttce-invite-submit:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

@media (max-width: 780px) {
    .ttce-invite-body {
        grid-template-columns: minmax(0, 1fr);
    }

    .ttce-invite-frame {
        border-radius: 24px;
    }
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .ttce-body {
        grid-template-columns: minmax(0, 1fr);
    }

    .ttce-form-span {
        grid-column: 1;
    }
}

@media (max-width: 640px) {
    .ttce-hero-deco {
        display: none;
    }

    .ttce-hero-poster img {
        height: 220px;
    }

    .ttce-hero-text {
        text-align: left;
    }

    .ttce-hero-text p {
        margin: 0;
    }

    .ttce-timeline li {
        flex-direction: column;
        gap: 4px;
    }

    .ttce-time {
        flex-basis: auto;
    }
}
