@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Inter:wght@400;500;600;700&display=swap');

.sb-redesign-wrapper {
    font-family: 'Inter', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #ffffff;
    margin-top: 0; 
    overflow-x: hidden;
}

/* Reset legacy tags inside our wrapper */
.sb-redesign-wrapper h1,
.sb-redesign-wrapper h2,
.sb-redesign-wrapper h3,
.sb-redesign-wrapper h4,
.sb-redesign-wrapper p {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
}

.sb-redesign-wrapper a {
    text-decoration: none;
    color: inherit;
}

.sb-redesign-wrapper a:hover,
.sb-redesign-wrapper a:focus {
    text-decoration: none;
    outline: none;
}

/* ===========================================
   SCROLL ANIMATION
   =========================================== */
.sb-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.sb-animate.sb-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===========================================
   HERO SECTION
   =========================================== */
.sb-hero {
    position: relative;
    background: linear-gradient(135deg, #1A365D 0%, #6842C2 100%);
    color: #ffffff;
    padding: 160px 5% 150px 5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23f8f9fc" fill-opacity="1" d="M0,192L48,176C96,160,192,128,288,144C384,160,480,224,576,213.3C672,203,768,117,864,101.3C960,85,1056,139,1152,149.3C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom center;
    background-size: 100% 100%;
    z-index: 1;
}

.sb-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .sb-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    .sb-hero {
        padding: 130px 5% 120px 5%;
    }
}

.sb-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.sb-hero-accent {
    font-family: 'Caveat', cursive;
    color: #40E0D0;
    font-size: 2.2rem;
    line-height: 1;
    transform: rotate(-2deg);
    display: inline-block;
}

.sb-hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

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

.sb-hero-description {
    font-size: 1.125rem;
    opacity: 0.9;
    max-width: 500px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .sb-hero-description { margin: 0 auto; }
}

.sb-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .sb-hero-actions { justify-content: center; }
}
@media (max-width: 480px) {
    .sb-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Buttons */
.sb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid transparent;
}

.sb-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.sb-btn-primary {
    background-color: #ffffff;
    color: #6842C2 !important;
}
.sb-btn-primary:hover {
    background-color: #f8f9fa;
}

.sb-btn-secondary {
    background-color: transparent;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.4);
}
.sb-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

@media (max-width: 480px) {
    .sb-btn {
        padding: 12px 24px;
        font-size: 0.95rem;
        width: 100%;
    }
}

/* Hero Visual */
.sb-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Old placeholder (kept for compatibility, hidden by HTML removal) */
.sb-hero-visual-placeholder { display: none; }

/* App Mockup */
.sb-hero-app-mockup {
    width: 100%;
    max-width: 320px;
    background: #ffffff;
    border-radius: 32px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), inset 0 0 0 6px #eef2f6;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #333333;
    position: relative;
}
.sb-hero-app-mockup::before {
    content: '';
    position: absolute;
    top: -15px; left: -15px; right: -15px; bottom: -15px;
    border-radius: 44px;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
}
.sb-mockup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sb-mockup-brand {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1A365D;
}
.sb-mockup-profile {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: #f0f4f8;
}
.sb-mockup-balance-card {
    background: linear-gradient(135deg, #1A365D 0%, #3b6099 100%);
    border-radius: 16px;
    padding: 20px;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(26,54,93,0.15);
}
.sb-mockup-label {
    font-size: 0.85rem;
    opacity: 0.8;
    display: block;
}
.sb-mockup-amount {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 4px;
}
.sb-mockup-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.sb-mockup-service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 500;
}
.sb-mockup-icon {
    width: 48px; height: 48px;
    border-radius: 14px;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6842C2;
    transition: transform 0.2s ease;
}
.sb-mockup-service-item:hover .sb-mockup-icon {
    transform: translateY(-2px);
}

/* ===========================================
   GLOBAL SECTION STYLES
   =========================================== */
.sb-section {
    padding: 80px 5%;
    position: relative;
    background-color: #ffffff;
}

.sb-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.sb-section-header {
    margin-bottom: 50px;
}
.sb-section-header.text-center {
    text-align: center;
}

.sb-section-accent {
    font-family: 'Caveat', cursive;
    color: #6842C2;
    font-size: 1.8rem;
    display: inline-block;
    transform: rotate(-2deg);
    margin-bottom: 10px;
}

.sb-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1A365D;
    margin-bottom: 15px;
    line-height: 1.2;
}

.sb-section-description {
    font-size: 1.1rem;
    color: #555555;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .sb-section-title { font-size: 2rem; }
    .sb-section { padding: 60px 5%; }
    .sb-section-header { margin-bottom: 40px; }
}

/* ===========================================
   BENEFITS SECTION
   =========================================== */
.sb-benefits-section {
    background-color: #f8f9fc;
}

