/* --- Unique Marketing Hub Section Styles --- */
#concept-marketing-hub {
    padding: 80px 5%;
    background: #fcfdfe;
}


.hub-container {
    max-width: 1200px;
    margin: 0 auto;
}


.hub-header {
    text-align: center;
    margin-bottom: 50px;
}


.hub-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #0A192F;
    font-weight: 800;
}


.text-broken {
    color: #ff4d4d;
    text-decoration: line-through;
    opacity: 0.8;
}


.hub-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
    align-items: stretch;
}


/* Base Card Styling */
.hub-card {
    padding: 45px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}


.hub-label {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
    display: block;
}


/* Pain Zone (Left) */
.pain-zone {
    background: #fffafa;
    border: 1px solid #ffe5e5;
}


.pain-zone .hub-label {
    color: #94a3b8;
}


.hub-point-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: #475569;
    font-size: 1rem;
}


/* Icon Fix */
.hub-point-item i {
    display: inline-block !important;
    color: #ff4d4d;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}


/* Innovation Zone (Right) */
.innovation-zone {
    background: #0A192F;
    color: white;
    box-shadow: 0 25px 50px rgba(10, 25, 47, 0.2);
}


.innovation-label {
    color: #007BFF;
}


.hub-process {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 20px;
}


.hub-step {
    text-align: center;
    flex: 1;
}


.hub-icon-box i {
    display: inline-block !important;
    font-size: 2rem;
    color: #007BFF;
    margin-bottom: 12px;
}


.hub-step-desc strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 4px;
}


.hub-step-desc span {
    font-size: 0.8rem;
    opacity: 0.6;
}


.hub-connector {
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: -25px;
}


/* Innovation Footer */
.hub-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}


.hub-footer-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.8;
}


.hub-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #007BFF;
    color: white;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}


.hub-cta-btn:hover {
    background: white;
    color: #0A192F;
    transform: translateY(-5px);
}


.hub-cta-btn i {
    font-size: 1.2rem;
}


/* Responsive Viewports */
@media (max-width: 992px) {
    .hub-comparison-grid {
        grid-template-columns: 1fr;
    }


    .hub-card {
        padding: 30px;
    }
}


@media (max-width: 600px) {
    .hub-process {
        flex-direction: column;
        gap: 30px;
    }


    .hub-connector {
        display: none;
    }


    .hub-title {
        font-size: 1.8rem;
    }
}


/* ===== MOBILE CTA FIX (CONCEPT SECTION) ===== */


@media (max-width:600px) {


    .hub-cta-btn {
        width: 100%;
        justify-content: space-between;
        padding: 14px 18px;
        font-size: 0.85rem;
        border-radius: 40px;
        line-height: 1.2;
    }


    .hub-cta-btn i {
        min-width: 32px;
        min-height: 32px;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 0.9rem;
    }


}


.f-short-section {
    padding: 40px 5%;
    background: #ffffff;
}


.f-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}


.f-header {
    text-align: center;
    margin-bottom: 30px;
}


.f-header h2 {
    font-size: 1.8rem;
    color: #0A192F;
    font-weight: 800;
}


.highlight-blue {
    color: #007BFF;
}


.f-header p {
    font-size: 0.95rem;
    color: #64748b;
}


/* Horizontal Strip for Locations */
.f-location-strip {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 40px;
}


.loc-mini {
    flex: 1;
    background: #f8fbff;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}


.loc-mini:hover {
    border-color: #007BFF;
    transform: translateY(-5px);
}


.loc-mini i {
    font-size: 1.5rem;
    color: #007BFF;
    margin-bottom: 8px;
}


.loc-mini p {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0A192F;
    margin: 0;
}


/* Compact Teaser Card */
.f-teaser-card {
    background: #0A192F;
    padding: 25px 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}


.teaser-info h3 {
    font-size: 1.3rem;
    margin-bottom: 4px;
}


.teaser-info span {
    font-size: 0.85rem;
    opacity: 0.7;
}


.f-cta-mini {
    background: #007BFF;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}


.f-cta-mini:hover {
    background: white;
    color: #0A192F;
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .f-location-strip {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }


    .f-teaser-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 25px;
    }
}



.t-hub {
    padding: 50px 5%;
    background: #fdfdfd;
    overflow: hidden;
}

.t-header-mini {
    text-align: center;
    margin-bottom: 35px;
}

.g-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 6px 15px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.g-pill img {
    width: 18px;
}

.g-pill span {
    font-size: 0.8rem;
    font-weight: 700;
    color: #555;
}

.t-slider-container {
    width: 100%;
    position: relative;
    overflow: visible;
}

.t-track {
    display: flex;
    gap: 20px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.t-card {
    min-width: 320px;
    background: white;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    position: relative;
    transition: 0.3s;
    flex-shrink: 0;
}

.t-card:hover {
    border-color: #007BFF;
    transform: translateY(-5px);
}

.t-quotes {
    color: rgba(0, 123, 255, 0.1);
    font-size: 1.8rem;
    margin-bottom: -10px;
}

.t-card p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 20px;
    font-style: italic;
}

.t-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.t-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.t-info strong {
    display: block;
    font-size: 0.85rem;
    color: #0A192F;
}

.t-info span {
    font-size: 0.7rem;
    color: #94a3b8;
}

.g-action {
    margin-top: 40px;
    text-align: center;
}

.g-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #0A192F;
    color: white;
    padding: 10px 25px 10px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    font-size: 0.9rem;
}

.g-icon-circle {
    width: 35px;
    height: 35px;
    background: white;
    color: #4285F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-review-btn:hover {
    background: #007BFF;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .t-card {
        min-width: 280px;
    }
}