/**
 * FILE: /home2/albassa2/public_html/albassami_v2/website/why-us/css/why-us_css.css
 * VERSION: v1.1-why-us-premium-polished-no-card-numbers
 */

.why-us-page{
    position:relative;
    overflow:hidden;
}

.why-us-page *,
.why-us-page *::before,
.why-us-page *::after{
    box-sizing:border-box;
}

.why-us-page a{
    text-decoration:none;
}

.why-us-hero{
    position:relative;
    padding:18px 0 12px;
}

.why-us-hero::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:340px;
    background:
        radial-gradient(circle at top left, rgba(198,13,24,0.11), transparent 42%),
        radial-gradient(circle at top right, rgba(198,13,24,0.05), transparent 34%);
    pointer-events:none;
}

.why-us-hero-grid{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0, 1.12fr) minmax(320px, .88fr);
    gap:12px;
    align-items:stretch;
}

.why-us-hero-main,
.why-us-side-card,
.why-us-point-card,
.why-us-services-main,
.why-us-service-card,
.why-us-cta-box{
    position:relative;
    border:1px solid rgba(198,13,24,0.10);
    background:linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(248,248,250,0.98) 100%);
    box-shadow:
        0 16px 42px rgba(17,17,17,0.07),
        0 1px 0 rgba(255,255,255,0.85) inset;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.why-us-hero-main{
    border-radius:24px;
    padding:20px 22px;
    overflow:hidden;
}

.why-us-hero-main::after{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:4px;
    background:linear-gradient(180deg, rgba(198,13,24,0.90) 0%, rgba(198,13,24,0.16) 100%);
    pointer-events:none;
}

.why-us-kicker,
.why-us-section-kicker,
.why-us-side-tag{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(198,13,24,0.07);
    border:1px solid rgba(198,13,24,0.13);
    color:#a10f18;
    font-size:10.5px;
    font-weight:800;
    letter-spacing:.03em;
    box-shadow:0 4px 12px rgba(198,13,24,0.05);
}

.why-us-title{
    margin:12px 0 8px;
    color:#111111;
    font-size:clamp(21px, 2.8vw, 34px);
    line-height:1.08;
    font-weight:900;
    letter-spacing:-0.03em;
    max-width:820px;
}

.why-us-text{
    margin:0;
    max-width:780px;
    color:#53535d;
    font-size:12px;
    line-height:1.8;
}

.why-us-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:16px;
}

.why-us-btn-primary,
.why-us-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 15px;
    border-radius:13px;
    font-size:11.5px;
    font-weight:800;
    white-space:nowrap;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.why-us-btn-primary{
    background:linear-gradient(135deg, #c60d18 0%, #8e0a12 100%);
    color:#ffffff;
    border:1px solid rgba(198,13,24,0.28);
    box-shadow:0 12px 26px rgba(198,13,24,0.16);
}

.why-us-btn-primary:hover{
    transform:translateY(-1px);
    box-shadow:0 16px 30px rgba(198,13,24,0.20);
}

.why-us-btn-secondary{
    background:#ffffff;
    color:#111111;
    border:1px solid rgba(17,17,17,0.09);
    box-shadow:0 8px 18px rgba(17,17,17,0.04);
}

.why-us-btn-secondary:hover{
    transform:translateY(-1px);
    border-color:rgba(198,13,24,0.22);
    color:#9a0f18;
    box-shadow:0 12px 22px rgba(17,17,17,0.06);
}

.why-us-pill-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
}

.why-us-pill{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:0 12px;
    border-radius:999px;
    background:#ffffff;
    border:1px solid rgba(17,17,17,0.07);
    color:#43434d;
    font-size:10px;
    font-weight:700;
    box-shadow:0 8px 18px rgba(17,17,17,0.04);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.why-us-pill:hover{
    transform:translateY(-1px);
    border-color:rgba(198,13,24,0.18);
    box-shadow:0 12px 22px rgba(17,17,17,0.05);
}

.why-us-hero-side{
    min-height:100%;
}

.why-us-side-card{
    border-radius:24px;
    padding:20px;
    min-height:100%;
    overflow:hidden;
}

.why-us-side-card::after{
    content:"";
    position:absolute;
    top:-44px;
    right:-44px;
    width:138px;
    height:138px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(198,13,24,0.08) 0%, transparent 68%);
    pointer-events:none;
}

.why-us-side-card h2{
    position:relative;
    z-index:1;
    margin:12px 0 7px;
    color:#141414;
    font-size:17px;
    line-height:1.28;
    font-weight:900;
    letter-spacing:-0.02em;
}

.why-us-side-card p{
    position:relative;
    z-index:1;
    margin:0;
    color:#5a5a66;
    font-size:11px;
    line-height:1.8;
}

.why-us-stats-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
    margin-top:16px;
}

