﻿/* Inter — self-hosted, latin subset (Google Fonts v20 build). Six upright
   weights, matching the set the page previously pulled from Google. The
   unicode-range mirrors Google's "latin" slice so anything outside it
   falls back to the system stack rather than rendering notdef. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/inter-latin-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/inter-latin-900.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --fg: #141414;
  --accent: #FFDE00;
  --white: #ffffff;
  --lightblue: #dbeaf6;
  --blue: #3a72ad;
  --muted: #4f596b;
  --err: #b4232a;
  --gap: clamp(1.2rem, 3vw, 1.8rem);
}

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

html {
  scroll-behavior: smooth
}

html {
  overflow-x: hidden
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--fg);
  background: var(--lightblue);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
  padding-top: 54px
}

h1,
h2,
h3 {
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
  line-height: 1.05
}

a {
  color: inherit
}

/* ===== AIRFLOW ===== */
.airflow {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(170deg, #e8f2fc 0%, var(--lightblue) 58%, #d2e3f4 100%)
}

#waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block
}

.cloud {
  position: absolute;
  opacity: .5;
  filter: blur(.5px);
  pointer-events: none
}

.cloud.c1 {
  width: 132px;
  top: 8%;
  animation: cloud-drift 72s linear infinite
}

.cloud.c2 {
  width: 92px;
  top: 19%;
  opacity: .4;
  animation: cloud-drift 96s linear infinite;
  animation-delay: -34s
}

@keyframes cloud-drift {
  from {
    transform: translateX(-170px)
  }

  to {
    transform: translateX(calc(100vw + 170px))
  }
}

.sun {
  position: fixed;
  top: 0;
  right: 0;
  width: 190px;
  height: 190px;
  z-index: 50;
  pointer-events: none;
  transform: translate(30%, -30%)
}

.sun svg {
  width: 100%;
  height: 100%;
  overflow: visible
}

.sun .rays {
  transform-box: fill-box;
  transform-origin: center;
  animation: sun-spin 44s linear infinite
}

.sun .disc {
  transform-box: fill-box;
  transform-origin: center;
  animation: sun-pulse 3.6s ease-in-out infinite
}

@keyframes sun-spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes sun-pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.07)
  }
}

@media(min-width:640px) {
  .sun {
    width: 228px;
    height: 228px
  }
}

@media(prefers-reduced-motion:reduce) {

  .sun .rays,
  .sun .disc,
  .cloud {
    animation: none
  }
}

/* ===== LAYOUT: white boxes floating on airflow ===== */
.page {
  max-width: 80rem;
  margin-inline: auto;
  padding: clamp(2rem, 4.6vw, 3.4rem) clamp(1rem, 3vw, 1.8rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4.6vw, 3.4rem)
}

.block {
  background: var(--white);
  border: 2px solid var(--fg);
  scroll-margin-top: 70px;
  position: relative
}

.pad {
  padding: clamp(1.4rem, 3.5vw, 2.9rem)
}

/* eyebrow + accents (calm = darker blue) */
.ey {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  color: var(--fg);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .9rem;
  background: var(--accent);
  padding: .32rem .6rem
}

.dash {
  height: .5rem;
  width: 1.4rem;
  display: inline-block;
  background: var(--fg)
}

.sep {
  height: 3px;
  width: 2.6rem;
  background: var(--fg);
  margin: .8rem 0 1.1rem
}

h2.t {
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  margin-bottom: .2rem
}

h3.t {
  font-size: clamp(1.35rem, 3vw, 2rem)
}

.lede {
  color: var(--muted);
  font-weight: 400;
  max-width: 54ch;
  font-size: 1rem
}

.prose {
  color: var(--muted);
  font-weight: 400;
  line-height: 1.7;
  max-width: 60ch
}

.prose p+p {
  margin-top: .9rem
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  line-height: 1;
  padding: .8rem 1.4rem;
  border: 2px solid var(--fg);
  background: var(--accent);
  color: var(--fg);
  text-decoration: none;
  cursor: pointer;
  transition: background .18s, color .18s
}

.btn:hover {
  background: var(--fg);
  color: var(--accent)
}

.btn--ghost {
  background: var(--fg);
  color: var(--accent);
  border-color: var(--fg)
}

.btn--ghost:hover {
  background: var(--accent);
  color: var(--fg);
  border-color: var(--fg)
}

.btn--blue {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue)
}

.btn--blue:hover {
  background: var(--white);
  color: var(--blue);
  border-color: var(--blue)
}

