/* ==========================================
   HERO
========================================== */

.unlock-hero{

padding:110px 0;

position:relative;

overflow:hidden;

background:linear-gradient(135deg,#08131d 0%,#13283d 55%,#1d4b73 100%);

}

.unlock-hero::before{

content:"";

position:absolute;

right:-220px;

top:-220px;

width:700px;

height:700px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,193,7,.18),transparent 70%);

}

.unlock-hero::after{

content:"";

position:absolute;

left:-220px;

bottom:-220px;

width:550px;

height:550px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,255,255,.05),transparent 70%);

}

.unlock-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:90px;

align-items:center;

position:relative;

z-index:2;

}

.unlock-left{

display:flex;

flex-direction:column;

align-items:flex-start;

}

.unlock-badge{

display:inline-flex;

padding:12px 22px;

border-radius:50px;

background:rgba(255,193,7,.14);

border:1px solid rgba(255,193,7,.30);

color:#ffd54f;

font-weight:700;

font-size:14px;

margin-bottom:28px;

backdrop-filter:blur(12px);

}

.unlock-left h1{

font-size:60px;

line-height:1.1;

color:#fff;

margin-bottom:28px;

}

.unlock-left p{

font-size:19px;

line-height:1.95;

color:rgba(255,255,255,.88);

margin-bottom:40px;

}

.unlock-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

width:100%;

margin-top:18px;

}

.unlock-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;

}

.unlock-features div:hover{

transform:translateY(-6px);

background:rgba(255,255,255,.12);

}

.unlock-features span{

font-size:28px;

}

.unlock-features p{

margin:0;

font-size:16px;

font-weight:600;

color:#fff;

}

.unlock-right{

display:flex;

justify-content:center;

}

.unlock-card{

width:100%;

max-width:460px;

padding:45px;

background:#fff;

border-radius:30px;

box-shadow:0 35px 80px rgba(0,0,0,.20);

position:relative;

overflow:hidden;

}

.unlock-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:linear-gradient(90deg,#ffc107,#ff9800);

}

.unlock-icon{

width:90px;

height:90px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#ffc107,#ff9800);

font-size:42px;

margin-bottom:30px;

}

.unlock-card h3{

font-size:30px;

margin-bottom:25px;

color:#13253e;

}

.unlock-card ul{

padding:0;

margin:0;

list-style:none;

display:grid;

gap:16px;

}

.unlock-card li{

font-size:18px;

font-weight:600;

color:#56657a;

}

/* ==========================================
   ABOUT
========================================== */

.unlock-about{

padding:120px 0;

background:#fff;

}

.about-grid{

display:grid;

grid-template-columns:.95fr 1.05fr;

gap:80px;

align-items:center;

}

.about-image img{

width:100%;

display:block;

border-radius:35px;

box-shadow:0 30px 70px rgba(0,0,0,.14);

}

.about-text span{

display:inline-block;

padding:10px 20px;

background:#fff7df;

color:#d48a00;

border-radius:50px;

font-weight:700;

margin-bottom:22px;

}

.about-text h2{

font-size:48px;

line-height:1.15;

margin-bottom:28px;

color:#16263f;

}

.about-text p{

font-size:18px;

line-height:2;

color:#687587;

margin-bottom:22px;

}

/* ==========================================
   UNLOCK SERVICES
========================================== */

.unlock-services{

padding:120px 0;

background:#f8fafc;

position:relative;

overflow:hidden;

}

.unlock-services::before{

content:"";

position:absolute;

left:-250px;

top:-250px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,193,7,.08),transparent 70%);

}

.unlock-services-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

position:relative;

z-index:2;

}

.unlock-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;

}

.unlock-service::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#ffc107,#ff9800);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.unlock-service:hover::before{

transform:scaleX(1);

}

.unlock-service:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(255,193,7,.18);

}

.unlock-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,#ffc107,#ff9800);

font-size:42px;

color:#fff;

transition:.35s;

}

.unlock-service:hover .service-icon{

transform:rotate(-8deg) scale(1.08);

}

.unlock-service h3{

font-size:24px;

margin-bottom:18px;

color:#16263f;

}

.unlock-service p{

margin:0;

font-size:16px;

line-height:1.85;

color:#687587;

}

/* ==========================================
   METHODS
========================================== */

.unlock-methods{

padding:120px 0;

background:#ffffff;

}

.methods-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.method-card{

position:relative;

padding:40px;

background:linear-gradient(135deg,#ffffff,#fffdf7);

border-radius:30px;

border:1px solid #edf2f7;

box-shadow:0 18px 45px rgba(15,40,80,.07);

transition:.35s;

overflow:hidden;

}

.method-card::after{

content:"";

position:absolute;

right:-40px;

bottom:-40px;

width:120px;

height:120px;

border-radius:50%;

background:rgba(255,193,7,.10);

transition:.35s;

}

.method-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(255,193,7,.16);

}

.method-card:hover::after{

transform:scale(1.5);

}

.method-icon{

width:82px;

height:82px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#ffc107,#ff9800);

font-size:38px;

margin-bottom:25px;

color:#fff;

}

.method-card h3{

font-size:28px;

margin-bottom:18px;

color:#16263f;

}

.method-card p{

margin:0;

font-size:17px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   UNLOCK PROCESS
========================================== */

.unlock-process{

padding:120px 0;

background:#fffdf8;

position:relative;

overflow:hidden;

}

.unlock-process::before{

content:"";

position:absolute;

right:-220px;

top:-220px;

width:620px;

height:620px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,193,7,.08),transparent 70%);

}

.unlock-process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

