/* =====================================================
   Food Delivery Landing Page - Modern UI Redesign
   Color: #74b9ff / #5dade2 blue palette
   Neutrals: #F8FAFC bg, #1E293B dark, #64748B body
   Fonts: Inter (body) + Plus Jakarta Sans (headings)
   ===================================================== */

/* ─── Hero Section ─── */
.food-delivery-hero {
    min-height: 100vh;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #74b9ff 0%, #5dade2 50%, #4a9fd6 100%) !important;
}

.food-pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 40%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    z-index: 1;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    z-index: 3;
}

.hero-badge {
    margin-bottom: 28px;
}

.delivery-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0.02em;
}

.hero-title {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 28px;
    color: white;
    font-family: var(--heading-fonts);
    letter-spacing: -0.02em;
}

.highlight-text {
    color: white;
}

.gradient-text {
    color: white;
    position: relative;
}

.gradient-text::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 480px;
    font-weight: 400;
}

/* ─── Hero Wave Divider ─── */
.hero-wave-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 3;
    line-height: 0;
}

.hero-wave-divider svg {
    width: 100%;
    height: 60px;
    display: block;
}

/* ─── Order Now Button ─── */
.btn-order-now {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: white;
    color: #1E293B;
    padding: 18px 36px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    margin-bottom: 48px;
}

.btn-order-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    color: #1E293B;
    text-decoration: none;
}

.btn-icon {
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%);
    color: white;
    padding: 12px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.btn-text strong {
    display: block;
    font-size: 16px;
    color: #1E293B;
}

.btn-text small {
    display: block;
    font-size: 13px;
    color: #64748B;
    font-weight: 400;
}

/* ─── Hero Stats ─── */
.hero-stats {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    line-height: 1;
    margin-bottom: 4px;
    font-family: var(--heading-fonts);
}

.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* ─── Hero Visual ─── */
.hero-visual {
    position: relative;
    z-index: 2;
}

.food-delivery-animation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-food-image {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.food-img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

/* ─── Floating Elements ─── */
.floating-element {
    position: absolute;
    background: white;
    padding: 12px 18px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 13px;
    animation: subtleFloat 4s ease-in-out infinite;
}

.delivery-bike {
    top: 20px;
    left: -20px;
    color: #5dade2;
    animation-delay: 0s;
}

.rating-badge {
    top: 50%;
    right: -30px;
    color: #5dade2;
    animation-delay: 1.3s;
}

.discount-badge {
    bottom: 30px;
    left: -30px;
    color: #5dade2;
    animation-delay: 2.6s;
}

.stars {
    color: #FBBF24;
}

/* ─── Animations (subtle only) ─── */
@keyframes subtleFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

/* ─── Popular Categories Section ─── */
.popular-categories-section {
    background: #F8FAFC;
    padding: 100px 0 80px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #1E293B;
    font-family: var(--heading-fonts);
    letter-spacing: -0.02em;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #64748B;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.6;
}

.section-header {
    margin-bottom: 60px;
}

.text-primary {
    color: #5dade2 !important;
}

.categories-slider-wrapper {
    margin-top: 0;
    position: relative;
}

.categories-slider .category-item {
    background: white;
    padding: 28px 16px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid #E2E8F0;
    margin: 10px;
    cursor: pointer;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.categories-slider .category-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #74b9ff;
}

.category-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #EBF5FF 0%, #DBEAFE 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    padding: 8px;
    overflow: hidden;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.categories-slider .category-item:hover .category-icon-wrapper {
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%);
}

.category-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.category-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #EBF5FF 0%, #DBEAFE 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #5dade2;
}

.category-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1E293B;
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Owl Carousel Custom Styles for Categories */
.categories-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 60px);
    left: -30px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.categories-slider.owl-carousel .owl-nav button {
    pointer-events: all;
    width: 44px;
    height: 44px;
    background: white !important;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #E2E8F0;
}

.categories-slider.owl-carousel .owl-nav button:hover {
    background: #5dade2 !important;
    border-color: #5dade2;
    transform: scale(1.05);
}

.categories-slider.owl-carousel .owl-nav button span {
    font-size: 20px;
    color: #64748B;
    line-height: 1;
}

.categories-slider.owl-carousel .owl-nav button:hover span {
    color: white;
}

.categories-slider.owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
}

.categories-slider.owl-carousel .owl-nav .owl-next {
    margin-right: 0;
}

.categories-slider.owl-carousel .owl-dots {
    display: none;
}

/* ─── How It Works Section ─── */
.how-it-works-section {
    background: white;
    padding: 100px 0;
}

.steps-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 24px;
}