.btn--sm {
  padding: .5rem .9rem;
  font-size: .72rem
}

/* ===== NAVBAR (black + yellow, white accents) ===== */
header.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  width: 100%;
  background: rgba(17, 17, 17, .93);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-bottom: 2px solid var(--accent);
  transition: border-color .2s
}

header.nav.scrolled {
  border-bottom-color: var(--accent)
}

.nav-inner {
  max-width: 80rem;
  margin-inline: auto;
  padding: .55rem clamp(1rem, 3vw, 1.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none
}

.brand-mark {
  height: 2.2rem;
  width: 2.2rem;
  background: var(--accent);
  display: grid;
  place-items: center
}

.brand-mark i {
  height: .95rem;
  width: .95rem;
  background: var(--fg);
  display: block
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05
}

.brand-text .a {
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--accent)
}

.brand-text .b {
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: rgba(255, 255, 255, .6)
}

nav.links {
  display: none;
  align-items: center;
  gap: 1.5rem
}

nav.links a {
  font-size: .86rem;
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  transition: color .15s
}

nav.links a:hover {
  color: var(--accent)
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: .5rem
}

.burger {
  display: inline-flex;
  height: 2.4rem;
  width: 2.4rem;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent);
  background: transparent;
  color: var(--accent);
  cursor: pointer
}

.mm {
  display: none;
  border-top: 2px solid var(--accent);
  background: #141414
}

.mm.open {
  display: block
}

.mm .in {
  max-width: 80rem;
  margin-inline: auto;
  padding: .9rem clamp(1rem, 3vw, 1.8rem);
  display: flex;
  flex-direction: column;
  gap: .55rem
}

.mm a {
  padding: .2rem 0;
  font-size: 1rem;
  text-decoration: none;
  color: rgba(255, 255, 255, .9)
}

.mm a:hover {
  color: var(--accent)
}

.mm .in a.mm-ext {
  color: var(--accent);
}

@media(min-width:1024px) {
  nav.links {
    display: flex
  }

  .burger {
    display: none
  }
}

/* ===== HERO ===== */
.hero {
  max-width: 80rem;
  margin-inline: auto;
  padding: clamp(1.5rem, 3vw, 2.4rem) clamp(1rem, 3vw, 1.8rem) 0
}

.hero-grid {
  display: grid;
  gap: var(--gap);
  align-items: stretch
}

.hero-copy {
  background: var(--white);
  border: 2px solid var(--fg);
  padding: clamp(1.5rem, 3.5vw, 2.7rem)
}

.accent-bar {
  height: .4rem;
  width: 2.8rem;
  background: var(--accent)
}

.hero h1 {
  margin: 1.05rem 0;
  color: var(--fg);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase
}

.h1-r1 {
  display: block;
  font-size: clamp(2.2rem, 5.3vw, 3.7rem)
}

.h1-r2 {
  display: block;
  font-size: clamp(2.55rem, 6.4vw, 4.5rem);
  line-height: 1.0
}

.h1-r3 {
  display: block;
  font-size: clamp(2.2rem, 5.3vw, 3.7rem)
}

.mark {
  display: inline-block;
  background: var(--accent);
  color: var(--fg);
  padding: .06em .14em .04em;
  letter-spacing: -.02em;
  line-height: 1.02;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.hero .lead {
  font-size: clamp(.98rem, 1.5vw, 1.12rem);
  color: var(--muted);
  max-width: 40ch;
  font-weight: 400
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.5rem
}

.hero-note {
  margin-top: 1.1rem;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--blue);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .5rem
}

.hero-note .dot {
  height: .55rem;
  width: .55rem;
  background: var(--accent);
  display: inline-block;
  border: 1.5px solid var(--fg)
}

.hero-fig {
  border: 2px solid var(--fg);
  background: var(--lightblue);
  position: relative;
  min-height: 250px;
  display: flex
}

@media(min-width:1024px) {
  .hero-grid {
    grid-template-columns: 1.05fr .95fr
  }
}

/* ===== PLACEHOLDER ===== */
.ph {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #566273;
  font-size: .76rem;
  padding: 1rem;
  min-height: 150px;
  background: repeating-linear-gradient(45deg, #e7f0fa, #e7f0fa 13px, #d8e7f5 13px, #d8e7f5 26px)
}

/* ===== GRIDS (balanced) ===== */
.grid {
  display: grid;
  gap: 1rem
}

.g6 {
  grid-template-columns: 1fr
}

@media(min-width:640px) {
  .g6 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:1024px) {
  .g6 {
    grid-template-columns: repeat(3, 1fr)
  }
}

#productGrid.grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
}

