:root{
  --navy:#030914;
  --navy-2:#071422;
  --teal:#008f96;
  --teal-2:#00b6c5;
  --cyan:#89f2f0;
  --white:#fff;
  --paper:#f4f7f8;
  --muted:#a9b6c3;
  --muted-dark:#5c6b78;
  --line:rgba(255,255,255,.16);
  --line-dark:rgba(3,9,20,.11);
  --radius:28px;
  --shadow:0 28px 90px rgba(0,0,0,.28);
  --container:min(1180px, calc(100% - 44px));
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--paper);color:var(--navy);line-height:1.55;overflow-x:hidden}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:var(--container);margin-inline:auto}.site-bg{position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 80% 0%,rgba(0,143,150,.12),transparent 30%),linear-gradient(180deg,#f7fafb,#eef3f5)}
.header{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:50;width:var(--container);height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:10px 12px 10px 18px;border:1px solid rgba(255,255,255,.32);background:rgba(244,247,248,.82);backdrop-filter:blur(20px);box-shadow:0 18px 60px rgba(0,0,0,.12);border-radius:999px;transition:.25s ease}.header.is-scrolled{height:66px;top:10px;background:rgba(244,247,248,.94)}.brand{display:flex;align-items:center}.brand img{width:190px;height:auto;max-height:70px;object-fit:contain}.nav{display:flex;justify-content:center;gap:4px}.nav a{font-size:.9rem;font-weight:800;color:#263544;padding:11px 12px;border-radius:999px;transition:.2s}.nav a:hover{background:rgba(0,143,150,.1);color:var(--teal)}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-weight:900;line-height:1;border:1px solid transparent;transition:.25s ease;white-space:nowrap}.header-cta{height:50px;padding:0 18px;background:var(--navy);color:#fff;font-size:.88rem}.header-cta:hover,.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,143,150,.26)}.menu-toggle{display:none;width:48px;height:48px;border:0;border-radius:50%;background:var(--navy);position:relative}.menu-toggle span{position:absolute;left:14px;right:14px;height:2px;background:#fff;transition:.25s}.menu-toggle span:first-child{top:18px}.menu-toggle span:last-child{bottom:18px}.header.menu-open .menu-toggle span:first-child{top:23px;transform:rotate(45deg)}.header.menu-open .menu-toggle span:last-child{bottom:23px;transform:rotate(-45deg)}
.section-dark{background:var(--navy);color:#fff}.hero{position:relative;min-height:100svh;padding:150px 0 36px;display:grid;align-items:center;overflow:hidden}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.08)}.hero-overlay{background:linear-gradient(90deg,rgba(3,9,20,.94) 0%,rgba(3,9,20,.74) 42%,rgba(3,9,20,.35) 100%),linear-gradient(180deg,rgba(3,9,20,.12),rgba(3,9,20,.88))}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;gap:56px;align-items:center}.eyebrow,.section-kicker{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:var(--teal-2);margin-bottom:18px}.hero h1{font-size:clamp(1.3rem,2vw,7.8rem);line-height:.88;letter-spacing:-.08em;max-width:860px;margin-bottom:28px}.hero-text{max-width:690px;color:#d4dde5;font-size:clamp(1.06rem,1.5vw,1.28rem);margin-bottom:34px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.btn{min-height:56px;padding:0 24px}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff}.btn-secondary{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.btn-secondary:hover{background:rgba(255,255,255,.14)}.hero-truck-wrap{perspective:1200px;min-height:520px;position:relative}.hero-truck{position:absolute;right:0;top:28px;width:min(610px,100%);border-radius:34px;overflow:hidden;box-shadow:var(--shadow);transform:translate3d(0,var(--truck-y,0),0) rotateX(var(--truck-rx,2deg)) rotateY(var(--truck-ry,-14deg)) rotateZ(var(--truck-rz,-1deg));transform-style:preserve-3d;will-change:transform}.hero-truck:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(3,9,20,.74));z-index:1}.hero-truck img{width:100%;height:500px;object-fit:cover}.truck-glass{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;display:flex;align-items:center;gap:16px;padding:16px;border:1px solid rgba(255,255,255,.24);border-radius:22px;background:rgba(3,9,20,.54);backdrop-filter:blur(16px)}.truck-glass span{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:var(--teal);font-weight:1000}.truck-glass strong{font-size:1rem}.hero-bottom{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:44px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;backdrop-filter:blur(14px)}.hero-bottom div{padding:20px;background:rgba(3,9,20,.36)}.hero-bottom strong{display:block}.hero-bottom span{color:#c2ccd5;font-size:.9rem}.split{display:grid;grid-template-columns:280px 1fr;gap:80px}.intro{padding:118px 0;background:#fff}.section-label{font-weight:1000;text-transform:uppercase;letter-spacing:.16em;color:var(--teal)}.intro h2,.section-title h2,.coverage h2,.contact h2{font-size:clamp(2.25rem,5vw,5rem);line-height:.96;letter-spacing:-.065em;margin-bottom:24px}.intro p,.section-title>p:not(.section-kicker),.coverage-copy>p,.contact p{font-size:1.1rem;color:var(--muted-dark);max-width:760px}.services{padding:112px 0}.section-title{max-width:920px;margin-bottom:44px}.service-list{display:grid;gap:18px}.service-row{display:grid;grid-template-columns:80px 1fr 300px;gap:28px;align-items:center;padding:18px 18px 18px 24px;background:#fff;border:1px solid var(--line-dark);border-radius:30px;box-shadow:0 14px 50px rgba(3,9,20,.06);transition:.25s ease}.service-row:hover{transform:translateY(-4px);box-shadow:0 24px 70px rgba(3,9,20,.11)}.service-number{font-size:1rem;font-weight:1000;color:var(--teal)}.service-row h3{font-size:1.5rem;letter-spacing:-.035em;margin-bottom:8px}.service-row p{color:var(--muted-dark)}.service-row img{height:176px;width:100%;object-fit:cover;border-radius:22px}.fleet{position:relative;overflow:hidden;padding:128px 0}.fleet-bg{position:absolute;inset:0}.fleet-bg img{width:100%;height:100%;object-fit:cover;opacity:.36;filter:saturate(.8) contrast(1.1)}.fleet:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,9,20,.95),rgba(3,9,20,.82),rgba(3,9,20,.48))}.fleet-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 480px;gap:60px;align-items:center}.fleet .section-title p:not(.section-kicker),.contact p{color:#c7d2dc}.fleet-panel{padding:34px;border-radius:32px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(18px)}.check-list{list-style:none;display:grid;gap:18px}.check-list li{display:grid;grid-template-columns:24px 1fr;gap:12px;color:#e6edf2}.check-list li:before{content:"";width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--teal-2));box-shadow:0 0 0 6px rgba(0,143,150,.14)}.coverage{padding:120px 0;background:#f2f6f7}.coverage-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.coverage-map{height:520px;border-radius:38px;background:radial-gradient(circle at 50% 50%,rgba(0,143,150,.26),transparent 38%),linear-gradient(145deg,#071422,#020711);position:relative;overflow:hidden;box-shadow:var(--shadow)}.coverage-map:before{content:"";position:absolute;inset:54px;border:1px solid rgba(137,242,240,.2);border-radius:50%}.map-line{position:absolute;left:16%;right:16%;top:52%;height:2px;background:linear-gradient(90deg,transparent,var(--teal-2),transparent);transform:rotate(-18deg)}.map-dot{position:absolute;width:18px;height:18px;border-radius:50%;background:var(--teal-2);box-shadow:0 0 0 14px rgba(0,182,197,.14)}.dot-one{left:28%;top:38%}.dot-two{left:58%;top:50%}.dot-three{left:73%;top:31%}.coverage-map strong{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:clamp(2.2rem,5vw,4.6rem);letter-spacing:-.06em;color:#fff}.zones{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.zones div{padding:20px;border-radius:22px;background:#fff;border:1px solid var(--line-dark)}.zones b{display:block;margin-bottom:6px}.zones span{color:var(--muted-dark);font-size:.95rem}.differentials,.clients{padding:112px 0;background:#fff}

.diff-grid{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:0;
border-top:1px solid var(--line-dark);
border-left:1px solid var(--line-dark);
margin-top:40px
}

.diff-item{
width:25%;
min-height:260px;
padding:26px;
border-right:1px solid var(--line-dark);
border-bottom:1px solid var(--line-dark);
background:#fff;
transition:.3s ease
}

.diff-item:hover{
background:#f7fbfc;
transform:translateY(-4px)
}

.diff-item span{
display:inline-block;
font-size:.9rem;
font-weight:1000;
color:var(--teal);
margin-bottom:18px
}

.diff-item h3{
font-size:1.25rem;
line-height:1.15;
letter-spacing:-.035em;
margin-bottom:14px;
color:var(--navy)
}

.diff-item p{
color:var(--muted-dark);
font-size:.98rem;
line-height:1.65
}.client-strip{display:flex;flex-wrap:wrap;gap:12px}.client-strip span{padding:18px 22px;border-radius:999px;background:#f2f6f7;border:1px solid var(--line-dark);font-weight:900;color:#1c2a36}.contact{padding:120px 0}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.contact-box{display:grid;gap:12px;padding:28px;border-radius:32px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px)}.contact-box>a:not(.btn),.contact-box span{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.13);color:#e6edf2}.full{width:100%;margin-top:12px}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:45;height:54px;display:inline-flex;align-items:center;padding:0 20px;border-radius:999px;background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff;font-weight:1000;box-shadow:0 18px 50px rgba(0,143,150,.32)}.footer{background:#020711;color:#b9c4cd;padding:34px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer img{width:150px;background:#fff;border-radius:14px;padding:8px}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}
@media(max-width:1020px){.header{grid-template-columns:auto auto;width:calc(100% - 24px);height:auto;min-height:68px}.brand img{width:132px}.menu-toggle{display:block;justify-self:end}.nav{display:none;grid-column:1/-1;flex-direction:column;align-items:stretch;padding:8px}.header.menu-open .nav{display:flex}.header-cta{display:none}.hero-grid,.fleet-grid,.coverage-grid,.contact-grid,.split{grid-template-columns:1fr;gap:40px}.hero-truck-wrap{min-height:430px}.hero-truck{position:relative;top:auto;width:100%}.hero-bottom{grid-template-columns:repeat(2,1fr)}.service-row{grid-template-columns:48px 1fr}.service-row img{grid-column:1/-1;height:260px}.zones{grid-template-columns:repeat(2,1fr)}.diff-item{width:50%}}
@media(max-width:640px){:root{--container:calc(100% - 28px)}.hero{padding-top:116px}.hero h1{font-size:clamp(3rem,16vw,4.8rem)}.hero-bottom,.zones{grid-template-columns:1fr}.diff-grid{border-left:none}.diff-item{width:100%;border-left:1px solid var(--line-dark)}.hero-truck img{height:330px}.truck-glass{left:14px;right:14px;bottom:14px}.service-row{grid-template-columns:1fr;padding:18px}.service-number{font-size:.85rem}.coverage-map{height:380px}.whatsapp-float{left:14px;right:14px;justify-content:center}.footer-inner{flex-direction:column;align-items:flex-start}.btn{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.hero-truck{transform:none!important}}

.hero-logo-highlight{margin-top:32px;padding:18px 24px;display:inline-flex;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:28px;backdrop-filter:blur(10px)}
.hero-logo-highlight img{width:240px;filter:drop-shadow(0 12px 30px rgba(0,0,0,.35))}
.footer img{width:220px;background:#fff;border-radius:20px;padding:12px}
.zones{grid-template-columns:repeat(5,1fr)}
@media(max-width:1020px){.zones{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.zones{grid-template-columns:1fr}.hero-logo-highlight img{width:180px}}

/* Ajustes solicitados: header centrado, hero más limpio y cobertura responsive */
.header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:78px;
  padding:10px 20px;
}
.brand{
  height:100%;
  display:flex;
  align-items:center;
}
.brand img{
  display:block;
  width:180px;
  max-height:58px;
  object-fit:contain;
}
.nav{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  height:100%;
}
.nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  line-height:1;
  padding:0 13px;
}
.hero{
  min-height:100svh;
  padding-top:160px;
}
.hero-overlay{
  background:linear-gradient(90deg,rgba(3,9,20,.88) 0%,rgba(3,9,20,.64) 46%,rgba(3,9,20,.22) 100%),linear-gradient(180deg,rgba(3,9,20,.10),rgba(3,9,20,.72));
}
.hero-grid{
  grid-template-columns:minmax(0, 860px);
  justify-content:start;
}
.hero h1{
  font-size:clamp(3.2rem,7.8vw,7.2rem);
  line-height:.9;
}
.hero-text{
  background:rgba(3,9,20,.42);
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:18px 20px;
  color:#f1f6f8;
  backdrop-filter:blur(8px);
}
.hero-logo-highlight{
  background:#fff;
  border:0;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}
.hero-logo-highlight img{
  width:280px;
  filter:none;
}
.hero-truck-wrap{display:none!important;}
.coverage-grid{
  grid-template-columns:1fr;
}
.coverage-map{
  display:none;
}
.coverage-copy{
  max-width:1000px;
}
.zones{
  display:grid;
  grid-template-columns:repeat(6,1fr)!important;
  gap:16px;
  align-items:stretch;
}
.zones div{
  grid-column:span 2;
  min-height:140px;
}
.zones div:nth-child(4){grid-column:2 / span 2;}
.zones div:nth-child(5){grid-column:4 / span 2;}
@media(max-width:1020px){
  .header{
    display:grid;
    grid-template-columns:auto auto;
    align-items:center;
    min-height:72px;
  }
  .brand img{width:150px;max-height:52px;}
  .menu-toggle{display:block;justify-self:end;}
  .nav{display:none;height:auto;grid-column:1/-1;flex-direction:column;align-items:stretch;padding:8px;}
  .header.menu-open .nav{display:flex;}
  .nav a{justify-content:flex-start;min-height:46px;}
  .zones{grid-template-columns:repeat(2,1fr)!important;}
  .zones div,.zones div:nth-child(4),.zones div:nth-child(5){grid-column:auto;}
}
@media(max-width:640px){
  .hero{padding-top:124px;}
  .hero h1{font-size:clamp(3rem,15vw,4.8rem);}
  .hero-logo-highlight img{width:220px;}
  .zones{grid-template-columns:1fr!important;}
}

/* Ajuste final del hero: texto inferior, logo integrado y titular más limpio */
.hero{
  min-height:100svh;
  padding-top:132px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,9,20,.80) 0%,rgba(3,9,20,.54) 48%,rgba(3,9,20,.18) 100%),
    linear-gradient(180deg,rgba(3,9,20,.08) 0%,rgba(3,9,20,.48) 76%,rgba(3,9,20,.82) 100%);
}
.hero-copy{
  max-width:980px;
}
.hero-service-line,
.hero .eyebrow{
  display:inline-block;
  color:var(--teal-2)!important;
  font-size:clamp(1rem,1vw,1rem)!important;
  line-height:1.25;
  letter-spacing:.1em;
  font-weight:1000;
  text-transform:uppercase;
  margin-bottom:22px;
  padding-bottom:10px;
}
.hero h1{
  max-width:840px;
  font-size:clamp(2.6rem,4.8vw,5.6rem)!important;
  line-height:.95;
  letter-spacing:-.06em;
  color:#fff;
  text-wrap:balance;
}
.hero-info-card{
  margin-top:clamp(56px,10vh,120px);
  display:grid;
  grid-template-columns:260px minmax(0,760px);
  gap:26px;
  align-items:center;
}
.hero-logo-highlight{
  margin-top:0!important;
  padding:22px 26px!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.95)!important;
  box-shadow:0 20px 60px rgba(0,0,0,.30)!important;
}
.hero-logo-highlight img{
  width:100%!important;
  max-width:230px;
  display:block;
}
.hero-text{
  margin:0!important;
  padding:22px 26px!important;
  font-size:clamp(1.08rem,1.45vw,1.45rem)!important;
  line-height:1.55!important;
  background:rgba(3,9,20,.50)!important;
  color:#f4f8fa!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:26px!important;
}
@media(max-width:900px){
  .hero-info-card{grid-template-columns:1fr;max-width:720px;margin-top:48px;}
  .hero-logo-highlight{width:max-content;max-width:100%;}
  .hero-logo-highlight img{width:220px!important;}
}
@media(max-width:640px){
  .hero{padding-top:112px;}
  .hero-service-line,.hero .eyebrow{font-size:.82rem!important;letter-spacing:.12em;}
  .hero h1{font-size:clamp(2.3rem,10vw,3.6rem)!important;}
  .hero-info-card{gap:16px;margin-top:34px;}
  .hero-text{font-size:1rem!important;padding:18px!important;}
  .hero-logo-highlight img{width:190px!important;}
}

/* Corrección móvil: menú limpio y hero sin logo para dejar respirar la imagen */
@media (max-width: 640px){
  .header{
    top:12px!important;
    width:calc(100% - 28px)!important;
    min-height:58px!important;
    height:58px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:8px 10px 8px 16px!important;
    border-radius:999px!important;
    background:rgba(244,247,248,.92)!important;
    overflow:visible!important;
  }
  .header .brand img{
    width:94px!important;
    max-height:38px!important;
  }
  .menu-toggle{
    width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
    display:block!important;
  }
  .header.menu-open{
    border-radius:28px!important;
  }
  .header .nav{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:66px!important;
    display:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:4px!important;
    height:auto!important;
    max-height:none!important;
    padding:14px!important;
    border-radius:26px!important;
    background:rgba(244,247,248,.96)!important;
    box-shadow:0 22px 60px rgba(0,0,0,.18)!important;
    border:1px solid rgba(3,9,20,.08)!important;
    backdrop-filter:blur(18px)!important;
  }
  .header.menu-open .nav{
    display:flex!important;
  }
  .header .nav a{
    min-height:42px!important;
    padding:0 18px!important;
    border-radius:16px!important;
    justify-content:flex-start!important;
    font-size:1rem!important;
    line-height:1!important;
  }

  .hero{
    min-height:100svh!important;
    padding-top:88px!important;
    padding-bottom:22px!important;
    justify-content:flex-end!important;
  }
  .hero-grid{
    align-items:end!important;
  }
  .hero-copy{
    padding-top:28vh!important;
  }
  .hero-service-line,
  .hero .eyebrow{
    font-size:.72rem!important;
    letter-spacing:.10em!important;
    margin-bottom:12px!important;
    padding-bottom:7px!important;
  }
  .hero h1{
    font-size:clamp(2.05rem,9vw,3.05rem)!important;
    max-width:94%!important;
    margin-bottom:0!important;
  }
  .hero-info-card{
    margin-top:24px!important;
    display:block!important;
  }
  .hero-logo-highlight{
    display:none!important;
  }
  .hero-text{
    font-size:.98rem!important;
    line-height:1.48!important;
    padding:16px 18px!important;
    border-radius:22px!important;
    background:rgba(3,9,20,.58)!important;
  }
  .hero-bottom{
    margin-top:18px!important;
    grid-template-columns:1fr 1fr!important;
    border-radius:18px!important;
  }
  .hero-bottom div{
    padding:14px!important;
  }
}

/* Ajuste solicitado móvil: claim arriba, sin titular ni línea roja */
@media (max-width: 640px){
  .hero{
    padding-top:82px!important;
    justify-content:flex-start!important;
  }
  .hero-copy{
    padding-top:0!important;
    display:flex!important;
    flex-direction:column!important;
    min-height:calc(100svh - 120px)!important;
  }
  .hero-service-line,
  .hero .eyebrow{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    color:var(--teal-2)!important;
    font-size:clamp(.78rem,3.6vw,1rem)!important;
    line-height:1.3!important;
    letter-spacing:.10em!important;
    font-weight:1000!important;
    text-transform:uppercase!important;
    margin:0!important;
    padding:0!important;
    border-bottom:0!important;
  }
  .hero h1{
    display:none!important;
  }
  .hero-info-card{
    margin-top:auto!important;
    margin-bottom:14px!important;
    display:block!important;
  }
  .hero-text{
    max-width:100%!important;
    font-size:.88rem!important;
    line-height:1.42!important;
    padding:14px 16px!important;
    border-radius:18px!important;
    background:rgba(3,9,20,.48)!important;
  }
  .hero-logo-highlight{
    display:none!important;
  }
}


/* Páginas legales RGPD */
.legal-page{padding:150px 0 90px;background:#fff;min-height:100svh}
.legal-card{max-width:980px;margin-inline:auto;background:#fff;border:1px solid var(--line-dark);border-radius:30px;box-shadow:0 16px 60px rgba(3,9,20,.08);padding:clamp(24px,4vw,56px)}
.legal-card h1{font-size:clamp(2.1rem,5vw,4.2rem);line-height:1;letter-spacing:-.055em;margin-bottom:18px;color:var(--navy)}
.legal-card h2{font-size:1.45rem;letter-spacing:-.025em;margin:34px 0 12px;color:var(--navy)}
.legal-card p,.legal-card li{color:var(--muted-dark);font-size:1rem;line-height:1.75}
.legal-card ul{padding-left:22px;margin:10px 0 0}
.legal-card a{color:var(--teal);font-weight:900;text-decoration:underline;text-underline-offset:3px}
.legal-note{padding:16px 18px;background:#f2f6f7;border:1px solid var(--line-dark);border-radius:18px;margin:22px 0;color:var(--muted-dark)}
.footer-legal{display:flex;flex-wrap:wrap;gap:12px 18px;font-size:.92rem}
.footer-legal a{color:#d7e1e8;text-decoration:underline;text-underline-offset:4px}
@media(max-width:640px){.legal-page{padding-top:105px}.legal-card{border-radius:24px}.footer-legal{flex-direction:column}}
