:root{
  --alice:#f4f7fb;
  --eerie:#191816;
  --russet:#8f5638;
  --brown:#6e3f2a;
  --muted:#6d6962;
  --ceyo-blue-light:#BFDCE8;
  --ceyo-blue-dark:#1B3C59;
  --container:1400px;
  --section-y:104px;
  --section-y-mobile:68px;
  --gap-xl:76px;
  --gap-lg:56px;
  --title-size:clamp(48px,5.6vw,82px);
  --title-mobile:clamp(36px,10vw,46px);
  --text-size:18px;
  --text-mobile:15px;
  --title-spacing:-.025em;
  --text-spacing:.01em;
  --caps-spacing:.34em;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Bricolage Grotesque',system-ui,sans-serif;background:#fff;color:var(--eerie)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
picture{display:block}
.hero-picture{position:absolute;inset:0;width:100%;height:100%}
.photo picture{width:100%;height:100%}
.photo picture img{width:100%;height:100%;object-fit:cover}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}

/* HEADER */
.nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:999;
  padding:22px 0;
  background:transparent;
  transition:background .35s ease, backdrop-filter .35s ease, padding .35s ease;
}

.nav.is-scrolled{
  background:rgba(25,24,22,.94);
  backdrop-filter:blur(14px);
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.nav-inner{display:flex;align-items:center;justify-content:space-between}
.logo{height:58px;width:auto}
.nav-links{display:flex;gap:42px;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:.36em;color:rgba(255,255,255,.9)}

/* BUTTONS */
.pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:999px;
  padding:14px 24px;
  text-transform:uppercase;
  letter-spacing:.3em;
  font-size:11px;
  line-height:1;
  transition:.25s;
}