.why-us-stat-card{
    min-height:88px;
    padding:13px;
    border-radius:18px;
    background:linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,246,248,0.98) 100%);
    border:1px solid rgba(17,17,17,0.06);
    box-shadow:0 10px 22px rgba(17,17,17,0.05);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.why-us-stat-card:hover{
    transform:translateY(-2px);
    border-color:rgba(198,13,24,0.18);
    box-shadow:0 16px 28px rgba(17,17,17,0.08);
}

.why-us-stat-card strong{
    display:block;
    color:#111111;
    font-size:20px;
    line-height:1;
    font-weight:900;
    letter-spacing:-0.04em;
}

.why-us-stat-card span{
    display:block;
    margin-top:6px;
    color:#696975;
    font-size:10px;
    line-height:1.5;
    font-weight:700;
}

.why-us-points{
    padding:10px 0 12px;
}

.why-us-section-head{
    margin-bottom:14px;
}

.why-us-section-title{
    margin:10px 0 7px;
    color:#111111;
    font-size:clamp(18px, 2.3vw, 27px);
    line-height:1.18;
    font-weight:900;
    letter-spacing:-0.03em;
}

.why-us-section-sub{
    margin:0;
    max-width:860px;
    color:#585863;
    font-size:11.5px;
    line-height:1.8;
}

.why-us-points-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:12px;
}

.why-us-point-card{
    border-radius:20px;
    padding:18px;
    overflow:hidden;
}

.why-us-point-card::before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:3px;
    background:linear-gradient(180deg, rgba(198,13,24,0.82) 0%, rgba(198,13,24,0.06) 100%);
    pointer-events:none;
}

.why-us-point-card:hover{
    transform:translateY(-2px);
    border-color:rgba(198,13,24,0.18);
    box-shadow:0 16px 28px rgba(17,17,17,0.08);
}

.why-us-point-number{
    display:none !important;
}

.why-us-point-card h3{
    margin:0 0 8px;
    color:#111111;
    font-size:15px;
    line-height:1.32;
    font-weight:900;
}

.why-us-point-card p{
    margin:0;
    color:#5d5d68;
    font-size:11px;
    line-height:1.8;
}

.why-us-services{
    padding:10px 0 12px;
}

.why-us-services-grid{
    display:grid;
    grid-template-columns:minmax(0, 1.02fr) minmax(0, .98fr);
    gap:12px;
    align-items:start;
}

.why-us-services-main{
    border-radius:22px;
    padding:18px;
    overflow:hidden;
}

.why-us-services-main::after{
    content:"";
    position:absolute;
    inset:auto 0 0 0;
    height:1px;
    background:linear-gradient(90deg, rgba(198,13,24,0.18) 0%, rgba(198,13,24,0.02) 100%);
    pointer-events:none;
}

.why-us-services-main p{
    margin:0 0 10px;
    color:#575761;
    font-size:11.5px;
    line-height:1.8;
}

.why-us-services-cards{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
}

.why-us-service-card{
    border-radius:18px;
    padding:16px;
    min-height:142px;
    overflow:hidden;
}

.why-us-service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:1px;
    background:linear-gradient(90deg, rgba(198,13,24,0.28) 0%, rgba(198,13,24,0.03) 100%);
    pointer-events:none;
}

.why-us-service-card:hover{
    transform:translateY(-2px);
    border-color:rgba(198,13,24,0.18);
    box-shadow:0 16px 28px rgba(17,17,17,0.08);
}

.why-us-service-card h3{
    margin:0 0 8px;
    color:#141414;
    font-size:14px;
    line-height:1.3;
    font-weight:900;
}

.why-us-service-card p{
    margin:0;
    color:#5d5d68;
    font-size:11px;
    line-height:1.78;
}

.why-us-cta{
    padding:14px 0 40px;
}

.why-us-cta-box{
    border-radius:24px;
    padding:18px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    overflow:hidden;
}

.why-us-cta-box::before{
    content:"";
    position:absolute;
    top:-44px;
    right:-44px;
    width:150px;
    height:150px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(198,13,24,0.08) 0%, transparent 68%);
    pointer-events:none;
}

.why-us-cta-content{
    position:relative;
    z-index:1;
    max-width:760px;
}

.why-us-cta-content h2{
    margin:10px 0 6px;
    color:#111111;
    font-size:clamp(17px, 2.05vw, 24px);
    line-height:1.18;
    font-weight:900;
    letter-spacing:-0.03em;
}

.why-us-cta-content p{
    margin:0;
    color:#5a5a65;
    font-size:11px;
    line-height:1.8;
}

.why-us-cta-actions{
    position:relative;
    z-index:1;
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    flex-shrink:0;
}

.why-us-reveal{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .45s ease, transform .45s ease;
}

.why-us-reveal.is-visible{
    opacity:1;
    transform:translateY(0);
}

