:root{
--navy:#082446;
--navy2:#05192f;
--blue:#0879e8;
--blue2:#04a4ff;
--gold:#f3ad17;
--gold2:#e47d11;
--teal:#08b7a5;
--teal2:#28dbc5;
--ink:#0a2342;
--muted:#657287;
--light:#f5f9fd;
--line:#dce7f1;
--white:#fff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
margin:0;
font-family:"Cairo",sans-serif;
color:var(--ink);
background:#fff;
line-height:1.65;
}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{width:min(1180px,92%);margin:auto}

/* HEADER */

.header{
height:82px;
background:rgba(255,255,255,.94);
backdrop-filter:blur(14px);
position:sticky;
top:0;
z-index:1000;
border-bottom:1px solid rgba(5,35,70,.08);
}
.nav-wrap{
height:100%;
display:flex;
align-items:center;
gap:40px;
}
.logo{width:255px;display:flex}
.logo img{display:block}
.nav{
display:flex;
align-items:center;
gap:28px;
margin-left:auto;
}
.nav a{
font-size:14px;
font-weight:600;
color:#536278;
transition:.2s;
}
.nav a:hover{color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:13px}
.lang{
padding:8px 12px;
font-weight:700;
font-size:13px;
}
.nav-cta{
background:linear-gradient(135deg,var(--gold),var(--gold2));
color:white;
padding:12px 20px;
border-radius:30px;
font-size:13px;
font-weight:700;
box-shadow:0 10px 25px rgba(228,125,17,.22);
}

/* HERO */