.sb-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .sb-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .sb-benefits-grid { grid-template-columns: 1fr; }
}

.sb-benefit-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(104, 66, 194, 0.08);
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sb-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(104, 66, 194, 0.1);
}

.sb-icon-container {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(104, 66, 194, 0.1);
    color: #6842C2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: background 0.3s ease, color 0.3s ease;
}

.sb-benefit-card:hover .sb-icon-container {
    background: #6842C2;
    color: #ffffff;
}

.sb-benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1A365D;
    margin-bottom: 12px;
}

.sb-benefit-card p {
    font-size: 0.95rem;
    color: #666666;
}

/* ===========================================
   SERVICES SECTION
   =========================================== */
.sb-services-section {
    background-color: #ffffff;
}

.sb-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .sb-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .sb-services-grid { grid-template-columns: 1fr; }
}

.sb-service-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.sb-service-card:hover {
    border-color: rgba(104, 66, 194, 0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.sb-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #f0f4f8;
    color: #1A365D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.sb-service-icon-gplay {
    background: #e8f5e9;
    color: #34a853;
}

.sb-service-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1A365D;
    margin-bottom: 10px;
}

.sb-service-card p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.5;
}

/* ===========================================
   GOOGLE PLAY FEATURE BANNER
   =========================================== */
.sb-gplay-section {
    background: #f8f9fc;
    padding: 50px 5%;
}

.sb-gplay-banner {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(52, 168, 83, 0.15);
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.sb-gplay-icon-area {
    flex-shrink: 0;
}

.sb-gplay-icon-bg {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #34a853 0%, #4caf50 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-gplay-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1A365D;
    margin-bottom: 8px;
}

.sb-gplay-content p {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
    max-width: 500px;
}

@media (max-width: 600px) {
    .sb-gplay-banner {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
}

/* ===========================================
   HOW IT WORKS
   =========================================== */
.sb-how-section {
    background: #ffffff;
}

.sb-steps-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
}

.sb-step-card {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.sb-step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A365D 0%, #6842C2 100%);
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    box-shadow: 0 6px 20px rgba(104, 66, 194, 0.2);
}

.sb-step-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1A365D;
    margin-bottom: 10px;
}

.sb-step-card p {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.5;
}

.sb-step-connector {
    width: 60px;
    min-width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #6842C2, #40E0D0);
    margin-top: 28px;
    border-radius: 2px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .sb-steps-grid {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .sb-step-connector {
        width: 2px;
        height: 40px;
        margin-top: 0;
    }
    .sb-step-card {
        padding: 0;
    }
}

/* ===========================================
   WHY SB RECHARGE
   =========================================== */
.sb-why-section {
    background: #f8f9fc;
}

.sb-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sb-why-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease;
}

.sb-why-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.sb-why-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: rgba(104, 66, 194, 0.1);
    color: #6842C2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-why-text h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1A365D;
    margin-bottom: 6px;
}

.sb-why-text p {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .sb-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .sb-why-grid { grid-template-columns: 1fr; }
}

/* ===========================================
   APP PROMO SECTION
   =========================================== */
.sb-app-section {
    background: linear-gradient(135deg, #1A365D 0%, #6842C2 100%);
    color: #ffffff;
}

.sb-app-banner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}

.sb-app-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #ffffff;
}

.sb-app-desc {
    font-size: 1.05rem;
    opacity: 0.9;
    max-width: 500px;
    line-height: 1.6;
}

/* Minimalist phone wireframe */
.sb-app-phone {
    width: 200px;
    background: rgba(255,255,255,0.12);
    border-radius: 28px;
    padding: 12px;
    border: 2px solid rgba(255,255,255,0.2);
}

.sb-app-phone-notch {
    width: 60px;
    height: 6px;
    border-radius: 6px;
    background: rgba(255,255,255,0.2);
    margin: 0 auto 16px auto;
}

.sb-app-phone-screen {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px 12px;
}

.sb-app-phone-brand {
    font-weight: 700;
    font-size: 0.85rem;
    opacity: 0.9;
}

.sb-app-phone-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sb-app-phone-pill {
    height: 10px;
    width: 70%;
    border-radius: 6px;
    background: rgba(255,255,255,0.15);
}
.sb-app-phone-pill.short {
    width: 40%;
}

.sb-app-phone-card {
    height: 48px;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
}

.sb-app-phone-dot {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(255,255,255,0.12);
}

@media (max-width: 768px) {
    .sb-app-banner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    .sb-app-title { font-size: 1.8rem; }
    .sb-app-desc { margin: 0 auto; }
    .sb-app-visual { display: flex; justify-content: center; }
    .sb-app-phone { width: 160px; }
    .sb-app-section .sb-btn { margin: 10px auto 0 auto; }
}

/* ===========================================
   FINAL CTA SECTION
   =========================================== */
