﻿html{scroll-behavior:smooth;}
  body{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.6;}
  a{text-decoration:none;color:inherit;}

  /* ── NAV ── */
  nav{
    display:flex;align-items:center;justify-content:space-between;
    padding:.75rem 2rem;background:rgba(2,6,23,.96);
    border-bottom:1px solid var(--border);
    backdrop-filter:blur(14px);position:sticky;top:0;z-index:100;
  }
  .logo{display:flex;align-items:center;gap:.35rem;}
  .logo-entra{font-weight:800;font-size:1.25rem;color:#e2e8f0;}
  .logo-fx{font-weight:900;font-size:1.25rem;background:linear-gradient(135deg,#22c55e,#15803d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
  .nav-links{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:1.5rem;font-size:.9rem;}
  .nav-links a{color:var(--muted);transition:color .15s;}
  .nav-links a:hover,.nav-links a.active{color:var(--accent);}
  .nav-dropdown{position:relative;}
  .nav-dropdown>a::after{content:' ▾';font-size:.7rem;opacity:.7;}
  .dropdown-menu{
    display:none;position:absolute;top:calc(100% + .6rem);left:50%;
    transform:translateX(-50%);background:#0f172a;border:1px solid #1e293b;
    border-radius:10px;padding:.4rem;min-width:190px;
    box-shadow:0 16px 40px rgba(0,0,0,.6);z-index:200;
  }
  .nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu{display:flex;flex-direction:column;gap:.1rem;}
  .dropdown-menu a{
    padding:.5rem .85rem;border-radius:6px;font-size:.85rem;
    color:#94a3b8;transition:all .15s;display:flex;align-items:center;gap:.5rem;
  }
  .dropdown-menu a:hover{background:rgba(34,197,94,.1);color:#22c55e;}
  .nav-cta{display:flex;gap:.6rem;align-items:center;}
  .btn{border-radius:999px;border:1px solid transparent;padding:.4rem 1.1rem;font-size:.88rem;cursor:pointer;transition:all .18s;font-weight:600;display:inline-block;}
  .btn-outline{border-color:var(--border);color:var(--text);background:transparent;}
  .btn-outline:hover{border-color:var(--accent);background:var(--accentS);color:var(--accent);}
  .btn-primary{background:linear-gradient(135deg,#22c55e,#15803d);color:#fff;border-color:var(--accent);box-shadow:0 0 16px rgba(34,197,94,.2);}
  .btn-primary:hover{box-shadow:0 0 28px rgba(34,197,94,.35);transform:translateY(-1px);}
  .btn-lg{padding:.65rem 1.75rem;font-size:1rem;}

  /* ── HERO ── */
  .about-hero{
    text-align:center;padding:6rem 2rem 5rem;
    background:linear-gradient(180deg,rgba(34,197,94,.06) 0%,transparent 70%);
    position:relative;overflow:hidden;
  }
  .hero-grid-bg{
    position:absolute;inset:0;
    background-image:linear-gradient(rgba(34,197,94,.04) 1px,transparent 1px),
      linear-gradient(90deg,rgba(34,197,94,.04) 1px,transparent 1px);
    background-size:60px 60px;
  }
  .about-hero .badge{
    display:inline-flex;align-items:center;gap:.4rem;
    border:1px solid rgba(34,197,94,.3);background:rgba(34,197,94,.07);
    color:var(--accent);font-size:.78rem;font-weight:700;
    padding:.3rem 1rem;border-radius:999px;letter-spacing:.06em;text-transform:uppercase;
    margin-bottom:1.5rem;position:relative;
  }
  .about-hero h1{
    font-size:clamp(2.2rem,6vw,4rem);font-weight:900;
    letter-spacing:-.04em;line-height:1.05;margin-bottom:1.5rem;
    position:relative;max-width:880px;margin:0 auto 1.5rem;
  }
  .about-hero h1 .hl{background:linear-gradient(135deg,#22c55e,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
  .about-hero p{font-size:1.1rem;color:var(--muted);max-width:600px;margin:0 auto 2.5rem;position:relative;}

  /* ── STATS BAR ── */
  .stats-bar{
    background:var(--bg2);border-top:1px solid var(--border);
    border-bottom:1px solid var(--border);
    padding:2.5rem 2rem;
  }
  .stats-inner{
    max-width:1200px;margin:0 auto;
    display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;
    text-align:center;
  }
  .stat-item{display:flex;flex-direction:column;gap:.2rem;padding:1rem;border-right:1px solid var(--border);}
  .stat-item:last-child{border-right:none;}
  .stat-num{font-size:1.9rem;font-weight:900;background:linear-gradient(135deg,#22c55e,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
  .stat-label{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;}

  /* ── SECTIONS ── */
  section{max-width:1200px;margin:0 auto;padding:5rem 2rem;}
  .section-badge{
    display:inline-block;font-size:.75rem;font-weight:800;
    text-transform:uppercase;letter-spacing:.1em;color:var(--accent);
    margin-bottom:.75rem;
  }
  .section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;letter-spacing:-.03em;margin-bottom:1rem;line-height:1.15;}
  .section-muted{color:var(--muted);font-size:1rem;line-height:1.75;max-width:680px;}

  /* ── MISSION ── */
  .mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:0;}
  .mission-pillars{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2rem;}
  .pillar{
    background:var(--bg2);border:1px solid var(--border);
    border-radius:var(--radius);padding:1.5rem;
    transition:border-color .2s,transform .15s;
  }
  .pillar:hover{border-color:rgba(34,197,94,.35);transform:translateY(-2px);}
  .pillar-icon{font-size:1.75rem;margin-bottom:.6rem;}
  .pillar h3{font-size:.95rem;font-weight:800;margin-bottom:.35rem;letter-spacing:-.01em;}
  .pillar p{font-size:.85rem;color:var(--muted);line-height:1.6;}
  .mission-image-side{
    background:var(--bg2);border:1px solid var(--border);
    border-radius:var(--radius-lg);overflow:hidden;
    position:relative;min-height:400px;
    background:linear-gradient(135deg,#0a1628,#0f2040);
    display:flex;align-items:center;justify-content:center;
  }
  .mission-visual{
    text-align:center;padding:2rem;
  }
  .mission-visual .big-num{font-size:5rem;font-weight:900;background:linear-gradient(135deg,#22c55e,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;}
  .mission-visual .big-label{font-size:.95rem;color:var(--muted);margin-top:.5rem;}

  /* ── STORY ── */
  .story-section{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 2rem;}
  .story-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
  .story-text{}
  .story-text .section-badge{display:block;}
  .story-text p{font-size:.97rem;color:var(--muted);line-height:1.8;margin-bottom:1rem;}
  .story-visual{
    background:linear-gradient(135deg,rgba(34,197,94,.08),rgba(15,23,42,.9));
    border:1px solid rgba(34,197,94,.2);border-radius:var(--radius-lg);
    padding:2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;
  }
  .story-stat{background:rgba(2,6,23,.7);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;}
  .story-stat .num{font-size:2.2rem;font-weight:900;background:linear-gradient(135deg,#22c55e,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;}
  .story-stat .lbl{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-top:.35rem;}

  /* ── TEAM ── */
  .team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;}
  .team-card{
    background:var(--bg2);border:1px solid var(--border);
    border-radius:var(--radius-lg);padding:2rem 1.5rem;
    text-align:center;transition:border-color .2s,transform .2s,box-shadow .2s;
  }
  .team-card:hover{border-color:rgba(34,197,94,.35);transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.35);}
  .team-avatar{
    width:80px;height:80px;border-radius:50%;
    background:linear-gradient(135deg,#22c55e,#15803d);
    display:flex;align-items:center;justify-content:center;
    font-size:2rem;font-weight:900;color:#fff;
    margin:0 auto 1rem;border:3px solid rgba(34,197,94,.3);
  }
  .team-name{font-size:1.1rem;font-weight:800;margin-bottom:.2rem;}
  .team-role{font-size:.82rem;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;}
  .team-bio{font-size:.83rem;color:var(--muted);line-height:1.6;}

  /* ── VALUES ── */
  .values-section{background:var(--bg3);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 2rem;}
  .values-inner{max-width:1200px;margin:0 auto;}
  .values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:3rem;}
  .value-card{
    background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);
    padding:2rem;display:flex;gap:1.25rem;align-items:flex-start;
    transition:border-color .2s,transform .15s;
  }
  .value-card:hover{border-color:rgba(34,197,94,.3);transform:translateY(-2px);}
  .value-num{
    width:44px;height:44px;border-radius:50%;min-width:44px;
    background:linear-gradient(135deg,#22c55e,#15803d);
    display:flex;align-items:center;justify-content:center;
    font-size:1rem;font-weight:900;color:#fff;
  }
  .value-content h3{font-size:1rem;font-weight:800;margin-bottom:.4rem;}
  .value-content p{font-size:.88rem;color:var(--muted);line-height:1.65;}
  /* 5th value full width */
  .value-card.full{grid-column:span 2;max-width:600px;margin:0 auto;width:100%;}

  /* ── DATA SOURCES ── */
  .sources-section{padding:4rem 2rem;border-top:1px solid var(--border);}
  .sources-inner{max-width:1200px;margin:0 auto;text-align:center;}
  .sources-inner h2{font-size:1.4rem;font-weight:800;color:var(--muted);margin-bottom:2rem;text-transform:uppercase;letter-spacing:.08em;}
  .sources-grid{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;align-items:center;}
  .source-badge{
    background:var(--bg2);border:1px solid var(--border);border-radius:999px;
    padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;color:var(--muted);
    transition:border-color .15s,color .15s;cursor:default;
  }
  .source-badge:hover{border-color:rgba(255,255,255,.2);color:var(--text);}

  /* ── CTA ── */
  .cta-section{
    max-width:1200px;margin:0 auto 0;padding:0 2rem 5rem;
  }
  .cta-inner{
    background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(21,128,61,.05));
    border:1px solid rgba(34,197,94,.2);border-radius:var(--radius-lg);
    padding:4rem 2rem;text-align:center;
  }
  .cta-inner h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;letter-spacing:-.03em;margin-bottom:.75rem;}
  .cta-inner p{color:var(--muted);margin-bottom:2rem;font-size:1.05rem;max-width:540px;margin-left:auto;margin-right:auto;}
  .cta-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;}

  /* ── FOOTER ── */
  footer{border-top:1px solid var(--border);background:var(--bg2);}
  .footer-main{
    max-width:1200px;margin:0 auto;
    display:grid;grid-template-columns:2fr 1fr 1fr 1fr;
    gap:3rem;padding:4rem 2rem 3rem;
  }
  .footer-brand p{font-size:.88rem;color:var(--muted);max-width:280px;line-height:1.7;margin-top:1rem;}
  .footer-col h4{font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem;color:var(--text);}
  .footer-col a{display:block;font-size:.88rem;color:var(--muted);margin-bottom:.5rem;transition:color .15s;}
  .footer-col a:hover{color:var(--accent);}
  .footer-bottom{border-top:1px solid var(--border);padding:1.5rem 2rem;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;}
  .footer-bottom p{font-size:.82rem;color:var(--muted);}
  .footer-disclaimer{font-size:.78rem;color:var(--muted);opacity:.7;max-width:1200px;margin:0 auto;padding:.75rem 2rem 2rem;border-top:1px solid rgba(30,41,59,.4);}

  @media(max-width:1024px){.stats-inner{grid-template-columns:repeat(3,1fr);}.team-grid{grid-template-columns:1fr 1fr;}.stat-item{border-right:none;border-bottom:1px solid var(--border);}.stat-item:last-child{border-bottom:none;}}
  @media(max-width:768px){.mission-grid,.story-inner,.values-grid{grid-template-columns:1fr;}.mission-pillars{grid-template-columns:1fr;}.team-grid{grid-template-columns:1fr 1fr;}.footer-main{grid-template-columns:1fr 1fr;gap:2rem;}.value-card.full{grid-column:span 1;max-width:100%;}}
  @media(max-width:560px){.stats-inner{grid-template-columns:repeat(2,1fr);}.team-grid{grid-template-columns:1fr;}.footer-main{grid-template-columns:1fr;}.nav-links{display:none;}}