.g3 {
  grid-template-columns: 1fr
}

@media(min-width:768px) {
  .g3 {
    grid-template-columns: repeat(3, 1fr)
  }
}

/* ===== COME FUNZIONA: text + animated SVG ===== */
.funziona-top {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 0;
  align-items: center;
  margin-bottom: 1.4rem
}

@media(min-width:768px) {
  .funziona-top {
    grid-template-columns: 45fr 55fr
  }
}

.funziona-visual {
  width: 100%
}

.funziona-visual svg {
  width: 100%;
  height: auto;
  display: block
}

.g4 {
  grid-template-columns: 1fr
}

@media(min-width:560px) {
  .g4 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:1024px) {
  .g4 {
    grid-template-columns: repeat(4, 1fr)
  }
}

/* ===== INNER CARDS (light blue on white, blue accent) ===== */
.card {
  background: var(--lightblue);
  border: 2px solid var(--blue);
  padding: 1.3rem;
  min-height: 196px;
  display: flex;
  flex-direction: column;
  transition: background .18s, border-color .18s
}

.card h4 {
  font-size: 1.1rem;
  margin: .7rem 0 .4rem;
  text-transform: none;
  font-weight: 800;
  transition: color .18s, margin .18s
}

.card .dz {
  position: relative;
  flex: 1
}

.card p {
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.5;
  color: #39424f;
  transition: color .18s, opacity .2s ease;
  margin: 0
}

.card .d-long {
  position: absolute;
  inset: 0;
  opacity: 0
}

.card:hover .d-short {
  opacity: 0
}

.card:hover .d-long {
  opacity: 1
}

.card:hover {
  background: var(--blue);
  border-color: var(--blue)
}

.card:hover h4 {
  color: #fff;
  margin-top: 0
}

.card:hover p {
  color: #fff
}

.card .tile {
  overflow: hidden;
  transition: height .18s ease, opacity .18s ease, border-width .18s ease;
}

.card:hover .tile {
  height: 0;
  opacity: 0;
  border-width: 0;
}

/* picture cards (use-case grid) */
.pix-card {
  position: relative;
  border: 2px solid var(--blue);
  overflow: hidden;
  aspect-ratio: 16/10;
  transition: border-color .18s;
  background: var(--lightblue)
}

.pix-card .ph-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  color: #5a6470;
  text-align: center;
  padding: .5rem;
  background: repeating-linear-gradient(45deg, #ddeaf7, #ddeaf7 13px, #cddff0 13px, #cddff0 26px)
}

.pix-card .pix-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.15);
  transform-origin: center
}

.pix-card .caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 60%;
  padding: .5rem .7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2.9rem;
  background: var(--lightblue);
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue)
}

