/*======================================================================
  WHY CHOOSE US - PREMIUM LOGISTICS DESIGN
  Complete styling for 9 sections with modern, image-heavy layouts
======================================================================*/

/* ======================== SECTION 01: PREMIUM HERO ====================== */
.premium-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
    z-index: 1;
    overflow: visible;
}

.premium-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.premium-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 47, 58, 0.75) 0%, rgba(218, 5, 48, 0.2) 100%);
    z-index: -1;
}

.premium-hero__content {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}

.premium-hero__text {
    width: 100%;
}

.premium-hero__tagline {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--tanspot-base);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.premium-hero__title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.premium-hero__description {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
    max-width: 550px;
}

.premium-hero__cards {
    position: relative;
}

.floating-cards-wrapper {
    position: relative;
    height: 520px;
    width: 100%;
}

.floating-card {
    position: absolute;
    width: 240px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 12px;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15);
    transition: all 400ms ease;
    backdrop-filter: blur(10px);
}

.floating-card:hover {
    transform: translateY(-12px);
    box-shadow: 0px 30px 70px rgba(218, 5, 48, 0.2);
}

.floating-card.card-1 {
    top: 0;
    left: 20px;
    z-index: 4;
}

.floating-card.card-2 {
    top: 140px;
    right: 10px;
    z-index: 3;
}

.floating-card.card-3 {
    bottom: 140px;
    left: 60px;
    z-index: 2;
}

.floating-card.card-4 {
    bottom: 0;
    right: 100px;
    z-index: 1;
}

.card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--tanspot-base), #fd5523);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 12px;
}

.floating-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    margin-top: 0;
}

.floating-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.premium-hero__button {
    margin-top: 30px;
}

.why-choose-intro {
    padding: 80px 0;
    background-color: #ffffff;
}

.why-choose-intro .intro-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 55px 45px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(218, 5, 48, 0.14);
    border-radius: 24px;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.why-choose-intro h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 22px;
    color: #0a1724;
}

.why-choose-intro .intro-highlight {
    font-size: 22px;
    line-height: 1.7;
    color: #111827;
    font-style: italic;
    margin-bottom: 20px;
}

.why-choose-intro p {
    font-size: 16px;
    line-height: 1.85;
    color: #4b5568;
    margin-bottom: 0;
}

.choose-feature-section {
    padding: 80px 0;
    background-color: #f7f9fc;
}

.feature-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 24px;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(218, 5, 48, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
}

.feature-card:last-child {
    margin-bottom: 0;
}

.feature-image {
    position: relative;
    flex: 1 1 520px;
    min-width: 320px;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 420px;
    transition: transform 600ms ease;
}

.feature-image:hover img {
    transform: scale(1.03);
}

.feature-content {
    flex: 1 1 480px;
    min-width: 320px;
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-number {
    font-size: 84px;
    font-weight: 900;
    color: rgba(218, 5, 48, 0.14);
    margin-bottom: 12px;
    line-height: 0.95;
    letter-spacing: -2px;
}

.feature-tagline {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--tanspot-base);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.feature-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 1.15;
    color: #0a1724;
}

.feature-text {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin: 0;
}

@media (max-width: 1199px) {
    .why-choose-intro {
        padding: 70px 0;
    }

    .why-choose-intro .intro-card {
        padding: 45px 35px;
    }

    .feature-content {
        padding: 40px 30px;
    }

    .feature-image img {
        min-height: 360px;
    }

    .feature-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .why-choose-intro {
        padding: 50px 0;
    }

    .why-choose-intro .intro-card {
        padding: 32px 24px;
    }

    .feature-card {
        flex-direction: column;
    }

    .feature-content {
        padding: 30px 25px;
    }

    .feature-title {
        font-size: 28px;
    }

    .feature-text {
        font-size: 15px;
    }

    .feature-image img {
        min-height: 260px;
    }
}

@media (max-width: 1199px) {
    .premium-hero-section {
        min-height: auto;
        padding: 50px 0;
    }
    
    .premium-hero__content {
        min-height: auto;
        padding: 30px 0;
    }
    
    .premium-hero__title {
        font-size: 48px;
    }
    
    .floating-cards-wrapper {
        height: 450px;
        margin-top: 30px;
    }
    
    .floating-card {
        width: 220px;
        padding: 20px;
    }
    
    .floating-card.card-2 {
        top: 120px;
    }
}