.sb-cta-section {
    background: #f8f9fc;
    padding: 70px 5%;
}

.sb-cta-inner {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.sb-cta-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1A365D;
    margin-bottom: 14px;
    line-height: 1.2;
}

.sb-cta-desc {
    font-size: 1.05rem;
    color: #555555;
    margin-bottom: 30px;
}

.sb-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.sb-btn-cta-primary {
    background: linear-gradient(135deg, #6842C2 0%, #1A365D 100%);
    color: #ffffff !important;
    border: none;
}
.sb-btn-cta-primary:hover {
    box-shadow: 0 6px 20px rgba(104, 66, 194, 0.3);
}

.sb-btn-cta-secondary {
    background: transparent;
    color: #6842C2 !important;
    border: 2px solid #6842C2;
}
.sb-btn-cta-secondary:hover {
    background: rgba(104, 66, 194, 0.05);
}

@media (max-width: 768px) {
    .sb-cta-title { font-size: 1.8rem; }
}
@media (max-width: 480px) {
    .sb-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ===========================================
   SCOPED FOOTER FIXES (Redesign Homepage Only)
   =========================================== */

/* Tablet: 992px to 1199px — force 2-column layout */
@media (min-width: 992px) and (max-width: 1199px) {
    .sb-redesign-footer footer .f-items .col-md-4,
    .sb-redesign-footer footer .f-items .col-md-1,
    .sb-redesign-footer footer .f-items .col-md-5,
    .sb-redesign-footer footer .f-items .col-md-2 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Mobile: below 992px — single column */
@media (max-width: 991px) {
    .sb-redesign-footer footer .f-items .col-md-4,
    .sb-redesign-footer footer .f-items .col-md-1,
    .sb-redesign-footer footer .f-items .col-md-5,
    .sb-redesign-footer footer .f-items .col-md-2 {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ===========================================
   SHARED PUBLIC REDESIGN DESIGN SYSTEM
   =========================================== */

/* Modern Page Hero Banner (Replaces legacy green 2.jpg banner) */
.sb-page-hero {
    position: relative;
    background: linear-gradient(135deg, #1A365D 0%, #4338CA 50%, #6842C2 100%);
    color: #ffffff;
    padding: 85px 20px 65px 20px;
    text-align: center;
    overflow: hidden;
}

.sb-page-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sb-page-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(147,197,253,0.12) 0%, rgba(147,197,253,0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sb-page-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}

.sb-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sb-page-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.25;
    color: #ffffff !important;
}

.sb-page-subtitle {
    font-size: 1.05rem;
    max-width: 650px;
    margin: 0 auto 20px auto;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6;
}

.sb-breadcrumbs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.sb-breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s;
}

.sb-breadcrumbs a:hover {
    opacity: 0.8;
}

.sb-breadcrumbs .separator {
    color: rgba(255, 255, 255, 0.4);
}

.sb-breadcrumbs .active {
    color: #93c5fd;
    font-weight: 600;
}

/* Page Container */
.sb-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Section Header */
.sb-sec-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px auto;
}

.sb-sec-badge {
    display: inline-block;
    padding: 4px 14px;
    background: #ede9fe;
    color: #6842c2;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.sb-sec-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: #1A365D;
    line-height: 1.3;
    margin-bottom: 12px;
}

.sb-sec-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

/* ===========================================
   ABOUT US REDESIGN COMPONENTS
   =========================================== */
.sb-about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.sb-about-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 28px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.sb-about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(104, 66, 194, 0.12);
    border-color: #c7d2fe;
}

.sb-about-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 1.5rem;
}

.sb-icon-purple { background: linear-gradient(135deg, #6842c2 0%, #8b5cf6 100%); }
.sb-icon-blue { background: linear-gradient(135deg, #1A365D 0%, #3b82f6 100%); }
.sb-icon-teal { background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%); }

.sb-about-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 14px;
    line-height: 1.35;
}

.sb-about-card-text {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.sb-about-card-badge {
    align-self: flex-start;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
}

/* About Stats Banner */
.sb-about-stats {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 24px;
    padding: 45px 30px;
    margin-top: 60px;
    color: #ffffff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}

.sb-stat-item .sb-stat-num {
    font-size: 2.4rem;
    font-weight: 800;
    color: #38bdf8;
    margin-bottom: 6px;
    line-height: 1.2;
}

.sb-stat-item .sb-stat-label {
    font-size: 0.9rem;
    color: #cbd5e1;
    font-weight: 500;
}

/* ===========================================
   SERVICES REDESIGN COMPONENTS
   =========================================== */
.sb-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.sb-srv-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 26px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.sb-srv-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6842c2, #38bdf8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sb-srv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.sb-srv-card:hover::after {
    opacity: 1;
}

.sb-srv-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: #ffffff;
}

.sb-srv-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.sb-srv-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6842c2;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sb-srv-desc {
    font-size: 0.925rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 22px;
    flex-grow: 1;
}

.sb-srv-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6842c2;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.sb-srv-action:hover {
    gap: 12px;
    color: #4338ca;
}

/* ===========================================
   CONTACT US REDESIGN COMPONENTS
   =========================================== */
.sb-contact-top-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

.sb-contact-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: all 0.3s ease;
}

.sb-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    border-color: #cbd5e1;
}

.sb-contact-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #ffffff;
}

