:root {
  --navy:#061b38;
  --navy-deep:#031329;
  --orange:#f7931d;
  --orange-dark:#df7a05;
  --ink:#11233d;
  --muted:#627187;
  --line:#e6ebf1;
  --green:#25d366;
  --radius:18px;
  --shadow:0 12px 30px rgba(4,25,53,.08)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:#fff;
  color:var(--ink);
  font:400 16px/1.7 Poppins,Arial,sans-serif
}
.svg-sprite {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
a {
  color:inherit;
  text-decoration:none
}
.container {
  width:min(1120px,calc(100% - 40px));
  margin:auto
}
.skip-link {
  position:fixed;
  top:-4rem;
  left:1rem;
  background:var(--orange);
  padding:.6rem 1rem;
  color:var(--navy);
  z-index:100
}
.skip-link:focus {
  top:1rem
}
.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(6,27,56,.06);
  backdrop-filter:blur(12px)
}
.header-inner {
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  display:flex;
  gap:9px;
  align-items:center;
  font:500 22px/.8 Oswald,sans-serif;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:var(--navy)
}
.brand img {
  width:46px;
  height:46px;
  border-radius:50%;
  object-fit:cover;
  object-position:center
}
.brand b {
  color:var(--orange);
  font-weight:500
}
nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:14px;
  font-weight:600
}
nav>a:not(.button) {
  position:relative
}
nav>a:not(.button):after {
  content:"";
  position:absolute;
  bottom:-7px;
  left:0;
  width:0;
  height:2px;
  background:var(--orange);
  transition:width .2s
}
nav>a:hover:after {
  width:100%
}
.menu-toggle {
  display:none;
  border:0;
  background:transparent;
  padding:8px
}
.menu-toggle span {
  display:block;
  width:25px;
  height:2px;
  margin:5px;
  background:var(--navy)
}
.button {
  display:inline-flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  background:var(--orange);
  border:1px solid var(--orange);
  border-radius:8px;
  padding:14px 23px;
  color:var(--navy);
  font-size:14px;
  font-weight:700;
  line-height:1.3;
  transition:transform .2s,background .2s,box-shadow .2s
}
.button:hover {
  background:var(--orange-dark);
  border-color:var(--orange-dark);
  transform:translateY(-2px);
  box-shadow:0 8px 15px rgba(247,147,29,.23)
}
.button-small {
  padding:10px 15px;
  font-size:12px
}
.hero {
  background:linear-gradient(112deg,#f7faff 0%,#fff 54%,#fff8ef 100%);
  overflow:hidden
}
.hero-grid {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  min-height:calc(100vh - 78px);
  align-items:center;
  gap:30px;
  padding:68px 0
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:11px;
  font-weight:700;
  color:var(--orange);
  margin:0 0 13px
}
.hero h1,h2,h3 {
  font-family:Oswald,Impact,sans-serif;
  text-transform:uppercase;
  line-height:1.08;
  margin:0
}
.hero h1 {
  font-size:clamp(48px,6vw,78px);
  letter-spacing:.012em;
  color:var(--navy)
}
h1 span,h2 span {
  color:var(--orange)
}
.hero-text {
  max-width:655px;
  margin:24px 0 31px;
  font-size:16px;
  color:var(--muted)
}
.hero-actions,.contact-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px
}
.button-outline {
  color:var(--navy);
  background:transparent;
  border-color:#cbd5e1
}
.button-outline:hover {
  background:var(--navy);
  border-color:var(--navy);
  color:#fff
}
.quick-links {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin-top:27px;
  font-size:13px;
  font-weight:600
}
.quick-links a {
  display:flex;
  align-items:center;
  gap:6px
}
.quick-links a:hover {
  color:var(--orange)
}
.quick-links svg {
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}
.hero-logo-wrap {
  position:relative;
  text-align:center
}
.hero-logo-wrap:before {
  content:"";
  position:absolute;
  inset:8% 0;
  background:var(--orange);
  filter:blur(75px);
  opacity:.09;
  border-radius:50%
}
.hero-logo-wrap img {
  position:relative;
  width:min(100%,540px);
  height:auto;
  filter:drop-shadow(0 18px 30px rgba(3,19,41,.18));
  border-radius:8px
}
.section {
  padding:110px 0
}
.split-grid {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:clamp(40px,10vw,140px)
}
h2 {
  font-size:clamp(39px,4.5vw,60px);
  color:var(--navy)
}
.intro {
  background:#fff
}
.intro-copy {
  font-size:16px;
  color:var(--muted)
}
.intro-copy p {
  margin:0 0 19px
}
.intro-copy .strong {
  color:var(--navy);
  font-weight:600;
  margin-top:27px
}
.services {
  background:#f6f8fb
}
.section-heading {
  max-width:620px;
  margin-bottom:42px
}
.section-heading>p:not(.eyebrow) {
  color:var(--muted);
  margin:18px 0 0
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}
.service-card {
  border:1px solid #e8edf3;
  background:#fff;
  padding:26px 21px;
  border-radius:var(--radius);
  min-height:215px;
  box-shadow:0 4px 14px rgba(3,19,41,.025);
  transition:transform .22s,box-shadow .22s,border-color .22s
}
.service-card:hover {
  transform:translateY(-6px);
  border-color:#f5c48c;
  box-shadow:var(--shadow)
}
.service-card:nth-child(7) {
  grid-column:2/4
}
.service-icon {
  height:45px;
  width:45px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#fff5e8;
  color:var(--orange);
  margin-bottom:22px
}
.service-icon svg {
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}
.service-card h3 {
  font-size:27px;
  color:var(--navy)
}
.service-card p {
  font-size:13px;
  line-height:1.55;
  margin:8px 0 0;
  color:var(--muted)
}
.process {
  background:var(--navy);
  color:#fff
}
.process h2 {
  color:#fff
}
.centered {
  text-align:center;
  margin-left:auto;
  margin-right:auto
}
.process-list {
  margin:55px auto 0;
  max-width:780px;
  list-style:none;
  padding:0
}
.process-list li {
  position:relative;
  display:grid;
  grid-template-columns:110px 1fr;
  gap:27px;
  padding:0 0 46px
}
.process-list li:not(:last-child):before {
  content:"";
  position:absolute;
  left:47px;
  top:68px;
  height:43px;
  border-left:1px dashed rgba(255,255,255,.42)
}
.process-list li:not(:last-child):after {
  content:"↓";
  position:absolute;
  top:104px;
  left:41px;
  color:var(--orange);
  font-size:17px
}
.step-num {
  font:600 56px/1 Oswald,sans-serif;
  color:var(--orange)
}
.process-list h3 {
  font-size:29px;
  letter-spacing:.02em
}
.process-list p {
  margin:6px 0 0;
  color:#c3cedd;
  font-size:14px
}
.benefits-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center
}
.benefits-copy {
  color:var(--muted);
  max-width:470px
}
.benefit-list {
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px 25px
}
.benefit-list li {
  padding:17px 16px;
  background:#f7f9fb;
  border-radius:10px;
  font-size:14px;
  font-weight:600;
  display:flex;
  align-items:center;
  gap:9px
}
.benefit-list svg {
  width:19px;
  height:19px;
  flex:none;
  fill:none;
  stroke:var(--orange);
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round
}
.areas {
  margin-top:73px;
  padding-top:26px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.areas p {
  margin:0;
  font-size:13px;
  font-weight:600;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.08em
}
.areas div {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px
}
.areas span {
  font:500 20px Oswald,sans-serif;
  text-transform:uppercase;
  color:var(--navy);
  padding:3px 12px;
  border:1px solid var(--line);
  border-radius:6px
}
.contact-section {
  background:linear-gradient(125deg,var(--navy-deep),var(--navy));
  padding:88px 0
}
.contact-box {
  text-align:center;
  color:#fff
}
.contact-box h2 {
  color:#fff;
  font-size:clamp(45px,5vw,67px)
}
.contact-box>p:not(.eyebrow) {
  max-width:650px;
  margin:19px auto 30px;
  color:#c5cfdd
}
.contact-actions {
  justify-content:center
}
.button-light {
  background:#fff;
  border-color:#fff;
  color:var(--navy)
}
.button-light:hover {
  background:#e9eef4;
  border-color:#e9eef4
}
.whatsapp {
  background:var(--green);
  border-color:var(--green);
  color:#063c23
}
.whatsapp:hover {
  background:#1fba5c;
  border-color:#1fba5c
}
.contact-facebook {
  display:flex;
  align-items:center;
  gap:8px;
  padding:13px 6px;
  font-size:14px;
  font-weight:700;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.4)
}
footer {
  padding:60px 0 20px;
  background:#fff;
  color:var(--navy)
}
.footer-grid {
  display:grid;
  grid-template-columns:1.45fr 1fr 1fr;
  gap:40px
}
.footer-brand {
  font:500 33px/1 Oswald,sans-serif;
  text-transform:uppercase;
  letter-spacing:.05em
}
.footer-brand span {
  color:var(--orange)
}
footer p {
  margin:11px 0;
  color:var(--muted);
  font-size:13px
}
footer h3 {
  font-size:20px;
  margin:3px 0 10px
}
footer div:not(:first-child)>a {
  display:block;
  font-size:13px;
  margin:4px 0
}
footer a:hover {
  color:var(--orange)
}
.vat {
  margin-top:20px
}
.footer-bottom {
  margin-top:42px;
  border-top:1px solid var(--line);
  padding-top:19px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:11px
}
.footer-bottom span:last-child {
  display:flex;
  gap:17px
}
.floating-whatsapp {
  position:fixed;
  right:22px;
  bottom:22px;
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  z-index:20;
  box-shadow:0 6px 20px rgba(6,80,34,.28);
  transition:transform .2s
}
.floating-whatsapp:hover {
  transform:scale(1.08)
}
.floating-whatsapp svg {
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}
@media(max-width:780px) {
  .header-inner {
    height:68px
  }
  .menu-toggle {
    display:block
  }
  .site-header nav {
    position:absolute;
    top:68px;
    left:0;
    right:0;
    display:none;
    padding:15px 20px 20px;
    background:#fff;
    border-bottom:1px solid var(--line);
    box-shadow:0 12px 18px rgba(3,19,41,.06);
    align-items:stretch;
    gap:13px
  }
  .site-header nav.open {
    display:flex;
    flex-direction:column
  }
  .site-header nav .button {
    margin-top:3px
  }
  .hero-grid {
    grid-template-columns:1fr;
    min-height:auto;
    padding:55px 0 65px;
    gap:37px
  }
  .hero-copy {
    text-align:center
  }
  .hero-text {
    margin-left:auto;
    margin-right:auto
  }
  .hero-actions,.quick-links {
    justify-content:center
  }
  .hero-logo-wrap {
    order:-1
  }
  .hero-logo-wrap img {
    width:min(92%,410px)
  }
  .hero h1 {
    font-size:clamp(45px,12vw,66px)
  }
  .section {
    padding:75px 0
  }
  .split-grid,.benefits-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .service-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .service-card:nth-child(7) {
    grid-column:auto
  }
  .benefits-grid {
    gap:38px
  }
  .areas {
    margin-top:50px;
    display:block
  }
  .areas div {
    justify-content:flex-start;
    margin-top:14px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:32px
  }
  .footer-grid>div:first-child {
    grid-column:1/-1
  }
  .process-list {
    margin-top:43px
  }
  .contact-section {
    padding:70px 0
  }
  .contact-actions {
    max-width:380px;
    margin:auto
  }
  .contact-actions .button {
    flex:1 1 145px
  }
}
@media(max-width:430px) {
  .container {
    width:min(100% - 32px,1120px)
  }
  .brand img {
    width:42px;
    height:42px
  }
  .service-grid {
    gap:11px
  }
  .service-card {
    padding:20px 15px;
    min-height:202px
  }
  .service-card h3 {
    font-size:24px
  }
  .service-card p {
    font-size:12px
  }
  .service-icon {
    margin-bottom:17px
  }
  .benefit-list {
    grid-template-columns:1fr
  }
  .process-list li {
    grid-template-columns:75px 1fr;
    gap:16px
  }
  .process-list li:not(:last-child):before {
    left:31px
  }
  .process-list li:not(:last-child):after {
    left:25px
  }
  .step-num {
    font-size:44px
  }
  .footer-grid {
    grid-template-columns:1fr
  }
  .footer-grid>div:first-child {
    grid-column:auto
  }
  .footer-bottom {
    display:block
  }
  .footer-bottom span:last-child {
    margin-top:8px
  }
  .quick-links {
    gap:13px
  }
  .button {
    padding:13px 16px
  }
  .floating-whatsapp {
    right:16px;
    bottom:16px
  }
}
.legal-page {
  background:#f7f9fc;
  padding:88px 0 105px;
  min-height:calc(100vh - 78px)
}
.legal-content {
  max-width:860px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:clamp(30px,6vw,65px);
  box-shadow:var(--shadow)
}
.legal-content h1 {
  font:600 clamp(48px,7vw,72px)/1 Oswald,sans-serif;
  text-transform:uppercase;
  color:var(--navy);
  margin:0
}
.legal-content h1 span {
  color:var(--orange)
}
.legal-lead {
  color:var(--muted);
  margin:15px 0 38px
}
.legal-content h2 {
  font-size:29px;
  margin:31px 0 10px
}
.legal-content p {
  font-size:14px;
  color:var(--muted);
  margin:0
}
.legal-content a {
  color:var(--orange);
  font-weight:600
}
.legal-update {
  border-top:1px solid var(--line);
  margin-top:37px!important;
  padding-top:17px;
  font-size:12px!important
}
@media(max-width:780px) {
  .legal-page {
    padding:45px 0 70px
  }
}
/* Accessibilità: focus visibile per la navigazione da tastiera. */
:focus-visible {
  outline:3px solid var(--orange);
  outline-offset:3px
}
.button:focus-visible {
  outline-color:var(--navy)
}
/* Arancione più scuro solo sui fondi chiari per il contrasto dei testi piccoli. */
.hero .eyebrow,.intro .eyebrow,.services .eyebrow,.benefits .eyebrow,.legal-page .eyebrow {
  color:#974a00
}
@media(max-width:620px) {
  body:not(.has-cookie-banner) .floating-whatsapp {
    bottom:16px
  }
}
/* Banner e pannello delle preferenze cookie. */
.cookie-banner {
  position:fixed;
  z-index:60;
  right:24px;
  bottom:24px;
  width:min(570px,calc(100% - 40px));
  display:flex;
  align-items:flex-end;
  gap:22px;
  padding:25px;
  border:1px solid #dce4ed;
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 18px 48px rgba(3,19,41,.22)
}
.cookie-banner[hidden],.cookie-settings[hidden] {
  display:none
}
.cookie-banner__content {
  flex:1
}
.cookie-banner h2,.cookie-settings h2 {
  font-size:29px
}
.cookie-banner p:not(.eyebrow),.cookie-settings__panel>p {
  margin:7px 0 9px;
  font-size:12px;
  line-height:1.65;
  color:var(--muted)
}
.cookie-banner__content>a {
  color:var(--navy);
  font-size:12px;
  font-weight:700;
  text-decoration:underline;
  text-decoration-color:var(--orange);
  text-underline-offset:3px
}
.cookie-banner__actions {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
  flex:0 0 170px
}
.cookie-banner .button {
  padding:10px 13px;
  font-size:12px;
  flex:1 1 auto
}
.cookie-banner .button-outline {
  background:#fff
}
.cookie-settings {
  position:fixed;
  inset:0;
  z-index:70;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(3,19,41,.62);
  backdrop-filter:blur(4px)
}
.cookie-settings__panel {
  position:relative;
  width:min(540px,100%);
  padding:clamp(28px,5vw,45px);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 22px 60px rgba(0,0,0,.28)
}
.cookie-settings__panel>.button {
  margin-top:24px
}
.cookie-close {
  position:absolute;
  top:12px;
  right:16px;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:#f3f6f9;
  color:var(--navy);
  font-size:27px;
  line-height:1;
  cursor:pointer
}
.cookie-option {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 0;
  border-top:1px solid var(--line);
  font-size:13px
}
.cookie-option:first-of-type {
  margin-top:23px
}
.cookie-option b,.cookie-option small {
  display:block
}
.cookie-option small {
  margin-top:3px;
  color:var(--muted);
  font-size:11px;
  line-height:1.45
}
.cookie-option input {
  width:18px;
  height:18px;
  accent-color:var(--orange)
}
@media(max-width:620px) {
  .cookie-banner {
    right:16px;
    bottom:16px;
    width:calc(100% - 32px);
    display:block;
    padding:22px
  }
  .cookie-banner__actions {
    margin-top:18px;
    justify-content:stretch
  }
  .cookie-banner .button {
    min-width:calc(50% - 4px)
  }
  .cookie-banner .button:last-child {
    flex-basis:100%
  }
  .cookie-settings {
    padding:16px
  }
  .cookie-settings__panel {
    max-height:calc(100vh - 32px);
    overflow:auto
  }
  .floating-whatsapp {
    bottom:205px
  }
}
/* Griglia servizi: ogni card mantiene la medesima dimensione, anche l'ultima. */
.services .service-grid {
  grid-auto-rows:1fr
}
.services .service-card {
  height:100%
}
.services .service-card:nth-child(7) {
  grid-column:auto
}