@media (max-width: 768px) {
    .premium-hero-section {
        padding: 40px 0;
        min-height: auto;
    }
    
    .premium-hero__content {
        padding: 20px 0;
        min-height: auto;
    }
    
    .premium-hero__title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .premium-hero__description {
        font-size: 15px;
    }
    
    .floating-cards-wrapper {
        height: 600px;
        margin-top: 30px;
    }
    
    .floating-card {
        width: 200px;
        padding: 18px;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-bottom: 15px;
    }
}

/* ===================== SECTION 02: IMAGE + CONTENT WITH COUNTERS ========= */
.section-image-content {
    padding: 80px 0;
    background-color: var(--tanspot-primary);
}

.image-content__image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 480px;
}

.image-content__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

.image-content__image:hover img {
    transform: scale(1.08);
}

.image-badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: var(--tanspot-base);
    color: white;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 15px 50px rgba(218, 5, 48, 0.3);
    z-index: 2;
}

.badge-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}

.badge-text {
    display: block;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.95;
}

.image-content__text {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-content__text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
}

.image-content__text > p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--tanspot-gray);
    margin-bottom: 25px;
    margin-top: 0;
}

.content-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.content-benefits li {
    font-size: 14px;
    line-height: 1.8;
    color: var(--tanspot-gray);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}

.content-benefits li strong {
    color: #000;
}

.content-benefits i {
    color: var(--tanspot-base);
    font-weight: bold;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.counters-row {
    display: flex;
    gap: 50px;
    margin-top: 40px;
}

.counter-box {
    text-align: center;
}

.counter-number {
    font-size: 44px;
    font-weight: 800;
    color: var(--tanspot-base);
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 0;
}

.counter-number span {
    font-size: 22px;
    font-weight: 600;
}

.counter-label {
    font-size: 13px;
    color: var(--tanspot-gray);
    font-weight: 600;
    margin: 0;
}

@media (max-width: 1199px) {
    .section-image-content {
        padding: 70px 0;
    }
    
    .image-content__image {
        height: 400px;
    }
    
    .image-content__text {
        padding-left: 40px;
    }
    
    .image-content__text h2 {
        font-size: 36px;
    }
    
    .counters-row {
        gap: 35px;
    }
}

@media (max-width: 768px) {
    .section-image-content {
        padding: 50px 0;
    }
    
    .image-content__image {
        height: 300px;
        margin-bottom: 40px;
        border-radius: 12px;
    }
    
    .image-content__text {
        padding-left: 0;
    }
    
    .image-content__text h2 {
        font-size: 28px;
    }
    
    .image-content__text > p {
        font-size: 14px;
    }
    
    .counters-row {
        gap: 20px;
        margin-top: 30px;
    }
}

/* ======================== SECTION 03: FLEET SHOWCASE ==================== */
.fleet-showcase-section {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-subtitle {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--tanspot-base);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--tanspot-base);
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    line-height: 1.3;
}

.section-header > p {
    font-size: 15px;
    color: var(--tanspot-gray);
    margin: 0;
}

.fleet-cards-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.fleet-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    transition: all 400ms ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

.fleet-card:hover {
    border-color: var(--tanspot-base);
    box-shadow: 0px 20px 50px rgba(218, 5, 48, 0.12);
    transform: translateY(-12px);
}

.fleet-card__image {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.fleet-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.fleet-card:hover .fleet-card__image img {
    transform: scale(1.1);
}

.fleet-card__content {
    padding: 25px;
    text-align: center;
}

.fleet-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000;
}

.fleet-card p {
    font-size: 13px;
    color: var(--tanspot-gray);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1199px) {
    .fleet-showcase-section {
        padding: 70px 0;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .fleet-cards-row {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .fleet-showcase-section {
        padding: 50px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .fleet-card__image {
        height: 200px;
    }
    
    .fleet-card__content {
        padding: 20px;
    }
}

/* ==================== SECTION 04: WHY CLIENTS TRUST US =================== */
.trust-features-section {
    padding: 80px 0;
    background-color: var(--tanspot-primary);
}

.trust-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    margin-top: 50px;
}

.trust-feature-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 38px 28px;
    text-align: center;
    transition: all 400ms ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trust-feature-card:hover {
    border-color: var(--tanspot-base);
    box-shadow: 0px 20px 50px rgba(218, 5, 48, 0.12);
    transform: translateY(-12px);
}

.trust-icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, var(--tanspot-base), #fd5523);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    margin: 0 auto 20px;
    transition: all 300ms ease;
}

.trust-feature-card:hover .trust-icon {
    transform: scale(1.12) rotateZ(-12deg);
    box-shadow: 0px 12px 35px rgba(218, 5, 48, 0.3);
}

.trust-feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
    color: #000;
}