.step-item {
    flex: 1;
    text-align: center;
    position: relative;
    background: #F8FAFC;
    padding: 48px 28px 36px;
    border-radius: 20px;
    min-width: 250px;
    transition: all 0.3s ease;
    border: 1px solid #E2E8F0;
}

.step-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    border-color: #74b9ff;
}

.step-number {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 15px;
    font-family: var(--heading-fonts);
}

.step-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #EBF5FF 0%, #DBEAFE 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
    font-size: 28px;
    color: #5dade2;
}

.step-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 10px;
    font-family: var(--heading-fonts);
}

.step-description {
    color: #64748B;
    line-height: 1.6;
    margin: 0;
    font-size: 0.9rem;
}

.step-connector {
    color: #CBD5E1;
    font-size: 20px;
    display: flex;
    align-items: center;
}

/* ─── About Section ─── */
.food-delivery-about {
    background: #F8FAFC;
    padding: 100px 0;
}

.section-badge {
    margin-bottom: 24px;
}

.badge-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #EBF5FF 0%, #DBEAFE 100%);
    color: #5dade2;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1E293B;
    line-height: 1.2;
    margin-bottom: 16px;
    font-family: var(--heading-fonts);
    letter-spacing: -0.02em;
}

.about-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: #5dade2;
    margin-bottom: 20px;
}

.about-description {
    font-size: 1.05rem;
    color: #64748B;
    line-height: 1.7;
    margin-bottom: 32px;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.about-features .feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s ease;
}

.about-features .feature-item:hover {
    border-color: #74b9ff;
    box-shadow: 0 4px 16px rgba(116, 185, 255, 0.1);
}

.about-features .feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.about-features .feature-content h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 2px;
}

.about-features .feature-content p {
    color: #64748B;
    margin: 0;
    font-size: 0.9rem;
}

.btn-enhanced {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 20px rgba(116, 185, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-enhanced:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(116, 185, 255, 0.4);
    color: white;
    text-decoration: none;
}

.btn-enhanced .btn-icon {
    font-size: 16px;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
}

/* ─── About Visual ─── */
.about-visual {
    position: relative;
}

.about-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-main-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.floating-stat {
    position: absolute;
    background: white;
    padding: 14px 18px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: subtleFloat 4s ease-in-out infinite;
    border: 1px solid rgba(226, 232, 240, 0.5);
}

.delivery-time {
    top: 20px;
    left: -20px;
    animation-delay: 0s;
}

.customer-rating {
    bottom: 40px;
    right: -20px;
    animation-delay: 2s;
}

.floating-stat .stat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #EBF5FF 0%, #DBEAFE 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5dade2;
    font-size: 16px;
}

.floating-stat .stat-info {
    display: flex;
    flex-direction: column;
}

.floating-stat .stat-number {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1E293B;
    line-height: 1;
}

.floating-stat .stat-label {
    font-size: 0.75rem;
    color: #64748B;
    font-weight: 500;
}

/* ─── Enhanced existing sections ─── */
.about-section {
    background: white;
}

.feature-section {
    background: #F8FAFC;
}

/* ─── Button enhancements (override base) ─── */
.btn-base {
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%) !important;
    box-shadow: 0 4px 16px rgba(116, 185, 255, 0.25) !important;
    transition: all 0.3s ease !important;
}

.btn-base:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(116, 185, 255, 0.35) !important;
}

/* ─── Features Section ─── */
.features-section {
    background: #F8FAFC;
    padding: 100px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
    margin-top: 0;
}

.enhanced-feature-item {
    background: white;
    padding: 32px 28px;
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.enhanced-feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    border-color: #74b9ff;
}

.feature-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #EBF5FF 0%, #DBEAFE 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.enhanced-feature-item:hover .feature-icon-wrapper {
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%);
}

.feature-icon-wrapper i {
    font-size: 24px;
    color: #5dade2;
    transition: all 0.3s ease;
}

.enhanced-feature-item:hover .feature-icon-wrapper i {
    color: white;
}