.pix-card .caption h4 {
  font-size: .86rem;
  font-weight: 800;
  margin: 0;
  text-transform: none;
  line-height: 1.18;
  color: var(--fg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.pix-card .caption p {
  font-size: .76rem;
  font-weight: 500;
  line-height: 1.3;
  color: #28313b;
  margin: .1rem 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.pix-card .hover-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 1rem;
  background: var(--blue);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .4rem;
  transition: opacity .22s ease;
  pointer-events: none
}

.pix-card:hover .hover-layer {
  opacity: 1
}

.pix-card .hover-layer h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-transform: none;
  line-height: 1.15
}

.pix-card .hover-layer p {
  font-size: .82rem;
  font-weight: 400;
  line-height: 1.42;
  color: rgba(255, 255, 255, .92);
  margin: 0
}

@media(max-width:389px) {
  .pix-card .caption h4 {
    font-size: .72rem
  }

  .pix-card .caption p {
    font-size: .68rem
  }
}

@media(max-width:339px) {
  .pix-card .caption h4 {
    font-size: .62rem
  }

  .pix-card .caption p {
    font-size: .62rem
  }
}

@media(min-width:640px) {
  .pix-card .caption {
    padding: .5rem .6rem;
    min-height: 2.9rem
  }

  .pix-card .caption h4 {
    font-size: .74rem
  }

  .pix-card .caption p {
    font-size: .7rem
  }

  .pix-card .hover-layer {
    padding: 1rem
  }

  .pix-card .hover-layer h4 {
    font-size: 1rem
  }

  .pix-card .hover-layer p {
    font-size: .82rem
  }
}

@media(min-width:820px) {
  .pix-card .caption {
    padding: .55rem .8rem;
    min-height: 3rem
  }

  .pix-card .caption h4 {
    font-size: .9rem
  }

  .pix-card .caption p {
    font-size: .78rem
  }
}

@media(min-width:1024px) {
  .pix-card .caption {
    padding: .5rem .65rem;
    min-height: 2.9rem
  }

  .pix-card .caption h4 {
    font-size: .77rem
  }

  .pix-card .caption p {
    font-size: .73rem
  }
}

@media(min-width:1200px) {
  .pix-card .caption {
    padding: .55rem .8rem;
    min-height: 3rem
  }

  .pix-card .caption h4 {
    font-size: .92rem
  }

  .pix-card .caption p {
    font-size: .78rem
  }
}

.tile {
  height: 2.5rem;
  width: 2.5rem;
  display: grid;
  place-items: center;
  background: var(--fg);
  border: 2px solid var(--fg);
  flex: none;
  transition: background .18s, border-color .18s
}

.tile svg {
  height: 1.2rem;
  width: 1.2rem;
  stroke: var(--accent);
  transition: stroke .18s
}

/* ===== PRODUCT CARDS ===== */
.pcard {
  position: relative;
  background: var(--lightblue);
  border: 2px solid var(--blue);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .18s, border-color .18s
}

.pcard:hover {
  transform: translateY(-3px);
  border-color: var(--fg)
}

.pcard .pimg {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--lightblue);
  border-bottom: 2px solid var(--blue);
  overflow: hidden
}

.pcard .pph {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: repeating-linear-gradient(45deg, #eef4fb, #eef4fb 13px, #dfeaf6 13px, #dfeaf6 26px);
  color: var(--blue);
  text-align: center;
  padding: 1rem
}

.pcard .pph svg {
  width: 34%;
  max-width: 96px;
  height: auto;
  opacity: .55
}

.pcard .pph span {
  font-size: .66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .75
}

.pcard .pcap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  box-sizing: border-box;
  padding: 1.5rem .9rem .8rem;
  background: linear-gradient(0deg, rgba(20, 20, 20, .82) 0%, rgba(20, 20, 20, .62) 45%, rgba(20, 20, 20, 0) 100%);
  pointer-events: none
}

.pcard .pcap .pbrand {
  font-size: .62rem;
  letter-spacing: .14em;
  color: var(--accent);
  margin-bottom: .15rem
}

.pcard .pcap h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 .3rem;
  text-transform: none;
  line-height: 1.12
}

.pcard .pcap .pusp {
  font-size: .74rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .9);
  margin: 0 0 .5rem;
  line-height: 1.25
}

.pcard .pcap .ideal {
  display: inline-block;
  background: var(--accent);
  color: var(--fg);
  border: 2px solid var(--fg);
  font-size: .6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.15;
  padding: .24rem .5rem;
  margin: 0
}

.pcard .pfoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  padding: .7rem .9rem
}

.pcard .pfoot .pl {
  font-size: .72rem;
  color: var(--muted);
  font-weight: 600
}

.pcard .pfoot .pfoot-actions {
  display: flex;
  width: 100%;
  gap: .6rem
}

.pcard .pfoot .pfoot-actions .btn {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

/* carousel (modal) */
.carousel {
  position: relative;
  margin: .4rem 0 1.1rem;
  border: 2px solid var(--blue);
  overflow: hidden;
  background: #eef4fb
}

.car-track {
  display: flex;
  transition: transform .3s ease
}

.car-slide {
  min-width: 100%;
  aspect-ratio: 16/11;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--lightblue);
  position: relative
}

.car-slide .pph {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: repeating-linear-gradient(45deg, #eef4fb, #eef4fb 15px, #dfeaf6 15px, #dfeaf6 30px);
  color: var(--blue);
  text-align: center;
  padding: 1rem
}

.car-slide .pph svg {
  width: 22%;
  max-width: 88px;
  opacity: .55
}

.car-slide .pph span {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .75
}

.car-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  background: rgba(20, 20, 20, .62);
  border: none;
  cursor: pointer;
  color: #fff;
  transition: background .15s
}

.car-btn:hover {
  background: var(--blue)
}

.car-btn svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5
}

.car-prev {
  left: 0
}

.car-next {
  right: 0
}

.car-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .55rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: .4rem
}

