* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Be Vietnam Pro', sans-serif;
    background: #f4f6fb;
    color: #0a1442;
}

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

/* 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;
}

.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;
    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: #d9a613;
    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: #d9a613;
            box-shadow: 0 0 0 4px rgba(217, 166, 19, 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: 14px;
    background: linear-gradient(135deg, #16267a, #0a1442);
    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(15, 28, 92, 0.28);
    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;
    }

/* 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;
    }
}