/* DARK MODE */
body[data-theme="dark"] .why-us-hero-main,
body[data-theme="dark"] .why-us-side-card,
body[data-theme="dark"] .why-us-point-card,
body[data-theme="dark"] .why-us-services-main,
body[data-theme="dark"] .why-us-service-card,
body[data-theme="dark"] .why-us-cta-box{
    background:linear-gradient(180deg, rgba(16,16,18,0.98) 0%, rgba(11,11,13,0.98) 100%);
    border-color:rgba(255,255,255,0.06);
    box-shadow:
        0 18px 50px rgba(0,0,0,0.28),
        0 1px 0 rgba(255,255,255,0.03) inset;
}

body[data-theme="dark"] .why-us-title,
body[data-theme="dark"] .why-us-section-title,
body[data-theme="dark"] .why-us-side-card h2,
body[data-theme="dark"] .why-us-point-card h3,
body[data-theme="dark"] .why-us-service-card h3,
body[data-theme="dark"] .why-us-cta-content h2,
body[data-theme="dark"] .why-us-stat-card strong{
    color:#ffffff;
}

body[data-theme="dark"] .why-us-text,
body[data-theme="dark"] .why-us-side-card p,
body[data-theme="dark"] .why-us-section-sub,
body[data-theme="dark"] .why-us-point-card p,
body[data-theme="dark"] .why-us-services-main p,
body[data-theme="dark"] .why-us-service-card p,
body[data-theme="dark"] .why-us-cta-content p{
    color:rgba(255,255,255,0.72);
}

body[data-theme="dark"] .why-us-kicker,
body[data-theme="dark"] .why-us-section-kicker,
body[data-theme="dark"] .why-us-side-tag{
    background:rgba(198,13,24,0.10);
    border-color:rgba(198,13,24,0.22);
    color:#ff9097;
    box-shadow:none;
}

body[data-theme="dark"] .why-us-pill{
    background:rgba(255,255,255,0.04);
    border-color:rgba(255,255,255,0.08);
    color:rgba(255,255,255,0.82);
    box-shadow:none;
}

body[data-theme="dark"] .why-us-pill:hover{
    border-color:rgba(198,13,24,0.24);
    box-shadow:none;
}

body[data-theme="dark"] .why-us-btn-secondary{
    background:rgba(255,255,255,0.03);
    border-color:rgba(255,255,255,0.08);
    color:#ffffff;
    box-shadow:none;
}

body[data-theme="dark"] .why-us-btn-secondary:hover{
    color:#ffffff;
    border-color:rgba(198,13,24,0.32);
    box-shadow:none;
}

body[data-theme="dark"] .why-us-stat-card{
    background:linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border-color:rgba(255,255,255,0.07);
    box-shadow:none;
}

body[data-theme="dark"] .why-us-stat-card span{
    color:rgba(255,255,255,0.66);
}

body[data-theme="dark"] .why-us-stat-card:hover,
body[data-theme="dark"] .why-us-point-card:hover,
body[data-theme="dark"] .why-us-service-card:hover{
    box-shadow:none;
    border-color:rgba(198,13,24,0.22);
}

/* RESPONSIVE */
@media (max-width: 1199px){
    .why-us-hero-grid,
    .why-us-services-grid{
        grid-template-columns:1fr;
    }

    .why-us-points-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .why-us-cta-box{
        flex-direction:column;
        align-items:flex-start;
    }

    .why-us-cta-actions{
        width:100%;
    }
}

@media (max-width: 860px){
    .why-us-hero{
        padding:16px 0 12px;
    }

    .why-us-hero-main,
    .why-us-side-card,
    .why-us-point-card,
    .why-us-services-main,
    .why-us-service-card,
    .why-us-cta-box{
        border-radius:21px;
    }

    .why-us-hero-main,
    .why-us-side-card,
    .why-us-services-main,
    .why-us-cta-box{
        padding:16px;
    }

    .why-us-points-grid,
    .why-us-services-cards,
    .why-us-stats-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .why-us-title{
        font-size:clamp(19px, 5.8vw, 28px);
    }

    .why-us-section-title{
        font-size:clamp(17px, 4.8vw, 24px);
    }
}

@media (max-width: 560px){
    .why-us-actions,
    .why-us-cta-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .why-us-btn-primary,
    .why-us-btn-secondary{
        width:100%;
    }

    .why-us-points-grid,
    .why-us-services-cards,
    .why-us-stats-grid{
        grid-template-columns:1fr;
    }

    .why-us-hero-main,
    .why-us-side-card,
    .why-us-services-main,
    .why-us-cta-box{
        padding:15px;
    }

    .why-us-title{
        font-size:22px;
    }

    .why-us-text,
    .why-us-side-card p,
    .why-us-section-sub,
    .why-us-point-card p,
    .why-us-services-main p,
    .why-us-service-card p,
    .why-us-cta-content p{
        font-size:11px;
    }
}