/* Modern Frontend Ecosystems Page — v1 */

.fas,.far,.fab{font-family:"Font Awesome 6 Free"!important;font-weight:900!important;font-style:normal!important}
.fa-brands{font-family:"Font Awesome 6 Brands"!important;font-weight:400!important}

.fe-accent{background:linear-gradient(135deg,#0A4AFF 0%,#00D4FF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* ── HERO ── */
.fe-hero{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;background:#030D1A;padding:130px 60px 80px;overflow:hidden;text-align:center}
.fe-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}
.fe-hero-inner{position:relative;z-index:10;max-width:900px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}
.fe-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border:1px solid rgba(0,212,255,0.35);border-radius:50px;font-size:12px;font-weight:600;color:#00D4FF;letter-spacing:1px;text-transform:uppercase;margin-bottom:28px}
.fe-hero-badge i{color:#00D4FF!important;-webkit-text-fill-color:#00D4FF!important;font-family:"Font Awesome 6 Free"!important;font-weight:900!important}
.fe-hero-title{font-size:62px;font-weight:900;color:#fff;line-height:1.08;margin-bottom:24px;letter-spacing:-2px}
.fe-hero-sub{font-size:18px;color:rgba(255,255,255,0.62);line-height:1.8;max-width:720px;margin-bottom:48px}

/* ── BUTTONS ── */
.fe-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#0A4AFF,#00D4FF);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;transition:all 0.3s ease;box-shadow:0 8px 30px rgba(0,212,255,0.3)}
.fe-cta-btn:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(0,212,255,0.5)}
.fe-cta-btn i{color:#fff!important;-webkit-text-fill-color:#fff!important;font-family:"Font Awesome 6 Free"!important;font-weight:900!important;transition:transform 0.2s ease}
.fe-cta-btn:hover i{transform:translateX(4px)}
.fe-cta-large{font-size:17px;padding:20px 44px}
.fe-outline-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 30px;background:transparent;border:1.5px solid rgba(0,212,255,0.4);border-radius:10px;color:#00D4FF;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s ease}
.fe-outline-btn:hover{background:rgba(0,212,255,0.08);border-color:#00D4FF;transform:translateY(-2px)}
.fe-outline-btn i{color:#00D4FF!important;-webkit-text-fill-color:#00D4FF!important;font-family:"Font Awesome 6 Free"!important;font-weight:900!important;transition:transform 0.2s ease}
.fe-outline-btn:hover i{transform:translateX(4px)}

/* ── SHARED ── */
.fe-section-header{text-align:center;max-width:800px;margin:0 auto 60px}
.fe-section-header h2{font-size:44px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:14px}
.fe-section-header p{font-size:17px;color:rgba(255,255,255,0.5);line-height:1.7}
.fe-section-cta{text-align:center;margin-top:50px}

/* ── ARCHITECTURE PILLARS ── */
.fe-pillars{background:#050F20;padding:100px 60px}
.fe-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}

.fe-pillar-card{position:relative;background:rgba(10,30,60,0.45);backdrop-filter:blur(20px);border:1px solid rgba(0,212,255,0.1);border-radius:20px;padding:36px 30px;transition:all 0.35s cubic-bezier(0.4,0,0.2,1);overflow:hidden}
.fe-pillar-card::before{content:'';position:absolute;inset:0;border-radius:20px;border:1px solid transparent;background:linear-gradient(135deg,rgba(0,212,255,0.3),rgba(10,74,255,0.3)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;opacity:0;transition:opacity 0.35s ease}
.fe-pillar-card:hover{transform:scale(1.02);box-shadow:0 20px 60px rgba(0,212,255,0.15)}
.fe-pillar-card:hover::before{opacity:1}

.fe-pillar-icon{width:52px;height:52px;background:linear-gradient(135deg,#0A4AFF,#00D4FF);border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.fe-pillar-icon i{font-size:20px;color:#fff!important;-webkit-text-fill-color:#fff!important;font-family:"Font Awesome 6 Free"!important;font-weight:900!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important}
.fe-pillar-card h3{font-size:17px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.35}
.fe-pillar-card p{font-size:14px;color:rgba(255,255,255,0.55);line-height:1.8;margin:0}

/* ── TECH STACK ── */
.fe-stack{background:#030D1A;padding:100px 60px}
.fe-stack-groups{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:32px}
.fe-stack-row{display:flex;align-items:center;gap:24px}
.fe-stack-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:rgba(0,212,255,0.7);width:130px;flex-shrink:0}
.fe-stack-chips{display:flex;flex-wrap:wrap;gap:10px}
.fe-chip{padding:8px 18px;background:rgba(10,30,60,0.5);border:1px solid rgba(0,212,255,0.15);border-radius:8px;font-size:13px;font-weight:600;color:rgba(255,255,255,0.65);transition:all 0.25s ease;cursor:default}
.fe-chip:hover{background:rgba(0,212,255,0.1);border-color:rgba(0,212,255,0.5);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,212,255,0.15)}
.fe-stack-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,212,255,0.12),transparent);max-width:1100px;margin:0 auto}

/* ── TESTIMONIAL ── */
.fe-testimonial{background:#050F20;padding:100px 60px}
.fe-testimonial-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr;gap:80px;align-items:center}
.fe-quote-mark{font-size:120px;line-height:0.6;color:rgba(0,212,255,0.15);font-family:Georgia,serif;margin-bottom:24px;display:block}
.fe-quote-text{font-size:22px;font-weight:500;color:#fff;line-height:1.65;font-style:italic;margin-bottom:32px}
.fe-quote-author{font-size:14px;font-weight:700;color:#00D4FF;text-transform:uppercase;letter-spacing:1px}
.fe-quote-company{font-size:13px;color:rgba(255,255,255,0.4);margin-top:4px}
.fe-testimonial-right{display:flex;flex-direction:column;align-items:center;gap:32px}
.fe-trust-badge{background:rgba(10,30,60,0.5);border:1px solid rgba(0,212,255,0.15);border-radius:16px;padding:28px 32px;text-align:center;width:100%}
.fe-trust-num{font-size:52px;font-weight:900;background:linear-gradient(135deg,#0A4AFF,#00D4FF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:-2px}
.fe-trust-label{font-size:12px;color:rgba(255,255,255,0.45);text-transform:uppercase;letter-spacing:1px;margin-top:6px}
.fe-section-cta-row{text-align:center;margin-top:50px}

/* ── FINAL CTA ── */
.fe-final-cta{background:#020A14;padding:120px 60px;text-align:center;border-top:1px solid rgba(0,212,255,0.08);position:relative;overflow:hidden}
.fe-final-cta::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(10,74,255,0.12) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(0,212,255,0.12) 0%,transparent 50%);pointer-events:none}
.fe-final-inner{max-width:700px;margin:0 auto;position:relative;z-index:1}
.fe-final-cta h2{font-size:56px;font-weight:900;color:#fff;line-height:1.1;margin-bottom:20px;letter-spacing:-1.5px}
.fe-final-cta p{font-size:17px;color:rgba(255,255,255,0.6);line-height:1.75;margin-bottom:44px}

/* ── LIGHT THEME ── */
body.light-theme section.fe-hero{background:#ffffff!important}
body.light-theme section.fe-pillars{background:#f8f9ff!important}
body.light-theme section.fe-stack{background:#ffffff!important}
body.light-theme section.fe-testimonial{background:#f8f9ff!important}
body.light-theme section.fe-final-cta{background:#ffffff!important;border-top-color:rgba(0,0,0,0.06)!important}
body.light-theme section.fe-final-cta::before{background:radial-gradient(circle at 20% 50%,rgba(255,123,0,0.06) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,123,0,0.06) 0%,transparent 50%)!important}

body.light-theme .fe-accent{background:linear-gradient(135deg,var(--original-orange),var(--original-orange-hover))!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}
body.light-theme .fe-hero-title{color:#1a1f3a!important}
body.light-theme .fe-hero-sub{color:rgba(26,31,58,0.65)!important}
body.light-theme .fe-hero-badge{border-color:rgba(255,123,0,0.4)!important;color:var(--original-orange)!important}
body.light-theme .fe-hero-badge i{color:var(--original-orange)!important;-webkit-text-fill-color:var(--original-orange)!important}

body.light-theme .fe-section-header h2{color:#1a1f3a!important}
body.light-theme .fe-section-header p{color:rgba(26,31,58,0.6)!important}

body.light-theme .fe-pillar-card{background:#ffffff!important;border-color:rgba(0,0,0,0.08)!important;box-shadow:0 4px 20px rgba(0,0,0,0.05)!important}
body.light-theme .fe-pillar-card:hover{box-shadow:0 20px 60px rgba(255,123,0,0.12)!important}
body.light-theme .fe-pillar-icon{background:linear-gradient(135deg,var(--original-orange),var(--original-orange-hover))!important}
body.light-theme .fe-pillar-icon i{color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important}
body.light-theme .fe-pillar-card h3{color:#1a1f3a!important}
body.light-theme .fe-pillar-card p{color:rgba(26,31,58,0.6)!important}

body.light-theme .fe-stack-label{color:var(--original-orange)!important}
body.light-theme .fe-chip{background:#ffffff!important;border-color:rgba(0,0,0,0.1)!important;color:rgba(26,31,58,0.7)!important;box-shadow:0 2px 8px rgba(0,0,0,0.04)!important}
body.light-theme .fe-chip:hover{background:rgba(255,123,0,0.06)!important;border-color:rgba(255,123,0,0.4)!important;color:#1a1f3a!important;box-shadow:0 6px 20px rgba(255,123,0,0.1)!important}
body.light-theme .fe-stack-divider{background:linear-gradient(90deg,transparent,rgba(0,0,0,0.08),transparent)!important}

body.light-theme .fe-quote-mark{color:rgba(255,123,0,0.15)!important}
body.light-theme .fe-quote-text{color:#1a1f3a!important}
body.light-theme .fe-quote-author{color:var(--original-orange)!important}
body.light-theme .fe-quote-company{color:rgba(26,31,58,0.45)!important}
body.light-theme .fe-trust-badge{background:#ffffff!important;border-color:rgba(0,0,0,0.08)!important;box-shadow:0 4px 20px rgba(0,0,0,0.05)!important}
body.light-theme .fe-trust-num{background:linear-gradient(135deg,var(--original-orange),var(--original-orange-hover))!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}
body.light-theme .fe-trust-label{color:rgba(26,31,58,0.45)!important}

body.light-theme .fe-final-cta h2{color:#1a1f3a!important}
body.light-theme .fe-final-cta p{color:rgba(26,31,58,0.65)!important}
body.light-theme .fe-cta-btn{background:linear-gradient(135deg,var(--original-orange),var(--original-orange-hover))!important;box-shadow:0 8px 30px rgba(255,123,0,0.3)!important}
body.light-theme .fe-cta-btn i{color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important}
body.light-theme .fe-outline-btn{border-color:rgba(255,123,0,0.4)!important;color:var(--original-orange)!important}
body.light-theme .fe-outline-btn:hover{background:rgba(255,123,0,0.06)!important;border-color:var(--original-orange)!important}
body.light-theme .fe-outline-btn i{color:var(--original-orange)!important;-webkit-text-fill-color:var(--original-orange)!important}
