/* ─── TIMELINE PAGE CSS ──────────────────────────────────────────
   Follows the same design system as fees-installments.css & scholarships.css
   Accent: teal/blue journey theme layered over site palette
───────────────────────────────────────────────────────────────── */

body.timeline-page {
    background:
        radial-gradient(circle at 4% -12%, rgba(26, 115, 232, 0.18) 0%, transparent 32%),
        radial-gradient(circle at 96% 6%, rgba(255, 193, 7, 0.14) 0%, transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 50%, #ffffff 100%);
}

.tl-main {
    position: relative;
    overflow: hidden;
}

.tl-main::before {
    content: "Timeline";
    position: absolute;
    top: 110px;
    right: -0.05em;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 9vw, 8rem);
    line-height: 1;
    color: rgba(26, 115, 232, 0.06);
    pointer-events: none;
    z-index: 0;
}

/* ─── HERO ────────────────────────────────────────────────────── */
.tl-hero {
    position: relative;
    min-height: min(900px, calc(100vh - 120px));
    display: grid;
    align-items: center;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.tl-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: saturate(1.04) contrast(1.02);
}

.tl-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(112deg, rgba(7, 29, 69, 0.92) 10%, rgba(7, 29, 69, 0.55) 55%, rgba(7, 29, 69, 0.12) 100%),
        linear-gradient(180deg, rgba(26, 115, 232, 0.16), rgba(12, 21, 45, 0.44));
    z-index: 1;
}

.tl-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
    gap: 2rem;
    padding: clamp(2rem, 6vw, 4.8rem) 0;
}

.tl-hero-content {
    color: #ffffff;
}

.tl-kicker {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93c5fd;
}

.tl-korean {
    margin: 0.35rem 0 0;
    font-family: "Noto Serif KR", serif;
    font-size: clamp(0.92rem, 1.5vw, 1.1rem);
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.04em;
}

.tl-hero-content h1 {
    margin: 0.55rem 0 0;
    max-width: 22ch;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    line-height: 1.07;
    color: #ffffff;
}

.tl-subtext {
    margin: 0.95rem 0 0;
    max-width: 62ch;
    font-size: clamp(0.93rem, 1.7vw, 1.07rem);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
}

.tl-trust-badges {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tl-trust-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.44rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(147, 197, 253, 0.45);
    background: rgba(8, 29, 70, 0.5);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.tl-trust-badges span::before {
    content: "✓";
    color: #93c5fd;
    font-weight: 800;
}

.tl-hero-actions {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.62rem;
}

.tl-hero-actions .btn {
    border: none;
    font-family: inherit;
    cursor: pointer;
}

/* ─── HERO CARD ──────────────────────────────────────────────── */
.tl-hero-card {
    background: rgba(255, 255, 255, 0.97);
    border: 1.5px solid rgba(26, 115, 232, 0.35);
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.26);
    padding: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.tl-card-kicker {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1d4ed8;
}

.tl-countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.4rem;
}

.tl-countdown>div {
    text-align: center;
    padding: 0.5rem 0.3rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #1e3a8a, #2c5fca);
}