position:relative;

z-index:2;

}

.unlock-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;

}

.unlock-step:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(255,193,7,.18);

}

.unlock-step::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#ffc107,#ff9800);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.unlock-step:hover::before{

transform:scaleX(1);

}

.unlock-step .step-number{

position:absolute;

top:18px;

right:20px;

font-size:40px;

font-weight:800;

color:#fff4d3;

line-height:1;

}

.unlock-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,#ffc107,#ff9800);

font-size:42px;

color:#fff;

}

.unlock-step h3{

font-size:24px;

margin-bottom:18px;

color:#16263f;

}

.unlock-step p{

margin:0;

font-size:16px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   MOBILE TEAM
========================================== */

.unlock-mobile{

padding:120px 0;

background:linear-gradient(135deg,#08131d,#18324d,#234f77);

position:relative;

overflow:hidden;

}

.unlock-mobile::before{

content:"";

position:absolute;

left:-220px;

bottom:-220px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,193,7,.12),transparent 70%);

}

.unlock-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,.08);

border:1px solid rgba(255,255,255,.12);

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,.85);

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,.07);

border:1px solid rgba(255,255,255,.12);

transition:.35s;

}

.mobile-list div:hover{

transform:translateX(8px);

background:rgba(255,255,255,.10);

}

.mobile-list span{

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

border-radius:18px;

background:linear-gradient(135deg,#ffc107,#ff9800);

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
========================================== */

.why-unlock{

padding:120px 0;

background:#ffffff;

position:relative;

overflow:hidden;

}

.why-unlock::before{

content:"";

position:absolute;

left:-220px;

top:-220px;

width:620px;

height:620px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,193,7,.06),transparent 70%);

}

.why-unlock-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

position:relative;

z-index:2;

}

.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;

position:relative;

overflow:hidden;

}

.why-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#ffc107,#ff9800);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.why-card:hover::before{

transform:scaleX(1);

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(255,193,7,.18);

}

.why-icon{

width:90px;

height:90px;

margin:0 auto 28px;

display:flex;

align-items:center;

justify-content:center;

border-radius:24px;

background:linear-gradient(135deg,#ffc107,#ff9800);

font-size:42px;

color:#fff;

transition:.35s;

}

.why-card:hover .why-icon{

transform:rotate(-8deg) scale(1.08);

}

.why-card h3{

font-size:25px;

margin-bottom:18px;

color:#16263f;

}

.why-card p{

margin:0;

font-size:16px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   FAQ
========================================== */

.unlock-faq{

padding:120px 0;

background:#f8fafc;

}

.unlock-faq .faq-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.unlock-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;

}

.unlock-faq .faq-card:hover{

transform:translateY(-8px);

box-shadow:0 35px 70px rgba(255,193,7,.14);

}

.unlock-faq .faq-card h3{

font-size:24px;

margin-bottom:18px;

color:#16263f;

line-height:1.4;

}

.unlock-faq .faq-card p{

margin:0;

font-size:17px;

line-height:1.85;

color:#687587;

}

/* ==========================================
   CTA
========================================== */

.unlock-cta{

padding:120px 0;

background:linear-gradient(135deg,#08131d,#18324d,#234f77);

position:relative;

overflow:hidden;

}

.unlock-cta::before{

content:"";

position:absolute;

right:-220px;

bottom:-220px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,193,7,.15),transparent 70%);

}

.unlock-cta .cta-box{

max-width:900px;

margin:auto;

text-align:center;

position:relative;

z-index:2;

}

.unlock-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;

}

.unlock-cta .cta-box h2{

font-size:58px;

line-height:1.15;

color:#fff;

margin-bottom:25px;

}

.unlock-cta .cta-box p{

font-size:20px;

line-height:2;

color:rgba(255,255,255,.88);

margin-bottom:45px;

}

.unlock-cta .cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1200px){

.unlock-grid,
.about-grid,
.unlock-mobile-grid{

grid-template-columns:1fr;

gap:70px;

}

.unlock-right{

order:-1;

}

.unlock-services-grid,
.unlock-process-grid,
.why-unlock-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:992px){

.methods-grid{

grid-template-columns:1fr;

}

.unlock-left h1{

font-size:46px;

}

.about-text h2,
.mobile-content h2{

font-size:40px;

}

.unlock-cta .cta-box h2{

font-size:46px;

}

}

@media(max-width:768px){

.unlock-services-grid,
.unlock-process-grid,
.why-unlock-grid,
.unlock-faq .faq-grid{

grid-template-columns:1fr;

}

.unlock-features{

grid-template-columns:1fr;

}

.hero-buttons,
.unlock-cta .cta-buttons{

flex-direction:column;

}

.call-btn,
.secondary-btn{

width:100%;

justify-content:center;

}

.unlock-left h1{

font-size:38px;

}

.section-heading h2{

font-size:34px;

}

.about-text h2,
.mobile-content h2{

font-size:34px;

}

.unlock-cta .cta-box h2{

font-size:36px;

}

}

@media(max-width:576px){

.unlock-hero,
.unlock-about,
.unlock-services,
.unlock-methods,
.unlock-process,
.unlock-mobile,
.why-unlock,
.unlock-faq,
.unlock-cta{

padding:80px 0;

}

.unlock-left p,
.about-text p,
.mobile-content>p,
.unlock-cta .cta-box p{

font-size:17px;

}

.unlock-card,
.unlock-service,
.method-card,
.unlock-step,
.why-card,
.unlock-faq .faq-card{

padding:30px 24px;

}

.unlock-badge{

font-size:13px;

}

}