
/* ===== MSR PAGE ===== */

.page-msr{
    position:relative;
    z-index:2;
}

/* HERO */
.hero-msr{
    position:relative;
    padding:118px 0 54px;
    background-image:url("../../images/msr-hero.jpg");
    background-size:cover;
    background-position:center right;
}

.hero-msr::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 18% 42%, rgba(255,140,50,0.24) 0%, rgba(255,140,50,0.10) 18%, rgba(255,140,50,0.02) 34%, transparent 48%),
        linear-gradient(
            90deg,
            rgba(7,10,16,0.96) 0%,
            rgba(8,12,18,0.88) 34%,
            rgba(8,12,18,0.52) 58%,
            rgba(8,12,18,0.18) 78%,
            rgba(8,12,18,0.08) 100%
        );
}

.hero-msr .hero-content{
    position:relative;
    max-width:560px;
    padding:8px 0 0;
}

.hero-msr h1{
    font-size:64px;
    line-height:0.96;
    font-weight:800;
    letter-spacing:-1.2px;
    margin-bottom:6px;
}

.hero-msr h2{
    font-size:21px;
    line-height:1.16;
    color:#ff8c32;
    font-weight:700;
    margin-bottom:16px;
}

.hero-msr p{
    max-width:420px;
    opacity:0.88;
    color:rgba(255,255,255,0.88);
    margin-bottom:24px;
    line-height:1.55;
}

.hero-buttons{
    display:flex;
    gap:12px;
    align-items:center;
    flex-wrap:wrap;
}

.hero-msr .btn-primary,
.hero-msr .btn-secondary,
.msr-cta .btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 22px;
    border-radius:10px;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    transition:all .28s ease;
}

.hero-msr .btn-primary,
.msr-cta .btn-primary{
    color:#ffffff;
    background:linear-gradient(180deg, #ffb347 0%, #ff8c32 100%);
    box-shadow:0 10px 22px rgba(255,140,50,0.28), 0 0 24px rgba(255,140,50,0.16);
}

.hero-msr .btn-primary:hover,
.msr-cta .btn-primary:hover{
    transform:translateY(-1px);
    box-shadow:0 12px 26px rgba(255,140,50,0.34), 0 0 28px rgba(255,140,50,0.18);
}

.hero-msr .btn-secondary{
    color:#ffffff;
    background:rgba(20,24,34,0.62);
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
}

.hero-msr .btn-secondary:hover{
    background:rgba(24,28,40,0.78);
}


/* SERVICES */
.msr-services{
    padding:14px 0 34px;
}

.section-title{
    margin-bottom:16px;
}

.section-title h2{
    font-size:22px;
    line-height:1.15;
    margin-bottom:6px;
}

.section-title p{
    opacity:0.72;
    font-size:13px;
    line-height:1.5;
}

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

.service-card{
    position:relative;
    padding:18px 16px 16px;
    border-radius:12px;
    overflow:hidden;
    background:linear-gradient(180deg, rgba(20,24,34,0.58) 0%, rgba(15,20,30,0.72) 100%);
    backdrop-filter:blur(16px) saturate(118%);
    -webkit-backdrop-filter:blur(16px) saturate(118%);
    border:1px solid rgba(255,255,255,0.10);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.05), 0 12px 26px rgba(0,0,0,0.22);
    transition:all .35s ease;
}

.service-card:hover{
    transform:translateY(-4px);
    border:1px solid rgba(255,140,50,0.48);
    box-shadow:
        0 0 18px rgba(255,140,50,0.18),
        0 0 42px rgba(255,140,50,0.08),
        inset 0 1px 0 rgba(255,255,255,0.06);
}

.service-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.01) 30%, transparent 56%);
    pointer-events:none;
}

.service-card h3{
    font-size:17px;
    line-height:1.15;
    margin-bottom:10px;
}

.service-card p{
    font-size:12px;
    line-height:1.45;
    opacity:0.82;
    margin-bottom:14px;
}

.service-card a{
    color:#ff8c32;
    font-weight:700;
    font-size:12px;
    letter-spacing:0.1px;
}


/* PROCESS */
.msr-process{
    padding:8px 0 28px;
}

.process-steps{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px;
}

.step{
    text-align:center;
    padding:14px 10px;
    background:rgba(20,24,34,0.38);
    border-radius:10px;
    font-size:12px;
    line-height:1.35;
    border:1px solid rgba(255,255,255,0.06);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.04);
}


/* PROJECTS */
.msr-projects{
    padding:10px 0 34px;
}

.projects-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
}

