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