/* Track Page Styles - All white, no flexbox */
.track-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #fff;
    color: #333;
    min-height: 100vh;
}

.track-main {
    padding: 48px 40px 64px;
}

.track-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header: Title, Search, Order Summary */
.track-header {
    overflow: hidden;
    margin-bottom: 48px;
}

.track-header-left {
    float: left;
    width: 60%;
}

.track-summary {
    float: right;
    width: 36%;
    text-align: right;
    padding-top: 8px;
}

.track-summary h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px 0;
}

.track-summary p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.track-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #1e293b;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
}

/* Search Form */
.track-search-form {
    margin-bottom: 0;
}

.track-search-wrap {
    display: table;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}

.track-input {
    display: table-cell;
    width: 100%;
    padding: 14px 20px;
    border: none;
    background: transparent;
    font-size: 16px;
}

.track-input:focus {
    outline: none;
}

.track-search-btn {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 14px 20px;
    background: #f9fafb;
    border: none;
    border-left: 1px solid #e5e7eb;
    cursor: pointer;
    color: #1f2937;
}

.track-search-btn:hover {
    background: #f3f4f6;
}

.track-search-btn svg {
    stroke: #1f2937;
}

/* Track Content - Timeline */
.track-content {
    margin-bottom: 48px;
    background: #fff;
    padding: 48px 56px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

/* Timeline */
.track-timeline {
    position: relative;
}

.timeline-step {
    position: relative;
    margin-bottom: 56px;
    overflow: visible;
}

.timeline-step.last {
    margin-bottom: 0;
}

.timeline-step.last .timeline-line {
    display: none;
}

.timeline-icon {
    float: left;
    width: 52px;
    height: 52px;
    border: 2px solid #16a34a;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    background: #fff;
    z-index: 1;
}

.timeline-icon svg {
    vertical-align: middle;
    stroke: #16a34a;
}

.timeline-line {
    position: absolute;
    left: 24.5px;
    top: 52px;
    bottom: -56px;
    width: 3px;
    background: #16a34a;
    z-index: 0;
}

.timeline-content {
    margin-left: 80px;
    padding-bottom: 0;
}

.timeline-step.last .timeline-content {
    padding-bottom: 0;
}

.timeline-text {
    font-size: 17px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.timeline-date {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 8px 0;
}

.timeline-status {
    font-size: 15px;
    color: #475569;
    margin: 0;
}

/* Info Box - Light blue (#E0F2F7) */
.track-info-box {
    padding: 32px 40px;
    background: #e0f2f7;
    border-radius: 12px;
    border: 1px solid #bae6fd;
    overflow: hidden;
}

.track-page .info-icon {
    float: left;
    width: 48px;
    height: 48px;
    background: #0ea5e9;
    border-radius: 10px;
    text-align: center;
    line-height: 48px;
    margin-right: 24px;
}

.track-page .info-icon svg {
    vertical-align: middle;
    stroke: #fff;
}

.track-info-box > div {
    overflow: hidden;
}

.track-info-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 16px 0;
}

.track-info-box ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.track-info-box li {
    margin-bottom: 8px;
}

.track-info-box li::before {
    content: "\2192  ";
    color: #0ea5e9;
    font-weight: bold;
}

/* Footer on track page - no flexbox, fix layout, make long */
.track-page .donation-footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 64px 40px 48px;
    overflow: hidden;
}

.track-page .footer-inner {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.track-page .footer-brand {
    display: block;
    float: left;
    width: 45%;
    padding-right: 24px;
}

.track-page .footer-brand p {
    line-height: 1.8;
    margin-top: 12px;
}

.track-page .footer-links {
    display: block;
    float: left;
    width: 25%;
}

.track-page .footer-links h4 {
    margin-bottom: 20px;
}

.track-page .footer-links a {
    margin-bottom: 14px;
}

.track-page .footer-contact {
    display: block;
    float: left;
    width: 25%;
}

.track-page .footer-contact h4 {
    margin-bottom: 20px;
}

.track-page .footer-contact p {
    margin-bottom: 14px;
}

.track-page .footer-copyright {
    clear: both;
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin-top: 56px;
    padding-top: 32px;
    border-top: none;
}

@media (max-width: 768px) {
    .track-header-left,
    .track-summary {
        float: none;
        width: 100%;
    }

    .track-summary {
        text-align: left;
        margin-top: 24px;
    }

    .track-page .footer-brand,
    .track-page .footer-links,
    .track-page .footer-contact {
        float: none;
        width: 100%;
        margin-bottom: 24px;
    }
}