.project-card{
    overflow:hidden;
    border-radius:12px;
    background:linear-gradient(180deg, rgba(18,22,30,0.62) 0%, rgba(13,18,28,0.78) 100%);
    backdrop-filter:blur(15px) saturate(118%);
    -webkit-backdrop-filter:blur(15px) saturate(118%);
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.04), 0 12px 24px rgba(0,0,0,0.22);
    transition:.35s;
}

.project-card:hover{
    transform:translateY(-4px);
    box-shadow:
        0 0 18px rgba(255,140,50,0.16),
        0 0 42px rgba(255,140,50,0.08),
        inset 0 1px 0 rgba(255,255,255,0.05);
}

.project-card img{
    width:100%;
    height:136px;
    object-fit:cover;
}

.project-card h3{
    padding:14px 16px 4px;
    font-size:17px;
    line-height:1.18;
}

.project-card p{
    padding:0 16px 16px;
    font-size:12px;
    line-height:1.45;
    opacity:0.75;
}


/* CTA */
.msr-cta{
    padding:18px 0 70px;
    text-align:center;
}

.msr-cta h2{
    font-size:34px;
    line-height:1.12;
    margin-bottom:10px;
}

.msr-cta p{
    max-width:520px;
    margin:0 auto 22px;
    opacity:0.82;
}

.msr-services .container,
.msr-process .container,
.msr-projects .container{
    padding:20px 22px 18px;
    border-radius:18px;
    background:linear-gradient(180deg, rgba(3,5,8,0.78) 0%, rgba(2,4,7,0.94) 100%);
    border:1px solid rgba(255,255,255,0.06);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.04), 0 20px 40px rgba(0,0,0,0.45), 0 0 22px rgba(255,140,50,0.05);
    backdrop-filter:blur(16px) saturate(120%);
    -webkit-backdrop-filter:blur(16px) saturate(120%);
}


/* RESPONSIVE */
@media (max-width:1100px){

.services-grid{
    grid-template-columns:repeat(2,1fr);
}

.process-steps{
    grid-template-columns:repeat(2,1fr);
}

.projects-grid{
    grid-template-columns:1fr;
}

.msr-services .container,
.msr-process .container,
.msr-projects .container{
    padding:18px 18px 16px;
}

}


@media (max-width:700px){

.hero-msr{
    padding:108px 0 48px;
    background-position:center center;
}

.hero-msr h1{
    font-size:42px;
}

.hero-msr h2{
    font-size:18px;
}

.hero-msr p{
    max-width:100%;
    font-size:14px;
}

.hero-buttons{
    gap:10px;
}

.hero-msr .btn-primary,
.hero-msr .btn-secondary,
.msr-cta .btn-primary{
    min-height:44px;
    padding:0 16px;
    font-size:14px;
}

.services-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(210px, 210px);
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom:6px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
}

.services-grid::-webkit-scrollbar{
    height:6px;
}

.services-grid::-webkit-scrollbar-thumb{
    background:rgba(255,140,50,0.35);
    border-radius:999px;
}

.service-card{
    min-height:210px;
    aspect-ratio:1 / 1;
    scroll-snap-align:start;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.service-card h3{
    font-size:16px;
    margin-bottom:8px;
}

.service-card p{
    font-size:12px;
    line-height:1.42;
    margin-bottom:12px;
}

.process-steps{
    grid-template-columns:1fr;
}

.msr-services .container,
.msr-process .container,
.msr-projects .container{
    padding:16px 14px 14px;
    border-radius:14px;
}

.project-card img{
    height:150px;
}

.projects-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(240px, 240px);
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom:6px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
}

.projects-grid::-webkit-scrollbar{
    height:6px;
}

.projects-grid::-webkit-scrollbar-thumb{
    background:rgba(255,140,50,0.35);
    border-radius:999px;
}

.project-card{
    min-height:240px;
    aspect-ratio:1 / 1;
    scroll-snap-align:start;
    display:flex;
    flex-direction:column;
}

.project-card img{
    height:140px;
    flex:0 0 auto;
}

.project-card h3{
    font-size:16px;
    padding:12px 14px 4px;
}

.project-card p{
    font-size:12px;
    padding:0 14px 14px;
    margin-top:auto;
}

.msr-cta{
    padding:10px 0 56px;
}

}

@media (min-width:1025px){

    .page-msr .container{
        width: calc(100% - 48px) !important;
        max-width: calc(100% - 48px) !important;
        margin-left: auto;
        margin-right: auto;
    }

    .msr-services .container,
    .msr-process .container,
    .msr-projects .container,
    .msr-cta .container{
        width: calc(100% - 48px) !important;
        max-width: calc(100% - 48px) !important;
    }

}
.site-footer{
    position: relative;
    z-index: 10;
}