.screen-timeline {
    padding: 15px 0 35px;
    text-align: center;
}

.screen-timeline .section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    margin: 0 0 20px;
}

.date-wrap svg.oval-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.date-text {
    font-family: var(--hand);
    font-size: 28px;
    color: var(--accent, #c0392b);
    position: relative;
    z-index: 1;
}

.time-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.time-heading svg.clock-icon { width: 32px; height: 32px; }

.time-heading span {
    font-family: var(--hand);
    font-size: 30px;
    color: var(--ink);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Блоки тайминга */
.tl-block {
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}

.tl-left {
    align-self: flex-start;
    text-align: left;
    padding-left: 20px;
}

.tl-right {
    align-self: flex-end;
    text-align: right;
    padding-right: 20px;
}

.tl-time {
    font-family: var(--hand);
    font-size: 38px;
    color: var(--ink);
    line-height: 1.2;
}

.tl-desc {
    font-family: var(--body);
    font-size: 17px;
    font-weight: 400;
    color: #555;
    line-height: 1.5;
    margin-top: 3px;
}

.tl-venue {
    font-family: var(--body);
    font-size: 14px;
    color: var(--accent, #c0392b);
    font-weight: 500;
    margin-top: 2px;
    font-style: italic;
}

/* Стрелки шахматный порядок */
.tl-arrow-right {
    display: flex;
    justify-content: center;
    padding: 6px 0;
    align-self: center;
}

.tl-arrow-left {
    display: flex;
    justify-content: center;
    padding: 6px 0;
    align-self: center;
    transform: scaleX(-1);
}

/* Стрелка трансфер */
.tl-transfer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.tl-curve-transfer svg text {
    font-family: var(--body);
    text-transform: uppercase;
}

.tl-hearts {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 360px) {
    .date-text { font-size: 24px; }
    .time-heading span { font-size: 24px; }
    .tl-time { font-size: 32px; }
    .tl-left { padding-left: 10px; }
    .tl-right { padding-right: 10px; }
}

@media (min-width: 768px) {
    .screen-timeline { padding: 40px 0 50px; }
    .date-text { font-size: 34px; }
    .date-wrap { padding: 18px 40px; margin-bottom: 28px; }
    .time-heading span { font-size: 36px; }
    .time-heading svg.clock-icon { width: 36px; height: 36px; }
    .time-heading { margin-bottom: 32px; }
    .tl-time { font-size: 48px; }
    .tl-desc { font-size: 20px; }
    .tl-venue { font-size: 16px; }
    .tl-left { padding-left: 40px; }
    .tl-right { padding-right: 40px; }
    .tl-arrow-right svg, .tl-arrow-left svg { width: 80px; height: 50px; }
    .tl-transfer svg { width: 24px; height: 60px; }
    .tl-transfer-label { font-size: 13px; }
    .tl-hearts svg { width: 55px; height: 42px; }
}

@media (min-width: 1024px) {
    .screen-timeline { padding: 60px 0 70px; }
    .date-text { font-size: 38px; }
    .date-wrap { padding: 20px 48px; margin-bottom: 15px; }
    .time-heading span { font-size: 40px; }
    .time-heading svg.clock-icon { width: 40px; height: 40px; }
    .time-heading { margin-bottom: 15px; }
    .tl-time { font-size: 56px; }
    .tl-desc { font-size: 22px; }
    .tl-venue { font-size: 17px; }
    .tl-block { margin-bottom: 4px; }
    .tl-left { padding-left: 60px; }
    .tl-right { padding-right: 60px; }
    .tl-hearts svg { width: 65px; height: 50px; }
}

@media (min-width: 1400px) {
    .screen-timeline { padding: 80px 0 90px; }
    .date-text { font-size: 42px; }
    .time-heading span { font-size: 44px; }
    .tl-time { font-size: 64px; }
    .tl-desc { font-size: 24px; }
    .tl-left { padding-left: 80px; }
    .tl-right { padding-right: 80px; }
}