/* Leandro Alves Landing Pages - estilos dos widgets */
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&family=Fraunces:ital,opsz,wght@1,9..144,600;1,9..144,700&family=Inter:wght@400;500;600;700&display=swap');
@font-face{
  font-family:'Neulis';
  src:url('../fonts/neulis.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}
.la-scope{ --blue-950:#071b3a; }
:root{
    --blue-950:#071b3a;
    --blue-800:#0c3a75;
    --blue-700:#0f4894;
    --blue-600:#1861c9;
    --blue-500:#2f7ae8;
    --blue-100:#eaf1fb;
    --blue-050:#f4f8fd;
    --white:#ffffff;
    --ink:#0a1626;
    --ink-soft:#425068;
    --paper:#fbfcfe;
    --line:#dde6f2;
    --radius:14px;
    --maxw:1180px;
  }
.la-scope, .la-scope *{box-sizing:border-box;}
.la-scope p,.la-scope h1,.la-scope h2,.la-scope h3,.la-scope ul,.la-scope li{margin:0;padding:0;}
.la-scope ul{list-style:none;}

.la-scope{
    font-family:'Inter',sans-serif;
    color:var(--ink);
    background:var(--paper);
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }
.la-scope img{display:block; max-width:100%; height:auto;}
.la-scope a{color:inherit; text-decoration:none;}
.la-scope .wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
.la-scope h1, .la-scope h2, .la-scope h3{
    font-family:'Neulis','Fraunces',serif;
    font-optical-sizing:auto;
    font-style:normal;
    font-weight:700;
    letter-spacing:-0.01em;
    line-height:1.08;
    color:var(--blue-950);
  }
.la-scope .eyebrow{
    font-family:'Neulis','Fraunces',serif;
    font-style:normal;
    font-weight:700;
    font-size:13.5px;
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:var(--blue-600);
    display:flex;
    align-items:center;
    gap:10px;
  }
.la-scope .eyebrow::before{
    content:"";
    width:26px; height:3px;
    background:var(--blue-600);
    display:inline-block;
    border-radius:2px;
  }
/* ---------- SASH / SIGNATURE MOTIF ---------- */
  .la-scope .sash{
    position:relative;
    overflow:hidden;
  }
.la-scope .sash::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      repeating-linear-gradient(
        135deg,
        var(--blue-700) 0 46px,
        var(--blue-600) 46px 50px
      );
    opacity:0;
  }
.la-scope .sash-band{
    position:absolute;
    top:-20%;
    right:-14%;
    width:70%;
    height:180%;
    background:linear-gradient(180deg, var(--blue-600), var(--blue-800));
    transform:rotate(18deg);
    z-index:0;
    border-left:6px solid var(--white);
    border-right:6px solid var(--white);
  }
/* ---------- HEADER ---------- */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(251,252,254,0.92);
    backdrop-filter:blur(8px);
    border-bottom:1px solid var(--line);
  }
.la-scope .header-inner{
    display:flex; align-items:center; justify-content:space-between;
    padding:16px 24px;
    max-width:var(--maxw); margin:0 auto;
  }
.la-scope .brand{
    display:flex; align-items:center; gap:10px;
    font-family:'Neulis','Petit Formal Script',cursive; font-weight:700; font-size:26px;
    letter-spacing:0.01em;
    color:var(--blue-950);
  }
.la-scope .brand .dot{
    width:11px; height:11px; border-radius:50%;
    background:var(--blue-600);
    box-shadow:0 0 0 4px var(--blue-100);
  }
.la-scope .brand small{
    display:block; font-family:'Inter'; font-weight:600; font-size:10.5px;
    letter-spacing:0.08em; color:var(--ink-soft); text-transform:uppercase;
  }
.la-scope .header-cta{
    display:inline-flex; align-items:center; gap:8px;
    background:var(--blue-600); color:#fff;
    font-family:'Inter'; font-weight:700; font-size:13.5px;
    letter-spacing:0.01em;
    padding:11px 20px; border-radius:999px;
    box-shadow:0 6px 16px rgba(24,97,201,0.30);
    transition:transform .15s ease, box-shadow .15s ease;
    white-space:nowrap;
  }
.la-scope .header-cta:hover{ transform:translateY(-1px); box-shadow:0 10px 22px rgba(24,97,201,0.38); }
/* ---------- HERO ---------- */
  .la-scope .hero{
    position:relative;
    background:var(--white);
    overflow:hidden;
  }
.la-scope .hero-grid{
    max-width:var(--maxw); margin:0 auto;
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    align-items:stretch;
    min-height:640px;
  }
.la-scope .hero-content{
    display:flex; flex-direction:column; justify-content:center;
    padding:64px 40px 64px 24px;
    position:relative; z-index:2;
  }
.la-scope .hero-content .eyebrow{margin-bottom:22px;}
.la-scope .hero-content h1{
    font-size:clamp(38px, 5vw, 60px);
    margin-bottom:14px;
  }
.la-scope .hero-content h1 span{color:var(--blue-600);}
.la-scope .hero-tagline{
    font-family:'Neulis','Petit Formal Script',cursive; font-weight:700; font-size:30px;
    color:var(--blue-700);
    margin-bottom:16px;
  }
.la-scope .hero-sub{
    font-size:16.5px; color:var(--ink-soft);
    max-width:480px; margin-bottom:34px;
  }
.la-scope .hero-ctas{
    display:flex; flex-wrap:wrap; gap:14px;
  }
.la-scope .btn-primary{
    display:inline-flex; align-items:center; gap:10px;
    background:var(--blue-600); color:#fff;
    font-family:'Inter'; font-weight:700; font-size:16px;
    padding:17px 28px; border-radius:999px;
    box-shadow:0 10px 24px rgba(24,97,201,0.34);
    transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  }
.la-scope .btn-primary:hover{ transform:translateY(-2px); background:var(--blue-700); box-shadow:0 14px 30px rgba(24,97,201,0.42);}
.la-scope .btn-secondary{
    display:inline-flex; align-items:center; gap:8px;
    background:transparent; color:var(--blue-800);
    font-family:'Inter'; font-weight:700; font-size:15px;
    padding:16px 22px; border-radius:999px;
    border:2px solid var(--blue-800);
    transition:background .15s ease, color .15s ease;
  }
.la-scope .btn-secondary:hover{ background:var(--blue-800); color:#fff; }
.la-scope .hero-photo{
    position:relative;
    z-index:1;
  }
.la-scope .hero-photo img{
    width:100%; height:100%; object-fit:cover;
    display:block;
  }
.la-scope .hero-photo-frame{
    position:absolute; inset:0;
    background:linear-gradient(0deg, rgba(7,27,58,0.55) 0%, rgba(7,27,58,0) 32%);
  }
.la-scope .hero-tag{
    position:absolute; left:24px; bottom:24px;
    background:var(--white);
    padding:14px 18px;
    border-radius:12px;
    box-shadow:0 14px 34px rgba(7,27,58,0.22);
    display:flex; align-items:center; gap:12px;
    z-index:3;
  }
.la-scope .hero-tag .num{
    font-family:'Inter'; font-weight:800; font-size:26px; color:var(--blue-600);
  }
.la-scope .hero-tag .txt{
    font-size:12px; color:var(--ink-soft); line-height:1.25; max-width:150px;
  }
.la-scope .hero-tag .txt strong{display:block; color:var(--blue-950); font-family:'Inter'; font-weight:700; font-size:13px;}
/* diagonal sash accent behind hero content */
  .la-scope .hero::before{
    content:"";
    position:absolute;
    width:900px; height:900px;
    background:var(--blue-050);
    border-radius:50%;
    top:-420px; left:-380px;
    z-index:0;
  }
/* ---------- ATTRIBUTES STRIP ---------- */
  .la-scope .strip{
    background:var(--blue-800);
    background-image:linear-gradient(120deg, var(--blue-800), var(--blue-700) 60%, var(--blue-800));
    padding:20px 0;
  }
.la-scope .strip-inner{
    max-width:var(--maxw); margin:0 auto; padding:0 24px;
    display:flex; flex-wrap:wrap; gap:14px 34px;
    justify-content:center;
    align-items:center;
  }
.la-scope .strip-item{
    display:flex; align-items:center; gap:9px;
    color:#fff;
    font-family:'Inter'; font-weight:700; font-size:13.5px;
    letter-spacing:0.02em;
  }
.la-scope .strip-item .ic{
    width:8px; height:8px; border-radius:50%;
    background:#fff; opacity:0.85; flex:none;
  }
/* ---------- SECTIONS GENERIC ---------- */
  section{ padding:88px 0; }
.la-scope .section-head{ max-width:640px; margin-bottom:48px; }
.la-scope .section-head h2{ font-size:clamp(28px,3.4vw,40px); margin-top:14px; }
.la-scope .section-head p{ color:var(--ink-soft); font-size:16px; margin-top:14px; }
/* ---------- SOBRE ---------- */
  .la-scope .sobre{ background:var(--white); }
.la-scope .sobre-body{
    display:grid; grid-template-columns:1fr; gap:20px;
    max-width:820px;
  }
.la-scope .sobre-body p{ font-size:17px; color:var(--ink-soft); }
.la-scope .sobre-creds{
    list-style:none;
    display:flex; flex-direction:column; gap:10px;
    margin:6px 0 4px;
    padding:20px 22px;
    background:var(--blue-050);
    border-radius:var(--radius);
    border:1px solid var(--line);
  }
.la-scope .sobre-creds li{
    display:flex; align-items:center; gap:12px;
    font-family:'Inter'; font-weight:600; font-size:15px;
    color:var(--blue-950);
  }
.la-scope .sobre-creds-ic{
    flex:none;
    width:22px; height:22px; border-radius:50%;
    background:var(--blue-600); color:#fff;
    display:flex; align-items:center; justify-content:center;
    font-size:12px; font-weight:900;
  }
.la-scope .sobre-quote{
    margin-top:8px;
    border-left:4px solid var(--blue-600);
    padding:6px 0 6px 22px;
    font-family:'Neulis','Petit Formal Script',cursive; font-weight:700; font-size:24px; line-height:1.45;
    color:var(--blue-800);
  }
/* ---------- CAUSAS ---------- */
  .la-scope .causas{ background:var(--blue-050); }
.la-scope .causas-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:22px;
  }
.la-scope .causa-card{
    background:var(--white);
    border:1px solid var(--line);
    border-radius:var(--radius);
    padding:30px 26px;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
.la-scope .causa-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 34px rgba(12,58,117,0.14);
    border-color:var(--blue-500);
  }
.la-scope .causa-ic{
    width:46px; height:46px; border-radius:12px;
    background:var(--blue-100);
    display:flex; align-items:center; justify-content:center;
    margin-bottom:18px;
  }
.la-scope .causa-ic svg{ width:22px; height:22px; stroke:var(--blue-600); }
.la-scope .causa-card h3{ font-size:18px; margin-bottom:8px; }
.la-scope .causa-card p{ font-size:14.5px; color:var(--ink-soft); }
/* ---------- CTA MID ---------- */
  .la-scope .cta-mid{
    background:var(--blue-950);
    background-image:radial-gradient(circle at 20% 20%, var(--blue-700), var(--blue-950) 60%);
    position:relative;
    overflow:hidden;
  }
.la-scope .cta-mid .sash-band{ opacity:0.5; }
.la-scope .cta-mid-inner{
    position:relative; z-index:2;
    text-align:center;
    max-width:680px; margin:0 auto;
    padding:20px 24px;
  }
.la-scope .cta-mid h2{ color:#fff; font-size:clamp(26px,3.6vw,38px); margin-bottom:16px; }
.la-scope .cta-mid p{ color:#c9d8f0; font-size:16px; margin-bottom:30px; }
/* ---------- GALERIA ---------- */
  .la-scope .galeria{ background:var(--white); }
.la-scope .gal-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:16px;
  }
.la-scope .gal-grid a,
.la-scope .gal-grid > div{
    position:relative;
    border-radius:12px;
    overflow:hidden;
    display:block;
    aspect-ratio:3/4;
    background:var(--blue-050);
  }
.la-scope .gal-grid img{
    width:100%; height:100%; object-fit:cover; object-position:center 22%;
    transition:transform .35s ease;
  }
.la-scope .gal-grid a:hover img,
.la-scope .gal-grid > div:hover img{ transform:scale(1.06); }
.la-scope .gal-grid a::after,
.la-scope .gal-grid > div::after{
    content:"";
    position:absolute; inset:0;
    background:linear-gradient(0deg, rgba(7,27,58,0.35), rgba(7,27,58,0) 45%);
    opacity:0; transition:opacity .25s ease;
  }
.la-scope .gal-grid a:hover::after,
.la-scope .gal-grid > div:hover::after{ opacity:1; }
/* ---------- REDES ---------- */
  .la-scope .redes{ background:var(--blue-050); }
.la-scope .redes-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:16px;
    max-width:640px;
  }
.la-scope .rede-card{
    background:var(--white);
    border:1px solid var(--line);
    border-radius:var(--radius);
    padding:26px 16px;
    text-align:center;
    transition:transform .18s ease, box-shadow .18s ease;
  }
.la-scope .rede-card:hover{ transform:translateY(-4px); box-shadow:0 16px 30px rgba(12,58,117,0.14); }
.la-scope .rede-ic{
    width:52px; height:52px; border-radius:50%;
    background:var(--blue-600);
    display:flex; align-items:center; justify-content:center;
    margin:0 auto 14px;
  }
.la-scope .rede-ic svg{ width:24px; height:24px; fill:#fff; }
.la-scope .rede-card strong{ display:block; font-family:'Inter'; font-weight:700; font-size:14.5px; color:var(--blue-950); }
.la-scope .rede-card span{ display:block; font-size:12px; color:var(--ink-soft); margin-top:3px; }
/* ---------- CTA FINAL ---------- */
  .la-scope .cta-final{
    background:var(--blue-600);
    background-image:linear-gradient(120deg, var(--blue-600), var(--blue-700));
    text-align:center;
  }
.la-scope .cta-final h2{ color:#fff; font-size:clamp(28px,4vw,42px); margin-bottom:16px; }
.la-scope .cta-final p{ color:#dbe8fb; font-size:16.5px; margin-bottom:32px; max-width:560px; margin-left:auto; margin-right:auto; }
.la-scope .cta-final .btn-primary{ background:#fff; color:var(--blue-700); box-shadow:0 14px 30px rgba(7,27,58,0.28); }
.la-scope .cta-final .btn-primary:hover{ background:var(--blue-050); color:var(--blue-800); }
/* ---------- FOOTER ---------- */
  footer{
    background:var(--blue-950);
    color:#9db3d6;
    padding:44px 0 28px;
  }
.la-scope .footer-inner{
    display:flex; flex-wrap:wrap; justify-content:space-between; gap:24px;
    padding-bottom:24px;
    border-bottom:1px solid rgba(255,255,255,0.12);
    margin-bottom:20px;
  }
.la-scope .footer-brand{
    font-family:'Neulis','Petit Formal Script',cursive; font-weight:700; color:#fff; font-size:22px;
  }
.la-scope .footer-brand small{
    display:block; font-family:'Inter'; font-weight:500; font-size:12.5px; color:#9db3d6; margin-top:6px;
  }
.la-scope .footer-links{
    display:flex; gap:22px; flex-wrap:wrap;
    font-size:13px;
  }
.la-scope .footer-links a:hover{ color:#fff; }
.la-scope .footer-fine{
    font-size:11.5px; color:#6d84ab; line-height:1.6;
  }
/* ---------- FLOATING WHATSAPP ---------- */
  .la-scope .float-wa{
    position:fixed; bottom:22px; z-index:60;
    width:60px; height:60px; border-radius:50%;
    background:#1861c9;
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 12px 28px rgba(7,27,58,0.35);
    transition:transform .18s ease;
  }
.la-scope .float-wa:hover{ transform:scale(1.08); }
.la-scope .float-wa svg{ width:28px; height:28px; fill:#fff; }
/* ---------- RESPONSIVE ---------- */
@media (max-width:960px){
  .la-scope .hero-grid{ grid-template-columns:1fr; min-height:auto; }
  .la-scope .hero-content{ padding:52px 22px 40px; order:2; }
  .la-scope .hero-photo{ order:1; height:420px; }
  .la-scope .hero::before{ display:none; }
  .la-scope .causas-grid{ grid-template-columns:1fr 1fr; }
  .la-scope .gal-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:600px){
.la-scope section{ padding:60px 0; }
.la-scope .causas-grid{ grid-template-columns:1fr; }
.la-scope .redes-grid{ grid-template-columns:1fr; max-width:320px; margin:0 auto; }
.la-scope .header-cta span.full{ display:none; }
.la-scope .hero-tag{ left:16px; bottom:16px; padding:11px 14px; }
.la-scope .strip-inner{ gap:10px 20px; }

  
}

/* Posicionamento do botão flutuante */
.la-scope .float-wa.pos-right{ right:22px; }
.la-scope .float-wa.pos-left{ left:22px; }
