/* ==========================================
   HERO
========================================== */

.repair-hero{

padding:110px 0;

position:relative;

overflow:hidden;

background:linear-gradient(135deg,#16263f 0%,#2c3e50 55%,#d97706 100%);

}

.repair-hero::before{

content:"";

position:absolute;

right:-220px;

top:-220px;

width:700px;

height:700px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,255,255,.10),transparent 70%);

}

.repair-hero::after{

content:"";

position:absolute;

left:-240px;

bottom:-240px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(217,119,6,.18),transparent 70%);

}

.repair-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:90px;

align-items:center;

position:relative;

z-index:2;

}

.repair-left{

display:flex;

flex-direction:column;

align-items:flex-start;

}

.repair-badge{

display:inline-flex;

padding:12px 22px;

border-radius:50px;

background:rgba(255,255,255,.10);

border:1px solid rgba(255,255,255,.15);

color:#fff;

font-size:14px;

font-weight:700;

margin-bottom:28px;

backdrop-filter:blur(12px);

}

.repair-left h1{

font-size:60px;

line-height:1.1;

color:#fff;

margin-bottom:28px;

}

.repair-left p{

font-size:19px;

line-height:1.95;

color:rgba(255,255,255,.90);

margin-bottom:42px;

}

.repair-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

width:100%;

margin-top:18px;

}

.repair-features div{

display:flex;

align-items:center;

gap:15px;

padding:18px 22px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

border-radius:18px;

transition:.35s;

}

.repair-features div:hover{

transform:translateY(-6px);

background:rgba(255,255,255,.12);

}

.repair-features span{

font-size:28px;

}

.repair-features p{

margin:0;

font-size:16px;

font-weight:600;

color:#fff;

}

.repair-right{

display:flex;

justify-content:center;

}

.repair-card{

width:100%;

max-width:470px;

background:#fff;

padding:45px;

border-radius:30px;

box-shadow:0 35px 80px rgba(0,0,0,.22);

position:relative;

overflow:hidden;

}

.repair-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:linear-gradient(90deg,#f59e0b,#d97706);

}

.repair-icon{

width:90px;

height:90px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#f59e0b,#d97706);

font-size:42px;

color:#fff;

margin-bottom:30px;

}

.repair-card h3{

font-size:30px;

margin-bottom:24px;

color:#16263f;

}

.repair-card ul{

list-style:none;

padding:0;

margin:0;

display:grid;

gap:16px;

}

.repair-card li{

font-size:18px;

font-weight:600;

color:#687587;

}

/* ==========================================
   INFO
========================================== */

.repair-info{

padding:120px 0;

background:#fff;

}

.info-grid{

display:grid;

grid-template-columns:.95fr 1.05fr;

gap:80px;

align-items:center;

}

.info-image img{

width:100%;

display:block;

border-radius:35px;

box-shadow:0 30px 70px rgba(0,0,0,.15);

}

.info-text span{

display:inline-block;

padding:10px 20px;

border-radius:50px;

background:#fff5e6;

color:#d97706;

font-weight:700;

margin-bottom:22px;

}

.info-text h2{

font-size:48px;

line-height:1.15;

margin-bottom:28px;

color:#16263f;

}

.info-text p{

font-size:18px;

line-height:2;

color:#687587;

margin-bottom:22px;

}

/* ==========================================
   REPAIR SERVICES
========================================== */

.repair-services{

padding:120px 0;

background:#faf8f4;

position:relative;

overflow:hidden;

}

.repair-services::before{

content:"";

position:absolute;

left:-220px;

top:-220px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(217,119,6,.08),transparent 70%);

}

.repair-services-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

position:relative;

z-index:2;

}

.repair-service{

background:#fff;

padding:40px 30px;

border-radius:30px;

text-align:center;

border:1px solid #edf2f7;

box-shadow:0 18px 45px rgba(15,40,80,.07);

transition:.35s;

position:relative;

overflow:hidden;

}