.tl-cd-num {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.tl-cd-label {
    display: block;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 0.18rem;
}

.tl-seat-warning {
    margin: 0;
    font-size: 0.8rem;
    color: #92400e;
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 8px;
    padding: 0.5rem 0.65rem;
    line-height: 1.48;
}

.tl-seat-bar {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(26, 115, 232, 0.14);
    overflow: hidden;
}

.tl-seat-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #e53935, #ff6f61);
    width: 0%;
    transition: width 1.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tl-seat-label {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 800;
    color: #c62828;
}

.tl-card-cta {
    margin-top: 0.2rem;
    display: inline-flex;
    align-items: center;
    padding: 0.58rem 1.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1a73e8, #2c5fca);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    transition: opacity 0.2s;
}

.tl-card-cta:hover {
    opacity: 0.88;
}

/* ─── INTAKE CALENDAR ────────────────────────────────────────── */
.tl-intake {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.tl-intake-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
    gap: 1.5rem;
    align-items: start;
}

.tl-intake-table-wrap {
    border: 1.5px solid rgba(26, 115, 232, 0.2);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.tl-intake-row {
    display: grid;
    grid-template-columns: 2fr 1fr 0.8fr;
    border-bottom: 1px solid rgba(26, 115, 232, 0.1);
}

.tl-intake-row:last-child {
    border-bottom: none;
}

.tl-intake-head {
    background: linear-gradient(135deg, #1e3a8a, #2c5fca);
    color: #ffffff;
}

.tl-intake-head [role="columnheader"] {
    padding: 0.85rem 1rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tl-intake-row [role="cell"] {
    padding: 0.9rem 1rem;
    font-size: 0.88rem;
    color: #334155;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(26, 115, 232, 0.08);
}

.tl-intake-row [role="cell"]:last-child {
    border-right: none;
}

.tl-intake-row [role="cell"] strong {
    display: block;
    color: #0f172a;
    font-size: 0.92rem;
}

.tl-intake-row [role="cell"] em {
    display: block;
    font-style: normal;
    font-size: 0.76rem;
    color: #64748b;
    margin-top: 0.12rem;
}

.tl-status-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.26rem 0.56rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tl-open {
    background: rgba(22, 101, 52, 0.12);
    color: #166534;
    border: 1px solid rgba(22, 101, 52, 0.3);
}

.tl-urgent {
    background: rgba(229, 57, 53, 0.1);
    color: #b91c1c;
    border: 1px solid rgba(229, 57, 53, 0.3);
}

.tl-warn {
    background: rgba(180, 83, 9, 0.1);
    color: #92400e;
    border: 1px solid rgba(180, 83, 9, 0.3);
}

.tl-upcoming {
    background: rgba(26, 115, 232, 0.1);
    color: #1d4ed8;
    border: 1px solid rgba(26, 115, 232, 0.25);
}

.tl-launch {
    background: rgba(124, 58, 237, 0.1);
    color: #6d28d9;
    border: 1px solid rgba(124, 58, 237, 0.3);
}

.tl-intake-aside {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.tl-intake-notice {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(229, 57, 53, 0.25);
    background: rgba(229, 57, 53, 0.05);
}

.tl-notice-blue {
    border-color: rgba(26, 115, 232, 0.25);
    background: rgba(26, 115, 232, 0.05);
}

.tl-notice-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.tl-notice-title {
    margin: 0 0 0.3rem;
    font-weight: 800;
    font-size: 0.88rem;
    color: #0f172a;
}

.tl-intake-notice p {
    margin: 0;
    font-size: 0.83rem;
    color: #475569;
    line-height: 1.52;
}

.tl-intake-notice ul {
    margin: 0.4rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.28rem;
}

.tl-intake-notice li {
    font-size: 0.82rem;
    color: #334155;
    padding-left: 1rem;
    position: relative;
}

.tl-intake-notice li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a73e8;
    font-weight: 800;
    font-size: 0.72rem;
}

.tl-intake-cta {
    border: none;
    font-family: inherit;
    cursor: pointer;
    display: block;
    text-align: center;
}

/* ─── 5-STEP JOURNEY ─────────────────────────────────────────── */
.tl-journey {
    background: #ffffff;
}

.tl-steps-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tl-steps-line {
    position: absolute;
    left: 2.2rem;
    top: 3rem;
    bottom: 3rem;
    width: 3px;
    background: linear-gradient(180deg, #1a73e8, #7c3aed, #e53935);
    border-radius: 999px;
    z-index: 0;
}

.tl-step-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 4.8rem minmax(0, 1fr);
    gap: 1.2rem;
    padding: 1.2rem 1.2rem 1.2rem 0;
    border-bottom: 1px solid rgba(26, 115, 232, 0.08);
}

.tl-step-card:last-child {
    border-bottom: none;
}

.tl-step-marker {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding-top: 0.2rem;
}

.tl-step-num {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a73e8, #2c5fca);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    font-family: "Cormorant Garamond", serif;
    box-shadow: 0 6px 16px rgba(26, 115, 232, 0.38);
    position: relative;
    z-index: 1;
}

.tl-marker-gold .tl-step-num {
    background: linear-gradient(135deg, #b45309, #fbbf24);
    box-shadow: 0 6px 16px rgba(180, 83, 9, 0.35);
}

.tl-marker-green .tl-step-num {
    background: linear-gradient(135deg, #065f46, #10b981);
    box-shadow: 0 6px 16px rgba(6, 95, 70, 0.35);
}

.tl-marker-purple .tl-step-num {
    background: linear-gradient(135deg, #4c1d95, #7c3aed);
    box-shadow: 0 6px 16px rgba(124, 58, 237, 0.35);
}

.tl-marker-red .tl-step-num {
    background: linear-gradient(135deg, #991b1b, #e53935);
    box-shadow: 0 6px 16px rgba(229, 57, 53, 0.35);
}

.tl-step-tag {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2c5fca;
}

.tl-step-body h3 {
    margin: 0.3rem 0 0;
    font-size: 1.15rem;
    color: #0f172a;
    line-height: 1.25;
}

.tl-step-optional {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    font-family: "Manrope", sans-serif;
}

.tl-step-body p {
    margin: 0.55rem 0 0;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.65;
    max-width: 72ch;
}

.tl-step-bullets {
    margin: 0.65rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
}

.tl-step-bullets li {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.32rem 0.65rem;
    border-radius: 999px;
    background: rgba(26, 115, 232, 0.07);
    border: 1px solid rgba(26, 115, 232, 0.18);
    font-size: 0.78rem;
    font-weight: 600;
    color: #1d4ed8;
}

.tl-step-bullets li::before {
    content: "✓";
    font-size: 0.7rem;
    font-weight: 800;
}

.tl-step-cta {
    display: inline-flex;
    margin-top: 0.75rem;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #c62828;
    text-decoration: none;
    transition: color 0.2s;
}

.tl-step-cta:hover {
    color: #1a73e8;
}

/* ─── WHY APPLY EARLY ────────────────────────────────────────── */
.tl-early {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.tl-early-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 2.5rem;
    align-items: center;
}

.tl-early-content h2 {
    margin: 0.55rem 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.55rem, 3vw, 2.5rem);
    line-height: 1.1;
    color: #0f172a;
}

.tl-early-content>p {
    margin: 0.75rem 0 0;
    color: #475569;
    font-size: 0.97rem;
    line-height: 1.65;
}

.tl-early-cards {
    margin-top: 1.2rem;
    display: grid;
    gap: 0.75rem;
}

.tl-early-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(26, 115, 232, 0.18);
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
    transition: box-shadow 0.25s, transform 0.25s;
}

.tl-early-card:hover {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    transform: translateX(3px);
}

.tl-early-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
}

.tl-early-card h4 {
    margin: 0;
    font-size: 0.95rem;
    color: #0f172a;
}

.tl-early-card p {
    margin: 0.3rem 0 0;
    font-size: 0.84rem;
    color: #475569;
    line-height: 1.52;
}

/* Ring visual */
.tl-early-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}

.tl-early-ring {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: conic-gradient(#1a73e8 0% 25%, #fbbf24 25% 50%, #10b981 50% 75%, #7c3aed 75% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px rgba(26, 115, 232, 0.22);
    animation: tl-spin-slow 12s linear infinite;
}

@keyframes tl-spin-slow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.tl-early-ring-inner {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: tl-spin-slow 12s linear infinite reverse;
}

.tl-ring-icon {
    font-size: 2rem;
}

.tl-early-ring-inner p {
    margin: 0.2rem 0 0;
    font-weight: 800;
    font-size: 0.9rem;
    color: #0f172a;
}

.tl-ring-sub {
    font-size: 0.76rem !important;
    color: #2c5fca !important;
    margin-top: 0 !important;
}

.tl-early-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.tl-early-tags span {
    padding: 0.34rem 0.65rem;
    border-radius: 999px;
    background: rgba(26, 115, 232, 0.1);
    border: 1px solid rgba(26, 115, 232, 0.25);
    font-size: 0.73rem;
    font-weight: 700;
    color: #1d4ed8;
}

/* ─── BATCH STRUCTURE ────────────────────────────────────────── */
.tl-structure {
    background: #ffffff;
}

.tl-structure-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.tl-structure-card {
    border: 1px solid rgba(26, 115, 232, 0.18);
    border-radius: 18px;
    background: #ffffff;
    padding: 1.2rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.25s, transform 0.25s;
}

.tl-structure-card:hover {
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.11);
    transform: translateY(-3px);
}

.tl-struct-icon {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
    display: block;
}

.tl-structure-card h3 {
    margin: 0;
    font-size: 1.05rem;
    color: #0f172a;
}

.tl-structure-card p {
    margin: 0.5rem 0 0;
    font-size: 0.87rem;
    color: #475569;
    line-height: 1.6;
}

.tl-batch-cap-notice {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.2rem;
    border-radius: 14px;
    border: 1.5px solid rgba(26, 115, 232, 0.25);
    background: linear-gradient(115deg, rgba(26, 115, 232, 0.07), rgba(124, 58, 237, 0.06));
}

.tl-batch-cap-notice span {
    font-size: 1.6rem;
    flex-shrink: 0;
}

.tl-batch-cap-notice p {
    margin: 0;
    color: #334155;
    font-size: 0.93rem;
    line-height: 1.55;
}

/* ─── PROGRAM COMPARE ────────────────────────────────────────── */
.tl-compare {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.tl-compare-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.tl-compare-card {
    position: relative;
    border: 1.5px solid rgba(26, 115, 232, 0.2);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
    padding: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    transition: box-shadow 0.25s, transform 0.25s;
}

.tl-compare-card:hover {
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    transform: translateY(-3px);
}

.tl-compare-popular {
    border-color: rgba(229, 57, 53, 0.35);
    box-shadow: 0 12px 28px rgba(229, 57, 53, 0.12);
}

.tl-compare-popular-tag {
    position: absolute;
    top: -0.1rem;
    right: 1.1rem;
    padding: 0.24rem 0.52rem;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(135deg, #e53935, #c62828);
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tl-compare-badge {
    margin: 0;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2c5fca;
}

.tl-compare-card h3 {
    margin: 0;
    font-size: 1.15rem;
    color: #0f172a;
}

.tl-compare-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.38rem;
    flex: 1;
}

.tl-compare-card li {
    font-size: 0.84rem;
    color: #334155;
    padding-left: 1rem;
    position: relative;
}

.tl-compare-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.48rem;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #1a73e8;
}

.tl-scholarship-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid rgba(255, 193, 7, 0.4);
    font-size: 0.72rem;
    font-weight: 700;
    color: #92400e;
}

.tl-compare-cta-group {
    display: grid;
    gap: 0.45rem;
    margin-top: auto;
    padding-top: 0.5rem;
}

.tl-compare-cta-group .btn {
    width: 100%;
    border: none;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
}

.tl-compare-link {
    display: block;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 800;
    color: #2c5fca;
    text-decoration: none;
}

.tl-compare-link:hover {
    color: #c62828;
}

/* ─── URGENCY / SEAT BARS ────────────────────────────────────── */
.tl-urgency {
    background: linear-gradient(115deg, rgba(229, 57, 53, 0.07), rgba(26, 115, 232, 0.09));
    border-top: 1.5px solid rgba(229, 57, 53, 0.18);
    border-bottom: 1.5px solid rgba(229, 57, 53, 0.18);
}

.tl-urgency-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 400px);
    gap: 2rem;
    align-items: center;
}

.tl-urgency-left h2 {
    margin: 0.45rem 0 0;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    color: #0f172a;
    line-height: 1.1;
}

.tl-urgency-left p {
    margin: 0.65rem 0 0;
    color: #475569;
    max-width: 55ch;
    font-size: 0.95rem;
}

.tl-seat-tracks {
    margin-top: 1.2rem;
    display: grid;
    gap: 0.85rem;
}

.tl-track-row {
    display: grid;
    grid-template-columns: 10rem 1fr auto;
    gap: 0.75rem;
    align-items: center;
}

.tl-track-row>span:first-child {
    font-size: 0.84rem;
    font-weight: 700;
    color: #0f172a;
}

.tl-track-bar-wrap {
    height: 10px;
    border-radius: 999px;
    background: rgba(26, 115, 232, 0.12);
    overflow: hidden;
}

.tl-track-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #1a73e8, #e53935);
    width: 0%;
    transition: width 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tl-track-stat {
    font-size: 0.75rem;
    font-weight: 800;
    color: #c62828;
    white-space: nowrap;
}

.tl-urgency-cta-card {
    border: 1.5px solid rgba(26, 115, 232, 0.25);
    border-radius: 20px;
    background: #ffffff;
    padding: 1.4rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.tl-urg-cta-title {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    color: #0f172a;
    line-height: 1.15;
}

.tl-urg-cta-sub {
    margin: 0;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.55;
}

.tl-urgency-cta-card .btn {
    border: none;
    font-family: inherit;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.tl-urg-cta-note {
    margin: 0;
    font-size: 0.78rem;
    color: #64748b;
}

.tl-urg-cta-note a {
    color: #1a73e8;
    font-weight: 700;
}

/* ─── CLOSING CTA ─────────────────────────────────────────────── */
.tl-closing {
    background: linear-gradient(115deg, rgba(26, 115, 232, 0.1), rgba(124, 58, 237, 0.1));
    border-top: 1.5px solid rgba(26, 115, 232, 0.15);
}

.tl-closing-inner {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.tl-closing-kicker {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2c5fca;
}

.tl-closing-inner h2 {
    margin: 0.6rem 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.7rem, 3.8vw, 3rem);
    line-height: 1.08;
    color: #0f172a;
}

.tl-closing-inner h2 em {
    font-style: italic;
    color: #1a73e8;
}

.tl-closing-inner>p {
    margin: 0.9rem auto 0;
    max-width: 52ch;
    color: #475569;
    font-size: 1rem;
    line-height: 1.65;
}

.tl-closing-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
}

.tl-closing-actions .btn {
    border: none;
    font-family: inherit;
    cursor: pointer;
}

.tl-closing-contact {
    margin: 1rem 0 0;
    font-size: 0.88rem;
    color: #64748b;
}

.tl-closing-contact a {
    color: #1a73e8;
    font-weight: 700;
}

/* ─── RESPONSIVE ──────────────────────────────────────────────── */

@media (max-width: 1100px) {
    .tl-hero-grid {
        grid-template-columns: 1fr;
    }

    .tl-hero-card {
        max-width: 460px;
    }

    .tl-intake-grid {
        grid-template-columns: 1fr;
    }

    .tl-urgency-inner {
        grid-template-columns: 1fr;
    }

    .tl-early-grid {
        grid-template-columns: 1fr;
    }

    .tl-early-visual {
        display: none;
    }
}

@media (max-width: 900px) {
    .tl-structure-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tl-compare-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tl-steps-line {
        display: none;
    }

    .tl-step-card {
        grid-template-columns: 3.8rem 1fr;
    }
}

@media (max-width: 640px) {

    .tl-structure-grid,
    .tl-compare-grid {
        grid-template-columns: 1fr;
    }

    .tl-track-row {
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }

    .tl-track-stat {
        justify-self: start;
    }

    .tl-step-card {
        grid-template-columns: 1fr;
    }

    .tl-step-marker {
        padding-top: 0;
    }

    .tl-intake-row {
        grid-template-columns: 1.5fr 1fr;
    }

    .tl-intake-row [role="cell"]:last-child {
        display: none;
    }

    .tl-intake-head [role="columnheader"]:last-child {
        display: none;
    }

    .tl-closing-actions {
        flex-direction: column;
        align-items: center;
    }

    .tl-tl-main::before {
        top: 80px;
    }
}