.car-dots button {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
  padding: 0
}

.car-dots button.on {
  background: #fff
}

/* ===== DARK HIGHLIGHT (key offer — black box, yellow text) ===== */
.hl {
  background: var(--fg);
  border: 2px solid var(--fg);
  padding: 1.3rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap
}

.hl .mk {
  height: 1.5rem;
  width: 1.5rem;
  background: var(--accent);
  flex: none
}

.hl p {
  color: var(--accent);
  font-weight: 800;
  font-size: 1.02rem;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1.3;
  flex: 1;
  min-width: 0
}

/* ===== STEPS (light blue cards, yellow/black number accent) ===== */
.step {
  background: var(--fg);
  border: 2px solid var(--fg);
  padding: 1.2rem;
  display: flex;
  flex-direction: column
}

.step-n {
  height: 2.2rem;
  width: 2.2rem;
  background: var(--accent);
  color: var(--fg);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.1rem;
  margin-bottom: .7rem
}

.step h4 {
  font-size: 1.02rem;
  text-transform: none;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--accent)
}

.step p {
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 222, 0, .8)
}

.step.alt {
  background: var(--accent);
  border-color: var(--fg)
}

.step.alt .step-n {
  background: var(--fg);
  color: var(--accent)
}

.step.alt h4 {
  color: var(--fg)
}

.step.alt p {
  color: var(--fg)
}

/* ===== TWO-COL SPLIT ===== */
.split {
  display: grid;
  gap: var(--gap)
}

@media(min-width:1024px) {
  .split {
    grid-template-columns: 5fr 7fr
  }
}

.split.media {
  align-items: start
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .9rem
}

.badges span {
  background: var(--fg);
  color: var(--accent);
  border: 2px solid var(--fg);
  padding: .3rem .6rem;
  font-size: .7rem;
  font-weight: 700
}

.badges span:nth-child(even) {
  background: var(--accent);
  color: var(--fg)
}

.ablink {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 4px;
  text-underline-offset: 3px
}

.ablink:hover {
  background: var(--accent)
}

/* ===== FAQ ===== */
.acc {
  border: 2px solid var(--blue)
}

.acc-item {
  border-bottom: 2px solid var(--blue);
  background: var(--white);
  transition: background .18s
}

.acc-item:nth-child(even) {
  background: var(--blue)
}

.acc-item:nth-child(even) .acc-q,
.acc-item:nth-child(even) .chev {
  color: #fff
}

.acc-item:last-child {
  border-bottom: none
}

.acc-item.open {
  background: var(--lightblue)
}

.acc-item.open .acc-q {
  color: var(--fg)
}

.acc-item.open .chev {
  color: var(--blue)
}

.acc-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: var(--fg);
  font-size: .98rem;
  font-weight: 700;
  padding: 1rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem
}

.acc-q .chev {
  transition: transform .2s;
  flex: none;
  color: var(--blue)
}

.acc-item.open .chev {
  transform: rotate(180deg)
}

.acc-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease
}

.acc-a .in {
  padding: 0 1.15rem 1rem;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.6;
  font-size: .92rem
}

/* ===== CONTACT ===== */
.ci-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  font-size: .9rem
}

.ci {
  display: flex;
  align-items: flex-start;
  gap: .65rem
}

.ci svg {
  height: 1.15rem;
  width: 1.15rem;
  flex: none;
  margin-top: .15rem;
  color: var(--blue)
}

.ci .l {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .74rem
}

.ci a,
.ci div {
  color: var(--muted);
  text-decoration: none;
  font-weight: 400
}

.ci a:hover {
  color: var(--fg)
}

.form {
  background: var(--lightblue);
  border: 2px solid var(--blue);
  padding: clamp(1.2rem, 3vw, 1.8rem)
}

.frow {
  display: grid;
  gap: .9rem;
  margin-bottom: .9rem
}

@media(min-width:640px) {
  .frow.two {
    grid-template-columns: repeat(2, 1fr)
  }
}

.field label {
  display: block;
  font-size: .76rem;
  font-weight: 700;
  margin-bottom: .35rem;
  text-transform: uppercase;
  letter-spacing: .03em
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 2px solid var(--fg);
  background: var(--white);
  padding: .6rem .7rem;
  font-family: inherit;
  font-size: .9rem;
  color: var(--fg);
  border-radius: 0
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid var(--accent);
  outline-offset: 0
}

.field .err {
  color: var(--err);
  font-size: .72rem;
  margin-top: .25rem;
  display: none
}