.repair-service::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#f59e0b,#d97706);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.repair-service:hover::before{

transform:scaleX(1);

}

.repair-service:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(217,119,6,.18);

}

.repair-service .service-icon{

width:90px;

height:90px;

margin:0 auto 28px;

display:flex;

align-items:center;

justify-content:center;

border-radius:24px;

background:linear-gradient(135deg,#f59e0b,#d97706);

font-size:42px;

color:#fff;

transition:.35s;

}

.repair-service:hover .service-icon{

transform:rotate(-8deg) scale(1.08);

}

.repair-service h3{

font-size:24px;

margin-bottom:18px;

color:#16263f;

}

.repair-service p{

margin:0;

font-size:16px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   REPAIR PROCESS
========================================== */

.repair-process{

padding:120px 0;

background:#fff;

position:relative;

overflow:hidden;

}

.repair-process::before{

content:"";

position:absolute;

right:-220px;

top:-220px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(217,119,6,.08),transparent 70%);

}

.repair-process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

position:relative;

z-index:2;

}

.repair-step{

position:relative;

background:#fff;

padding:40px 30px;

border-radius:30px;

text-align:center;

border:1px solid #edf2f7;

box-shadow:0 18px 45px rgba(15,40,80,.08);

transition:.35s;

overflow:hidden;

}

.repair-step::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#f59e0b,#d97706);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.repair-step:hover::before{

transform:scaleX(1);

}

.repair-step:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(217,119,6,.18);

}

.repair-step .step-number{

position:absolute;

top:22px;

right:22px;

font-size:50px;

font-weight:800;

line-height:1;

color:#ffe7bf;

}

.repair-step .step-icon{

width:90px;

height:90px;

margin:0 auto 28px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#f59e0b,#d97706);

font-size:42px;

color:#fff;

}

.repair-step h3{

font-size:24px;

margin-bottom:18px;

color:#16263f;

}