.pill.light{background:#fff;color:var(--eerie)}
.pill.light:hover{background:var(--russet);color:#fff}
.pill.outline{border:1px solid rgba(255,255,255,.55);color:white}
.pill.dark{background:var(--eerie);color:var(--alice);border:0;width:100%;padding:18px 24px;cursor:pointer}
.pill.dark:hover{background:var(--russet)}
.pill:disabled{opacity:.65;cursor:not-allowed}

/* HERO */
.hero{min-height:100svh;position:relative;overflow:hidden;background:var(--eerie);color:#fff}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:ken 18s ease-in-out infinite alternate}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.62),rgba(0,0,0,.3),rgba(0,0,0,.82))}
.hero-content{position:relative;z-index:1;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;padding-top:140px;padding-bottom:88px}
.hero-actions{margin-top:30px;display:flex;gap:18px;align-items:center;flex-wrap:wrap}

/* TYPOGRAPHY */
h1,h2,h3{font-family:'Bricolage Grotesque',system-ui,sans-serif;margin:0;letter-spacing:var(--title-spacing)}
h1{font-size:clamp(56px,9vw,118px);line-height:.94;font-weight:800;max-width:920px}
h2,.section h2,.community h2{font-size:var(--title-size);line-height:.96;font-weight:800}
h3{font-size:clamp(26px,3vw,40px);line-height:1.02;font-weight:800}
.manifesto-text h3{font-size:var(--title-size);line-height:.96;font-weight:800;letter-spacing:var(--title-spacing)}
.italic{font-style:italic;font-weight:300}
.hero h1 .italic{letter-spacing:-.018em;font-weight:300}
.lead,.text p,.section-head p,#cadastro .text,.benefit p{font-size:var(--text-size);line-height:1.68;letter-spacing:var(--text-spacing)}
.lead{color:rgba(255,255,255,.76);max-width:620px}
.text p{color:rgba(25,24,22,.75)}
.eyebrow{display:block;font-size:11px;letter-spacing:var(--caps-spacing);text-transform:uppercase;color:var(--russet);margin-bottom:16px}
.hero .eyebrow{color:rgba(255,255,255,.72);display:flex;align-items:center;gap:12px;margin-bottom:18px}
.hero .eyebrow:before{content:"";width:34px;height:1px;background:rgba(255,255,255,.65)}
.smallcaps{font-size:10px;text-transform:uppercase;letter-spacing:.32em;color:rgba(255,255,255,.58);line-height:1.5}
.date{position:absolute;z-index:2;right:32px;bottom:28px;font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:rgba(255,255,255,.52)}

/* MARQUEE */
.marquee{overflow:hidden;background:var(--russet);color:#fff;padding:18px 0;white-space:nowrap}
.marquee span{display:inline-block;animation:marq 26s linear infinite;font-size:13px;text-transform:uppercase;letter-spacing:.28em}

/* SECTIONS */
.section{padding:var(--section-y) 0}
.alice{background:var(--alice)}
.white{background:#fff}
.eerie{background:var(--eerie);color:var(--alice)}
.grid2{display:grid;grid-template-columns:1fr 1.35fr;gap:var(--gap-xl);align-items:center}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:56px}
.section-head p{max-width:420px;color:rgba(25,24,22,.65)}

/* STATS */
.stats{display:flex;gap:30px;align-items:center;margin-top:34px;text-transform:uppercase;letter-spacing:.25em;color:rgba(25,24,22,.55);font-size:11px}
.stat strong{display:block;font-size:32px;line-height:1;letter-spacing:-.02em;color:var(--eerie)}
.divider{width:1px;height:44px;background:rgba(25,24,22,.15)}

/* MEDIA */
.photo{overflow:hidden;border-radius:3px}
.photo.tall{aspect-ratio:4/5}
.photo.video{aspect-ratio:16/9}
.photo img{width:100%;height:100%;object-fit:cover;transition:transform 1s}
.photo:hover img{transform:scale(1.04)}

/* CAPTION */
.caption-card{margin-top:14px;background:var(--eerie);color:var(--alice);padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.caption-card span{font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:rgba(244,247,251,.6)}
.caption-card strong{font-size:26px;line-height:1}

/* BENEFITS */
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(25,24,22,.1);border:1px solid rgba(25,24,22,.1)}
.benefit{background:#fff;min-height:230px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}
.benefit:hover{background:linear-gradient(135deg,var(--eerie),var(--brown));color:var(--alice)}
.benefit-top{display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.28em;color:rgba(25,24,22,.4)}
.benefit:hover .benefit-top,.benefit:hover p{color:rgba(244,247,251,.72)}
.benefit .arrow{border:1px solid rgba(25,24,22,.18);border-radius:999px;width:34px;height:34px;display:grid;place-items:center}
.benefit p{color:rgba(25,24,22,.65);line-height:1.6}

/* MANIFESTO */
.manifesto-row{display:grid;grid-template-columns:1fr 1.4fr;gap:var(--gap-lg);align-items:center;margin-top:76px}
.manifesto-row.alt{grid-template-columns:1.4fr 1fr}
.manifesto-row.alt .manifesto-text{order:2;text-align:right}

/* FORM */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-xl);align-items:center}
.glass{background:rgba(255,255,255,.62);border:1px solid rgba(25,24,22,.08);box-shadow:0 24px 80px rgba(0,0,0,.08);backdrop-filter:blur(12px);padding:40px}
.field{display:block;margin-bottom:22px}
.field span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.38em;color:rgba(25,24,22,.58);margin-bottom:8px}
.field input{width:100%;background:transparent;border:0;border-bottom:1px solid rgba(25,24,22,.25);font:inherit;font-size:18px;padding:12px 0;outline:0;color:var(--eerie)}
.field input:focus{border-bottom-color:var(--eerie)}
.consent{display:flex;gap:12px;align-items:flex-start;margin:24px 0;font-size:12px;line-height:1.6;color:rgba(25,24,22,.72)}
.consent a{color:#2563eb;text-decoration:underline}
.message{display:none;margin:0 0 18px;color:var(--russet);font-size:14px;line-height:1.5}

/* COMMUNITY */
.community{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.big-number{font-size:var(--title-size);line-height:.96;font-weight:800;letter-spacing:-.035em}

/* FOOTER */
.footer{background:var(--eerie);color:var(--alice);padding:76px 0 34px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}
.footer .logo{height:58px}
.footer-title{margin-top:28px;font-size:clamp(34px,4vw,62px);font-weight:800;line-height:.96;letter-spacing:-.025em}
.footer h4{font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:rgba(244,247,251,.45);margin:0 0 22px}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin:12px 0}
.footer a:hover{color:var(--russet)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:56px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:11px;text-transform:uppercase;letter-spacing:.24em;color:rgba(244,247,251,.45)}

/* LEGAL */
.legal{max-width:900px;margin:0 auto;padding:160px 24px 80px}
.legal h1{color:var(--eerie);font-size:clamp(46px,7vw,86px)}
.legal p,.legal li{line-height:1.8;color:rgba(25,24,22,.75)}
.legal h2{font-size:28px;margin-top:34px}
.legal a{color:var(--russet)}

/* ANIMATIONS */
@keyframes ken{from{transform:scale(1)}to{transform:scale(1.08)}}
@keyframes marq{to{transform:translateX(-50%)}}

/* MOBILE */
@media(max-width:900px){
  :root{
    --section-y-mobile:68px;
  }

  .nav{
    padding:16px 0;
    background:transparent;
  }

 .nav.is-scrolled{
  background:rgba(25,24,22,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

  .nav-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
  }

  .nav-links{
    display:none;
  }

  .logo,
  .footer .logo{
    height:42px;
  }

  .nav .outline{
    display:inline-flex;
    min-width:auto;
    padding:11px 15px;
    font-size:9px;
    letter-spacing:.18em;
    white-space:nowrap;
    border-color:rgba(255,255,255,.55);
  }

  .nav .outline{
    font-size:0;
  }

  .nav .outline:before{
    content:"Lista VIP";
    font-size:9px;
    letter-spacing:.18em;
  }

  .container{
    padding:0 20px;
  }

  .section{
    padding:var(--section-y-mobile) 0;
  }

  .hero{
    min-height:100svh;
  }

  .hero-content{
    min-height:100svh;
    justify-content:center;
    padding-top:118px;
    padding-bottom:56px;
    transform:none;
  }

  .hero .eyebrow{
    font-size:9px;
    letter-spacing:.28em;
    margin-bottom:10px;
  }

  h1,
  h2,
  .section h2,
  .community h2,
  .manifesto-text h3{
    font-size:var(--title-mobile);
    line-height:.98;
    letter-spacing:-.025em;
  }

  h3{
    font-size:clamp(26px,7.8vw,38px);
    line-height:1;
  }

  .hero h1 .italic{
    letter-spacing:-.018em;
  }

  .lead,
  .hero .lead,
  .text p,
  .section-head p,
  #cadastro .text,
  .benefit p{
    font-size:var(--text-mobile);
    line-height:1.6;
  }

  .hero .lead{
    margin-top:18px;
    max-width:94%;
  }

  .hero-actions{
    margin-top:26px;
    gap:14px;
    width:100%;
    align-items:flex-start;
  }

  .hero-actions .pill{
    width:auto;
    min-width:230px;
    max-width:100%;
    padding:15px 22px;
    font-size:10px;
    letter-spacing:.24em;
  }

  .hero-actions .smallcaps,
  .smallcaps{
    font-size:9px;
    letter-spacing:.28em;
    line-height:1.5;
    max-width:92%;
  }

  .date{
    display:none;
  }

  .grid2,
  .form-grid,
  .footer-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .section-head,
  .community{
    display:block;
  }

  .section-head{
    margin-bottom:40px;
  }

  .benefits{
    grid-template-columns:1fr;
  }

  .benefit{
    min-height:200px;
    padding:26px;
  }

  .caption-card{
    display:block;
  }

  .caption-card strong{
    display:block;
    margin-top:12px;
  }

  .manifesto-row,
  .manifesto-row.alt{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-top:54px;
    width:100%;
    overflow:hidden;
  }

  .manifesto-row.alt .manifesto-text{
    order:1;
    text-align:left;
  }

  .manifesto-row.alt .photo{
    order:2;
  }

  .manifesto-text{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .manifesto-row .photo,
  .manifesto-row.alt .photo{
    width:100%;
    max-width:100%;
    margin-top:0;
  }

  .glass{
    padding:28px;
  }

  .field{
    margin-bottom:20px;
  }

  .big-number{
    font-size:var(--title-mobile);
    line-height:.98;
    letter-spacing:-.035em;
  }

  .footer{
    padding:68px 0 32px;
  }

  .footer-title{
    margin-top:24px;
    font-size:var(--title-mobile);
  }

  .footer-bottom{
    display:block;
    margin-top:44px;
  }

  .footer-bottom div{
    margin-top:18px;
  }
}

/* PERFORMANCE */
@media(max-width:900px){
  .photo:hover img{
    transform:none;
  }

  .hero-bg{
    animation:none;
  }
}


/* Mobile manifesto 1080x1350 - correção definitiva */
@media (max-width: 900px){

  #manifesto .photo.video{
    aspect-ratio: 4 / 5 !important;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  #manifesto .photo.video picture{
    display: block;
    width: 100%;
    height: 100%;
  }

  #manifesto .photo.video img{
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center center;
  }

}


/* ===============================
   CEYÓ — PÁGINAS LEGAIS PREMIUM
================================ */

.legal-body{
  background:var(--alice);
  color:var(--eerie);
}

.legal-hero{
  position:relative;
  min-height:72svh;
  display:flex;
  align-items:flex-end;
  padding:150px 0 84px;
  color:var(--alice);
  background:
    linear-gradient(135deg,rgba(25,24,22,.96),rgba(25,24,22,.88)),
    radial-gradient(circle at 80% 20%,rgba(143,86,56,.35),transparent 38%);
  overflow:hidden;
}

.legal-hero:after{
  content:"";
  position:absolute;
  inset:auto -8% -45% 35%;
  width:520px;
  height:520px;
  border-radius:999px;
  background:rgba(143,86,56,.16);
  filter:blur(80px);
  pointer-events:none;
}

.legal-hero .container{
  position:relative;
  z-index:2;
}

.legal-back{
  display:inline-flex;
  margin-bottom:34px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.28em;
  color:rgba(244,247,251,.62);
}

.legal-back:hover{
  color:var(--alice);
}

.legal-hero h1{
  max-width:900px;
  font-size:clamp(54px,8vw,112px);
  line-height:.94;
  letter-spacing:-.025em;
  font-weight:800;
}

.legal-lead{
  max-width:720px;
  margin:28px 0 0;
  font-size:19px;
  line-height:1.72;
  color:rgba(244,247,251,.72);
  letter-spacing:.01em;
}

.legal-meta{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  margin-top:38px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.28em;
  color:rgba(244,247,251,.5);
}

.legal-meta a{
  color:var(--alice);
  border-bottom:1px solid rgba(244,247,251,.35);
  padding-bottom:4px;
}

.legal-shell{
  display:grid;
  grid-template-columns:.8fr 1.45fr;
  gap:80px;
  align-items:start;
}

.legal-intro{
  position:sticky;
  top:118px;
}

.legal-intro h2{
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.025em;
}

.legal-intro p{
  margin-top:24px;
  font-size:17px;
  line-height:1.72;
  color:rgba(25,24,22,.68);
}

.legal-list{
  display:grid;
  gap:18px;
}

.legal-card{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:26px;
  padding:34px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(25,24,22,.08);
  box-shadow:0 24px 70px rgba(0,0,0,.05);
}

.legal-number{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--eerie);
  color:var(--alice);
  font-size:10px;
  letter-spacing:.18em;
}

.legal-copy h2{
  font-size:clamp(25px,2.2vw,34px);
  line-height:1.04;
  letter-spacing:-.018em;
  margin:0;
}

.legal-copy p,
.legal-copy li{
  font-size:16px;
  line-height:1.78;
  color:rgba(25,24,22,.72);
}

.legal-copy p{
  margin:16px 0 0;
}

.legal-copy ul{
  margin:18px 0 0;
  padding-left:20px;
}

@media(max-width:900px){
  .legal-hero{
    min-height:62svh;
    padding:122px 0 62px;
  }

  .legal-back{
    margin-bottom:26px;
    font-size:9px;
    letter-spacing:.22em;
  }

  .legal-hero h1{
    font-size:clamp(40px,11vw,54px);
    line-height:.96;
  }

  .legal-lead{
    margin-top:20px;
    font-size:15px;
    line-height:1.62;
  }

  .legal-meta{
    margin-top:28px;
    gap:14px;
    font-size:9px;
    line-height:1.5;
    letter-spacing:.22em;
  }

  .legal-shell{
    grid-template-columns:1fr;
    gap:34px;
  }

  .legal-intro{
    position:static;
  }

  .legal-intro h2{
    font-size:clamp(32px,9vw,44px);
  }

  .legal-intro p{
    font-size:15px;
    line-height:1.64;
  }

  .legal-card{
    grid-template-columns:1fr;
    gap:18px;
    padding:26px;
  }

  .legal-number{
    width:38px;
    height:38px;
  }

  .legal-copy h2{
    font-size:26px;
  }

  .legal-copy p,
  .legal-copy li{
    font-size:15px;
    line-height:1.68;
  }
}


/* ==========================================================
   CEYÓ — PÁGINAS LEGAIS PREMIUM FULL
   Correção completa de conteúdo, mobile e responsividade
========================================================== */

.legal-body{
  background:var(--alice);
  color:var(--eerie);
  overflow-x:hidden;
}

.legal-body .nav{
  background:transparent;
}

.legal-hero{
  position:relative;
  min-height:72svh;
  display:flex;
  align-items:flex-end;
  padding:150px 0 84px;
  color:var(--alice);
  background:
    linear-gradient(135deg,rgba(25,24,22,.97),rgba(25,24,22,.88)),
    radial-gradient(circle at 78% 18%,rgba(143,86,56,.32),transparent 34%);
  overflow:hidden;
}

.legal-hero:after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-220px;
  width:520px;
  height:520px;
  border-radius:999px;
  background:rgba(143,86,56,.14);
  filter:blur(76px);
  pointer-events:none;
}

.legal-hero .container{
  position:relative;
  z-index:2;
}

.legal-back{
  display:inline-flex;
  margin-bottom:34px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.26em;
  color:rgba(244,247,251,.62);
}

.legal-back:hover{
  color:var(--alice);
}

.legal-hero h1{
  max-width:920px;
  font-size:clamp(54px,7.8vw,108px);
  line-height:.94;
  letter-spacing:-.025em;
  font-weight:800;
  overflow-wrap:normal;
}

.legal-lead{
  max-width:760px;
  margin:28px 0 0;
  font-size:19px;
  line-height:1.72;
  color:rgba(244,247,251,.74);
  letter-spacing:.01em;
}

.legal-meta{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  margin-top:38px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.26em;
  color:rgba(244,247,251,.5);
}

.legal-meta a{
  color:var(--alice);
  border-bottom:1px solid rgba(244,247,251,.35);
  padding-bottom:4px;
}

.legal-content{
  overflow:hidden;
}

.legal-shell{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(0,1.45fr);
  gap:80px;
  align-items:start;
}

.legal-intro{
  position:sticky;
  top:118px;
  min-width:0;
}

.legal-intro h2{
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.025em;
  max-width:100%;
}

.legal-intro p{
  margin-top:24px;
  font-size:17px;
  line-height:1.72;
  color:rgba(25,24,22,.68);
}

.legal-list{
  display:grid;
  gap:18px;
  min-width:0;
}

.legal-card{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:26px;
  padding:34px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(25,24,22,.08);
  box-shadow:0 24px 70px rgba(0,0,0,.05);
  min-width:0;
}

.legal-number{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--eerie);
  color:var(--alice);
  font-size:10px;
  letter-spacing:.16em;
}