.hero{
position:relative;
overflow:hidden;
background:
radial-gradient(circle at 68% 15%,rgba(4,164,255,.25),transparent 28%),
linear-gradient(120deg,#f8fcff 0%,#e7f5ff 54%,#cfeaff 100%);
min-height:690px;
}
.hero:before{
content:"";
position:absolute;
inset:auto -10% -45% 25%;
height:620px;
background:radial-gradient(ellipse,rgba(255,255,255,.88),transparent 64%);
}
.hero-grid{
min-height:690px;
display:grid;
grid-template-columns:1fr 1.05fr;
align-items:center;
gap:50px;
position:relative;
z-index:2;
}
.eyebrow,.section-label{
font-size:12px;
font-weight:800;
letter-spacing:2px;
text-transform:uppercase;
color:#64758b;
}
.eyebrow span{
display:inline-block;
width:22px;
height:3px;
background:var(--gold);
vertical-align:middle;
margin-right:8px;
}
.hero h1{
font-size:60px;
line-height:1.07;
letter-spacing:-2.5px;
margin:22px 0 20px;
font-weight:800;
}
.hero h1 strong{
display:block;
font-weight:800;
background:linear-gradient(100deg,#dc9012,#f2b926);
-webkit-background-clip:text;
color:transparent;
}
.hero-lead{
font-size:18px;
max-width:610px;
color:#52647b;
margin-bottom:30px;
}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:52px;
padding:0 27px;
border-radius:28px;
font-weight:700;
font-size:14px;
transition:.25s;
}
.btn:hover{transform:translateY(-2px)}
.btn-gold{
color:white;
background:linear-gradient(135deg,var(--gold),var(--gold2));
box-shadow:0 14px 34px rgba(227,127,15,.25);
}
.btn-white{
background:white;
border:1px solid #d7e2ed;
box-shadow:0 10px 30px rgba(9,35,67,.08);
}
.benefits{
display:flex;
gap:25px;
margin-top:34px;
font-size:13px;
}
.benefits div{display:flex;align-items:center;gap:8px}
.benefits span{
width:28px;height:28px;border-radius:50%;
display:grid;place-items:center;
background:white;color:var(--blue);
box-shadow:0 6px 18px rgba(7,50,90,.11);
}

/* HERO VISUAL */

.hero-visual{
height:540px;
position:relative;
display:flex;
align-items:center;
justify-content:center;
}
.hero-visual:before{
content:"";
position:absolute;
width:480px;height:480px;
border-radius:50%;
background:
radial-gradient(circle at 35% 30%,rgba(255,255,255,.95),transparent 9%),
radial-gradient(circle,#3db3f2 0,#1479c6 38%,#0c407a 68%,#072a50 100%);
box-shadow:
0 30px 80px rgba(1,56,104,.3),
inset -50px -35px 80px rgba(4,17,49,.45);
}
.hero-visual:after{
content:"";
position:absolute;
width:520px;height:520px;
border:1px solid rgba(255,255,255,.65);
border-radius:50%;
}
.visual-orbit{
position:absolute;
border:1px solid rgba(7,105,180,.2);
border-radius:50%;
}
.orbit-one{width:620px;height:290px;transform:rotate(-18deg)}
.orbit-two{width:580px;height:220px;transform:rotate(22deg)}

.path-tower{
z-index:4;
width:150px;
height:315px;
margin:0 -4px;
padding:30px 18px 22px;
color:white;
display:flex;
flex-direction:column;
justify-content:center;
text-align:center;
box-shadow:0 20px 50px rgba(0,25,50,.2);
position:relative;
overflow:hidden;
}
.path-tower:after{
content:"";
position:absolute;
inset:auto -30px -40px;
height:130px;
background:rgba(255,255,255,.12);
transform:rotate(-9deg);
}
.tower-blue{
background:linear-gradient(180deg,#0795ef,#0758ad);
border-radius:20px 0 0 20px;
transform:translateY(20px);
}
.tower-gold{
height:370px;
background:linear-gradient(180deg,#e7a316,#bd6810);
z-index:5;
}
.tower-teal{
background:linear-gradient(180deg,#18c9bb,#087a82);
border-radius:0 20px 20px 0;
transform:translateY(20px);
}
.tower-icon{font-size:42px;font-weight:800;margin-bottom:15px}
.path-tower h3{
font-size:21px;
line-height:1.25;
margin:0 0 13px;
}
.path-tower span{font-size:12px;opacity:.85}
.future-line{
position:absolute;
z-index:7;
bottom:18px;
right:20px;
background:rgba(4,27,55,.92);
color:white;
padding:17px 21px;
border-radius:12px;
transform:rotate(-3deg);
box-shadow:0 14px 30px rgba(0,0,0,.2);
}
.future-line span,.future-line strong{display:block}
.future-line strong{color:#ffbd29;font-size:17px}

/* INTRO */

.intro{padding:105px 0 90px}
.intro-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:95px;
}
.intro h2,.section-head h2,.why h2,.mission h2,.final-cta h2{
font-size:45px;
line-height:1.18;
letter-spacing:-1.5px;
margin:15px 0;
}
.intro h2 span,.section-head h2 span,.why h2 span,.mission h2 span{
color:var(--gold2);
}
.intro-copy{
font-size:17px;
color:#596a7f;
}

/* PATHS */

.paths{
padding:90px 0 100px;
background:linear-gradient(180deg,#f4f9fd,#fff);
}
.section-head{text-align:center;margin-bottom:48px}
.section-head p{color:#718095;margin-top:0}
.cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}
.path-card{
min-height:520px;
border-radius:24px;
padding:30px;
position:relative;
overflow:hidden;
display:flex;
flex-direction:column;
color:white;
box-shadow:0 20px 55px rgba(10,45,80,.13);
transition:.3s;
}
.path-card:hover{transform:translateY(-7px)}
.path-card:after{
content:"";
position:absolute;
width:300px;height:300px;border-radius:50%;
right:-120px;top:-90px;
background:rgba(255,255,255,.09);
}
.markets{background:linear-gradient(145deg,#062d68,#087ce3)}
.expertise{background:linear-gradient(145deg,#73450b,#dc9217)}
.language{background:linear-gradient(145deg,#04746e,#10bda8)}
.card-number{
font-size:13px;
font-weight:800;
opacity:.75;
}
.card-icon{
position:absolute;
right:25px;top:18px;
font-size:50px;
font-weight:800;
opacity:.9;
}
.card-content{margin-top:90px;position:relative;z-index:2}
.card-content small{letter-spacing:1.5px;font-size:10px;opacity:.75}
.card-content h3{
font-size:34px;
line-height:1;
margin:12px 0;
}
.card-content h4{
font-size:18px;
line-height:1.35;
margin:0 0 20px;
font-weight:600;
}
.card-content p{font-size:14px;opacity:.9}
.card-content a{
margin-top:15px;
display:inline-flex;
background:#fff;
color:#0b315d;
padding:11px 19px;
border-radius:25px;
font-weight:700;
font-size:13px;
}
.card-tags{
margin-top:auto;
display:flex;
gap:7px;
flex-wrap:wrap;
position:relative;
z-index:2;
}
.card-tags span{
font-size:10px;
padding:7px 10px;
background:rgba(255,255,255,.15);
border:1px solid rgba(255,255,255,.18);
border-radius:20px;
}

/* VALUE */

.value-strip{padding:45px 0;border-bottom:1px solid #e4ebf2}
.values{
display:grid;
grid-template-columns:repeat(4,1fr);
}
.values div{
display:flex;
align-items:center;
justify-content:center;
gap:14px;
border-right:1px solid #e1e9f1;
}
.values div:last-child{border:0}
.values strong{
font-size:28px;
color:var(--gold2);
}
.values span{font-size:12px;line-height:1.4}

/* WHY */

.why{padding:120px 0}
.why-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:100px;
align-items:center;
}
.why-visual{
height:520px;
border-radius:32px;
background:
linear-gradient(160deg,#daf3ff,#f8fbff 55%,#fff3d8);
position:relative;
overflow:hidden;
}
.circle-a,.circle-b{
position:absolute;border-radius:50%;
border:1px solid rgba(4,87,150,.15);
}
.circle-a{width:430px;height:430px;left:-80px;top:40px}
.circle-b{width:320px;height:320px;right:-90px;bottom:-70px}
.growth-word{
position:absolute;
left:55px;top:65px;
}
.growth-word small{
display:block;
font-size:12px;
letter-spacing:3px;
color:#668096;
}
.growth-word strong{
font-size:50px;
display:block;
line-height:1.1;
color:#0b3b70;
}
.growth-card{
position:absolute;
left:55px;
bottom:65px;
background:white;
padding:16px 22px;
border-radius:14px;
box-shadow:0 15px 30px rgba(9,48,82,.12);
}
.growth-card span{color:var(--gold2);font-weight:800;margin-right:10px}
.g2{left:200px;bottom:140px}
.g3{left:auto;right:45px;bottom:225px}
.why-copy>p{color:#65758a;font-size:17px}
.why-list{margin-top:35px}
.why-list>div{
display:flex;
gap:25px;
padding:20px 0;
border-top:1px solid #e3eaf1;
}
.why-list b{color:var(--gold2)}
.why-list h4{margin:0;font-size:17px}
.why-list p{margin:5px 0 0;color:#718095;font-size:13px}

/* MISSION */

.mission{
padding:105px 0;
background:
radial-gradient(circle at 85% 30%,rgba(6,119,215,.3),transparent 30%),
linear-gradient(135deg,#061b34,#0a315c);
color:white;
}
.mission-grid{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:110px;
align-items:center;
}
.section-label.light{color:#ffbe32}
.mission h2{font-size:48px}
.mission h2 span{display:block}
.mission p{color:#cbd8e6;max-width:640px}
.mission-points>div{
display:flex;
gap:18px;
padding:17px 0;
border-bottom:1px solid rgba(255,255,255,.13);
}
.mission-points span{
width:40px;height:40px;border-radius:50%;
display:grid;place-items:center;
background:rgba(255,183,27,.14);
color:#ffc144;
font-size:18px;
}
.mission-points p{margin:0;font-size:13px}
.mission-points b{color:white}

/* CTA */

.final-cta{padding:85px 0}
.cta-box{
background:linear-gradient(110deg,#f8fbff,#fff7e5);
border:1px solid #e5edf4;
border-radius:26px;
padding:48px 55px;
display:flex;
justify-content:space-between;
align-items:center;
gap:30px;
}
.final-cta h2{margin:5px 0;font-size:39px}
.final-cta p{margin:0;color:#69798c}

/* FOOTER */

footer{
background:#041b34;
color:white;
padding:65px 0 25px;
}
.footer-grid{
display:grid;
grid-template-columns:2fr repeat(3,1fr);
gap:65px;
}
.footer-brand img{
width:250px;
filter:brightness(0) invert(1);
}
.footer-brand p{color:#8fa5bb;font-size:12px}
footer h4{font-size:13px;margin:0 0 18px;color:#fff}
footer a{
display:block;
font-size:12px;
color:#a8bacb;
margin:9px 0;
}
footer a:hover{color:#ffc13b}
.footer-bottom{
margin-top:50px;
padding-top:25px;
border-top:1px solid rgba(255,255,255,.12);
display:flex;
justify-content:space-between;
font-size:11px;
color:#8399ad;
}
.footer-bottom a{
display:inline;color:#ffba27;
}

/* RTL */

[dir="rtl"] .nav{margin-left:0;margin-right:auto}
[dir="rtl"] .eyebrow span{margin-right:0;margin-left:8px}
[dir="rtl"] .card-icon{right:auto;left:25px}
[dir="rtl"] .values div{border-right:0;border-left:1px solid #e1e9f1}
[dir="rtl"] .values div:last-child{border:0}
[dir="rtl"] .growth-card span{margin-right:0;margin-left:10px}

/* RESPONSIVE */

@media(max-width:980px){
.header{height:auto}
.nav-wrap{padding:14px 0;flex-wrap:wrap}
.nav{display:none}
.logo{width:210px}
.nav-actions{margin-left:auto}
[dir="rtl"] .nav-actions{margin-left:0;margin-right:auto}

.hero-grid,
.intro-grid,
.why-grid,
.mission-grid{
grid-template-columns:1fr;
}

.hero-grid{padding:65px 0}
.hero h1{font-size:49px}
.hero-visual{height:500px}
.cards{grid-template-columns:1fr}
.path-card{min-height:470px}
.values{grid-template-columns:1fr 1fr;gap:30px}
.values div{border:0}
.why-grid,.mission-grid{gap:50px}
.footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:640px){
.container{width:89%}

.header .logo{width:178px}
.nav-cta{display:none}

.hero{min-height:auto}
.hero-grid{padding:45px 0}
.hero h1{
font-size:39px;
letter-spacing:-1.5px;
}
.hero-lead{font-size:15px}
.benefits{flex-direction:column;gap:12px}
.hero-buttons{flex-direction:column}
.btn{width:100%}

.hero-visual{
height:430px;
transform:scale(.88);
margin-left:-9%;
margin-right:-9%;
}
.hero-visual:before{width:390px;height:390px}
.hero-visual:after{width:420px;height:420px}
.path-tower{width:120px;height:260px;padding:20px 9px}
.tower-gold{height:310px}
.path-tower h3{font-size:17px}
.future-line{bottom:5px;right:0}

.intro,.paths,.why,.mission{padding:70px 0}
.intro-grid{gap:30px}

.intro h2,
.section-head h2,
.why h2,
.mission h2{
font-size:35px;
}

.path-card{padding:25px}
.card-content{margin-top:70px}

.values{grid-template-columns:1fr 1fr}
.values div{justify-content:flex-start}

.why-visual{height:420px}
.growth-word{left:30px}
.growth-word strong{font-size:40px}
.growth-card{left:25px}
.g2{left:130px}
.g3{right:20px}

.cta-box{
padding:35px 25px;
display:block;
}
.final-cta h2{font-size:32px}
.cta-box .btn{margin-top:25px}

.footer-grid{
grid-template-columns:1fr 1fr;
gap:35px;
}
.footer-brand{grid-column:1/-1}
.footer-bottom{
flex-direction:column;
gap:10px;
}
}

/* =========================================================
   FXC ACADEMY — SPECIALIZED PATHS IMAGE CARDS FINAL
   ========================================================= */

.path-card {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border-radius: 18px;
    isolation: isolate;
    color: #fff;
    background: #0a1322;
    transition:
        transform .45s cubic-bezier(.2,.7,.2,1),
        box-shadow .45s ease;
}

/* Background image layer */
.path-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

/* Dark premium overlay */
.path-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            180deg,
            rgba(5,12,24,.10) 0%,
            rgba(5,12,24,.30) 35%,
            rgba(5,12,24,.88) 78%,
            rgba(5,12,24,.96) 100%
        );
}

/* CFTeCourses */
.path-card.markets::before {
    background-image: url('/assets/images/cftecourses-card.jpg');
    background-position: center center;
}

/* MrOmar */
.path-card.expertise::before {
    background-image: url('/assets/images/mromar-card.jpg');
    background-position: center center;
}

/* Deutschna */
.path-card.language::before {
    background-image: url('/assets/images/deutschna-card.jpg');
    background-position: center center;
}

/* Keep all content above image/overlay */
.path-card > * {
    position: relative;
    z-index: 2;
}

.path-card h2,
.path-card h3,
.path-card h4 {
    color: #fff !important;
}

.path-card p {
    color: rgba(255,255,255,.86) !important;
}

.path-card .eyebrow,
.path-card .path-number,
.path-card .number {
    color: #d4aa4f !important;
}

.path-card a {
    color: #fff !important;
}

/* Hover */
.path-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 60px rgba(6,14,28,.24);
}

.path-card:hover::before {
    transform: scale(1.075);
}

/* Slightly stronger readability on text area */
.path-card .path-content,
.path-card .card-content {
    text-shadow: 0 2px 18px rgba(0,0,0,.22);
}

@media (max-width: 900px) {
    .path-card {
        min-height: 420px;
    }
}

@media (max-width: 640px) {
    .path-card {
        min-height: 390px;
        border-radius: 14px;
    }
}

