/**
 * Swift LT Page – Brand: #0a2b62 (navy), #e94132 (red), #fff
 * Font: Montserrat (site font)
 */

/* ----- Hero ----- */
.swift-lt-hero {
    background: #ffffff;
    padding: 80px 24px 100px;
}

.swift-lt-hero-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.swift-lt-hero-content {
    display: flex;
    align-items: center;
    gap: 48px;
}

.swift-lt-hero-copy {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    flex: 1;
    min-width: 280px;
}

.swift-lt-carousel {
    position: relative;
}

.swift-lt-slide {
    display: none;
}

.swift-lt-slide-active {
    display: block;
    animation: swift-lt-fade 0.35s ease;
}

@keyframes swift-lt-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.swift-lt-label {
    display: inline-block;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0a2b62;
    opacity: 0.7;
    margin-bottom: 14px;
}

.swift-lt-hero-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.12;
    color: #0a2b62;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}

.swift-lt-hero-tagline {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0a2b62;
    margin: 0 0 24px;
    opacity: 0.92;
}

.swift-lt-hero-body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #0a2b62;
    margin: 0 0 28px;
    opacity: 0.88;
}

.swift-lt-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.swift-lt-hero-btn {
    display: inline-block;
    padding: 14px 28px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    min-width: 220px;
    background: #ffffff;
    color: #0a2b62;
    border: 2px solid #0a2b62;
    box-shadow: 0 1px 3px rgba(10, 43, 98, 0.08);
}

.swift-lt-hero-btn:hover {
    background: #0a2b62;
    border-color: #0a2b62;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(10, 43, 98, 0.2);
}

.swift-lt-hero-btn-primary {
    background: #0a2b62;
    color: #ffffff;
    border-color: #0a2b62;
}

.swift-lt-hero-btn-primary:hover {
    background: #082352;
    border-color: #082352;
    color: #ffffff;
}

/* Carousel controls */
.swift-lt-carousel-controls {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.swift-lt-arrow {
    width: 44px;
    height: 44px;
    border: 2px solid rgba(10, 43, 98, 0.2);
    background: #ffffff;
    color: #0a2b62;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: inherit;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}

.swift-lt-arrow:hover {
    background: #0a2b62;
    border-color: #0a2b62;
    color: #ffffff;
    transform: scale(1.04);
}

.swift-lt-dots {
    display: flex;
    gap: 10px;
}

.swift-lt-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(10, 43, 98, 0.2);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}

.swift-lt-dot:hover {
    background: rgba(10, 43, 98, 0.45);
}

.swift-lt-dot-active {
    background: #e94132;
    transform: scale(1.2);
}

.swift-lt-hero-image-wrapper {
    flex: 0 0 auto;
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swift-lt-hero-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
}

/* ----- Whisper-quiet section (copy only, no image) ----- */
.swift-lt-whisper {
    background: #0a2b62;
    padding: 72px 24px 80px;
}

.swift-lt-whisper-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.swift-lt-whisper-copy {
    max-width: 720px;
}

.swift-lt-whisper-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.swift-lt-whisper-body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
}

/* ----- Swift LT Features (3rd section) ----- */
.swift-lt-features {
    background: rgba(10, 43, 98, 0.04);
    padding: 72px 24px 80px;
}

.swift-lt-features-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.swift-lt-features-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 48px;
    text-align: center;
    letter-spacing: -0.01em;
}

.swift-lt-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 64px;
    align-items: start;
}

.swift-lt-features-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.swift-lt-feature {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.swift-lt-feature-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #0a2b62;
    margin: 0;
    letter-spacing: -0.01em;
}

.swift-lt-feature-body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(10, 43, 98, 0.78);
    margin: 0;
}

/* ----- Shop Swift LT ----- */
.swift-lt-shop {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #ffffff;
    padding: 72px 24px 80px;
}

.swift-lt-shop-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.swift-lt-shop-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #0a2b62;
    text-align: center;
    margin: 0 0 44px;
    letter-spacing: -0.01em;
}

.swift-lt-shop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 24px;
}

.swift-lt-shop-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(10, 43, 98, 0.08);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.swift-lt-shop-card:hover {
    box-shadow: 0 8px 24px rgba(10, 43, 98, 0.12);
    border-color: rgba(10, 43, 98, 0.15);
}