.repair-step p{

margin:0;

font-size:16px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   MOBILE TEAM
========================================== */

.repair-mobile{

padding:120px 0;

background:linear-gradient(135deg,#16263f,#2c3e50,#d97706);

position:relative;

overflow:hidden;

}

.repair-mobile::before{

content:"";

position:absolute;

left:-220px;

bottom:-220px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%);

}

.repair-mobile-grid{

display:grid;

grid-template-columns:1.05fr .95fr;

gap:90px;

align-items:center;

position:relative;

z-index:2;

}

.repair-mobile .section-tag{

display:inline-block;

padding:12px 22px;

border-radius:50px;

background:rgba(255,255,255,.10);

border:1px solid rgba(255,255,255,.15);

color:#fff;

font-weight:700;

margin-bottom:25px;

}

.repair-mobile h2{

font-size:50px;

line-height:1.15;

color:#fff;

margin-bottom:28px;

}

.repair-mobile p{

font-size:18px;

line-height:1.95;

color:rgba(255,255,255,.90);

margin-bottom:22px;

}

.repair-mobile .mobile-list{

display:grid;

gap:20px;

margin-top:35px;

}

.repair-mobile .mobile-list div{

display:flex;

align-items:center;

gap:18px;

padding:22px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

border-radius:22px;

transition:.35s;

}

.repair-mobile .mobile-list div:hover{

transform:translateX(8px);

background:rgba(255,255,255,.12);

}

.repair-mobile .mobile-list span{

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

border-radius:18px;

background:linear-gradient(135deg,#f59e0b,#d97706);

font-size:28px;

color:#fff;

flex-shrink:0;

}

.repair-mobile .mobile-list p{

margin:0;

font-size:17px;

font-weight:600;

color:#fff;

}

.repair-mobile .mobile-image img{

width:100%;

max-width:560px;

display:block;

border-radius:35px;

box-shadow:0 40px 90px rgba(0,0,0,.35);

}

/* ==========================================
   SAVE SECTION
========================================== */

.repair-save{

padding:120px 0;

background:#fff;

}

.repair-save-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.save-card{

background:#fff;

padding:45px 35px;

text-align:center;

border-radius:30px;

border:1px solid #edf2f7;

box-shadow:0 20px 45px rgba(20,40,80,.08);

transition:.35s;

}

.save-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(217,119,6,.16);

}

.save-icon{

width:90px;

height:90px;

margin:0 auto 28px;

display:flex;

align-items:center;

justify-content:center;

border-radius:24px;

background:linear-gradient(135deg,#f59e0b,#d97706);

font-size:42px;

color:#fff;

}

.save-card h3{

font-size:24px;

margin-bottom:18px;

color:#16263f;

}

.save-card p{

margin:0;

font-size:16px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   WHY
========================================== */

.repair-why{

padding:120px 0;

background:#faf8f4;

}

.repair-why-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.repair-why .why-card{

background:#fff;

padding:40px 30px;

text-align:center;

border-radius:30px;

border:1px solid #edf2f7;

box-shadow:0 18px 45px rgba(15,40,80,.08);

transition:.35s;

}

.repair-why .why-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(217,119,6,.16);

}

.repair-why .why-icon{

width:90px;

height:90px;

margin:0 auto 28px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#f59e0b,#d97706);

font-size:42px;

color:#fff;

}

.repair-why .why-card h3{

font-size:24px;

margin-bottom:18px;

color:#16263f;

}

.repair-why .why-card p{

font-size:16px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   FAQ
========================================== */

.repair-faq{

padding:120px 0;

background:#fff;

}

.repair-faq .faq-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.repair-faq .faq-card{

background:#faf8f4;

padding:38px;

border-radius:28px;

border:1px solid #edf2f7;

transition:.35s;

}

.repair-faq .faq-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(217,119,6,.14);

}

/* ==========================================
   CTA
========================================== */

.repair-cta{

padding:120px 0;

background:linear-gradient(135deg,#16263f,#2c3e50,#d97706);

}

.repair-cta .cta-box{

max-width:900px;

margin:auto;

text-align:center;

}

.repair-cta .cta-box span{

display:inline-block;

padding:12px 24px;

border-radius:50px;

background:rgba(255,255,255,.10);

border:1px solid rgba(255,255,255,.15);

color:#fff;

font-weight:700;

margin-bottom:25px;

}

.repair-cta h2{

font-size:56px;

color:#fff;

margin-bottom:25px;

}

.repair-cta p{

font-size:20px;

line-height:2;

color:rgba(255,255,255,.90);

margin-bottom:45px;

}

.repair-cta .cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1200px){

.repair-grid,
.info-grid,
.repair-mobile-grid{

grid-template-columns:1fr;

gap:70px;

}

.repair-right{

order:-1;

}

.repair-services-grid,
.repair-process-grid,
.repair-why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:992px){

.repair-left h1{

font-size:46px;

}

.info-text h2,
.repair-mobile h2{

font-size:40px;

}

.repair-cta h2{

font-size:44px;

}

.repair-save-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.repair-services-grid,
.repair-process-grid,
.repair-why-grid,
.repair-faq .faq-grid{

grid-template-columns:1fr;

}

.repair-features{

grid-template-columns:1fr;

}

.hero-buttons,
.repair-cta .cta-buttons{

flex-direction:column;

}

.call-btn,
.secondary-btn{

width:100%;

justify-content:center;

}

.repair-left h1{

font-size:38px;

}

.info-text h2,
.repair-mobile h2{

font-size:34px;

}

.section-heading h2{

font-size:34px;

}

.repair-cta h2{

font-size:36px;

}

}

@media(max-width:576px){

.repair-hero,
.repair-info,
.repair-services,
.repair-process,
.repair-mobile,
.repair-save,
.repair-why,
.repair-faq,
.repair-cta{

padding:80px 0;

}

.repair-card,
.repair-service,
.repair-step,
.save-card,
.repair-why .why-card,
.repair-faq .faq-card{

padding:30px 24px;

}

.repair-badge{

font-size:13px;

}

}