@font-face {
  font-family: "Cal Sans";
  src: url("../fonts/CalSans-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Label Sans";
  src: url("../fonts/LabelSansVF.woff2") format("woff2");
  font-display: swap;
}

:root {
  --ink: #07111f;
  --blue: #004fc4;
  --blue-bright: #087aff;
  --red: #f04444;
  --paper: #f3f6fa;
  --white: #fff;
  --muted: #657184;
  --line: rgba(7, 17, 31, .14);
  --display: "Cal Sans", Impact, sans-serif;
  --body: "Label Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: .25s ease; }
.site-header.scrolled, body:not(:has(.hero)) .site-header { color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(7,17,31,.08); }
.site-header__inner { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 150px; }
.brand img { width: 100%; max-height: 72px; object-fit: contain; filter: drop-shadow(0 2px 7px rgba(0,0,0,.28)); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--red); }
.nav-call { padding: 11px 18px; border: 1px solid currentColor; }
.nav-toggle { display: none; color: inherit; background: none; border: 0; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; color: var(--white); background: var(--ink) url("../images/hero.webp") center/cover no-repeat; overflow: hidden; }
.hero__backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,22,.95) 0%, rgba(2,10,22,.73) 42%, rgba(2,10,22,.08) 78%), linear-gradient(0deg, rgba(0,0,0,.28), transparent 45%); }
.hero__content { position: relative; padding-top: 90px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow--light { color: #75b8ff; }
h1, h2, h3 { margin: 0; font-family: var(--display); text-transform: uppercase; line-height: .94; letter-spacing: -.025em; }
.hero h1 { max-width: 780px; font-size: clamp(5rem, 10vw, 9rem); font-style: italic; }
.hero h1 span { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.92); }
.hero__lead { max-width: 610px; margin: 30px 0 38px; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 164px; padding: 15px 25px; border: 1px solid transparent; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: .2s ease; }
.button--primary { color: var(--white); background: var(--red); }
.button--primary:hover { background: #d83030; transform: translateY(-2px); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.6); }
.button--ghost:hover { background: rgba(255,255,255,.1); }
.hero__scroll { position: absolute; right: 32px; bottom: 25px; display: flex; gap: 14px; align-items: center; font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero__scroll span { font-size: 1.2rem; }

.trust-bar { color: var(--white); background: var(--blue); }
.trust-bar__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-bar__grid div { padding: 30px 8%; border-right: 1px solid rgba(255,255,255,.22); }
.trust-bar__grid div:last-child { border: 0; }
.trust-bar strong, .trust-bar span { display: block; }
.trust-bar strong { font: 700 1.8rem/1 var(--display); text-transform: uppercase; }
.trust-bar span { margin-top: 6px; color: rgba(255,255,255,.7); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }

.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading h2, .about h2, .contact h2 { font-size: clamp(3.5rem, 7vw, 6.6rem); }
.section-heading > p { margin: 0 0 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: var(--paper); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(7,17,31,.13); }
.service-card img { width: 100%; height: 220px; object-fit: cover; }
.service-card__content { padding: 30px; }
.service-card__content > span, .feature-grid article > span { color: var(--blue); font: 700 1rem var(--display); }
.service-card h3 { margin: 12px 0 18px; font-size: 2.35rem; }
.service-card p { min-height: 104px; margin: 0; color: var(--muted); font-size: .9rem; }
.service-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: .78rem; font-weight: 700; }
.service-card li { position: relative; padding: 4px 0 4px 17px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .78rem; width: 6px; height: 2px; background: var(--red); }
.service-card__link { display: inline-block; margin-top: 24px; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.about { padding-block: 120px; color: var(--white); background: var(--ink); }
.about__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9%; align-items: center; }
.about__image { position: relative; }
.about__image img { width: 100%; height: 610px; object-fit: cover; }
.about__badge { position: absolute; right: -35px; bottom: -35px; width: 150px; height: 150px; display: grid; place-content: center; text-align: center; background: var(--red); transform: rotate(-5deg); }
.about__badge strong, .about__badge span { display: block; font-family: var(--display); text-transform: uppercase; }
.about__badge strong { font-size: .8rem; letter-spacing: .16em; }
.about__badge span { font-size: 3rem; font-weight: 800; line-height: 1; }
.about__content p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.text-link { display: inline-flex; gap: 16px; align-items: center; margin-top: 20px; color: var(--blue-bright); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { font-size: 1.2rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.why { padding-bottom: 140px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.feature-grid article { padding: 42px 36px; border-right: 1px solid var(--line); }
.feature-grid article:last-child { border: 0; }
.feature-grid h3 { margin: 18px 0 14px; font-size: 2rem; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.contact { padding-block: 110px; color: var(--white); background: var(--blue); }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.contact h2 { margin-bottom: 24px; }
.contact p { max-width: 480px; color: rgba(255,255,255,.72); }
.contact .button { margin-top: 18px; }
.contact__details a { position: relative; display: grid; gap: 5px; padding: 26px 45px 26px 0; border-bottom: 1px solid rgba(255,255,255,.25); transition: padding .2s ease; }
.contact__details a:hover { padding-left: 10px; }
.contact__details span { color: rgba(255,255,255,.58); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact__details strong { font-size: 1rem; }
.contact__details b { position: absolute; right: 0; top: 50%; font-size: 1.2rem; transform: translateY(-50%); }
.contact-form-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8%; margin-top: 90px; padding-top: 75px; border-top: 1px solid rgba(255,255,255,.28); }
.contact-form__heading > span { color: #9bcaff; font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-form__heading h3 { margin: 15px 0 20px; font-size: clamp(2.8rem, 5vw, 4.6rem); }
.contact-form__heading p { margin: 0; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.form-field { position: relative; display: grid; gap: 8px; }
.form-field--wide, .form-status, .form-submit { grid-column: 1 / -1; }
.form-field label { color: rgba(255,255,255,.72); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; padding: 15px 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); border-radius: 0; outline: none; font: inherit; transition: border-color .2s ease; }
.form-field textarea { min-height: 135px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.42); }
.form-field input:focus, .form-field textarea:focus { border-color: var(--white); }
.form-field > span { min-height: 18px; color: #ffd2d2; font-size: .72rem; }
.form-status { display: none; padding: 16px 18px; border: 1px solid rgba(255,255,255,.3); font-size: .8rem; }
.form-status.validation-summary-errors, .form-status--success { display: block; }
.form-status--error { color: #ffe0e0; background: rgba(110,0,0,.25); }
.form-status--success { color: #e7ffef; background: rgba(0,86,42,.35); }
.form-status ul { margin: 0; padding-left: 18px; }
.form-submit { display: flex; gap: 25px; align-items: center; justify-content: space-between; margin-top: 6px; }
.form-submit p { max-width: 480px; margin: 0; font-size: .7rem; }
.form-submit .button { flex: 0 0 auto; margin: 0; border: 0; cursor: pointer; font-family: inherit; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.65); background: #030914; font-size: .78rem; }
.site-footer__inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 55px; }
.site-footer img { width: 145px; margin-bottom: 15px; }
.site-footer span { display: block; margin-bottom: 12px; color: var(--white); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.site-footer a:hover { color: var(--white); }
.site-footer__bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; }
.site-footer__bottom span { margin: 0; color: inherit; font: inherit; text-transform: none; letter-spacing: 0; }
.legal { min-height: 70vh; padding: 180px 0 100px; }
.legal h1 { margin-bottom: 30px; font-size: clamp(4rem, 9vw, 7rem); }
.legal p { max-width: 760px; color: var(--muted); }
.legal p a { color: var(--blue); text-decoration: underline; }

.service-hero { position: relative; min-height: 610px; display: grid; align-items: end; padding: 150px 0 85px; color: var(--white); background-position: center; background-size: cover; }
.service-hero--auto { background-image: url("../images/lavaggio-auto.webp"); }
.service-hero--camion { background-image: url("../images/lavaggio-camion.webp"); }
.service-hero--speciali { background-image: url("../images/mezzi-speciali.webp"); }
.service-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,9,20,.95), rgba(3,9,20,.5) 60%, rgba(3,9,20,.15)); }
.service-hero__content { position: relative; }
.service-hero h1 { max-width: 900px; font-size: clamp(5rem, 11vw, 9rem); }
.service-hero p:not(.eyebrow) { max-width: 620px; margin: 25px 0 30px; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 55px; color: rgba(255,255,255,.65); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--white); }
.service-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding-block: 110px; }
.service-intro h2, .service-list-section h2, .service-detail h2, .faq h2 { font-size: clamp(3.2rem, 6vw, 5.5rem); }
.service-intro p, .service-detail p { color: var(--muted); }
.service-list-section { padding-block: 105px; background: var(--paper); }
.service-list-section h2 { max-width: 750px; margin-bottom: 50px; }
.seo-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.seo-service-grid article { min-height: 245px; padding: 34px; background: var(--white); }
.seo-service-grid span { color: var(--blue); font: 700 1rem var(--display); }
.seo-service-grid h3 { margin: 18px 0 14px; font-size: 1.75rem; line-height: 1.05; }
.seo-service-grid p { margin: 0; color: var(--muted); font-size: .83rem; }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; padding-block: 115px; }
.service-detail__image img { width: 100%; min-height: 460px; object-fit: cover; }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.check-list li::before { content: "✓"; margin-right: 12px; color: var(--red); }
.faq { padding-bottom: 120px; }
.faq h2 { margin-bottom: 45px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 35px 24px 0; font: 700 1.3rem var(--display); text-transform: uppercase; cursor: pointer; }
.faq details p { max-width: 800px; margin: 0; padding: 0 0 25px; color: var(--muted); }
.service-links { padding-block: 75px; color: var(--white); background: var(--blue); }
.service-links__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 30px; background: rgba(255,255,255,.25); }
.service-links__grid a { position: relative; display: grid; gap: 6px; padding: 28px; background: var(--blue); transition: background .2s ease; }
.service-links__grid a:hover { background: #0044a8; }
.service-links__grid span { color: rgba(255,255,255,.65); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-links__grid strong { font: 700 1.7rem var(--display); text-transform: uppercase; }
.service-links__grid b { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); }

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 680px); }
  .site-header__inner { height: 76px; }
  .brand { width: 120px; }
  .nav-toggle { position: relative; z-index: 22; display: grid; width: 42px; gap: 5px; padding: 8px; }
  .nav-toggle span { width: 24px; height: 2px; background: currentColor; transition: .2s ease; }
  .nav-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .main-nav { position: fixed; z-index: 21; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; padding: 60px 10%; color: var(--white); background: var(--ink); font: 700 2.8rem/1 var(--display); transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav .nav-call { margin-top: 20px; font: 700 .8rem var(--body); }
  .hero h1 { font-size: clamp(4.2rem, 17vw, 7rem); }
  .hero__scroll { display: none; }
  .trust-bar__grid { grid-template-columns: 1fr; }
  .trust-bar__grid div { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .section, .about, .contact { padding-block: 80px; }
  .section-heading, .service-grid, .about__grid, .contact__grid, .contact-form-wrap { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; margin-bottom: 40px; }
  .service-card p { min-height: 0; }
  .about__grid { gap: 70px; }
  .about__image img { height: 420px; }
  .about__badge { right: 15px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact__grid { gap: 55px; }
  .contact-form-wrap { gap: 45px; margin-top: 65px; padding-top: 60px; }
  .service-intro, .service-detail { grid-template-columns: 1fr; gap: 40px; padding-block: 75px; }
  .seo-service-grid { grid-template-columns: 1fr 1fr; }
  .service-links__grid { grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero__content { padding-top: 60px; }
  .hero h1 span { -webkit-text-stroke-width: 1px; }
  .hero__lead { font-size: .9rem; }
  .button { width: 100%; }
  .section-heading h2, .about h2, .contact h2 { font-size: 3.7rem; }
  .service-card__content { padding: 25px; }
  .about__image img { height: 330px; }
  .about__badge { width: 110px; height: 110px; bottom: -30px; }
  .about__badge span { font-size: 2.2rem; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field--wide, .form-status, .form-submit { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .service-hero { min-height: 540px; padding-bottom: 60px; }
  .service-hero h1 { font-size: 4.3rem; }
  .breadcrumbs { margin-bottom: 35px; }
  .seo-service-grid { grid-template-columns: 1fr; }
  .service-detail__image img { min-height: 300px; }
  .site-footer__bottom { display: grid; gap: 8px; }
}
