
.home3-quick-links-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.home3-quick-links-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(229, 9, 20, 0.02) 50%, transparent 100%);
    z-index: 0;
}

.home3-quick-links-section .container {
    position: relative;
    z-index: 1;
}

.home3-quick-links-section .section-header {
    text-align: center;
    margin-bottom: 65px;
}

.home3-quick-links-section .section-eyebrow {
    display: inline-block;
    padding: 8px 22px;
    background: linear-gradient(135deg, #E50914 0%, #B20710 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.25);
}

.home3-quick-links-section .section-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1d29 !important;
    margin-bottom: 20px;
    letter-spacing: -1.2px;
    line-height: 1.2;
}

.home3-quick-links-section .section-subtitle {
    font-size: 18px;
    color: #64748b;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.home3-quick-links-section .quick-link-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid transparent;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.home3-quick-links-section .quick-link-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.08) 0%, transparent 70%);
    transform: rotate(0deg);
    transition: all 0.6s ease;
    z-index: 0;
}

.home3-quick-links-section .quick-link-card:hover::before {
    transform: rotate(180deg);
}

.home3-quick-links-section .quick-link-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #E50914 0%, #B20710 100%);
    transform: scaleX(0);
    transition: all 0.4s ease;
    z-index: 1;
}

.home3-quick-links-section .quick-link-card:hover::after {
    transform: scaleX(1);
}

.home3-quick-links-section .quick-link-card:hover {
    border-color: rgba(229, 9, 20, 0.3);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(229, 9, 20, 0.2);
    background: #ffffff;
}

.home3-quick-links-section .quick-link-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #E50914 0%, #B20710 100%);
    border-radius: 20px;
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 28px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(229, 9, 20, 0.3);
    position: relative;
    z-index: 1;
}

.home3-quick-links-section .quick-link-card:hover .quick-link-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 15px 40px rgba(229, 9, 20, 0.5);
    background: linear-gradient(135deg, #B20710 0%, #E50914 100%);
}

.home3-quick-links-section .quick-link-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1d29;
    margin: 0;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.home3-quick-links-section .quick-link-card:hover .quick-link-title {
    color: #E50914;
}


.home1-find-us-section {
    padding: 100px 0;
    background: #1a1a1a;
    border-top: 1px solid #2a2a2a;
}

.home1-start-today-wrapper {
    position: relative;
    overflow: hidden;
}

.home1-start-today-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.home1-start-today-left {
    padding-right: 40px;
}

.home1-start-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.3);
    border-radius: 6px;
    margin-bottom: 24px;
}

.home1-start-badge span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #E50914;
}

.home1-start-title {
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.home1-start-subtitle {
    font-size: 16px;
    color: #e5e5e5;
    line-height: 1.6;
    margin-bottom: 40px;
}

.home1-start-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.home1-start-feature-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: #000000;
    border: 1px solid rgba(229, 9, 20, 0.2);
    border-radius: 10px;
    transition: all 0.2s ease;
}

.home1-start-feature-item:hover {
    background: #1a1a1a;
    border-color: #E50914;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(229, 9, 20, 0.3);
}

.home1-start-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.3);
    border-radius: 10px;
    color: #E50914;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.home1-start-feature-item:hover .home1-start-feature-icon {
    background: #E50914;
    color: #ffffff;
    border-color: #E50914;
    transform: scale(1.1);
}

.home1-start-feature-content {
    flex: 1;
}

.home1-start-feature-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.home1-start-feature-desc {
    font-size: 13px;
    color: #b3b3b3;
    line-height: 1.5;
    margin: 0;
}

.home1-start-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.home1-start-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.home1-start-btn-primary {
    background: #E50914;
    color: #ffffff;
    border-color: #E50914;
}

.home1-start-btn-primary:hover {
    background: #B20710;
    border-color: #B20710;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 9, 20, 0.4);
}

.home1-start-btn-secondary {
    background: transparent;
    color: #ffffff;
    border-color: rgba(229, 9, 20, 0.5);
}

.home1-start-btn-secondary:hover {
    background: rgba(229, 9, 20, 0.1);
    border-color: #E50914;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 9, 20, 0.2);
}

.home1-start-btn i {
    font-size: 14px;
}

.home1-start-today-right {
    position: relative;
}