.sb-contact-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.sb-contact-card-text {
    font-size: 0.925rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.sb-contact-card-text a {
    color: #6842c2;
    text-decoration: none;
    font-weight: 600;
}

.sb-contact-card-text a:hover {
    text-decoration: underline;
}

.sb-contact-main-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 35px;
    align-items: stretch;
}

.sb-contact-form-box {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px 35px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.04);
}

.sb-contact-form-box h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.sb-contact-form-box p {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 25px;
}

.sb-form-group {
    margin-bottom: 20px;
}

.sb-form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 7px;
}

.sb-form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.95rem;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.2s ease;
    font-family: inherit;
}

.sb-form-control:focus {
    outline: none;
    border-color: #6842c2;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(104, 66, 194, 0.12);
}

textarea.sb-form-control {
    min-height: 120px;
    resize: vertical;
}

.sb-btn-submit {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #1A365D 0%, #6842c2 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sb-btn-submit:hover {
    box-shadow: 0 6px 20px rgba(104, 66, 194, 0.35);
    transform: translateY(-2px);
}

.sb-map-box {
    background: #ffffff;
    border-radius: 22px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.sb-map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: 16px;
    border: none;
}

/* ===========================================
   LEGAL / POLICY REDESIGN COMPONENTS
   =========================================== */
.sb-policy-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 45px 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.03);
    margin-bottom: 40px;
}

.sb-policy-card h2, .sb-policy-card h3, .sb-policy-card h4 {
    color: #0f172a;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 14px;
    line-height: 1.35;
}

.sb-policy-card h2 { font-size: 1.65rem; }
.sb-policy-card h3 { font-size: 1.4rem; }
.sb-policy-card h4 { font-size: 1.2rem; }

.sb-policy-card p {
    color: #475569;
    font-size: 0.975rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.sb-policy-card strong {
    color: #1e293b;
}

.sb-policy-tabs {
    display: inline-flex;
    background: #f1f5f9;
    padding: 5px;
    border-radius: 14px;
    margin-bottom: 25px;
    border: 1px solid #e2e8f0;
}

.sb-policy-tabs .nav-link {
    padding: 8px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #64748b;
    border-radius: 10px;
    border: none !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.sb-policy-tabs .nav-link.active {
    background: #6842c2 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(104, 66, 194, 0.25);
}

/* ===========================================
   NAVBAR ENHANCEMENTS FOR REDESIGN
   =========================================== */
.navbar-default.bootsnav {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.navbar-default.bootsnav ul.nav > li > a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    color: #334155 !important;
    padding: 30px 18px !important;
    transition: all 0.2s ease !important;
}

.navbar-default.bootsnav ul.nav > li > a:hover,
.navbar-default.bootsnav ul.nav > li.active > a {
    color: #6842c2 !important;
    background: transparent !important;
}

.navbar-default.bootsnav ul.nav > li.last-list-sec > a {
    background: linear-gradient(135deg, #1A365D 0%, #6842c2 100%) !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 10px 22px !important;
    margin-top: 20px !important;
    margin-left: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 12px rgba(104, 66, 194, 0.25) !important;
}

.navbar-default.bootsnav ul.nav > li.last-list-sec > a:hover {
    opacity: 0.92 !important;
    color: #ffffff !important;
}

/* Responsive Overrides */
@media (max-width: 991.98px) {
    .sb-about-grid { grid-template-columns: 1fr; }
    .sb-about-stats { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .sb-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sb-contact-top-grid { grid-template-columns: 1fr; }
    .sb-contact-main-grid { grid-template-columns: 1fr; }
    .sb-page-title { font-size: 2.1rem; }
    .sb-page-hero { padding: 65px 15px 50px 15px; }
    .navbar-default.bootsnav ul.nav > li > a { padding: 12px 18px !important; }
    .navbar-default.bootsnav ul.nav > li.last-list-sec > a { margin: 15px !important; }
}

@media (max-width: 640px) {
    .sb-services-grid { grid-template-columns: 1fr; }
    .sb-about-stats { grid-template-columns: 1fr; }
    .sb-policy-card { padding: 25px 20px; }
    .sb-contact-form-box { padding: 25px 20px; }
    .sb-page-title { font-size: 1.8rem; }
}

