/* ==========================================
   HERO
========================================== */

.programming-hero{

padding:110px 0;

position:relative;

overflow:hidden;

background:linear-gradient(135deg,#06101d 0%,#0b2342 55%,#114b8a 100%);

}

.programming-hero::before{

content:"";

position:absolute;

width:700px;

height:700px;

border-radius:50%;

background:radial-gradient(circle,rgba(0,195,255,.18),transparent 70%);

top:-250px;

right:-250px;

}

.programming-hero::after{

content:"";

position:absolute;

width:500px;

height:500px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,255,255,.05),transparent 70%);

left:-180px;

bottom:-180px;

}

.programming-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:90px;

align-items:center;

position:relative;

z-index:2;

}

.programming-left{

display:flex;

flex-direction:column;

align-items:flex-start;

}

.programming-badge{

display:inline-flex;

padding:12px 22px;

background:rgba(255,255,255,.10);

border:1px solid rgba(255,255,255,.18);

border-radius:50px;

font-weight:700;

font-size:14px;

color:#fff;

margin-bottom:28px;

backdrop-filter:blur(12px);

}

.programming-left h1{

font-size:60px;

line-height:1.1;

color:#fff;

margin-bottom:28px;

font-weight:800;

}

.programming-left p{

font-size:19px;

line-height:1.9;

color:rgba(255,255,255,.88);

margin-bottom:40px;

}

.programming-buttons{

display:flex;

gap:18px;

margin-bottom:50px;

flex-wrap:wrap;

}

.programming-info{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

width:100%;

}

.programming-info div{

display:flex;

align-items:center;

gap:14px;

padding:18px 20px;

border-radius:18px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

transition:.35s;

}

.programming-info div:hover{

transform:translateY(-6px);

background:rgba(255,255,255,.12);

}

.programming-info span{

font-size:28px;

}

.programming-info p{

margin:0;

font-size:16px;

font-weight:600;

color:#fff;

}

.programming-right{

display:flex;

justify-content:center;

position:relative;

}

.tech-card{

width:100%;

max-width:460px;

padding:45px;

border-radius:30px;

background:#fff;

box-shadow:0 35px 80px rgba(0,0,0,.18);

position:relative;

overflow:hidden;

}

.tech-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:linear-gradient(90deg,#00bfff,#00ffd5);

}

.tech-icon{

width:90px;

height:90px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#00bfff,#00ffd5);

font-size:42px;

margin-bottom:28px;

}

.tech-card h3{

font-size:30px;

margin-bottom:25px;

color:#13253e;

}

.tech-card ul{

padding:0;

margin:0;

list-style:none;

display:grid;

gap:16px;

}

.tech-card li{

font-size:18px;

font-weight:600;

color:#49566b;

}

/* ==========================================
   ABOUT
========================================== */

.about-programming{

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;

border-radius:50px;

background:#e9f8ff;

color:#008ccf;

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;

}

/* ==========================================
   PROGRAMMING SERVICES
========================================== */

.programming-services{

padding:120px 0;

background:#f7fbff;

position:relative;

overflow:hidden;

}

.programming-services::before{

content:"";

position:absolute;

right:-250px;

top:-250px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(0,191,255,.08),transparent 70%);

}

.program-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:28px;

position:relative;

z-index:2;

}

.program-card{

background:#fff;

padding:40px 28px;

border-radius:28px;

text-align:center;

border:1px solid #edf3fb;

box-shadow:0 18px 45px rgba(16,44,84,.08);

transition:.35s;

position:relative;

overflow:hidden;

}

.program-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#00bfff,#00ffd5);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.program-card:hover::before{

transform:scaleX(1);

}

.program-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(0,191,255,.18);

}

.program-icon{

width:85px;

height:85px;

margin:0 auto 25px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#00bfff,#00ffd5);

font-size:40px;

transition:.35s;

}

.program-card:hover .program-icon{

transform:rotate(-8deg) scale(1.08);

}

.program-card h3{

font-size:24px;

margin-bottom:18px;

color:#16263f;

}

.program-card p{

margin:0;

font-size:16px;

line-height:1.8;

color:#687587;

}

/* ==========================================
   WHAT WE PROGRAM
========================================== */

.what-we-program{

padding:120px 0;

background:#fff;

}

