


/*fim*/

.icon-calendar {
    color: #00e5ff; /* Exemplo de ciano/azul tecnológico */
    transition: transform 0.3s ease;
  }
  
  .icon-calendar:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 5px rgba(0, 229, 255, 0.5));
  }
  
  
  .sec-about-system { padding: 6px 5px; background: #050a12; }
    
    /* Grid Missão e Fundador Inicial */
    .about-mini-grid { 
      display: grid; 
      grid-template-columns: 1fr 1fr; 
      gap: 16px; 
      max-width: 400px; 
      margin: 0 ; 
    }
    /*
    .mini-card {
      flex:1.2;
      background: rgba(11, 24, 40, 0.6); 
      border: 1px solid rgba(0, 197, 255, 0.2);
      border-radius: 16px;
       padding: 32px; position: relative;
    }
  */
    .mini-card-photo {
      flex: 1;
    border-radius: 20px;
    max-width: 400px;
    overflow: hidden; /* ESSENCIAL */
    display: flex;
    padding: 0;
  }
  
  .photo-autoridade {
    width: 80%;
    height: auto;
    display: flex;
    object-fit: cover;
    border-radius: 20px; /* opcional, mas ajuda */
    margin-left: auto; /* 👈 empurra pra direita */
  }
  
    .mini-card h3 { font-size: 20px; margin-bottom: 12px; color: #fff; }
    .mini-card p { font-size: 14px; color: #8ba5bf; line-height: 1.6; }
    
    /* Sessão 2: O Sistema Unificado */
    .system-headline { text-align: center; margin-bottom: 48px; }
    .system-headline h2 { font-size: 28px; font-weight: 800; color: #fff; }
    .system-headline span { color: #00c5ff; }
  
    .system-grid {
      display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
      max-width: 1200px; margin: 0 auto;
    }
    .sys-item {
      background: linear-gradient(180deg, rgba(11, 24, 40, 0.8) 0%, rgba(5, 10, 18, 1) 100%);
      border: 1px solid rgba(0, 197, 255, 0.15); border-radius: 12px;
      padding: 24px 15px; text-align: center; transition: all 0.3s ease;
    }
    .sys-item:hover { border-color: #00f0cd; transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 240, 205, 0.1); }
    
    .sys-icon { 
      width: 40px; height: 40px; margin: 0 auto 16px; color: #00f0cd;
      filter: drop-shadow(0 0 5px rgba(0, 240, 205, 0.4));
    }
    .sys-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 10px; line-height: 1.3; }
    .sys-item p { font-size: 12px; color: #6a8aaa; line-height: 1.5; }
  
    @media (max-width: 1024px) {
      .system-grid { grid-template-columns: repeat(2, 1fr); }
      .about-mini-grid { grid-template-columns: 1fr; }
    }
  
  
  .tcard img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .tcard img:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }
  
  
  .sec-about-system { padding: 10px 56px; background: #050a12; }
    
    /* Grid Missão e Fundador Inicial */
    .about-mini-grid { 
      display: grid; 
      grid-template-columns: 1fr 1fr;
       gap: 5px; 
      max-width: 930px; 
      margin: 0 auto 10px; 
    }
    .mini-card {
      background: rgba(11, 24, 40, 0.6); border: 1px solid rgba(0, 197, 255, 0.2);
      border-radius: 16px; padding: 32px; position: relative;
    }
    .mini-card h3 { font-size: 20px; margin-bottom: 5px; color: #fff; }
    .mini-card p { font-size: 14px; color: #8ba5bf; font-weight: 400; line-height: 1.6; font-style: normal; margin-bottom: 10px;}
  
    /* Sessão 2: O Sistema Unificado */
    .system-headline { text-align: center; margin-bottom: 48px; }
    .system-headline h2 { font-size: 28px; font-weight: 800; color: #fff; }
    .system-headline span { color: #00c5ff; }
  
    .system-grid {
      display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
      max-width: 1200px; margin: 0 auto;
    }
    .sys-item {
      background: linear-gradient(180deg, rgba(11, 24, 40, 0.8) 0%, rgba(5, 10, 18, 1) 100%);
      border: 1px solid rgba(0, 197, 255, 0.15); border-radius: 12px;
      padding: 24px 15px; text-align: center; transition: all 0.3s ease;
    }
    .sys-item:hover { border-color: #00f0cd; transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 240, 205, 0.1); }
    
    .sys-icon { 
      width: 40px; height: 40px; margin: 0 auto 16px; color: #00f0cd;
      filter: drop-shadow(0 0 5px rgba(0, 240, 205, 0.4));
    }
    .sys-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 10px; line-height: 1.3; }
    .sys-item p { font-size: 12px; color: #6a8aaa; line-height: 1.5; }
  
    @media (max-width: 1024px) {
      .system-grid { grid-template-columns: repeat(2, 1fr); }
      .about-mini-grid { grid-template-columns: 1fr; }
    }
  
  
  .sec-about {
      padding: 40px 56px 80px;
      background: #050a12;
    }
    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      max-width: 1100px;
      margin: 0 auto;
    }
    .about-card {
      background: #0b1828;
      border: 1px solid rgba(0, 197, 255, 0.2);
      border-radius: 20px;
      padding: 40px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .about-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      background: radial-gradient(circle at top left, rgba(0, 240, 205, 0.05), transparent 70%);
      pointer-events: none;
    }
    .about-icon-svg {
      width: 44px;
      height: 44px;
      margin-bottom: 20px;
      color: #00f0cd;
      filter: drop-shadow(0 0 8px rgba(0, 240, 205, 0.5));
    }
    .about-card h3 {
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 16px;
      color: #fff;
    }
    .about-card p {
      font-size: 15px;
      color: #8ba5bf;
      line-height: 1.7;
    }
    .founder-detail {
      margin-top: 60px;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
      display: grid;
      grid-template-columns: 320px 1fr;
      gap: 50px;
      align-items: center;
      background: linear-gradient(135deg, rgba(11, 24, 40, 0.5) 0%, rgba(6, 12, 24, 1) 100%);
      border-radius: 24px;
      padding: 50px;
      border: 1px solid rgba(0, 197, 255, 0.15);
    }
    .founder-img-wrapper {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      border: 2px solid #00c5ff;
      box-shadow: 0 0 30px rgba(0, 197, 255, 0.3);
    }
    .founder-img-wrapper img {
      width: 100%;
      display: block;
      filter: grayscale(20%);
    }
    .founder-text h4 {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #00c5ff;
      margin-bottom: 8px;
    }
    .founder-text h2 {
      font-size: 32px;
      font-weight: 900;
      margin-bottom: 20px;
    }
    .founder-text p {
      font-size: 16px;
      color: #8ba5bf;
      line-height: 1.8;
      margin-bottom: 20px;
    }
    .founder-tag {
      display: inline-block;
      padding: 6px 14px;
      background: rgba(0, 240, 205, 0.1);
      border: 1px solid rgba(0, 240, 205, 0.3);
      color: #00f0cd;
      border-radius: 8px;
      font-size: 12px;
      font-weight: 700;
    }
  
    @media (max-width: 900px) {
      .about-grid, .founder-detail { grid-template-columns: 1fr; padding: 30px; }
      .founder-img-wrapper { max-width: 280px; margin: 0 auto; }
      .founder-text { text-align: center; }
    }
  
  
  
  
  *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{
    font-family:'Inter',sans-serif;
    background:#050a12;
    color:#fff;
    font-size:14px;
    line-height:1.5;
    overflow-x:hidden;
  }
  
  /* ─────────────────────────────────────────
     PRICING
  ───────────────────────────────────────── */
  .sec-pricing{
    padding:72px 56px;
    background:#060c18;
    text-align:center;
  }
  
  .pricing-card{
    max-width:420px;
    margin:40px auto 0;
    background:#0b1828;
    border:1px solid rgba(0,197,255,0.25);
    border-radius:16px;
    padding:32px 28px;
    box-shadow:0 0 40px rgba(0,100,200,0.15);
    transition:all .25s;
  }
  
  .pricing-card:hover{
    transform:translateY(-4px);
    box-shadow:0 0 60px rgba(0,150,255,0.25);
  }
  
  .price{
    font-size:42px;
    font-weight:900;
    color:#00c5ff;
    margin:20px 0;
    line-height:1.1;
  }
  
  .price small{
    font-size:14px;
    color:#6a8aaa;
    font-weight:500;
  }
  
  .pricing-list{
    text-align:left;
    margin:20px 0;
    padding-left:10px;
  }
  
  .pricing-list li{
    margin-bottom:10px;
    color:#8ba5bf;
    font-size:13px;
    list-style:none;
  }
  
  .pricing-cta{
    margin-top:20px;
  }
  
  /* ─────────────────────────────────────────
     NAVBAR
  ───────────────────────────────────────── */
  .navbar{
    position:fixed;top:0;left:0;right:0;z-index:999;
    height:58px;
    display:flex;align-items:center;justify-content:space-between;
    padding:0 36px;
    background:rgba(4,8,18,0.94);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(255,255,255,0.06);
  }
  .logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff}
  .logo-mark{
    width:36px;height:36px;border-radius:8px;
    background:linear-gradient(135deg,#009fe3,#0055cc);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 0 16px rgba(0,160,230,0.5);
    overflow:hidden;
  }
  .logo-mark svg{width:22px;height:22px}
  .logo-name{display:flex;flex-direction:column;line-height:1}
  .logo-name span{font-size:9px;font-weight:500;color:#5a7a9a;letter-spacing:2px;text-transform:uppercase}
  .logo-name strong{font-size:17px;font-weight:800;letter-spacing:.5px}
  .nav-links{display:flex;align-items:center;gap:30px}
  .nav-links a{
    color:#9cb3cc;text-decoration:none;font-size:13.5px;font-weight:500;
    transition:color .15s;display:flex;align-items:center;gap:4px;
  }
  .nav-links a:hover{color:#fff}
  .nav-links a .arr{font-size:9px;color:#6a8aaa}
  .nav-actions{display:flex;align-items:center;gap:12px}
  .btn-ghost{
    background:none;border:none;color:#9cb3cc;
    font-size:13.5px;font-weight:500;cursor:pointer;font-family:inherit;
    transition:color .15s;
  }
  .btn-ghost:hover{color:#fff}
  .btn-cta-nav{
    background:#00c5ff;color:#000;border:none;
    padding:9px 16px;border-radius:7px;
    font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;
    white-space:nowrap;letter-spacing:.1px;
    box-shadow:0 0 20px rgba(0,197,255,0.4);
    transition:all .2s;
  }
  .btn-cta-nav:hover{background:#22d0ff;box-shadow:0 0 30px rgba(0,197,255,0.6);transform:translateY(-1px)}
  
  /* ─────────────────────────────────────────
     HERO COM VIDEO
  ───────────────────────────────────────── */
  .hero{
    min-height:100vh;
    padding-top:58px;
    display:grid;
    grid-template-columns:50% 50%;
    position:relative;
    overflow:hidden;
    background:
      radial-gradient(ellipse 80% 80% at 72% 35%, rgba(0,70,200,0.28) 0%,transparent 65%),
      radial-gradient(ellipse 40% 60% at 80% 80%, rgba(0,30,100,0.15) 0%,transparent 60%),
      #050a12;
  }
  
  /* left col */
  .hero-content{
    padding:68px 40px 56px 56px;
    display:flex;flex-direction:column;justify-content:center;
  }
  .hero-badge{
    display:inline-flex;align-items:center;gap:7px;
    background:rgba(0,197,255,0.08);
    border:1px solid rgba(0,197,255,0.28);
    border-radius:20px;padding:5px 13px;
    font-size:11px;font-weight:600;color:#00c5ff;
    letter-spacing:.7px;text-transform:uppercase;
    margin-bottom:20px;width:fit-content;
  }
  .hero-badge::before{content:'●';color:#22c55e;font-size:7px}
  .hero-h1{
    font-size:46px;font-weight:900;line-height:1.06;
    margin-bottom:16px;letter-spacing:-.8px;
  }
  .hero-h1 .c{color:#00c5ff}
  .hero-desc{
    color:#8ba5bf;font-size:14px;line-height:1.7;
    margin-bottom:26px;
  }
  .hero-feats{display:flex;gap:22px;margin-bottom:28px}
  .hfeat{display:flex;align-items:center;gap:12px;max-width:165px}
  
  /* NOVO ESTILO DOS ICONES NEON */
  .hfeat-icon{
    width:32px;height:32px;
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
    color: #00f0cd; /* Ciano Neon */
    filter: drop-shadow(0 0 2px #00f0cd) drop-shadow(0 0 8px rgba(0, 240, 205, 0.6));
  }
  .hfeat-icon svg{ width: 24px; height: 24px; }
  
  .hfeat-text strong{display:block;font-size:11.5px;font-weight:700;color:#fff;margin-bottom:1px}
  .hfeat-text span{font-size:11px;color:#6a8aaa}
  .hero-btns{display:flex;align-items:center;gap:18px;margin-bottom:32px}
  .btn-primary{
    background:#00c5ff;color:#000;border:none;
    padding:13px 22px;border-radius:8px;
    font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;
    box-shadow:0 0 28px rgba(0,197,255,0.42);
    transition:all .2s;white-space:nowrap;
  }
  .btn-primary:hover{background:#22d0ff;transform:translateY(-2px);box-shadow:0 0 40px rgba(0,197,255,0.65)}
  .btn-outline{
    display:flex;align-items:center;gap:8px;
    background:none;border:none;color:#8ba5bf;
    font-size:13.5px;font-weight:500;cursor:pointer;font-family:inherit;
    transition:color .15s;
  }
  .btn-outline:hover{color:#fff}
  .play-circle{
    width:30px;height:30px;border-radius:50%;
    border:1px solid rgba(255,255,255,0.22);
    display:flex;align-items:center;justify-content:center;
    font-size:9px;
  }
  .hero-proof{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
  .avs{display:flex}
  .av{
    width:30px;height:30px;border-radius:50%;
    border:2px solid #050a12;
    overflow:hidden;
    display:flex;align-items:center;justify-content:center;
    font-size:10px;font-weight:700;
    margin-left:-8px;
    flex-shrink:0;
  }
  .av:first-child{margin-left:0}
  .av1{background:linear-gradient(135deg,#1a4a7a,#0d2a4a);color:#00c5ff}
  .av2{background:linear-gradient(135deg,#2a3a6a,#162040);color:#7aa0e8}
  .av3{background:linear-gradient(135deg,#1a5a4a,#0d3030);color:#00d4a8}
  .av4{background:linear-gradient(135deg,#4a2a6a,#2a1040);color:#a888e8}
  .av5{background:linear-gradient(135deg,#3a2a1a,#1a1408);color:#e8b888}
  .proof-sep{color:rgba(255,255,255,0.15);font-size:14px}
  .proof-txt{font-size:12.5px;color:#8ba5bf;display:flex;align-items:center;gap:4px}
  .gdot{color:#22c55e;font-size:8px}
  
  /* right col - VIDEO */
  .hero-diagram-video{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
  }
  
  .video-container{
    width:100%;
    max-width:500px;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 0 60px rgba(0,197,255,0.3),0 20px 40px rgba(0,0,0,0.4);
    background:linear-gradient(135deg,#0b1828,#06101e);
    border:1px solid rgba(0,197,255,0.3);
    transition:transform 0.3s ease,box-shadow 0.3s ease;
  }
  
  .video-container:hover{
    transform:translateY(-5px);
    box-shadow:0 0 80px rgba(0,197,255,0.5),0 25px 50px rgba(0,0,0,0.5);
  }
  
  .video-wrapper{
    position:relative;
    padding-bottom:56.25%; /* 16:9 aspect ratio */
    height:0;
    overflow:hidden;
    background:#000;
  }
  
  .video-wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
  }
  
  .video-caption{
    padding:16px 20px;
    text-align:center;
    background:rgba(0,0,0,0.3);
    border-top:1px solid rgba(0,197,255,0.2);
  }
  
  .video-caption p{
    color:#8ba5bf;
    font-size:13px;
    margin:0;
  }
  
  .video-caption strong{
    color:#00c5ff;
    font-weight:700;
  }
  
  /* ─────────────────────────────────────────
     DIVIDER BAR (below hero)
  ───────────────────────────────────────── */
  .divbar{
    background:#060c1a;
    border-top:1px solid rgba(255,255,255,0.06);
    border-bottom:1px solid rgba(255,255,255,0.06);
    padding:13px 0;
    display:flex;align-items:center;justify-content:center;gap:40px;
    overflow:hidden;
  }
  .divbar-item{
    display:flex;align-items:center;gap:10px;
    font-size:10.5px;font-weight:700;letter-spacing:1.8px;
    text-transform:uppercase;color:#4a6a88;white-space:nowrap;
  }
  .divbar-item.hl{color:#00c5ff}
  .divbar-arr{color:#00c5ff;font-size:13px}
  
  /* ─────────────────────────────────────────
     SECTION 2 — 3 PILARES
  ───────────────────────────────────────── */
  .sec-pillars{
    padding:72px 56px;
    background:#060c18;
  }
  .sec-title{
    text-align:center;
    font-size:28px;font-weight:800;
    margin-bottom:48px;letter-spacing:-.3px;
  }
  .sec-title em{font-style:normal;color:#00c5ff}
  .pillars-grid{
    display:grid;grid-template-columns:repeat(3,1fr);
    gap:20px;max-width:1080px;margin:0 auto;
  }
  .pcard{
    background:#0b1828;
    border:1px solid rgba(0,180,255,0.16);
    border-radius:14px;padding:28px 24px;
    transition:transform .25s,box-shadow .25s,border-color .25s;
    position:relative;overflow:hidden;
  }
  .pcard:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 40px rgba(0,100,200,0.2);
    border-color:rgba(0,197,255,0.35);
  }
  .pcard-icon{
    width:50px;height:50px;border-radius:12px;
    background:rgba(0,197,255,0.09);
    border:1px solid rgba(0,197,255,0.22);
    display:flex;align-items:center;justify-content:center;
    font-size:22px;margin-bottom:16px;
  }
  .pcard h3{font-size:17px;font-weight:700;margin-bottom:10px}
  .pcard p{font-size:13px;color:#7a9ab4;line-height:1.65}
  
  /* ─────────────────────────────────────────
     SECTION 3 — A MÁQUINA
  ───────────────────────────────────────── */
  .sec-how{
    padding:0 56px 72px;
    background:#060c18;
  }
  .how-inner{
    display:grid;grid-template-columns:260px 1fr;
    gap:52px;max-width:1180px;margin:0 auto;align-items:start;
  }
  .how-left h2{font-size:24px;font-weight:800;line-height:1.2;margin-bottom:14px}
  .how-left>p{font-size:13px;color:#7a9ab4;line-height:1.65;margin-bottom:18px}
  .checks{list-style:none}
  .checks li{
    display:flex;align-items:center;gap:8px;
    font-size:13px;color:#8ba5bf;margin-bottom:9px;
  }
  .checks li::before{content:'✓';color:#00d4a8;font-weight:800;flex-shrink:0}
  .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
  .step-card{
    background:#0b1828;border:1px solid rgba(0,180,255,0.16);
    border-radius:12px;padding:18px 15px;position:relative;
  }
  .step-tag{
    font-size:10px;font-weight:800;text-transform:uppercase;
    letter-spacing:.9px;color:#00c5ff;margin-bottom:8px;
  }
  .step-card>p{font-size:12px;color:#7a9ab4;line-height:1.6;margin-bottom:14px}
  .step-vis{
    height:76px;border-radius:8px;
    background:rgba(0,50,100,0.2);
    border:1px solid rgba(0,180,255,0.12);
    display:flex;align-items:center;justify-content:center;
    font-size:28px;
  }
  .step-vis.s1{background:radial-gradient(ellipse at center,rgba(0,80,160,0.3),rgba(0,20,60,0.3))}
  .step-vis.s2{background:radial-gradient(ellipse at center,rgba(0,100,80,0.3),rgba(0,20,60,0.3))}
  .step-vis.s3{background:radial-gradient(ellipse at center,rgba(80,0,160,0.3),rgba(0,20,60,0.3))}
  .step-vis.s4{background:radial-gradient(ellipse at center,rgba(0,120,160,0.3),rgba(0,20,60,0.3))}
  .step-arr{
    position:absolute;right:-18px;top:50%;transform:translateY(-50%);
    color:#00c5ff;font-size:16px;font-weight:700;z-index:2;
  }
  .step-logos{display:flex;gap:6px;margin-top:8px;justify-content:center}
  .sl{
    width:20px;height:20px;border-radius:4px;
    display:flex;align-items:center;justify-content:center;
    font-size:9px;font-weight:900;color:#fff;
  }
  
  /* ─────────────────────────────────────────
     SECTION 4 — RESULTADOS
  ───────────────────────────────────────── */
  .sec-results{
    padding:72px 56px;
    background:#050a12;
  }
  .stats-row{
    display:flex;justify-content:center;gap:52px;
    margin-bottom:44px;flex-wrap:wrap;
  }
  .stat-b .sn{
    font-size:38px;font-weight:900;
    color:#00c5ff;line-height:1;
    font-variant-numeric:tabular-nums;
  }
  .stat-b .sl2{font-size:12px;color:#4a6a88;margin-top:4px}
  .stat-b.gray .sn{font-size:14px;font-style:italic;color:#4a6a88;padding-top:14px}
  .tgrid{
    display:grid;
    grid-template-columns:repeat(4,1fr) 1.15fr;
    gap:14px;max-width:1200px;margin:0 auto;
  }
  .tcard{
    background:#0b1828;border:1px solid rgba(0,180,255,0.14);
    border-radius:12px;padding:18px;
  }
  .tc-head{display:flex;align-items:center;gap:9px;margin-bottom:12px}
  .tav{
    width:38px;height:38px;border-radius:50%;
    border:2px solid rgba(0,197,255,0.25);
    display:flex;align-items:center;justify-content:center;
    font-size:13px;font-weight:700;flex-shrink:0;
  }
  .tc-name{font-size:13px;font-weight:700;margin-bottom:1px}
  .tc-role{font-size:10.5px;color:#4a6a88}
  .tc-body{font-size:12px;color:#7a9ab4;line-height:1.65;margin-bottom:12px}
  .tc-tag{
    background:rgba(0,197,255,0.06);
    border:1px solid rgba(0,197,255,0.14);
    border-radius:6px;padding:6px 10px;
    font-size:11px;color:#00c5ff;font-weight:600;
  }
  .vcard2{
    background:#0b1828;border:1px solid rgba(0,180,255,0.14);
    border-radius:12px;overflow:hidden;
  }
  .vthumb{
    height:145px;
    background:linear-gradient(160deg,#0a1e3a 0%,#0d2a4a 100%);
    position:relative;display:flex;align-items:center;justify-content:center;
  }
  .vbadge{
    position:absolute;top:8px;left:8px;
    background:rgba(210,30,30,0.92);color:#fff;
    font-size:8.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;
    padding:3px 8px;border-radius:4px;
  }
  .vbadge2{
    position:absolute;top:8px;right:8px;
    background:rgba(210,30,30,0.92);color:#fff;
    font-size:8.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;
    padding:3px 8px;border-radius:4px;
  }
  .vplay{
    width:44px;height:44px;border-radius:50%;
    border:2px solid rgba(255,255,255,0.5);
    background:rgba(255,255,255,0.1);
    display:flex;align-items:center;justify-content:center;
    font-size:13px;cursor:pointer;
    transition:all .2s;position:absolute;
  }
  .vplay:hover{background:rgba(255,255,255,0.22);transform:scale(1.08)}
  .vbody{padding:14px 16px}
  .vbody blockquote{font-size:12.5px;color:#8ba5bf;font-style:italic;line-height:1.65;margin-bottom:9px}
  .vbody cite{font-size:11px;color:#4a6a88;font-style:normal}
  .vbody cite strong{color:#00c5ff}
  .person-ph{font-size:60px;opacity:.35;line-height:1;margin-top:8px}
  
  /* ─────────────────────────────────────────
     SECTION 5 — CTA FINAL
  ───────────────────────────────────────── */
  .sec-cta{
    padding:72px 56px;
    background:#06101e;
    position:relative;overflow:hidden;
  }
  .sec-cta::before{
    content:'';position:absolute;
    top:50%;left:30%;
    width:600px;height:400px;
    background:radial-gradient(ellipse,rgba(0,50,150,0.2),transparent 70%);
    transform:translate(-50%,-50%);
    pointer-events:none;
  }
  .cta-inner{
    display:grid;grid-template-columns:1fr 1.2fr;
    gap:56px;max-width:1160px;margin:0 auto;align-items:center;
  }
  .cta-left h2{
    font-size:clamp(22px,2.8vw,32px);font-weight:800;
    line-height:1.14;margin-bottom:14px;letter-spacing:-.3px;
  }
  .cta-left>p{font-size:13.5px;color:#7a9ab4;line-height:1.65;margin-bottom:22px}
  .cta-chks{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:28px}
  .cta-chk{display:flex;align-items:center;gap:6px;font-size:13px;color:#8ba5bf}
  .cta-chk::before{content:'✓';color:#00d4a8;font-weight:800}
  .btn-cta-big{
    background:#00c5ff;color:#000;border:none;
    padding:15px 26px;border-radius:8px;
    font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;
    box-shadow:0 0 32px rgba(0,197,255,0.45);
    transition:all .2s;display:inline-block;
  }
  .btn-cta-big:hover{background:#22d0ff;transform:translateY(-2px);box-shadow:0 0 48px rgba(0,197,255,0.65)}
  .cta-sub{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:12px;color:#4a6a88}
  
  .dash2{
    background:#0b1828;border:1px solid rgba(0,180,255,0.2);
    border-radius:14px;overflow:hidden;
    box-shadow:0 0 60px rgba(0,50,150,0.2);
    position:relative;z-index:1;
  }
  .dash2-nav{
    background:rgba(0,0,0,0.4);
    border-bottom:1px solid rgba(255,255,255,0.05);
    padding:0 16px;
    display:flex;align-items:center;
    overflow-x:auto;
  }
  .dash2-nav span{
    padding:10px 14px;font-size:11.5px;color:#4a6a88;
    cursor:pointer;white-space:nowrap;
    border-bottom:2px solid transparent;transition:color .15s;
  }
  .dash2-nav span.on{color:#00c5ff;border-bottom-color:#00c5ff}
  .dash2-body{padding:16px}
  .dash-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:13px}
  .dkpi{background:rgba(0,0,0,0.3);border-radius:8px;padding:10px 12px}
  .dkpi-l{font-size:9.5px;color:#4a6a88;margin-bottom:4px;line-height:1.3}
  .dkpi-v{font-size:19px;font-weight:800;line-height:1}
  .dkpi-v.c{color:#00c5ff}
  .dkpi-v.t{color:#00d4a8}
  .dkpi-s{font-size:9px;color:#22c55e;margin-top:2px}
  .mchart{
    height:66px;border-radius:8px;
    background:rgba(0,0,0,0.25);
    display:flex;align-items:flex-end;
    padding:6px 6px 3px;gap:3px;margin-bottom:12px;
    overflow:hidden;position:relative;
  }
  .mchart-line{
    position:absolute;top:0;left:0;right:0;bottom:0;
    overflow:hidden;
  }
  .mbar{border-radius:2px 2px 0 0;flex:1;min-width:0;transition:height .5s}
  .mtable{font-size:11px}
  .mth,.mtr{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    padding:4px 2px;
  }
  .mth{color:#4a6a88;border-bottom:1px solid rgba(255,255,255,0.05);padding-bottom:6px;margin-bottom:4px}
  .mtr{color:#8ba5bf;border-bottom:1px solid rgba(255,255,255,0.03)}
  .mtr .g{color:#22c55e}
  .mtr .y{color:#facc15}
  
  /* ─────────────────────────────────────────
     FOOTER
  ───────────────────────────────────────── */
  footer{
    background:#040810;
    border-top:1px solid rgba(255,255,255,0.05);
    padding:24px 56px;
    display:flex;align-items:center;justify-content:space-between;
  }
  footer .f-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff}
  footer p{font-size:12px;color:#2a4a64}
  
  /* ─────────────────────────────────────────
     ANIMATIONS
  ───────────────────────────────────────── */
  @keyframes fadeUp{
    from{opacity:0;transform:translateY(20px)}
    to{opacity:1;transform:translateY(0)}
  }
  
  [data-r]{opacity:0;transform:translateY(22px);transition:opacity .5s ease,transform .5s ease}
  [data-r].vis{opacity:1;transform:none}
  
  /* Responsive */
  @media (max-width: 1024px){
    .hero{
      grid-template-columns:1fr;
      gap:0;
    }
    .hero-content{
      padding:68px 24px 40px 24px;
    }
    .hero-diagram-video{
      padding:20px 24px 60px 24px;
    }
    .video-container{
      max-width:100%;
    }
    .how-inner{
      grid-template-columns:1fr;
      gap:32px;
    }
    .steps-grid{
      grid-template-columns:repeat(2,1fr);
    }
    .step-arr{
      display:none;
    }
    .tgrid{
      grid-template-columns:1fr;
    }
    .cta-inner{
      grid-template-columns:1fr;
    }
    .sec-pillars,.sec-how,.sec-results,.sec-cta,.sec-pricing{
      padding:48px 24px;
    }
    .pillars-grid{
      grid-template-columns:1fr;
    }
    .navbar{
      padding:0 16px;
    }
    .nav-links{
      display:none;
    }
    footer{
      padding:24px;
      flex-direction:column;
      gap:16px;
      text-align:center;
    }
  }
  