
  :root{
    --burgundy:#7D0D23;
    --burgundy-deep:#520914;
    --burgundy-soft:#9c1730;
    --cream:#EAE1C3;
    --cream-soft:#F4EEDD;
    --gold:#BD9159;
    --navy:#002147;
    --navy-deep:#00142b;
    --black:#000000;
    --white:#FFFFFF;
    --ink:#1c1512;
    --ink-soft:#5c554c;
    --radius:18px;
    --shadow:0 24px 48px -24px rgba(20,5,10,.35);
    --shadow-sm:0 10px 26px -16px rgba(20,5,10,.3);
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{font-family:'Inter',sans-serif; color:var(--ink); background:var(--white); line-height:1.65; -webkit-font-smoothing:antialiased;}
  h1,h2,h3,h4{font-family:'Playfair Display', serif; line-height:1.15; font-weight:700;}
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  ul{list-style:none;}
  .container{max-width:1180px; margin:0 auto; padding:0 24px;}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; text-transform:uppercase; letter-spacing:.14em; font-size:.72rem; font-weight:700; color:var(--burgundy);}
  .eyebrow::before{content:""; width:22px; height:2px; background:var(--gold); display:inline-block;}
  .on-dark .eyebrow{color:var(--cream);}
  .on-dark .eyebrow::before{background:var(--gold);}
  .rule-dot{display:flex; align-items:center; gap:10px; justify-content:center; margin:18px auto;}
  .rule-dot span{width:6px; height:6px; border-radius:50%; background:var(--gold);}
  .rule-dot i{width:70px; height:1px; background:var(--gold); display:block;}

  .btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:15px 32px; border-radius:999px; font-weight:700; font-size:.94rem; cursor:pointer; border:2px solid transparent; transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; white-space:nowrap;}
  .btn:hover{transform:translateY(-2px);}
  .btn-cream{background:var(--cream); color:var(--burgundy-deep); box-shadow:0 14px 28px -12px rgba(0,0,0,.35);}
  .btn-cream:hover{background:var(--white);}
  .btn-burgundy{background:var(--burgundy); color:var(--white); box-shadow:0 14px 28px -12px rgba(125,13,35,.55);}
  .btn-burgundy:hover{background:var(--burgundy-deep);}
  .btn-outline-light{background:transparent; border-color:rgba(255,255,255,.5); color:var(--white);}
  .btn-outline-light:hover{background:rgba(255,255,255,.12); border-color:var(--white);}
  .btn-block{width:100%;}

  .reveal{opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease;}
  .reveal.in{opacity:1; transform:translateY(0);}

  .frame{position:relative;}
  .frame::before{
    content:""; position:absolute; pointer-events:none;
    top:26px; right:26px; bottom:26px; left:26px;
    border-top:1px solid rgba(189,145,89,.55);
    border-right:1px solid rgba(189,145,89,.55);
    border-top-right-radius:46px;
    -webkit-mask-image:linear-gradient(to bottom, black 0, black 30%, transparent 30%);
            mask-image:linear-gradient(to bottom, black 0, black 30%, transparent 30%);
  }
  .frame::after{
    content:""; position:absolute; pointer-events:none;
    width:7px; height:7px; border-radius:50%; background:var(--gold);
    top:26px; right:calc(26px + 46px - 3.5px);
  }

  header.site{position:sticky; top:0; z-index:60; background:rgba(255,255,255,.9); backdrop-filter:blur(10px); border-bottom:1px solid rgba(125,13,35,.08);}
  .nav{display:flex; align-items:center; justify-content:space-between; padding:14px 24px; max-width:1180px; margin:0 auto;}
  .brand{display:flex; align-items:center; gap:12px;}
  .brand img{height:40px; width:auto;}
  .brand-text{display:flex; flex-direction:column; line-height:1.1;}
  .brand-text strong{font-family:'Playfair Display',serif; font-size:1rem; letter-spacing:.01em; color:var(--burgundy);}
  .brand-text span{font-size:.62rem; letter-spacing:.09em; text-transform:uppercase; color:var(--ink-soft);}
  nav.links{display:flex; align-items:center; gap:26px;}
  nav.links a{font-size:.9rem; font-weight:600; color:var(--ink); position:relative; padding:4px 0;}
  nav.links a::after{content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px; background:var(--burgundy); transform:scaleX(0); transition:transform .2s ease;}
  nav.links a:hover::after{transform:scaleX(1);}
  @media (max-width:900px){ nav.links{display:none;} }

  .hero{position:relative; overflow:hidden; background:radial-gradient(circle at 20% 15%, rgba(255,255,255,.06), transparent 45%), linear-gradient(165deg, var(--burgundy-deep), var(--burgundy) 60%, var(--burgundy-soft));}
  .hero-inner{position:relative; max-width:760px; margin:0 auto; padding:100px 24px 90px; text-align:center; color:var(--white);}
  .hero-logo{width:112px; margin:0 auto 26px; filter:drop-shadow(0 12px 20px rgba(0,0,0,.35));}
  .hero-word{font-size:clamp(1.9rem,4.6vw,2.9rem); letter-spacing:.01em; color:var(--white);}
  .hero-tagline{font-size:.76rem; letter-spacing:.16em; text-transform:uppercase; color:var(--gold);}
  .hero h1.lead-title{font-size:clamp(1.5rem,3vw,2rem); font-weight:600; margin:34px 0 16px; color:var(--cream); line-height:1.35;}
  .hero p.lead{font-size:1.06rem; color:rgba(255,255,255,.82); max-width:600px; margin:0 auto 36px;}
  .hero-actions{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}

  section{padding:100px 0;}
  .section-cream{background:var(--cream-soft);}
  .section-burgundy{background:linear-gradient(165deg,var(--burgundy-deep),var(--burgundy)); color:var(--white);}
  .section-navy{background:linear-gradient(165deg,var(--navy-deep),var(--navy)); color:var(--white);}
  .section-white{background:var(--white);}
  .section-head{max-width:700px; margin:0 auto 56px; text-align:center;}
  .section-head h2{font-size:clamp(1.8rem,3.6vw,2.5rem); margin-top:12px; color:var(--burgundy);}
  .section-burgundy .section-head h2, .section-navy .section-head h2{color:var(--white);}
  .section-head p{color:var(--ink-soft); margin-top:16px; font-size:1.03rem;}
  .section-burgundy .section-head p, .section-navy .section-head p{color:rgba(255,255,255,.8);}

  .about-grid{display:grid; grid-template-columns:1fr 1fr; gap:26px;}
  .card{background:var(--white); border-radius:var(--radius); padding:38px 34px; box-shadow:var(--shadow-sm); border-top:4px solid var(--burgundy);}
  .card h3{color:var(--burgundy); font-size:1.35rem; margin-bottom:14px;}
  .card p{color:var(--ink-soft);}

  .objectives{margin-top:46px; display:grid; grid-template-columns:repeat(3,1fr); gap:16px;}
  .objectives .obj{background:var(--white); border-left:3px solid var(--burgundy); border-radius:10px; padding:18px 20px; font-size:.93rem; color:var(--ink); box-shadow:var(--shadow-sm);}

  .valores-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
  .valor{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); border-radius:16px; padding:26px 22px; transition:background .2s ease, transform .2s ease;}
  .valor:hover{background:rgba(234,225,195,.1); transform:translateY(-4px);}
  .valor .idx{display:flex; align-items:center; gap:10px; margin-bottom:14px;}
  .valor .idx b{font-family:'Playfair Display',serif; color:var(--gold); font-size:1.15rem;}
  .valor .idx i{width:26px; height:1px; background:var(--gold); display:block;}
  .valor h4{font-size:1.02rem; color:var(--white); margin-bottom:10px; font-family:'Playfair Display',serif;}
  .valor p{font-size:.85rem; color:rgba(255,255,255,.78);}

  .tiers{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .tier{background:var(--white); border-radius:var(--radius); padding:34px 28px; box-shadow:var(--shadow-sm); border:1px solid rgba(125,13,35,.08); display:flex; flex-direction:column; transition:transform .2s ease, box-shadow .2s ease;}
  .tier:hover{transform:translateY(-6px); box-shadow:var(--shadow);}
  .tier .tag{align-self:flex-start; font-size:.68rem; text-transform:uppercase; letter-spacing:.09em; background:var(--cream); color:var(--burgundy-deep); padding:6px 13px; border-radius:999px; font-weight:800; margin-bottom:18px;}
  .tier h3{color:var(--burgundy); font-size:1.25rem; margin-bottom:10px;}
  .tier p{color:var(--ink-soft); font-size:.94rem; margin-bottom:16px;}
  .tier a.more{font-size:.85rem; font-weight:700; color:var(--burgundy); margin-top:auto;}
  .tier a.more:hover{text-decoration:underline;}

  .role-wrap{max-width:760px; margin:0 auto 54px; text-align:center;}
  .role-wrap p{color:var(--ink-soft); margin-top:16px;}
  .responsabilidades{list-style:none; margin-top:22px; text-align:left; max-width:560px; margin-left:auto; margin-right:auto;}
  .responsabilidades li{padding:8px 0 8px 26px; position:relative; font-size:.94rem; color:var(--ink-soft);}
  .responsabilidades li::before{content:"—"; position:absolute; left:0; color:var(--burgundy); font-weight:700;}

  .people-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
  .people-grid.cols-3{grid-template-columns:repeat(3,1fr);}
  .people-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-sm); background:var(--burgundy); transition:transform .25s ease, box-shadow .25s ease;}
  .people-card.on-navy{background:var(--navy);}
  .people-card:hover{transform:translateY(-6px); box-shadow:var(--shadow);}
  .people-card img{width:100%; aspect-ratio:4/5; object-fit:cover;}

  .raizes{background:linear-gradient(165deg,var(--burgundy-deep),var(--burgundy) 60%,var(--burgundy-soft)); color:var(--white); position:relative; overflow:hidden;}
  .raizes::after{content:""; position:absolute; right:-120px; top:-120px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,.08), transparent 70%);}
  .raizes-head{text-align:center; max-width:760px; margin:0 auto 30px; position:relative;}
  .raizes-head .eyebrow{color:var(--gold);}
  .raizes-head h2{color:var(--white); font-size:clamp(2rem,4vw,2.9rem); margin-top:14px;}
  .raizes-head p{color:rgba(255,255,255,.85); margin-top:16px; font-size:1.05rem;}
  .raiz-letters{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin:52px 0;}
  .raiz-letter{background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:16px; padding:26px 20px; position:relative;}
  .raiz-letter .big{font-family:'Playfair Display',serif; font-size:2.6rem; color:var(--gold); line-height:1;}
  .raiz-letter h4{margin:10px 0 8px; font-size:1.05rem; color:var(--white);}
  .raiz-letter p{font-size:.86rem; color:rgba(255,255,255,.78);}

  .raizes-info{display:grid; grid-template-columns:1fr 1fr; gap:30px; margin-top:20px;}
  .raizes-box{background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.16); border-radius:var(--radius); padding:28px 26px;}
  .raizes-box h4{color:var(--gold); font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:14px;}
  .raizes-box p{font-size:.94rem; color:rgba(255,255,255,.86); margin-bottom:8px;}

  .timeline{margin-top:56px;}
  .timeline-track{display:grid; grid-template-columns:repeat(5,1fr); gap:14px;}
  .t-step{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); border-radius:14px; padding:18px 16px; text-align:center;}
  .t-step .date{font-family:'Playfair Display',serif; color:var(--gold); font-size:1.05rem;}
  .t-step .kind{font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; color:rgba(255,255,255,.6); margin:6px 0 8px;}
  .t-step .desc{font-size:.82rem; color:rgba(255,255,255,.85);}
  .raizes-cta{text-align:center; margin-top:54px;}

  .agenda-badge{display:inline-block; background:var(--cream-soft); color:var(--burgundy); border:1px solid rgba(125,13,35,.18); font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; padding:8px 16px; border-radius:999px; margin-bottom:20px;}
  .agenda-title{font-size:clamp(1.9rem,4vw,2.6rem); color:var(--ink); margin-bottom:14px;}
  .agenda-sub{color:var(--ink-soft); font-size:1.05rem; margin-bottom:46px; max-width:560px;}
  .agenda-grid{display:grid; grid-template-columns:1fr 1fr; gap:26px;}
  .agenda-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-sm); border:1px solid rgba(125,13,35,.08); background:var(--white);}
  .agenda-banner{position:relative; overflow:hidden;}
  .agenda-banner img{width:100%; display:block;}
  .agenda-pill{display:inline-block; background:var(--gold); color:var(--burgundy-deep); font-size:.68rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; padding:6px 14px; border-radius:999px; position:absolute; top:18px; left:18px; z-index:2;}
  .agenda-body{padding:26px 28px 30px; background:var(--cream-soft);}
  .agenda-facts{display:flex; flex-wrap:wrap; gap:10px 16px; margin-bottom:14px;}
  .agenda-facts span{font-size:.78rem; font-weight:700; color:var(--burgundy);}
  .agenda-body h3{font-size:1.2rem; color:var(--ink); margin-bottom:10px;}
  .agenda-body p{color:var(--ink-soft); font-size:.92rem; margin-bottom:16px;}
  .agenda-link{font-size:.86rem; font-weight:700; color:var(--burgundy);}
  .agenda-link:hover{text-decoration:underline;}
  .agenda-coupon{display:flex; align-items:center; justify-content:space-between; gap:12px; background:var(--white); border:1.5px dashed var(--burgundy); border-radius:10px; padding:12px 16px; margin-bottom:16px;}
  .agenda-coupon span{font-size:.76rem; color:var(--ink-soft);}
  .agenda-coupon strong{font-family:'Playfair Display',serif; color:var(--burgundy); font-size:1.05rem; letter-spacing:.03em;}

  footer{background:linear-gradient(165deg,var(--navy-deep),var(--navy)); color:rgba(255,255,255,.68); padding:64px 0 26px;}
  .footer-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:40px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,.12);}
  .footer-about img{height:48px; margin-bottom:16px;}
  .footer-about p{font-size:.88rem; color:rgba(255,255,255,.62); max-width:280px; margin-bottom:22px;}
  .footer-social{display:flex; gap:12px;}
  .footer-social a{width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14); display:flex; align-items:center; justify-content:center; transition:background .2s ease, border-color .2s ease; font-size:.85rem; font-weight:700;}
  .footer-social a:hover{background:var(--burgundy); border-color:var(--burgundy);}
  .footer-social a.ig{padding:0; overflow:hidden;}
  .footer-social a.ig svg{border-radius:50%;}
  .footer-col h4{font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; color:var(--gold); margin-bottom:20px; font-weight:800;}
  .footer-col a, .footer-col span{display:block; font-size:.9rem; color:rgba(255,255,255,.72); margin-bottom:14px;}
  .footer-col a:hover{color:var(--cream);}
  .footer-bottom{display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; padding-top:24px; font-size:.78rem;}

  @media (max-width:860px){
    .about-grid, .tiers, .raizes-info, .agenda-grid{grid-template-columns:1fr;}
    .objectives{grid-template-columns:1fr 1fr;}
    .valores-grid{grid-template-columns:repeat(2,1fr);}
    .people-grid, .people-grid.cols-3{grid-template-columns:1fr 1fr;}
    .raiz-letters{grid-template-columns:1fr 1fr;}
    .timeline-track{grid-template-columns:1fr 1fr;}
    .footer-grid{grid-template-columns:1fr 1fr; row-gap:32px;}
  }
  @media (max-width:560px){
    .footer-grid{grid-template-columns:1fr;}
  }