.trust-feature-card p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--tanspot-gray);
    margin: 0;
}

@media (max-width: 1199px) {
    .trust-features-section {
        padding: 70px 0;
    }
    
    .trust-cards {
        gap: 24px;
    }
    
    .trust-feature-card {
        padding: 32px 24px;
    }
}

@media (max-width: 768px) {
    .trust-features-section {
        padding: 50px 0;
    }
    
    .trust-cards {
        gap: 20px;
    }
    
    .trust-feature-card {
        padding: 25px 20px;
    }
    
    .trust-icon {
        width: 65px;
        height: 65px;
        font-size: 30px;
    }
    
    .trust-feature-card h3 {
        font-size: 16px;
    }
}

/* ==================== SECTION 05: TIMELINE - HOW WE WORK ================= */
.timeline-process-section {
    padding: 80px 0;
}

.timeline-horizontal {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 50px 0;
    margin-top: 40px;
}

.timeline-horizontal::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--tanspot-base), rgba(218, 5, 48, 0.2));
    z-index: 0;
}

.timeline-step {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.timeline-number {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, var(--tanspot-base), #fd5523);
    border: 4px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: white;
    margin: 0 auto 20px;
    box-shadow: 0px 10px 30px rgba(218, 5, 48, 0.25);
    position: relative;
    z-index: 2;
}

.timeline-step h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000;
}

.timeline-step p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--tanspot-gray);
    margin: 0;
}

.timeline-connector {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    border: 3px solid var(--tanspot-base);
    z-index: 2;
    display: none;
}

@media (max-width: 1199px) {
    .timeline-process-section {
        padding: 70px 0;
    }
    
    .timeline-horizontal {
        padding: 40px 0;
        margin-top: 30px;
    }
    
    .timeline-number {
        width: 70px;
        height: 70px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .timeline-process-section {
        padding: 50px 0;
    }
    
    .timeline-horizontal {
        flex-direction: column;
        gap: 30px;
        padding: 0;
        margin-top: 20px;
    }
    
    .timeline-horizontal::before {
        top: 0;
        left: 37.5px;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, var(--tanspot-base), rgba(218, 5, 48, 0.2));
    }
    
    .timeline-step {
        padding-left: 110px;
        text-align: left;
    }
    
    .timeline-number {
        position: absolute;
        left: 0;
        margin-top: 0;
        margin-bottom: 0;
        width: 65px;
        height: 65px;
        font-size: 20px;
    }
    
    .timeline-step h3 {
        margin-bottom: 8px;
    }
}

/* ===================== SECTION 06: PARALLAX IMAGE SECTION ================ */
.parallax-cta-section {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 80px 0;
    overflow: hidden;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 47, 58, 0.85) 0%, rgba(218, 5, 48, 0.3) 100%);
    z-index: 1;
}

.parallax-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.parallax-title {
    font-size: 48px;
    font-weight: 800;
    color: white;
    line-height: 1.3;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .parallax-cta-section {
        min-height: 420px;
        padding: 70px 0;
    }
    
    .parallax-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .parallax-cta-section {
        min-height: 320px;
        padding: 50px 0;
        margin: 60px 0;
        background-attachment: scroll;
    }
    
    .parallax-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

/* ===================== SECTION 07: SAFETY & TRUST SECTION ================ */
.safety-section {
    padding: 80px 0;
    background-color: var(--tanspot-primary);
}

.safety-image {
    border-radius: 12px;
    overflow: hidden;
    height: 450px;
}

.safety-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.safety-content {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.safety-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
}

.safety-content > p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--tanspot-gray);
    margin-bottom: 30px;
    margin-top: 0;
}

.safety-checklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.safety-check-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
    color: var(--tanspot-gray);
}