.home1-start-visual-card {
    position: relative;
    background: #000000;
    border: 2px solid rgba(229, 9, 20, 0.3);
    border-radius: 16px;
    padding: 50px 40px;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home1-start-visual-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    z-index: 1;
}

.home1-start-visual-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(229, 9, 20, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(229, 9, 20, 0.08) 0%, transparent 50%);
    z-index: 2;
}

.home1-start-visual-content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
}

.home1-start-visual-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(229, 9, 20, 0.15);
    border: 2px solid rgba(229, 9, 20, 0.3);
    border-radius: 16px;
    color: #E50914;
    font-size: 36px;
    transition: all 0.2s ease;
}

.home1-start-visual-card:hover .home1-start-visual-icon {
    background: #E50914;
    color: #ffffff;
    border-color: #E50914;
    transform: scale(1.1) rotate(5deg);
}

.home1-start-visual-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.home1-start-visual-text {
    font-size: 15px;
    color: #e5e5e5;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.home1-start-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.home1-start-stat {
    text-align: center;
    padding: 20px;
    background: #1a1a1a;
    border: 1px solid rgba(229, 9, 20, 0.2);
    border-radius: 10px;
    transition: all 0.2s ease;
}

.home1-start-stat:hover {
    border-color: #E50914;
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(229, 9, 20, 0.3);
}

.home1-start-stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #E50914;
    margin-bottom: 4px;
}

.home1-start-stat-label {
    font-size: 11px;
    color: #b3b3b3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}


.journey-section-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    padding: 60px 0 60px 0;
    position: relative;
    overflow: hidden;
}

.journey-section-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(229, 9, 20, 0.02) 50%, transparent 100%);
    z-index: 0;
}

.journey-section-header .container {
    position: relative;
    z-index: 1;
}

.journey-section-header .section-header {
    text-align: center;
    margin-bottom: 0;
}

.journey-section-header .section-eyebrow {
    display: inline-block;
    padding: 10px 30px;
    background: rgba(229, 9, 20, 0.1);
    color: #E50914;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.journey-section-header .section-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1d29 !important;
    margin-bottom: 20px;
    letter-spacing: -1.2px;
    line-height: 1.2;
}

.journey-section-header .section-subtitle {
    font-size: 18px;
    color: #64748b;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .home1-start-today-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .home1-start-today-left {
        padding-right: 0;
    }
    
    .home1-start-title {
        font-size: 32px;
    }
    
    .home1-start-visual-card {
        min-height: 400px;
        padding: 40px 30px;
    }
    
    .home3-quick-links-section .section-title {
        font-size: 36px;
    }
    
    .journey-section-header {
        padding: 80px 0 50px 0;
    }
    
    .journey-section-header .section-title {
        font-size: 36px;
    }
    
    .journey-section-header .section-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .home1-start-title {
        font-size: 28px;
    }
    
    .home1-start-actions {
        flex-direction: column;
    }
    
    .home1-start-btn {
        width: 100%;
        justify-content: center;
    }
    
    .home1-start-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .home3-quick-links-section {
        padding: 60px 0;
    }
    
    .home3-quick-links-section .section-title {
        font-size: 28px;
    }
    
    .home3-quick-links-section .section-subtitle {
        font-size: 16px;
    }
    
    .home3-quick-links-section .quick-link-card {
        padding: 35px 20px;
    }
    
    .home3-quick-links-section .quick-link-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    
    .journey-section-header {
        padding: 60px 0 40px 0;
    }
    
    .journey-section-header .section-title {
        font-size: 28px;
    }
    
    .journey-section-header .section-subtitle {
        font-size: 16px;
        padding: 0 1rem;
    }
    
    .journey-section-header .section-eyebrow {
        font-size: 11px;
        padding: 8px 24px;
    }
}

@media (max-width: 480px) {
    .home1-find-us-section {
        padding: 60px 0;
    }
    
    .home1-start-feature-item {
        padding: 16px;
    }
    
    .home1-start-visual-card {
        min-height: 350px;
        padding: 30px 20px;
    }
    
    .home1-start-visual-title {
        font-size: 24px;
    }
    
    .home3-quick-links-section .section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .visual-panel {
        display: none !important;
    }
    
    .info-panel {
        max-width: 100%;
        text-align: center;
    }
    
    .journey-section {
        height: auto !important;
        min-height: auto !important;
        padding: 40px 20px !important;
    }
    
    .content-wrapper {
        gap: 0 !important;
    }
}

