/* ========================================
   About Hero – Split Story Section
   Scoped under .sv-about-hero
   Light mode with orange accent
   ======================================== */

/* --- Reset: Override global main.css leaks --- */
.sv-about-hero h2,
.sv-about-hero h3,
.sv-about-hero h4,
.sv-about-hero h5,
.sv-about-hero h6 {
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.sv-about-hero a,
.sv-about-hero span,
.sv-about-hero p,
.sv-about-hero img {
    transition: none;
}

.sv-about-hero a,
.sv-about-hero a:hover,
.sv-about-hero a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.sv-about-hero p {
    margin-bottom: 0;
}

.sv-about-hero img {
    max-width: 100%;
}
/* --- End Reset --- */


/* --- Section --- */
.sv-about-hero {
    padding: 90px 0 80px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sv-about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 0%, rgba(230, 76, 41, 0.04) 0%, transparent 60%);
    pointer-events: none;
}

.sv-about-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #e64c29 30%, #e64c29 70%, transparent 100%);
    z-index: 5;
}


/* --- Split Layout --- */
.sv-about-split {
    display: flex;
    gap: 40px;
    align-items: stretch;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}


/* =========================
   Left: Image Panel (45%)
   ========================= */
.sv-about-image-panel {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 520px;
}

.sv-about-image-panel > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sv-about-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.8));
    pointer-events: none;
    z-index: 1;
}

/* Glass phone CTA */
.sv-about-phone-card {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.sv-about-phone-card-icon {
    width: 48px;
    height: 48px;
    background: var(--sv-primary, #e64c29);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sv-about-phone-card-icon i {
    font-size: 20px;
    color: #fff;
}

.sv-about-phone-card-text {
    flex: 1;
}

.sv-about-phone-card-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
    display: block;
}

.sv-about-phone-card-number {
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    display: block;
    transition: color 0.3s ease !important;
}

.sv-about-phone-card:hover .sv-about-phone-card-number {
    color: var(--sv-primary, #e64c29) !important;
}

/* Dot grid decoration */
.sv-about-dots {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 80px;
    height: 80px;
    z-index: 2;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.4) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    pointer-events: none;
}

[dir="rtl"] .sv-about-dots {
    right: auto;
    left: 24px;
}


/* =========================
   Right: Content Panel (55%)
   ========================= */
.sv-about-content-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}

/* Subtitle */
.sv-about-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sv-primary, #e64c29);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.sv-about-subtitle-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Title */
.sv-about-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 24px;
}

/* Body text */
.sv-about-text {
    font-size: 16px;
    line-height: 1.75;
    color: #555555;
    margin-bottom: 32px;
    max-width: 540px;
}

/* Orange horizontal divider */
.sv-about-divider {
    width: 60px;
    height: 3px;
    background: var(--sv-primary, #e64c29);
    border-radius: 3px;
    margin-bottom: 32px;
}

/* CTA row */
.sv-about-cta-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* Outline pill button */
.sv-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border: 2px solid var(--sv-primary, #e64c29);
    border-radius: 50px;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    transition: all 0.35s ease !important;
}

.sv-about-btn:hover {
    background: var(--sv-primary, #e64c29);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(230, 76, 41, 0.3);
    transform: translateY(-2px);
}

.sv-about-btn i {
    font-size: 14px;
    transition: transform 0.3s ease !important;
}

.sv-about-btn:hover i {
    transform: translateX(4px);
}

[dir="rtl"] .sv-about-btn:hover i {
    transform: translateX(-4px);
}

/* Inline phone link (content panel) */
.sv-about-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.sv-about-phone-link-icon {
    width: 44px;
    height: 44px;
    background: rgba(230, 76, 41, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease !important;
}

.sv-about-phone-link-icon i {
    font-size: 18px;
    color: var(--sv-primary, #e64c29);
    transition: color 0.3s ease !important;
}

.sv-about-phone-link:hover .sv-about-phone-link-icon {
    background: var(--sv-primary, #e64c29);
}

.sv-about-phone-link:hover .sv-about-phone-link-icon i {
    color: #fff;
}

.sv-about-phone-link-label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    display: block;
    margin-bottom: 2px;
}

.sv-about-phone-link-number {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    transition: color 0.3s ease !important;
}

.sv-about-phone-link:hover .sv-about-phone-link-number {
    color: var(--sv-primary, #e64c29);
}

/* Stat counters */
.sv-about-stats {
    display: flex;
    gap: 48px;
}

.sv-about-stat {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sv-about-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.sv-about-stat-number {
    font-size: 40px;
    font-weight: 800;
    color: var(--sv-primary, #e64c29);
    line-height: 1;
    letter-spacing: -1px;
}

.sv-about-stat-label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.35;
    max-width: 100px;
}


/* ========================================
   Responsive
   ======================================== */

@media (max-width: 1199px) {
    .sv-about-split {
        gap: 30px;
        padding: 0 30px;
    }

    .sv-about-title {
        font-size: 30px;
    }

    .sv-about-image-panel {
        min-height: 460px;
    }

    .sv-about-stat-number {
        font-size: 34px;
    }

    .sv-about-stats {
        gap: 32px;
    }
}

@media (max-width: 991px) {
    .sv-about-hero {
        padding: 70px 0 60px;
    }

    .sv-about-split {
        flex-direction: column;
        padding: 0 24px;
    }

    .sv-about-image-panel {
        flex: none;
        max-width: 100%;
        min-height: 340px;
    }

    .sv-about-content-panel {
        padding: 30px 0 0;
    }

    .sv-about-title {
        font-size: 28px;
    }

    .sv-about-stats {
        gap: 30px;
    }

    .sv-about-dots {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .sv-about-hero {
        padding: 50px 0 45px;
    }

    .sv-about-split {
        gap: 24px;
        padding: 0 16px;
    }

    .sv-about-image-panel {
        min-height: 280px;
    }

    .sv-about-title {
        font-size: 24px;
    }

    .sv-about-text {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .sv-about-divider {
        margin-bottom: 24px;
    }

    .sv-about-cta-row {
        gap: 16px;
        margin-bottom: 28px;
    }

    .sv-about-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    .sv-about-stats {
        flex-direction: column;
        gap: 20px;
    }

    .sv-about-stat-number {
        font-size: 30px;
    }

    .sv-about-phone-card {
        padding: 16px;
        gap: 12px;
    }

    .sv-about-phone-card-icon {
        width: 40px;
        height: 40px;
    }

    .sv-about-phone-card-icon i {
        font-size: 16px;
    }

    .sv-about-phone-card-number {
        font-size: 16px;
    }

    .sv-about-dots {
        display: none;
    }
}
