/* Problem & Solution Section */
#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;
}

.hub-subtitle {
    font-size: 1rem;
    color: #64748b;
    margin-top: 10px;
}

.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;
}

.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;
}

/* Left Card */
.pain-zone {
    background: #fffafa;
    border: 1px solid #ffe5e5;
}

.pain-zone .hub-label {
    color: #94a3b8;
}

.hub-points {
    display: flex;
    flex-direction: column;
}

.hub-point-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: #475569;
    font-size: 1rem;
}

.hub-point-item i {
    color: #ff4d4d;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
    flex-shrink: 0;
}

/* Find Kiosk Button */
.find-kiosk-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding: 14px 28px;
    background: transparent;
    border: 2px solid #007BFF;
    color: #007BFF;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.find-kiosk-btn:hover {
    background: #007BFF;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.2);
}

/* Right Card */
.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 {
    font-size: 2rem;
    color: #007BFF;
    margin-bottom: 12px;
    display: block;
}

.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;
    flex-shrink: 0;
}

.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);
}

/* Franchise Locations Section */
.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: clamp(1.5rem, 3vw, 1.8rem);
    color: #0A192F;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.highlight-blue {
    color: #007BFF;
}

.f-header p {
    font-size: 0.95rem;
    color: #64748b;
    margin-top: 8px;
}

/* Location Cards */
.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 ease;
}

.loc-mini:hover {
    border-color: #007BFF;
    transform: translateY(-5px);
}

.loc-mini i {
    font-size: 1.5rem;
    color: #007BFF;
    margin-bottom: 8px;
    display: block;
}

.loc-mini p {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0A192F;
    margin: 0;
}

.loc-stat {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: #007BFF;
    margin-top: 8px;
    line-height: 1;
}

.loc-mini small {
    font-size: 0.7rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

/* 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 ease;
    white-space: nowrap;
}

.f-cta-mini:hover {
    background: white;
    color: #0A192F;
}

/* Testimonials */
.t-hub {
    padding: 60px 5%;
    background: #fdfdfd;
    overflow: hidden;
}

.t-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.t-header-mini {
    text-align: center;
    margin-bottom: 35px;
}

.t-header-mini h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #0A192F;
    margin-top: 12px;
}

.g-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 6px 15px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.g-pill img {
    width: 18px;
}

.g-pill span {
    font-size: 0.8rem;
    font-weight: 700;
    color: #555;
}

/* Slider */
.t-slider-container {
    width: 100%;
    overflow: hidden;
}

.t-track {
    display: flex;
    gap: 20px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
}

.t-card {
    background: white;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    flex: 0 0 calc(33.333% - 14px);
    min-width: calc(33.333% - 14px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: 0.3s ease;
}

.t-card:hover {
    border-color: #007BFF;
    transform: translateY(-5px);
}

.t-quotes i {
    font-size: 1.8rem;
    color: rgba(0, 123, 255, 0.15);
}

.t-card p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
    font-style: italic;
    flex: 1;
}

.t-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.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;
}

/* Slider Dots */
.t-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.t-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.t-dot.active {
    background: #007BFF;
    width: 24px;
    border-radius: 4px;
}

/* Google Review Button */
.g-action {
    margin-top: 40px;
    text-align: center;
}

.g-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #0A192F;
    color: white;
    padding: 10px 25px 10px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.3s ease;
}

.g-icon-circle {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4285F4;
    font-size: 1rem;
}

.g-review-btn:hover {
    background: #007BFF;
    transform: scale(1.03);
}

/* Tablet */
@media (max-width: 992px) {
    .hub-comparison-grid {
        grid-template-columns: 1fr;
    }

    .hub-card {
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    .t-card {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}

/* Mobile */
@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-card {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .t-card p {
        font-size: 0.9rem;
    }

    .t-hub {
        padding: 50px 20px;
    }
}

@media (max-width: 600px) {
    .hub-process {
        flex-direction: column;
        gap: 30px;
    }

    .hub-connector {
        display: none;
    }

    .hub-cta-btn {
        width: 100%;
        justify-content: space-between;
        padding: 14px 18px;
        font-size: 0.85rem;
        border-radius: 40px;
    }
}