.field.invalid .err {
  display: block
}

.field.invalid label {
  color: var(--err)
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: var(--err);
  border-width: 3px
}

.fine {
  font-size: .7rem;
  color: var(--muted);
  margin-top: .7rem;
  font-weight: 400
}

/* ===== FOOTER (black, yellow text) ===== */
footer.ft {
  background: var(--fg)
}

.ftg {
  display: grid;
  gap: 1.7rem
}

@media(min-width:640px) {
  .ftg {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:1024px) {
  .ftg {
    grid-template-columns: repeat(4, 1fr)
  }
}

.flogo {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: .9rem
}

.flogo .m {
  height: 2.3rem;
  width: 2.3rem;
  background: var(--accent);
  color: var(--fg);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1rem
}

.flogo span {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--accent)
}

.ft p,
.ft li {
  color: rgba(255, 222, 0, .82);
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.6
}

.col-h {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--accent);
  margin-bottom: .6rem;
  font-weight: 800
}

.ft ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .35rem
}

.ft ul a {
  color: rgba(255, 222, 0, .82);
  text-decoration: none
}

.ft ul a:hover {
  color: var(--accent)
}

/* Footer phone link: same treatment as the menu links — inherits the
   footer yellow, no underline, brightens on hover. */
.ft-tel {
  text-decoration: none
}

.ft-tel:hover {
  color: var(--accent)
}

.ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, .18);
  margin-top: .3rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  justify-content: space-between;
  font-size: .7rem;
  color: rgba(255, 255, 255, .5)
}

@media(min-width:640px) {
  .ft-bottom {
    flex-direction: row
  }
}

/* ===== MODAL ===== */
.overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(20, 20, 20, .6);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 1.2rem;
  overflow-y: auto
}

.overlay.open {
  display: flex
}

.modal {
  position: relative;
  background: var(--white);
  border: 2px solid var(--fg);
  max-width: 46rem;
  width: 100%;
  margin: auto;
  padding: clamp(1.3rem, 3vw, 1.8rem)
}

.m-close {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1
}

.m-close .m-close-box {
  width: 28px;
  height: 28px;
  background: var(--fg);
  display: flex;
  align-items: center;
  justify-content: center
}

.m-close svg {
  width: 16px;
  height: 16px;
  stroke: var(--accent)
}

.modal .ph {
  aspect-ratio: 16/9;
  margin: .4rem 0 1.1rem;
  border: 2px solid var(--blue)
}

.m-brand {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--blue);
  font-weight: 700
}

.modal h3 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin: .15rem 0;
  text-transform: none
}

.m-ideal {
  color: var(--muted);
  font-weight: 400
}

.m-desc {
  margin: 1rem 0;
  font-weight: 400;
  line-height: 1.6
}

.sec-h {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  margin: 1.1rem 0 .55rem;
  color: var(--blue)
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem
}

.chips span {
  background: var(--lightblue);
  border: 2px solid var(--blue);
  padding: .25rem .55rem;
  font-size: .74rem;
  font-weight: 600
}

.specs-grid {
  display: grid;
  gap: 1.2rem
}

@media(min-width:640px) {
  .specs-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

.specs div {
  display: flex;
  justify-content: space-between;
  gap: .7rem;
  border-bottom: 1px solid #dbe5f0;
  padding-bottom: .35rem;
  margin-bottom: .35rem;
  font-size: .83rem
}

.specs dt {
  color: var(--muted)
}

.specs dd {
  font-weight: 700;
  text-align: right
}

.feat li {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
  font-size: .83rem;
  margin-bottom: .45rem
}

.feat svg {
  height: 1rem;
  width: 1rem;
  flex: none;
  margin-top: .1rem;
  color: var(--blue)
}

.m-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.2rem
}

/* ===== TOAST ===== */
.toast {
  position: fixed;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%) translateY(140%);
  z-index: 200;
  background: var(--fg);
  color: var(--accent);
  border: 2px solid var(--accent);
  padding: .9rem 1.1rem;
  max-width: 24rem;
  transition: transform .35s
}

.toast.show {
  transform: translateX(-50%) translateY(0)
}

.toast .tt {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .82rem
}

.toast .td {
  font-size: .78rem;
  color: rgba(255, 255, 255, .85);
  margin-top: .2rem
}

@media (prefers-reduced-motion:reduce) {

  .btn,
  .acc-a,
  .toast {
    transition: none
  }
}