.program-types{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.program-type{

background:linear-gradient(135deg,#ffffff,#f8fcff);

padding:38px;

border-radius:30px;

border:1px solid #edf3fb;

transition:.35s;

box-shadow:0 18px 45px rgba(16,44,84,.06);

position:relative;

overflow:hidden;

}



























/* ==========================================
   PROGRAM PROCESS
========================================== */

.program-process{

padding:120px 0;

background:#fff;

position:relative;

overflow:hidden;

}

.program-process::before{

content:"";

position:absolute;

left:-220px;

top:-220px;

width:600px;

height:600px;

border-radius:50%;

background:radial-gradient(circle,rgba(0,191,255,.06),transparent 70%);

}

.steps-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

position:relative;

z-index:2;

}

.step-box{

position:relative;

padding:40px 30px;

background:#fff;

border-radius:28px;

border:1px solid #edf3fb;

box-shadow:0 18px 45px rgba(15,40,80,.08);

transition:.35s;

overflow:hidden;

text-align:center;

}

.step-box:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(0,191,255,.15);

}

.step-number{

position:absolute;

right:22px;

top:18px;

font-size:40px;

font-weight:800;

color:#eef5fc;

line-height:1;

}

.step-icon{

width:90px;

height:90px;

margin:0 auto 25px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#00bfff,#00ffd5);

font-size:40px;

color:#fff;

}

.step-box h3{

font-size:24px;

margin-bottom:18px;

color:#16263f;

}

.step-box p{

margin:0;

font-size:16px;

line-height:1.85;

color:#687587;

}



















.program-type::after{

content:"";

position:absolute;

right:-45px;

bottom:-45px;

width:120px;

height:120px;

border-radius:50%;

background:rgba(0,191,255,.08);

transition:.35s;

}

.program-type:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(0,191,255,.14);

}

.program-type:hover::after{

transform:scale(1.5);

}

.type-head{

display:flex;

align-items:center;

gap:18px;

margin-bottom:24px;

}

.type-icon{

width:75px;

height:75px;

display:flex;

align-items:center;

justify-content:center;

border-radius:20px;

background:linear-gradient(135deg,#00bfff,#00ffd5);

font-size:34px;

color:#fff;

flex-shrink:0;

}

.program-type h3{

font-size:27px;

color:#16263f;

margin:0;

}

.program-type p{

margin:0;

font-size:17px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   MOBILE PROGRAMMING
========================================== */

.mobile-programming{

padding:120px 0;

background:#08131f;

position:relative;

overflow:hidden;

}

.mobile-programming::before{

content:"";

position:absolute;

left:-220px;

bottom:-220px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(0,191,255,.12),transparent 70%);

}

.mobile-programming-grid{

display:grid;

grid-template-columns:1.05fr .95fr;

gap:90px;

align-items:center;

position:relative;

z-index:2;

}

.mobile-left .section-tag{

display:inline-block;

padding:12px 22px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.14);

border-radius:50px;

color:#fff;

font-weight:700;

margin-bottom:24px;

}

.mobile-left h2{

font-size:50px;

line-height:1.15;

color:#fff;

margin-bottom:28px;

}

.mobile-left>p{

font-size:18px;

line-height:1.95;

color:rgba(255,255,255,.84);

margin-bottom:22px;

}

.mobile-benefits{

display:grid;

gap:22px;

margin-top:45px;

}

.benefit{

display:flex;

gap:20px;

align-items:flex-start;

padding:24px;

border-radius:24px;

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.10);

backdrop-filter:blur(12px);

transition:.35s;

}

.benefit:hover{

transform:translateX(8px);

background:rgba(255,255,255,.10);

}

.benefit-icon{

width:72px;

height:72px;

display:flex;

align-items:center;

justify-content:center;

border-radius:20px;

background:linear-gradient(135deg,#00bfff,#00ffd5);

font-size:32px;

color:#fff;

flex-shrink:0;

}

.benefit h4{

font-size:22px;

color:#fff;

margin-bottom:10px;

}

.benefit p{

margin:0;

font-size:16px;

line-height:1.8;

color:rgba(255,255,255,.78);

}

.mobile-right{

display:flex;

justify-content:center;

align-items:center;

}

.mobile-right img{

width:100%;

max-width:560px;

display:block;

border-radius:35px;

box-shadow:0 40px 90px rgba(0,0,0,.35);

}

/* ==========================================
   WHY PROGRAMMING
========================================== */

.why-programming{

padding:120px 0;

background:#f8fbff;

}

.why-program-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:28px;

}

.why-box{

position:relative;

padding:38px 30px;

background:#fff;

border-radius:28px;

text-align:center;

border:1px solid #edf3fb;

overflow:hidden;

transition:.35s;

box-shadow:0 18px 45px rgba(15,40,80,.07);

}

.why-box::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#00bfff,#00ffd5);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.why-box:hover::before{

transform:scaleX(1);

}

.why-box:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(0,191,255,.16);

}

