/* ============================================================
   bastasolounclick — Call Center
   Stile: Blu corporate professionale
   ============================================================ */

:root {
  /* blu */
  --blue:     #0d5bd6;   /* primario */
  --blue-d:   #0a47aa;
  --navy:     #0a2548;   /* scuro */
  --navy-2:   #0b1f3d;   /* footer / overlay */
  --sky:      #eef4fd;   /* tinta chiara */
  --sky-2:    #dde9fb;

  /* neutri */
  --ink:      #15233b;   /* testo scuro */
  --gray:     #5a6b85;   /* testo muto */
  --line:     #e1e8f2;
  --white:    #ffffff;
  --bg:       #ffffff;

  /* whatsapp */
  --wa:       #25d366;
  --wa-d:     #1da955;

  /* type */
  --display: "Poppins", "Segoe UI", sans-serif;
  --body:    "Open Sans", system-ui, sans-serif;

  /* layout */
  --maxw: 1180px;
  --radius: 16px;
  --shadow: 0 14px 40px -18px rgba(10, 37, 72, .25);
  --shadow-lg: 0 24px 60px -22px rgba(10, 37, 72, .35);
  --ease: cubic-bezier(.22, .7, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.15; }

.container { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--display); font-weight: 600; font-size: .96rem;
  padding: .8rem 1.4rem; border-radius: 10px; border: 2px solid transparent;
  cursor: pointer; transition: transform .2s var(--ease), background .2s, color .2s, box-shadow .2s, border-color .2s;
  white-space: nowrap; line-height: 1;
}
.btn-lg { padding: 1rem 1.7rem; font-size: 1.02rem; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px -10px var(--blue); }
.btn-primary:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 14px 30px -10px var(--blue); }
.btn-ghost { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-ghost:hover { background: var(--blue); color: #fff; }
.btn-call { background: var(--navy); color: #fff; font-variant-numeric: tabular-nums; }
.btn-call:hover { background: #061a35; transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 24px -12px var(--wa); }
.btn-wa:hover { background: var(--wa-d); transform: translateY(-2px); }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar { background: var(--navy); color: rgba(255,255,255,.85); font-size: .85rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 40px; }
.topbar-left { display: flex; gap: 1.6rem; }
.tb-item { display: inline-flex; align-items: center; gap: .4rem; }
.tb-item svg { color: var(--wa); }
.topbar-right .tb-item svg { color: #6ea8ff; }
.topbar a:hover { color: #fff; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px -16px rgba(10,37,72,.4); }
.nav-wrap { display: flex; align-items: center; gap: 1.4rem; height: 72px; }

.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--navy); }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; background: var(--blue); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 18px -8px var(--blue); }
.brand-text { font-family: var(--display); font-weight: 600; font-size: 1.28rem; letter-spacing: -.02em; color: var(--navy); }
.brand-text strong { color: var(--blue); font-weight: 800; }

.nav-links { display: flex; gap: 1.6rem; margin-left: auto; }
.nav-links a { font-family: var(--display); font-size: .96rem; font-weight: 500; color: var(--ink); position: relative; padding: .3rem 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2.5px; background: var(--blue); border-radius: 4px; transition: width .28s var(--ease); }
.nav-links a:hover { color: var(--blue); }
.nav-links a:hover::after { width: 100%; }

.header-actions { display: flex; gap: .6rem; }
.header-wa, .header-call { padding: .6rem 1rem; font-size: .9rem; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; margin-left: auto; }
.nav-toggle span { width: 26px; height: 2.6px; background: var(--navy); border-radius: 4px; transition: .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.6px) rotate(-45deg); }

.mobile-menu { display: none; flex-direction: column; padding: .8rem 1.25rem 1.4rem; border-top: 1px solid var(--line); background: #fff; }
.mobile-menu > a { padding: .85rem .2rem; font-family: var(--display); font-weight: 500; border-bottom: 1px solid var(--line); }
.mobile-cta { display: grid; gap: .6rem; margin-top: 1rem; }
.mobile-cta .btn { width: 100%; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; color: #fff; min-height: clamp(520px, 78vh, 720px); display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8,28,58,.95) 0%, rgba(8,28,58,.86) 42%, rgba(10,45,102,.62) 100%); }
.hero-inner { position: relative; z-index: 1; padding: 3.5rem 0; }
.hero-copy { max-width: 640px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--display); font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: #cfe0ff; background: rgba(255,255,255,.1); padding: .5rem .9rem; border-radius: 100px; border: 1px solid rgba(255,255,255,.18);
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: pulse 1.9s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.55);} 70%{box-shadow:0 0 0 9px rgba(37,211,102,0);} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0);} }