.feature-icon-wrapper .feature-icon {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.enhanced-feature-item:hover .feature-icon-wrapper .feature-icon {
    filter: brightness(0) invert(1);
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 8px;
    line-height: 1.3;
    font-family: var(--heading-fonts);
}

.feature-description {
    color: #64748B;
    line-height: 1.6;
    margin: 0;
    font-size: 0.9rem;
}

/* ─── Platform Section ─── */
.platform-section {
    background: white;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.platform-section::before {
    display: none;
}

.platform-section .section-header {
    position: relative;
    z-index: 2;
}

.platform-section .section-header .title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 12px;
    font-family: var(--heading-fonts);
    letter-spacing: -0.02em;
}

.platform-section .section-header p {
    font-size: 1.05rem;
    color: #64748B;
    max-width: 560px;
    margin: 0 auto;
}

/* ─── Platform Tab Navigation - Pill Style ─── */
.platform-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav--tabs {
    display: inline-flex !important;
    background: #F8FAFC;
    padding: 6px;
    border-radius: 60px;
    box-shadow: none;
    gap: 4px !important;
    margin-bottom: 60px !important;
    position: relative;
    z-index: 2;
    border: 1px solid #E2E8F0 !important;
}

.nav--tabs li {
    flex: 0 0 auto;
}

.nav--tabs li .nav-link {
    padding: 14px 28px !important;
    border-radius: 50px !important;
    background: transparent !important;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #64748B;
    font-weight: 600;
    font-size: 14px;
    border: none !important;
    white-space: nowrap;
    position: relative;
}

.nav--tabs li .nav-link::before,
.nav--tabs li .nav-link::after {
    display: none;
}

.nav--tabs li .nav-link svg,
.nav--tabs li .nav-link img {
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.nav--tabs li .nav-link:hover {
    background: white !important;
    color: #1E293B;
    transform: none;
}

.nav--tabs li .nav-link.active {
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%) !important;
    color: white !important;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(116, 185, 255, 0.3);
    border-color: transparent !important;
    transform: none;
}

.nav--tabs li .nav-link.active svg,
.nav--tabs li .nav-link.active img {
    filter: brightness(0) invert(1);
    transform: none;
}

/* ─── Platform Content ─── */
.platform-content {
    max-width: 620px;
    position: relative;
    z-index: 2;
}

.platform-content .subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 16px;
    position: relative;
    padding-left: 0;
    line-height: 1.4;
    font-family: var(--heading-fonts);
}

.platform-content .subtitle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #74b9ff 0%, #5dade2 100%);
    border-radius: 2px;
}

.platform-content p {
    font-size: 1rem;
    color: #64748B;
    line-height: 1.7;
    margin-bottom: 24px;
}

.platform-content .btn-base {
    margin-top: 16px;
    padding: 14px 32px !important;
    border-radius: 50px !important;
    font-weight: 700;
    font-size: 15px;
}

/* ─── Platform Image ─── */
.platform-img {
    position: relative;
    z-index: 2;
}

.platform-img::before {
    display: none;
}

.platform-img img,
.platform-img svg {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.08));
    animation: none;
    position: relative;
    z-index: 1;
}

/* ─── Tab Content ─── */
.tab--content {
    position: relative;
    z-index: 2;
}

.tab--content .tab-pane {
    padding: 40px 0;
}