.why-icon{

width:85px;

height:85px;

margin:0 auto 25px;

display:flex;

align-items:center;

justify-content:center;

border-radius:22px;

background:linear-gradient(135deg,#00bfff,#00ffd5);

font-size:40px;

color:#fff;

transition:.35s;

}

.why-box:hover .why-icon{

transform:rotate(-8deg) scale(1.08);

}

.why-box h3{

font-size:25px;

margin-bottom:18px;

color:#16263f;

}

.why-box p{

margin:0;

font-size:16px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   FAQ
========================================== */

.programming-faq{

padding:120px 0;

background:#ffffff;

position:relative;

overflow:hidden;

}

.programming-faq::before{

content:"";

position:absolute;

right:-250px;

top:-250px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(0,191,255,.06),transparent 70%);

}

.programming-faq .faq-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

position:relative;

z-index:2;

}

.programming-faq .faq-card{

background:#fff;

padding:40px;

border-radius:30px;

border:1px solid #edf3fb;

box-shadow:0 18px 45px rgba(15,40,80,.07);

transition:.35s;

position:relative;

overflow:hidden;

}

.programming-faq .faq-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#00bfff,#00ffd5);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.programming-faq .faq-card:hover::before{

transform:scaleX(1);

}

.programming-faq .faq-card:hover{

transform:translateY(-8px);

box-shadow:0 35px 70px rgba(0,191,255,.15);

}

.programming-faq .faq-card h3{

font-size:25px;

color:#16263f;

margin-bottom:18px;

line-height:1.45;

}

.programming-faq .faq-card p{

margin:0;

font-size:17px;

line-height:1.9;

color:#687587;

}

/* ==========================================
   CTA
========================================== */

.programming-cta{

padding:120px 0;

background:linear-gradient(135deg,#05101b,#0b2b4f,#1268c7);

position:relative;

overflow:hidden;

}

.programming-cta::before{

content:"";

position:absolute;

left:-220px;

top:-220px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(0,255,255,.14),transparent 70%);

}

.programming-cta::after{

content:"";

position:absolute;

right:-250px;

bottom:-250px;

width:650px;

height:650px;

border-radius:50%;

background:radial-gradient(circle,rgba(255,255,255,.06),transparent 70%);

}

.programming-cta .cta-box{

max-width:900px;

margin:auto;

text-align:center;

position:relative;

z-index:2;

}

.programming-cta .cta-box span{

display:inline-block;

padding:12px 24px;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.15);

border-radius:50px;

font-weight:700;

color:#fff;

margin-bottom:25px;

}

.programming-cta .cta-box h2{

font-size:58px;

line-height:1.15;

color:#fff;

margin-bottom:25px;

}

.programming-cta .cta-box p{

font-size:20px;

line-height:2;

color:rgba(255,255,255,.88);

margin-bottom:45px;

}

.programming-cta .cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1200px){

.programming-grid,
.about-grid,
.mobile-programming-grid{

grid-template-columns:1fr;

gap:70px;

}

.programming-right{

order:-1;

}
.steps-grid{

grid-template-columns:repeat(2,1fr);

}



.program-grid{

grid-template-columns:repeat(2,1fr);

}

.why-program-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:992px){

.program-types{

grid-template-columns:1fr;

}

.programming-left h1{

font-size:46px;

}

.about-text h2{

font-size:40px;

}

.mobile-left h2{

font-size:40px;

}

.programming-cta .cta-box h2{

font-size:46px;

}

}

@media(max-width:768px){

.program-grid,
.why-program-grid,
.programming-faq .faq-grid{

grid-template-columns:1fr;

}

.steps-grid{

grid-template-columns:1fr;

}

.programming-info{

grid-template-columns:1fr;

}

.programming-buttons,
.programming-cta .cta-buttons{

flex-direction:column;

}

.call-btn,
.secondary-btn{

width:100%;

justify-content:center;

}

.programming-left h1{

font-size:38px;

}

.section-heading h2{

font-size:34px;

}

.about-text h2{

font-size:34px;

}

.mobile-left h2{

font-size:34px;

}

.programming-cta .cta-box h2{

font-size:36px;

}

}

@media(max-width:576px){

.programming-hero,
.about-programming,
.programming-services,
.what-we-program,
.mobile-programming,
.why-programming,
.programming-faq,
.programming-cta{

padding:80px 0;

}

.programming-left p,
.about-text p,
.mobile-left>p,
.programming-cta .cta-box p{

font-size:17px;

}

.program-card,
.program-type,
.why-box,
.programming-faq .faq-card{

padding:32px 26px;

}

.tech-card{

padding:35px;

}

.programming-badge{

font-size:13px;

}

}