.hero-title { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 800; letter-spacing: -.025em; margin: 1.3rem 0 1.2rem; }
.hero-title .hl { color: #4d94ff; }
.hero-lead { font-size: clamp(1.04rem, 1.5vw, 1.2rem); color: rgba(255,255,255,.86); max-width: 40ch; margin-bottom: 2rem; }
.hero-lead strong { color: #fff; font-weight: 700; }

.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.hero-badges { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.hero-badges li { display: inline-flex; align-items: center; gap: .45rem; font-size: .92rem; color: rgba(255,255,255,.9); }
.hero-badges svg { color: var(--wa); }

/* ============================================================
   STATS
   ============================================================ */
.stats { background: var(--blue); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding: clamp(2rem, 4vw, 2.8rem) 0; }
.stat { text-align: center; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 10%; bottom: 10%; width: 1px; background: rgba(255,255,255,.2); }
.stat-num { display: block; font-family: var(--display); font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 800; line-height: 1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stat-label { font-size: .9rem; color: rgba(255,255,255,.82); margin-top: .5rem; display: block; }

/* ============================================================
   SECTIONS (shared)
   ============================================================ */
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section-head { max-width: 680px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-kicker { font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: .9rem; }
.section-kicker.light { color: #7fb0ff; }
.section-title { font-size: clamp(1.8rem, 3.8vw, 2.6rem); font-weight: 700; letter-spacing: -.02em; color: var(--navy); }
.section-title.white { color: #fff; }
.section-intro { margin-top: 1.1rem; font-size: 1.06rem; color: var(--gray); }
.section-intro.light { color: rgba(255,255,255,.8); }

/* ============================================================
   SERVICES
   ============================================================ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.8rem; position: relative; overflow: hidden;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s;
}
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card-icon { width: 58px; height: 58px; border-radius: 14px; background: var(--sky); color: var(--blue); display: grid; place-items: center; margin-bottom: 1.3rem; transition: background .28s, color .28s; }
.card:hover .card-icon { background: var(--blue); color: #fff; }
.card h3 { font-size: 1.24rem; font-weight: 600; color: var(--navy); margin-bottom: .55rem; }
.card p { font-size: .97rem; color: var(--gray); }

/* ============================================================
   WHY
   ============================================================ */
.why { background: var(--sky); }
.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.why-media { position: relative; }
.why-media img { width: 100%; border-radius: 20px; box-shadow: var(--shadow-lg); aspect-ratio: 4/4.4; object-fit: cover; }
.why-badge { position: absolute; right: -10px; bottom: -18px; background: var(--navy); color: #fff; border-radius: 16px; padding: 1.1rem 1.3rem; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: .8rem; max-width: 250px; }
.why-badge-num { font-family: var(--display); font-size: 2rem; font-weight: 800; color: #4d94ff; line-height: 1; }
.why-badge-txt { font-size: .82rem; color: rgba(255,255,255,.85); line-height: 1.35; }

.feat-list { display: grid; gap: 1.1rem; margin: 1.8rem 0 2rem; }
.feat-list li { display: flex; gap: 1rem; align-items: flex-start; }
.feat-ic { width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; background: #fff; color: var(--wa); display: grid; place-items: center; box-shadow: var(--shadow); border: 1px solid var(--line); }
.feat-list h3 { font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: .2rem; }
.feat-list p { font-size: .96rem; color: var(--gray); }

/* ============================================================
   SECTORS
   ============================================================ */
.sector-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1rem; }
.sector-list li { display: flex; align-items: center; gap: .7rem; font-family: var(--display); font-weight: 500; font-size: 1rem; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 1.05rem 1.3rem; transition: background .25s, color .25s, transform .25s var(--ease), box-shadow .25s; }
.sector-list li span { font-size: 1.25rem; }
.sector-list li:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; color: var(--blue); }

/* ============================================================
   TECNOLOGIA
   ============================================================ */
.tech { background: var(--navy); color: #fff; }
.tech-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.tech-stats { display: flex; gap: 2rem; margin-top: 2rem; flex-wrap: wrap; }
.tech-stats div { display: flex; flex-direction: column; }
.ts-num { font-family: var(--display); font-size: 1.7rem; font-weight: 800; color: #4d94ff; }
.ts-lbl { font-size: .86rem; color: rgba(255,255,255,.7); }
.tech-media img { width: 100%; border-radius: 20px; box-shadow: var(--shadow-lg); aspect-ratio: 5/4; object-fit: cover; }

/* ============================================================
   METHOD
   ============================================================ */
.method { background: var(--sky); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.step { background: #fff; border-radius: var(--radius); padding: 2rem 1.6rem; border: 1px solid var(--line); position: relative; transition: transform .25s var(--ease), box-shadow .25s; }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-num { width: 46px; height: 46px; border-radius: 12px; background: var(--blue); color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.3rem; display: grid; place-items: center; margin-bottom: 1.1rem; }
.step h3 { font-size: 1.2rem; font-weight: 600; color: var(--navy); margin-bottom: .45rem; }
.step p { font-size: .95rem; color: var(--gray); }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { position: relative; color: #fff; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,37,72,.94), rgba(10,71,170,.82)); }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2.6rem, 5vw, 4rem) 0; flex-wrap: wrap; }
.cta-text h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; letter-spacing: -.02em; }
.cta-text p { color: rgba(255,255,255,.82); margin-top: .6rem; font-size: 1.05rem; }
.cta-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.contact-list { display: grid; gap: 1.2rem; margin-bottom: 1.6rem; }
.contact-list li { display: flex; gap: 1rem; align-items: flex-start; }
.ci { width: 48px; height: 48px; flex-shrink: 0; border-radius: 12px; background: var(--sky); color: var(--blue); display: grid; place-items: center; }
.ci-wa { background: rgba(37,211,102,.12); color: var(--wa-d); }
.ci-label { font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gray); margin-bottom: .1rem; font-family: var(--display); font-weight: 600; }
.contact-list a, .contact-list span:not(.ci) { font-size: 1.04rem; font-weight: 500; color: var(--navy); line-height: 1.45; }
.contact-list a:hover { color: var(--blue); }

.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 240px; border: 0; display: block; }

.contact-form { background: var(--sky); border: 1px solid var(--line); border-radius: 20px; padding: clamp(1.6rem, 3vw, 2.4rem); }
.form-title { font-size: 1.4rem; font-weight: 600; color: var(--navy); margin-bottom: 1.4rem; }
.field { margin-bottom: 1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.field label { display: block; font-family: var(--display); font-size: .85rem; font-weight: 600; margin-bottom: .4rem; color: var(--navy); }
.field input, .field select, .field textarea { width: 100%; font-family: var(--body); font-size: .98rem; color: var(--ink); background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: .8rem .95rem; transition: border-color .2s, box-shadow .2s; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13,91,214,.14); }
.check { display: flex; gap: .6rem; align-items: flex-start; font-size: .86rem; color: var(--gray); margin: .3rem 0 1.2rem; }
.check input { margin-top: .25rem; accent-color: var(--blue); }
.check a { color: var(--blue); text-decoration: underline; }
.form-submit { width: 100%; }
.form-wa { width: 100%; margin-top: .6rem; }
.form-feedback { margin-top: 1rem; padding: .8rem 1rem; border-radius: 10px; font-size: .92rem; font-weight: 600; background: rgba(37,211,102,.12); color: var(--wa-d); text-align: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy-2); color: rgba(255,255,255,.78); padding-top: clamp(3rem, 6vw, 4rem); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1.2fr; gap: 2.5rem; padding-bottom: 2.8rem; }
.brand-footer .brand-text { color: #fff; }
.footer-tag { margin: 1rem 0 1.3rem; max-width: 30ch; font-size: .98rem; color: rgba(255,255,255,.65); }
.footer-cta { display: flex; gap: .6rem; flex-wrap: wrap; }
.footer-h { font-family: var(--display); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.5); margin-bottom: 1rem; }
.footer-nav { display: flex; flex-direction: column; gap: .55rem; }
.footer-nav a { color: rgba(255,255,255,.78); font-size: .96rem; width: fit-content; }
.footer-nav a:hover { color: #4d94ff; }
.legal-block { font-size: .94rem; line-height: 1.75; color: rgba(255,255,255,.78); }
.legal-block strong { color: #fff; }
.legal-block a:hover { color: #4d94ff; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; color: rgba(255,255,255,.5); }

/* ============================================================
   FLOATING ACTIONS
   ============================================================ */
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 95; display: flex; flex-direction: column; gap: .7rem; }
.fab { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: 0 12px 26px -8px rgba(0,0,0,.4); transition: transform .2s var(--ease); }
.fab:hover { transform: scale(1.08); }
.fab-wa { background: var(--wa); }
.fab-call { background: var(--blue); display: none; }
.floating-actions { transition: bottom .35s var(--ease); }
body.cookie-visible .floating-actions { bottom: calc(18px + var(--cookie-h, 96px)); }

/* ============================================================
   FOOTER — LINK LEGALI
   ============================================================ */
.footer-bottom-left { display: flex; flex-direction: column; gap: .2rem; }
.footer-legal-links { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; }
.footer-legal-links a { color: rgba(255,255,255,.72); }
.footer-legal-links a:hover { color: #4d94ff; }
.footer-legal-links .sep { color: rgba(255,255,255,.3); }

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: var(--navy-2); color: rgba(255,255,255,.85);
  border-top: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 -12px 40px -18px rgba(0,0,0,.55);
  transform: translateY(100%); transition: transform .35s var(--ease);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; display: flex; align-items: center; gap: 1.5rem; padding: 1rem 0; flex-wrap: wrap; }
.cookie-text { flex: 1 1 320px; font-size: .9rem; line-height: 1.55; color: rgba(255,255,255,.8); }
.cookie-text strong { color: #fff; }
.cookie-text a { color: #6ea8ff; text-decoration: underline; }
.cookie-text a:hover { color: #9cc2ff; }
.cookie-actions { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.cookie-link { font-family: var(--display); font-weight: 600; font-size: .92rem; color: rgba(255,255,255,.75); }
.cookie-link:hover { color: #fff; }

/* ============================================================
   PAGINE LEGALI
   ============================================================ */
.legal { padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem); background: var(--bg); }
.legal-wrap { max-width: 820px; }
.legal-kicker { font-family: var(--display); font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: var(--blue); margin-bottom: .6rem; }
.legal-title { font-size: clamp(1.9rem, 4vw, 2.6rem); color: var(--navy); letter-spacing: -.02em; }
.legal-updated { color: var(--gray); font-size: .92rem; margin-top: .7rem; }
.legal-back { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.4rem; font-family: var(--display); font-weight: 600; font-size: .92rem; color: var(--blue); }
.legal-back:hover { color: var(--blue-d); }
.legal-body { margin-top: 2.2rem; }
.legal-body h2 { font-size: 1.28rem; color: var(--navy); margin: 2.2rem 0 .8rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.legal-body h2:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.legal-body h3 { font-size: 1.04rem; color: var(--ink); margin: 1.4rem 0 .5rem; }
.legal-body p { margin-bottom: 1rem; color: var(--ink); }
.legal-body ul { margin: 0 0 1.2rem; padding-left: 0; }
.legal-body li { position: relative; padding-left: 1.5rem; margin-bottom: .55rem; }
.legal-body li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.legal-body a { color: var(--blue); text-decoration: underline; }
.legal-body a:hover { color: var(--blue-d); }
.legal-body strong { color: var(--navy); }
.legal-note { background: var(--sky); border: 1px solid var(--sky-2); border-radius: var(--radius); padding: 1.1rem 1.3rem; font-size: .92rem; color: var(--ink); margin: 1.4rem 0; }
.legal-note p:last-child { margin-bottom: 0; }
.legal-toc { background: var(--sky); border-radius: var(--radius); padding: 1.3rem 1.6rem; margin: 2rem 0; }
.legal-toc p { font-family: var(--display); font-weight: 600; color: var(--navy); margin-bottom: .6rem; }
.legal-toc ol { padding-left: 1.1rem; list-style: decimal; }
.legal-toc li { padding-left: .3rem; margin-bottom: .35rem; }
.legal-toc a { color: var(--blue); }
.legal-toc a:hover { text-decoration: underline; }
.legal-data { background: var(--sky); border-radius: var(--radius); padding: 1.2rem 1.4rem; margin: 1.2rem 0 1.6rem; line-height: 1.8; font-size: .96rem; }
.legal-data strong { color: var(--navy); }

@media (max-width: 600px) {
  .cookie-inner { gap: .9rem; padding: 1rem 0 1.1rem; }
  .cookie-actions { width: 100%; justify-content: space-between; }
}

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(20px); animation: reveal-up .8s var(--ease) forwards; animation-delay: var(--d, 0s); }
@keyframes reveal-up { to { opacity: 1; transform: translateY(0); } }
.in-view { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.in-view.shown { opacity: 1; transform: translateY(0); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .nav-links, .header-actions { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu:not([hidden]) { display: flex; }
  .why-grid { grid-template-columns: 1fr; }
  .why-media { max-width: 440px; margin: 0 auto 1.5rem; }
  .tech-grid { grid-template-columns: 1fr; }
  .tech-media { order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .stat:nth-child(3)::before { display: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .sector-list { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .fab-call { display: grid; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 1.6rem, var(--maxw)); }
  .topbar-left { gap: 1rem; }
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .sector-list { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat::before { display: none !important; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-cta .btn { width: 100%; }
  .why-badge { right: 50%; transform: translateX(50%); }
}