.tab--content .tab-pane.active {
    animation: fadeUp 0.4s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─── CTA Section ─── */
.cta-section {
    background: linear-gradient(135deg, #EBF5FF 0%, #DBEAFE 100%) !important;
    border-radius: 24px;
    overflow: hidden;
}

/* ─── Testimonial Section ─── */
.client-section {
    background: #F8FAFC;
}

.testimonial-item .quote {
    color: #1E293B;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
}

.testimonial-item .name {
    font-family: var(--heading-fonts);
    font-weight: 700;
    color: #1E293B;
}

.testimonial-item .designation {
    color: #64748B;
    font-weight: 500;
}

/* ─── Responsive Design ─── */
@media (max-width: 768px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-stats {
        justify-content: center;
        gap: 32px;
    }

    .floating-element {
        display: none;
    }

    .steps-container {
        flex-direction: column;
        gap: 32px;
    }

    .step-connector {
        transform: rotate(90deg);
        margin: 0;
        justify-content: center;
    }

    .step-item {
        min-width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .about-title {
        font-size: 2rem;
    }

    .about-features {
        gap: 12px;
    }

    .floating-stat {
        display: none;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .enhanced-feature-item {
        padding: 24px 20px;
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .feature-icon-wrapper {
        margin: 0 auto;
    }

    .popular-categories-section,
    .how-it-works-section,
    .food-delivery-about,
    .features-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .btn-order-now {
        padding: 14px 24px;
        font-size: 15px;
    }

    .section-title {
        font-size: 1.75rem;
    }
}

/* ─── Platform Section Responsive ─── */
@media (max-width: 1199px) {
    .nav--tabs li .nav-link {
        padding: 12px 22px !important;
        font-size: 13px;
    }

    .platform-content .subtitle {
        font-size: 1.3rem;
    }
}

@media (max-width: 991px) {
    .nav--tabs {
        flex-direction: column;
        padding: 8px;
        border-radius: 20px;
        gap: 4px !important;
        width: 100%;
        max-width: 360px;
    }

    .nav--tabs li {
        width: 100%;
    }

    .nav--tabs li .nav-link {
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
        padding: 14px 20px !important;
        border-radius: 14px !important;
    }

    .platform-section .section-header .title {
        font-size: 2rem;
    }

    .platform-section {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .platform-section .section-header .title {
        font-size: 1.75rem;
    }

    .platform-section .section-header p {
        font-size: 0.95rem;
    }

    .platform-content .subtitle {
        font-size: 1.2rem;
    }

    .platform-content p {
        font-size: 0.9rem;
    }
}

/* ─── Platform Section Enhanced ─── */
.platform-enhanced {
    background: linear-gradient(170deg, #f0f7ff 0%, #ffffff 40%, #f8fbff 100%) !important;
    position: relative;
}

.platform-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(116, 185, 255, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(93, 173, 226, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.platform-enhanced .container {
    position: relative;
    z-index: 1;
}

/* ─── Platform Card Tabs ─── */
.platform-tabs-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

.platform-card-tabs.nav--tabs {
    background: white !important;
    border-radius: 20px !important;
    padding: 10px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #E2E8F0 !important;
    gap: 8px !important;
}

.platform-card-tabs.nav--tabs li .nav-link {
    flex-direction: column !important;
    min-width: 160px;
    padding: 20px 24px !important;
    border-radius: 16px !important;
    gap: 12px !important;
    font-size: 14px;
}

.tab-icon-wrap {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #EBF5FF 0%, #DBEAFE 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.tab-icon-wrap img,
.tab-icon-wrap svg {
    width: 24px !important;
    height: 24px !important;
}

.platform-card-tabs.nav--tabs li .nav-link.active .tab-icon-wrap {
    background: rgba(255, 255, 255, 0.25);
}

.platform-card-tabs.nav--tabs li .nav-link:not(.active):hover .tab-icon-wrap {
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%);
}

.platform-card-tabs.nav--tabs li .nav-link:not(.active):hover .tab-icon-wrap img,
.platform-card-tabs.nav--tabs li .nav-link:not(.active):hover .tab-icon-wrap svg {
    filter: brightness(0) invert(1);
}

.tab-label {
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
}

/* ─── Platform Feature Cards ─── */
.platform-feature-card {
    background: white;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.platform-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    border-color: #74b9ff;
}

.platform-feature-number {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #F1F5F9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    color: #64748B;
    font-family: var(--heading-fonts);
    transition: all 0.3s ease;
}

.platform-feature-card:hover .platform-feature-number {
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%);
    color: white;
}

.platform-feature-body {
    flex: 1;
}

.platform-feature-body .subtitle {
    margin-bottom: 10px;
}

.platform-feature-body .subtitle::after {
    display: none;
}

.platform-feature-body p {
    margin-bottom: 0 !important;
}

/* ─── Platform CTA Button ─── */
.btn-platform-cta {
    padding: 16px 36px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
}

.btn-cta-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s ease;
}

.btn-platform-cta:hover .btn-cta-icon {
    background: rgba(255, 255, 255, 0.35);
    transform: translateX(3px);
}

/* ─── Platform Image Enhanced + Floating Badge ─── */
.platform-img-enhanced {
    position: relative;
}

.platform-floating-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: white;
    padding: 12px 20px;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #1E293B;
    animation: badgeFloat 3.5s ease-in-out infinite;
    z-index: 5;
    border: 1px solid rgba(226, 232, 240, 0.6);
}

.platform-floating-badge i {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #74b9ff 0%, #5dade2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

@keyframes badgeFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* ─── Platform Enhanced Responsive ─── */
@media (max-width: 1199px) {
    .platform-card-tabs.nav--tabs li .nav-link {
        min-width: 140px;
        padding: 16px 20px !important;
    }

    .tab-icon-wrap {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 991px) {
    .platform-card-tabs.nav--tabs {
        flex-direction: column !important;
        width: 100%;
        max-width: 360px;
        border-radius: 16px !important;
    }

    .platform-card-tabs.nav--tabs li .nav-link {
        flex-direction: row !important;
        min-width: auto;
        justify-content: flex-start !important;
        gap: 14px !important;
        padding: 14px 20px !important;
        border-radius: 12px !important;
    }

    .tab-icon-wrap {
        width: 40px;
        height: 40px;
    }

    .platform-tabs-wrapper {
        justify-content: center;
    }

    .platform-feature-card {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .platform-floating-badge {
        display: none;
    }

    .platform-feature-card {
        padding: 20px;
        gap: 14px;
    }

    .platform-feature-number {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .platform-feature-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 20px 16px;
    }

    .platform-feature-number {
        margin-bottom: 4px;
    }

    .btn-platform-cta {
        padding: 14px 28px !important;
        font-size: 14px !important;
        width: 100%;
        justify-content: center;
    }
}