.legal-copy{
  min-width:0;
}

.legal-copy h2{
  font-size:clamp(25px,2.2vw,34px);
  line-height:1.04;
  letter-spacing:-.018em;
  margin:0;
  overflow-wrap:break-word;
}

.legal-copy p,
.legal-copy li{
  font-size:16px;
  line-height:1.78;
  color:rgba(25,24,22,.72);
}

.legal-copy p{
  margin:16px 0 0;
}

.legal-copy ul{
  margin:18px 0 0;
  padding-left:20px;
}

.legal-copy li + li{
  margin-top:8px;
}

@media(max-width:900px){

  .legal-body{
    overflow-x:hidden;
  }

  .legal-hero{
    min-height:62svh;
    padding:122px 0 62px;
  }

  .legal-hero:after{
    right:-180px;
    bottom:-260px;
    width:420px;
    height:420px;
    filter:blur(64px);
  }

  .legal-back{
    margin-bottom:26px;
    font-size:9px;
    letter-spacing:.2em;
    max-width:100%;
  }

  .legal-hero h1{
    font-size:clamp(38px,10.4vw,50px);
    line-height:.96;
    letter-spacing:-.025em;
    max-width:100%;
  }

  .legal-lead{
    margin-top:20px;
    font-size:15px;
    line-height:1.62;
    max-width:100%;
  }

  .legal-meta{
    margin-top:28px;
    gap:14px;
    font-size:9px;
    line-height:1.5;
    letter-spacing:.18em;
    max-width:100%;
  }

  .legal-meta span,
  .legal-meta a{
    max-width:100%;
  }

  .legal-shell{
    grid-template-columns:1fr;
    gap:34px;
  }

  .legal-intro{
    position:static;
  }

  .legal-intro h2{
    font-size:clamp(30px,8.5vw,42px);
    line-height:1;
  }

  .legal-intro p{
    font-size:15px;
    line-height:1.64;
  }

  .legal-card{
    grid-template-columns:1fr;
    gap:18px;
    padding:24px;
    width:100%;
  }

  .legal-number{
    width:38px;
    height:38px;
    font-size:9px;
  }

  .legal-copy h2{
    font-size:clamp(22px,7vw,28px);
    line-height:1.08;
  }

  .legal-copy p,
  .legal-copy li{
    font-size:15px;
    line-height:1.68;
  }

  .legal-copy ul{
    padding-left:18px;
  }
}