.safety-check-item i {
    color: var(--tanspot-base);
    font-weight: bold;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.safety-check-item strong {
    color: #000;
}

@media (max-width: 1199px) {
    .safety-section {
        padding: 70px 0;
    }
    
    .safety-image {
        height: 380px;
    }
    
    .safety-content {
        padding-left: 40px;
    }
    
    .safety-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .safety-section {
        padding: 50px 0;
    }
    
    .safety-image {
        height: 300px;
        margin-bottom: 40px;
    }
    
    .safety-content {
        padding-left: 0;
    }
    
    .safety-content h2 {
        font-size: 28px;
    }
    
    .safety-checklist {
        gap: 14px;
    }
}

/* ======================== SECTION 08: TESTIMONIALS ====================== */
.testimonials-section {
    padding: 80px 0;
}

.testimonials-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    margin-top: 50px;
}

.testimonial-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    transition: all 400ms ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

.testimonial-card:hover {
    border-color: var(--tanspot-base);
    box-shadow: 0px 20px 50px rgba(218, 5, 48, 0.12);
    transform: translateY(-10px);
}

.testimonial-stars {
    margin-bottom: 18px;
    font-size: 15px;
    letter-spacing: 2px;
}

.testimonial-stars i {
    color: #ffc107;
    margin: 0 2px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--tanspot-gray);
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

@media (max-width: 1199px) {
    .testimonials-section {
        padding: 70px 0;
    }
    
    .testimonials-row {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 50px 0;
    }
    
    .testimonial-card {
        padding: 25px;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
}

/* ======================== SECTION 09: FINAL CTA BANNER =================== */
.final-cta-banner {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
    overflow: hidden;
    margin-top: 80px;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 47, 58, 0.9) 0%, rgba(218, 5, 48, 0.4) 100%);
    z-index: -1;
}

.banner-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

.banner-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 0;
}

.banner-subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
    margin-top: 0;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.thm-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 38px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 400ms ease;
    border: 2px solid transparent;
    cursor: pointer;
    text-transform: capitalize;
}

.thm-btn--primary {
    background-color: var(--tanspot-base);
    color: white;
}

.thm-btn--primary:hover {
    background-color: #b8031f;
    transform: translateY(-3px);
    box-shadow: 0px 15px 40px rgba(218, 5, 48, 0.3);
}

.thm-btn--secondary {
    background-color: transparent;
    color: white;
    border-color: white;
}

.thm-btn--secondary:hover {
    background-color: white;
    color: var(--tanspot-base);
    transform: translateY(-3px);
}

@media (max-width: 1199px) {
    .final-cta-banner {
        min-height: 380px;
        padding: 60px 0;
    }
    
    .banner-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .final-cta-banner {
        min-height: auto;
        padding: 50px 0;
        margin-top: 60px;
    }
    
    .banner-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .banner-subtitle {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .banner-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .thm-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 30px;
    }
}

/* ========================== GLOBAL UTILITIES ============================= */
.min-vh-100 {
    min-height: 100vh;
}

.h-100 {
    height: 100%;
}

.text-center {
    text-align: center;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

@media (max-width: 1199px) {
    .order-lg-1 {
        order: 1;
    }
    
    .order-lg-2 {
        order: 2;
    }
}

/* ======================== AOS ANIMATIONS ============================= */
[data-aos="fade-up"],
[data-aos="fade-right"],
[data-aos="fade-left"],
[data-aos="zoom-in"] {
    opacity: 0;
    transition: opacity 600ms ease-out, transform 600ms ease-out;
}

[data-aos="fade-up"] {
    transform: translateY(30px);
}

[data-aos="fade-right"] {
    transform: translateX(-30px);
}

[data-aos="fade-left"] {
    transform: translateX(30px);
}

[data-aos="zoom-in"] {
    transform: scale(0.9);
}

[data-aos="fade-up"].aos-animate,
[data-aos="fade-right"].aos-animate,
[data-aos="fade-left"].aos-animate,
[data-aos="zoom-in"].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1);
}

/* ========================== CONTAINER ADJUSTMENTS ===================== */
.container {
    max-width: 1200px;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

/* ========================== RESPONSIVE UTILITIES ====================== */
@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 32px;
    }
    
    h2, .h2 {
        font-size: 28px;
    }
    
    h3, .h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 24px;
    }
    
    h2, .h2 {
        font-size: 22px;
    }
    
    h3, .h3 {
        font-size: 18px;
    }
    
    p {
        font-size: 14px;
    }
}

/* ========================== SCROLL SMOOTH ====================== */
html {
    scroll-behavior: smooth;
}

