:root{
    --navy:#14263B;
    --navy-deep:#0B1626;
    --gray:#6B7280;
    --gold:#F2C438;
    --cream:#FFF6DC;
    --blue-1:#3B9EFF;
    --blue-2:#0B63E5;
    --card-blue-1:#0F2A4A;
    --card-blue-2:#050F1E;
    --white:#FFFFFF;
    --off:#FAFAF8;
    --line:rgba(20,38,59,0.10);
  }
  /* Escopado em #fs-landing para não vazar nem sofrer conflito com o CSS do tema WordPress.
     Recomendado: colar dentro de um bloco "HTML personalizado" ou usar como template de página em branco (Elementor Canvas / Página em branco). */
  html{scroll-behavior:smooth;}
  html, body{margin:0; padding:0;}
  #fs-landing, :where(#fs-landing) *{box-sizing:border-box; margin:0; padding:0;}
  #fs-landing{
    background:var(--white);
    color:var(--navy);
    font-family:'Sora', -apple-system, sans-serif;
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{max-width:100%; display:block;}
  .wrap{max-width:640px; margin:0 auto; padding:0 24px;}
  h1,h2,h3{
    font-family:'Sora', sans-serif;
    font-weight:800;
    line-height:1.05;
  }
  .eyebrow{
    font-family:'Sora', sans-serif;
    font-size:13px;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:var(--gold);
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before{content:"—";}
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    gap:8px;
    background:linear-gradient(135deg, var(--blue-1), var(--blue-2));
    color:#fff;
    font-family:'Sora', sans-serif;
    font-weight:800;
    font-size:15px;
    letter-spacing:0.02em;
    text-transform:uppercase;
    padding:20px 28px;
    border:none;
    border-radius:999px;
    cursor:pointer;
    text-decoration:none;
    box-shadow:0 10px 24px rgba(11,99,229,0.35);
    transition:transform .15s ease, box-shadow .15s ease;
  }
  .btn:hover{transform:translateY(-2px); box-shadow:0 14px 28px rgba(11,99,229,0.45);}

  /* HEADER */
  header{
    position:fixed; top:0; left:0; right:0; z-index:50;
    background:rgba(0,0,0,0.45);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    padding:12px 24px;
  }
  .logo{text-align:center;}
  .logo-img{
    max-height:36px;
    width:auto;
    margin:0 auto;
  }

  /* HERO PHOTO */
  .hero{
    position:relative;
    min-height:82vh;
    display:flex; align-items:flex-end;
    padding-top:24px;
  }
  .hero-bg{
    position:absolute; inset:0;
    overflow:hidden;
    background:
      radial-gradient(ellipse at 30% 15%, rgba(11,99,229,0.35), transparent 60%),
      linear-gradient(180deg, #0d2a4a 0%, #0c1015 100%);
  }
  .hero-bg img{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit:cover;
    object-position:top center;
    display:block;
    color:transparent;
  }
  .hero-bg .overlay{
    position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(4,8,10,0.15) 0%, rgba(6,14,20,0.45) 45%, rgba(3,7,10,0.95) 100%);
  }
  .hero-bg-desktop{
    display:none;
    position:absolute; inset:0;
    background-image:url('../images/glaycon-web.jpg');
    background-size:cover;
    background-position:center;
  }
  .hero-bg .photo-tag{
    position:absolute; bottom:18px; right:18px;
    font-family:'Sora', sans-serif;
    font-size:10px; letter-spacing:0.06em;
    color:rgba(255,255,255,0.4);
    text-transform:uppercase;
    max-width:180px; text-align:right;
  }
  .hero-content{position:relative; z-index:2; padding-bottom:64px;}
  .hero h1{
    font-size:clamp(34px, 8.6vw, 46px);
    color:#fff;
    margin-top:14px;
  }
  .hero .sub{
    font-size:17px; font-weight:700; color:#fff;
    margin-top:16px; max-width:440px;
  }
  .hero .microline{
    font-family:'Sora', sans-serif;
    font-size:11.5px; letter-spacing:0.14em; text-transform:uppercase;
    color:rgba(255,255,255,0.65); margin-top:22px; line-height:1.8;
    max-width:340px;
  }
  .dots{display:flex; gap:8px; margin-top:16px;}
  .dots span{width:20px; height:4px; border-radius:4px; background:rgba(255,255,255,0.25);}
  .dots span.on{background:var(--gold); width:26px;}
  .hero-btn{margin-top:24px;}

  /* FLOATING DARK CARD (reforço) */
  .float-card-wrap{position:relative; margin-top:48px; z-index:5; padding:0 20px;}
  .card{
    max-width:600px; margin:0 auto;
    background:
      radial-gradient(ellipse at 50% -10%, var(--card-blue-1), var(--card-blue-2) 70%);
    border:1.5px solid var(--gold);
    border-radius:26px;
    padding:32px 26px;
    box-shadow:0 20px 40px rgba(0,0,0,0.35);
  }
  .card h2{color:#fff; font-size:clamp(24px,6vw,30px); margin-bottom:10px;}
  .card p{color:rgba(255,255,255,0.75); font-size:15px; margin-bottom:22px; font-weight:600;}

  /* DARK PHOTO SECTION (trajetória) */
  .dark-section{
    position:relative;
    padding:100px 0 90px;
    margin-top:0;
    overflow:hidden;
  }
  .dark-section .bg{
    position:absolute; inset:0;
    background:
      linear-gradient(180deg, rgba(3,7,10,0.55), rgba(3,7,10,0.94)),
      radial-gradient(ellipse at 70% 20%, rgba(11,99,229,0.22), transparent 55%),
      #0b0f14;
    background-size:cover;
  }
  .dark-section .content{position:relative; z-index:2;}
  .dark-section h2{color:#fff; font-size:clamp(28px,7vw,38px); margin:14px 0 22px;}
  .dark-section p{color:rgba(255,255,255,0.72); font-size:16px; margin-bottom:14px; font-weight:600;}
  .dark-section p strong{color:#fff;}
  .video-frame{
    position:relative;
    aspect-ratio:9/16;
    max-width:280px;
    margin:28px auto 0;
    background:#000;
    border:1.5px solid rgba(255,255,255,0.18);
    border-radius:18px;
    overflow:hidden;
    cursor:pointer;
  }
  .video-frame video{width:100%; height:100%; object-fit:cover;}
  .sound-toggle{
    position:absolute; top:12px; right:12px; z-index:3;
    width:36px; height:36px; border-radius:50%;
    background:rgba(0,0,0,0.55);
    border:1px solid rgba(255,255,255,0.25);
    display:flex; align-items:center; justify-content:center;
    cursor:pointer;
    transition:opacity .3s ease;
  }
  .sound-toggle svg{width:16px; height:16px;}
  .video-frame.unmuted .sound-toggle{opacity:0; pointer-events:none;}
  .video-frame .cap{
    position:absolute; left:0; right:0; bottom:0;
    padding:14px;
    background:linear-gradient(0deg, rgba(0,0,0,0.85), transparent);
    font-family:'Sora', sans-serif;
    font-size:10.5px; letter-spacing:0.05em;
    color:rgba(255,255,255,0.7);
    text-transform:uppercase;
  }

  /* WHITE SECTIONS */
  section.white{padding:80px 0;}
  .section-head{margin-bottom:36px;}
  .section-head h2{
    font-size:clamp(28px, 7vw, 38px);
    color:var(--navy);
    text-transform:uppercase;
    margin-top:14px;
  }
  .section-head p{color:var(--gray); font-size:16px; margin-top:16px; font-weight:600;}

  /* SEÇÃO 3 — NÚMEROS */
  .stats-section{background:var(--off);}
  .stats-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
  }
  .stat-card{
    background:#fff;
    border:1.5px solid var(--line);
    border-radius:20px;
    padding:26px 24px;
  }
  .stat-card .num{
    font-family:'Sora', sans-serif;
    font-weight:800;
    font-size:clamp(28px,7vw,34px);
    color:var(--blue-2);
    line-height:1.1;
  }
  .stat-card .label{
    margin-top:8px;
    font-size:14.5px;
    color:var(--gray);
    font-weight:600;
    line-height:1.4;
  }

  /* BANDEIRAS */
  .bandeiras-section{
    background:
      radial-gradient(ellipse at 20% 0%, rgba(11,99,229,0.18), transparent 55%),
      linear-gradient(180deg, #0B1626 0%, #060D16 100%);
  }
  .bandeiras-section .eyebrow{color:var(--gold);}
  .bandeiras-section .section-head h2{color:#fff;}
  .bandeiras-section .section-head p{color:rgba(255,255,255,0.68);}
  .bandeiras-list{border-top:1px solid rgba(255,255,255,0.14);}
  .bandeira{
    display:flex; gap:20px; align-items:flex-start;
    padding:28px 0;
    border-bottom:1px solid rgba(255,255,255,0.14);
  }
  .bandeira .badge{
    flex-shrink:0;
    width:56px; height:56px;
    border-radius:16px;
    background:rgba(242,196,56,0.14);
    border:1px solid rgba(242,196,56,0.4);
    display:flex; align-items:center; justify-content:center;
    font-family:'Sora', sans-serif;
    font-weight:800; font-size:20px; color:var(--gold);
  }
  .bandeira h3{
    font-family:'Sora', sans-serif;
    font-weight:800; text-transform:none;
    font-size:18px; color:#fff; margin-bottom:6px; line-height:1.3;
  }
  .bandeira p{color:rgba(255,255,255,0.68); font-size:15px; font-weight:600;}

  /* SEÇÃO 5 - ICON LIST */
  .icon-list{border-top:1px solid var(--line); margin-top:8px;}
  .icon-item{
    display:flex; gap:20px; align-items:center;
    padding:26px 0;
    border-bottom:1px solid var(--line);
  }
  .icon-item .badge{
    flex-shrink:0;
    width:64px; height:64px;
    border-radius:18px;
    background:var(--cream);
    display:flex; align-items:center; justify-content:center;
  }
  .icon-item .badge svg{width:26px; height:26px; stroke:var(--navy);}
  .icon-item h3{
    font-family:'Sora', sans-serif;
    font-weight:800; text-transform:none;
    font-size:19px; color:var(--navy); line-height:1.3;
  }
  .cta-center{text-align:center; margin-top:36px;}
  .cta-center .btn{max-width:420px;}

  /* FOOTER */
  footer{background:var(--navy-deep); padding:56px 0 40px; margin-top:20px;}
  footer p{color:rgba(255,255,255,0.55); font-size:12.5px; line-height:1.7;}
  footer .flogo{font-family:'Sora', sans-serif; font-weight:800; color:#fff; font-size:20px; text-transform:uppercase; margin-bottom:24px;}
  footer .links{display:flex; gap:16px; flex-wrap:wrap; margin:18px 0;}
  footer .links a{color:var(--gold); text-decoration:none; font-size:13px; font-weight:700;}
  footer .legal{max-width:600px; margin-top:14px; padding-top:20px; border-top:1px solid rgba(255,255,255,0.1);}
  footer .copyright{margin-top:22px; color:rgba(255,255,255,0.35); font-size:11.5px;}

  /* FLOATING WHATSAPP BUTTON */
  .fab-wa{
    position:fixed; bottom:22px; right:18px; z-index:40;
    width:56px; height:56px; border-radius:50%;
    background:linear-gradient(135deg, var(--blue-1), var(--blue-2));
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 10px 24px rgba(11,99,229,0.45);
    cursor:pointer; border:none;
  }
  .fab-wa svg{width:28px; height:28px; fill:#fff;}

  /* MODAL */
  .modal-overlay{
    position:fixed; inset:0; z-index:100;
    background:rgba(11,22,38,0.65);
    backdrop-filter:blur(4px);
    display:none;
    align-items:center; justify-content:center;
    padding:20px;
  }
  .modal-overlay.open{display:flex;}
  .modal{
    background:#fff;
    border-radius:22px;
    max-width:440px; width:100%;
    padding:34px 28px 28px;
    position:relative;
    max-height:92vh;
    overflow-y:auto;
    box-shadow:0 30px 60px rgba(0,0,0,0.35);
  }
  .modal-close{
    position:absolute; top:16px; right:16px;
    background:var(--off); border:none; color:var(--navy);
    font-size:20px; cursor:pointer; line-height:1;
    width:34px; height:34px; border-radius:50%;
  }
  .modal h3{
    font-size:24px; color:var(--navy); text-transform:none; line-height:1.25; padding-right:20px;
  }
  .modal .modal-sub{color:var(--gray); font-size:14.5px; margin-top:10px; margin-bottom:26px; font-weight:600;}
  .field{margin-bottom:18px;}
  .field label{
    display:block; font-family:'Sora', sans-serif;
    font-size:11px; letter-spacing:0.06em; text-transform:uppercase;
    color:var(--gray); margin-bottom:8px; font-weight:600;
  }
  .field input[type=text], .field input[type=tel]{
    width:100%; background:var(--off); border:1.5px solid var(--line);
    color:var(--navy); padding:15px 16px; border-radius:12px;
    font-family:'Sora', sans-serif; font-size:15px; font-weight:600;
  }
  .field input:focus{outline:none; border-color:var(--blue-2);}
  .field .err{display:none; color:#C0392B; font-size:12.5px; margin-top:6px; font-weight:600;}
  .field.invalid input{border-color:#C0392B;}
  .field.invalid .err{display:block;}
  .consent{
    display:flex; gap:12px; align-items:flex-start;
    margin-bottom:22px;
  }
  .consent input{margin-top:4px; width:17px; height:17px; accent-color:var(--blue-2); flex-shrink:0;}
  .consent label{font-size:12px; color:var(--gray); line-height:1.55; font-weight:600;}
  .consent label a{color:var(--navy); font-weight:700;}
  .microcopy{
    text-align:center; font-size:12px; color:var(--gray);
    margin-top:16px; line-height:1.5; font-weight:600;
  }

  [data-reveal]{opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease;}
  [data-reveal].in{opacity:1; transform:translateY(0);}
  @media (prefers-reduced-motion: reduce){
    [data-reveal]{opacity:1; transform:none; transition:none;}
    html{scroll-behavior:auto;}
  }
  /* Telas muito pequenas (iPhone SE, Android compactos) */
  @media (max-width:360px){
    .logo-img{max-height:42px;}
    .card{padding:26px 20px;}
    .icon-item{gap:14px;}
    .icon-item .badge{width:54px; height:54px; border-radius:14px;}
    .bandeira{gap:14px;}
    .bandeira .badge{width:48px; height:48px; font-size:17px;}
  }

  /* Tablet */
  @media (min-width:700px){
    .wrap{max-width:900px;}
    .hero-content{max-width:640px;}
    .icon-item{padding:30px 0;}
    .bandeiras-list, .icon-list{max-width:720px; margin-left:auto; margin-right:auto;}
    .section-head{max-width:720px; margin-left:auto; margin-right:auto;}
    .stats-grid{grid-template-columns:1fr 1fr; max-width:720px; margin-left:auto; margin-right:auto;}
  }

  /* Desktop */
  @media (min-width:1024px){
    .hero-bg img{display:none;}
    .hero-bg-desktop{display:block;}
    .wrap{max-width:1080px;}
    .hero{min-height:92vh;}
    .hero-content{max-width:760px; margin-left:auto; margin-right:auto; text-align:center;}
    .hero .eyebrow{justify-content:center;}
    .hero .sub{margin-left:auto; margin-right:auto;}
    .hero .microline{margin-left:auto; margin-right:auto;}
    .dots{justify-content:center;}
    .card{max-width:680px; padding:40px 44px; text-align:center;}
    .card .btn{width:auto; min-width:280px;}
    .dark-section .content{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:64px;
      max-width:980px;
    }
    .apoio-text{flex:1 1 54%;}
    .video-frame{margin:0; flex-shrink:0;}
    .bandeiras-list, .icon-list{max-width:820px; margin-left:auto; margin-right:auto;}
    .section-head{max-width:820px; margin-left:auto; margin-right:auto;}
    .icon-item h3{font-size:21px;}
    .cta-center{text-align:center;}
    .btn{width:auto; min-width:280px; padding:20px 44px;}
    .stats-grid{grid-template-columns:1fr 1fr 1fr; max-width:980px;}
  }