.swift-lt-shop-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.swift-lt-shop-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 10px;
    border-radius: 4px;
    background: #e94132;
    color: #ffffff;
}

.swift-lt-shop-card-image-wrap {
    position: relative;
    padding-top: 100%;
    background: rgba(10, 43, 98, 0.03);
    overflow: hidden;
}

.swift-lt-shop-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.swift-lt-shop-card-body {
    padding: 20px 16px 24px;
    text-align: center;
}

.swift-lt-shop-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #0a2b62;
    margin: 0 0 10px;
    line-height: 1.35;
    min-height: 2.7em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swift-lt-shop-card-price {
    font-size: 18px;
    font-weight: 700;
    color: #0a2b62;
    margin-bottom: 14px;
}

.swift-lt-shop-card-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #ffffff;
    color: #e94132;
    border: 2px solid #e94132;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}

.swift-lt-shop-card:hover .swift-lt-shop-card-btn {
    background: #e94132;
    color: #ffffff;
}

/* ----- Responsive ----- */
@media (max-width: 992px) {
    .swift-lt-hero-content {
        gap: 32px;
    }

    .swift-lt-hero-title {
        font-size: 36px;
    }

    .swift-lt-whisper-title {
        font-size: 34px;
    }

    .swift-lt-hero-image-wrapper {
        max-width: 280px;
    }

    .swift-lt-features-grid {
        gap: 40px 48px;
    }

    .swift-lt-features-title {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .swift-lt-shop-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 20px;
    }

    .swift-lt-shop-title {
        font-size: 34px;
        margin-bottom: 36px;
    }
}

@media (max-width: 768px) {
    .swift-lt-features {
        padding: 56px 20px 64px;
    }

    .swift-lt-features-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .swift-lt-features-title {
        font-size: 30px;
        margin-bottom: 36px;
    }

    .swift-lt-features-col {
        gap: 28px;
    }

    .swift-lt-whisper {
        padding: 56px 20px 64px;
    }

    .swift-lt-whisper-copy {
        text-align: center;
    }

    .swift-lt-whisper-title {
        font-size: 30px;
    }

    .swift-lt-whisper-body {
        text-align: center;
    }

    .swift-lt-shop {
        padding: 56px 20px 64px;
    }

    .swift-lt-shop-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .swift-lt-shop-title {
        font-size: 30px;
        margin-bottom: 32px;
    }

    .swift-lt-shop-card-title {
        min-height: auto;
    }

    .swift-lt-hero {
        padding: 48px 20px 64px;
    }

    .swift-lt-hero-content {
        flex-direction: column;
        gap: 32px;
    }

    .swift-lt-hero-copy {
        width: 100%;
        min-width: 0;
        text-align: center;
    }

    .swift-lt-label,
    .swift-lt-hero-title,
    .swift-lt-hero-tagline,
    .swift-lt-hero-body {
        text-align: center;
    }

    .swift-lt-hero-actions {
        align-items: center;
    }

    .swift-lt-carousel-controls {
        justify-content: center;
        margin-top: 24px;
    }

    .swift-lt-hero-image-wrapper {
        max-width: 100%;
        order: -1;
    }

    .swift-lt-hero-title {
        font-size: 32px;
    }

    .swift-lt-hero-tagline {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .swift-lt-features {
        padding: 44px 16px 56px;
    }

    .swift-lt-features-title {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .swift-lt-feature-title {
        font-size: 17px;
    }

    .swift-lt-feature-body {
        font-size: 14px;
    }

    .swift-lt-whisper {
        padding: 44px 16px 56px;
    }

    .swift-lt-whisper-title {
        font-size: 26px;
    }

    .swift-lt-whisper-body {
        font-size: 16px;
    }

    .swift-lt-hero {
        padding: 40px 16px 56px;
    }

    .swift-lt-hero-title {
        font-size: 28px;
    }

    .swift-lt-hero-btn {
        min-width: 100%;
    }

    .swift-lt-shop {
        padding: 44px 16px 56px;
    }

    .swift-lt-shop-title {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .swift-lt-shop-card-body {
        padding: 16px 14px 20px;
    }

    .swift-lt-shop-card-price {
        font-size: 16px;
    }

    .swift-lt-shop-card-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
}
