/* Start custom CSS for html, class: .elementor-element-af4c377 *//* ==========================================================
   CORSOPEROSS.IT — HOMEPAGE COMPLETA
   Footer compatto e pulsanti WhatsApp sfumati
   ========================================================== */

:root {
  --oss-petrolio: #073b49;
  --oss-petrolio-scuro: #042d38;
  --oss-petrolio-chiaro: #10576a;

  --oss-blu: #1a6d96;
  --oss-blu-chiaro: #61afc7;

  --oss-verde: #0fb694;
  --oss-verde-scuro: #087f6d;
  --oss-verde-tenue: #cef4eb;

  --oss-giallo: #f4aa18;

  --oss-bianco: #ffffff;
  --oss-crema: #f7f4ee;
  --oss-crema-chiaro: #fbfaf7;

  --oss-testo: #163f52;
  --oss-testo-scuro: #0a3446;
  --oss-testo-chiaro: #617680;

  --oss-bordo: rgba(7, 59, 73, 0.12);

  --oss-ombra-piccola:
    0 12px 32px rgba(4, 45, 56, 0.09);

  --oss-ombra-media:
    0 24px 58px rgba(4, 45, 56, 0.15);

  --oss-contenitore: 1240px;

  --oss-transizione:
    280ms cubic-bezier(.2, .75, .25, 1);
}

/* ==========================================================
   RESET LOCALE
   ========================================================== */

#maoss-home,
#maoss-home *,
#maoss-home *::before,
#maoss-home *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.maoss-menu-open {
  overflow: hidden;
}

#maoss-home {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  color: var(--oss-testo);
  background: var(--oss-crema);

  font-family:
    Inter,
    Arial,
    Helvetica,
    sans-serif;

  font-size: 17px;
  line-height: 1.65;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#maoss-home img,
#maoss-home video,
#maoss-home svg {
  display: block;
  max-width: 100%;
}

#maoss-home a {
  color: inherit;
  text-decoration: none;
}

#maoss-home button {
  font: inherit;
}

#maoss-home h1,
#maoss-home h2,
#maoss-home h3,
#maoss-home p,
#maoss-home figure {
  margin-top: 0;
}

#maoss-home h1,
#maoss-home h2,
#maoss-home h3 {
  color: var(--oss-testo-scuro);

  font-weight: 820;
  line-height: 1.06;
  letter-spacing: -0.045em;

  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.maoss-container {
  width:
    min(
      calc(100% - 40px),
      var(--oss-contenitore)
    );

  margin-inline: auto;
}

.maoss-section {
  position: relative;
  padding: 104px 0;
}

.maoss-section-heading {
  max-width: 800px;
  margin-bottom: 48px;
}

.maoss-section-heading h2 {
  margin-bottom: 18px;

  font-size:
    clamp(2.35rem, 4.8vw, 4.65rem);
}

.maoss-section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;

  color: var(--oss-testo-chiaro);

  font-size: 1.04rem;
}

.maoss-kicker {
  display: inline-flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 18px;

  color: var(--oss-verde-scuro);

  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.maoss-kicker::before {
  width: 34px;
  height: 2px;

  content: "";

  background:
    linear-gradient(
      90deg,
      var(--oss-verde),
      var(--oss-giallo)
    );
}

/* ==========================================================
   ACCESSIBILITÀ
   ========================================================== */

.maoss-skip-link {
  position: fixed;
  z-index: 99999;

  top: 12px;
  left: 12px;

  padding: 12px 17px;

  color: var(--oss-bianco);
  background: var(--oss-petrolio-scuro);

  border-radius: 10px;

  transform: translateY(-160%);

  transition:
    transform var(--oss-transizione);
}

.maoss-skip-link:focus {
  transform: translateY(0);
}

.maoss-progress {
  position: fixed;
  z-index: 9999;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  pointer-events: none;
}

.maoss-progress span {
  display: block;

  width: 0;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      var(--oss-verde),
      var(--oss-giallo)
    );
}

/* ==========================================================
   HEADER
   ========================================================== */

.maoss-header {
  position: fixed;
  z-index: 1000;

  top: 0;
  left: 0;

  width: 100%;
  height: 92px;

  color: var(--oss-bianco);

  background:
    linear-gradient(
      90deg,
      var(--oss-petrolio-scuro),
      var(--oss-petrolio) 62%,
      #0b4b5b
    );

  border-bottom:
    1px solid rgba(255, 255, 255, 0.10);

  box-shadow:
    0 10px 30px rgba(2, 27, 35, 0.16);

  transition:
    height var(--oss-transizione),
    box-shadow var(--oss-transizione);
}

.maoss-header.maoss-scrolled {
  height: 76px;

  box-shadow:
    0 15px 38px rgba(2, 27, 35, 0.28);
}

.maoss-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 100%;

  gap: 24px;
}

.maoss-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;

  gap: 17px;
}

.maoss-logo-oss,
.maoss-logo-motus {
  display: flex;
  align-items: center;

  overflow: hidden;
}

.maoss-logo-oss {
  justify-content: center;

  width: 92px;
  height: 58px;
}

.maoss-logo-motus {
  width: 175px;
  height: 58px;
}

#maoss-home .maoss-logo-oss img {
  width: 88px !important;
  max-width: 88px !important;
  height: 48px !important;

  object-fit: contain !important;
}

#maoss-home .maoss-logo-motus img {
  width: 170px !important;
  max-width: 170px !important;
  height: 48px !important;

  object-fit: contain !important;
  object-position: left center !important;
}

.maoss-brand-divider {
  width: 1px;
  height: 40px;

  background:
    rgba(255, 255, 255, 0.28);
}

.maoss-nav {
  display: flex;
  align-items: center;

  gap: 3px;
}

.maoss-nav > a {
  position: relative;

  padding: 11px 9px;

  color:
    rgba(255, 255, 255, 0.92);

  font-size: 0.84rem;
  font-weight: 750;
  white-space: nowrap;
}

.maoss-nav > a:not(.maoss-whatsapp)::after {
  position: absolute;

  right: 9px;
  bottom: 5px;
  left: 9px;

  height: 3px;

  content: "";

  background:
    linear-gradient(
      90deg,
      var(--oss-verde),
      var(--oss-giallo)
    );

  border-radius: 999px;

  transform: scaleX(0);
  transform-origin: right;

  transition:
    transform var(--oss-transizione);
}

.maoss-nav > a:hover::after,
.maoss-nav > a:focus-visible::after,
.maoss-nav > a.maoss-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Tutti i pulsanti WhatsApp con sfumatura verde */

.maoss-whatsapp,
.maoss-contact-whatsapp,
.maoss-floating-whatsapp {
  color: var(--oss-bianco) !important;

  background:
    linear-gradient(
      135deg,
      #14c7a2 0%,
      #0fb694 48%,
      #087f6d 100%
    ) !important;

  box-shadow:
    0 14px 32px rgba(15, 182, 148, 0.27);

  transition:
    transform var(--oss-transizione),
    box-shadow var(--oss-transizione),
    filter var(--oss-transizione);
}

.maoss-whatsapp:hover,
.maoss-contact-whatsapp:hover,
.maoss-floating-whatsapp:hover {
  filter: brightness(1.06);

  transform: translateY(-3px);

  box-shadow:
    0 20px 42px rgba(15, 182, 148, 0.38);
}

.maoss-whatsapp {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  margin-left: 8px;
  padding: 12px 17px !important;

  border-radius: 999px;
}

.maoss-whatsapp svg {
  width: 18px;
  height: 18px;

  fill: currentColor;
}

.maoss-menu-button {
  display: none;

  width: 48px;
  height: 48px;
  padding: 0;

  cursor: pointer;

  background:
    rgba(255, 255, 255, 0.08);

  border:
    1px solid rgba(255, 255, 255, 0.22);

  border-radius: 14px;
}

.maoss-menu-button span {
  display: block;

  width: 22px;
  height: 2px;

  margin: 5px auto;

  background: var(--oss-bianco);

  transition:
    transform var(--oss-transizione),
    opacity var(--oss-transizione);
}

.maoss-menu-button.maoss-active span:nth-child(1) {
  transform:
    translateY(7px)
    rotate(45deg);
}

.maoss-menu-button.maoss-active span:nth-child(2) {
  opacity: 0;
}

.maoss-menu-button.maoss-active span:nth-child(3) {
  transform:
    translateY(-7px)
    rotate(-45deg);
}

/* ==========================================================
   HERO
   ========================================================== */

.maoss-hero {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 800px;
  padding: 146px 0 94px;

  overflow: hidden;

  color: var(--oss-bianco);

  background:
    radial-gradient(
      circle at 87% 20%,
      rgba(26, 109, 150, 0.46),
      transparent 34%
    ),
    radial-gradient(
      circle at 73% 82%,
      rgba(15, 182, 148, 0.17),
      transparent 31%
    ),
    linear-gradient(
      126deg,
      var(--oss-petrolio-scuro),
      var(--oss-petrolio) 52%,
      #0e5362
    );
}

.maoss-hero::before {
  position: absolute;

  inset: 0;

  content: "";

  opacity: 0.18;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.07) 1px,
      transparent 1px
    );

  background-size: 63px 63px;

  pointer-events: none;
}

.maoss-hero-layout {
  position: relative;
  z-index: 2;

  display: grid;
  align-items: center;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(410px, 0.92fr);

  gap: 68px;
}

.maoss-eyebrow {
  display: inline-flex;
  align-items: center;

  gap: 11px;

  margin-bottom: 23px;
  padding: 9px 15px;

  color:
    rgba(255, 255, 255, 0.92);

  background:
    rgba(255, 255, 255, 0.08);

  border:
    1px solid rgba(255, 255, 255, 0.17);

  border-radius: 999px;

  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.maoss-eyebrow::before {
  width: 9px;
  height: 9px;

  content: "";

  background: var(--oss-verde);

  border-radius: 50%;

  box-shadow:
    0 0 0 6px rgba(15, 182, 148, 0.16);
}

.maoss-hero h1 {
  max-width: 710px;

  margin: 0 0 27px;
  padding: 0 0.12em 0.08em 0;

  overflow: visible !important;

  color: var(--oss-bianco);

  font-size:
    clamp(3.25rem, 5.65vw, 5.85rem);

  font-weight: 830;
  line-height: 0.99;
  letter-spacing: -0.062em;
}

.maoss-title-main {
  display: block;

  color: var(--oss-bianco);
}

.maoss-title-accent {
  display: block;

  max-width: 700px;
  margin-top: 12px;
  padding: 0 0.12em 0.14em 0;

  overflow: visible !important;

  color: transparent;

  background:
    linear-gradient(
      90deg,
      var(--oss-verde-tenue),
      var(--oss-verde) 48%,
      var(--oss-giallo)
    );

  -webkit-background-clip: text;
  background-clip: text;

  font-size:
    clamp(2.65rem, 4.65vw, 4.75rem);

  line-height: 1.12;
  letter-spacing: -0.055em;
}

.maoss-hero-lead {
  max-width: 690px;
  margin-bottom: 34px;

  color:
    rgba(255, 255, 255, 0.78);

  font-size:
    clamp(1.02rem, 1.5vw, 1.20rem);
}

.maoss-hero-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 14px;
}

.maoss-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  min-height: 56px;
  padding: 14px 22px;

  border: 0;
  border-radius: 999px;

  cursor: pointer;

  font-size: 0.95rem;
  font-weight: 800;

  transition:
    transform var(--oss-transizione),
    box-shadow var(--oss-transizione),
    background var(--oss-transizione);
}

.maoss-button-primary {
  color: var(--oss-bianco) !important;

  background:
    linear-gradient(
      135deg,
      var(--oss-verde),
      var(--oss-verde-scuro)
    );

  box-shadow:
    0 18px 38px rgba(15, 182, 148, 0.29);
}

.maoss-button-primary:hover {
  transform: translateY(-3px);
}

.maoss-button-secondary {
  color: var(--oss-bianco) !important;

  background:
    rgba(255, 255, 255, 0.08);

  border:
    1px solid rgba(255, 255, 255, 0.25);
}

.maoss-button-secondary:hover {
  background:
    rgba(255, 255, 255, 0.14);

  transform: translateY(-3px);
}

.maoss-button-white {
  color: var(--oss-petrolio-scuro) !important;
  background: var(--oss-bianco) !important;

  box-shadow: var(--oss-ombra-piccola);
}

.maoss-hero-notes {
  display: flex;
  flex-wrap: wrap;

  gap: 18px 25px;

  margin-top: 27px;

  color:
    rgba(255, 255, 255, 0.68);

  font-size: 0.88rem;
}

.maoss-hero-notes span {
  display: inline-flex;
  align-items: center;

  gap: 8px;
}

.maoss-hero-notes svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: var(--oss-verde);

  stroke-width: 2.4;
}

/* Logo OSS hero */

.maoss-hero-orbit {
  position: relative;
  min-height: 525px;
}

.maoss-orbit-glow {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 430px;
  height: 430px;

  background:
    radial-gradient(
      circle,
      rgba(15, 182, 148, 0.17),
      rgba(26, 109, 150, 0.08) 45%,
      transparent 69%
    );

  border-radius: 50%;

  transform:
    translate(-50%, -50%);
}

.maoss-orbit-ring {
  position: absolute;

  top: 50%;
  left: 50%;

  border:
    1px solid rgba(255, 255, 255, 0.16);

  border-radius: 50%;

  transform:
    translate(-50%, -50%);
}

.maoss-orbit-ring-one {
  width: 405px;
  height: 405px;

  animation:
    maoss-orbit-rotate 25s linear infinite;
}

.maoss-orbit-ring-two {
  width: 305px;
  height: 305px;

  border-style: dashed;

  animation:
    maoss-orbit-rotate-reverse 18s linear infinite;
}

.maoss-orbit-ring-three {
  width: 205px;
  height: 205px;

  border-color:
    rgba(15, 182, 148, 0.34);
}

#maoss-home .maoss-hero-oss-logo {
  position: absolute;
  z-index: 4;

  top: 50%;
  left: 50%;

  width: 285px !important;
  max-width: 285px !important;
  height: auto !important;
  max-height: 210px !important;

  object-fit: contain !important;

  filter:
    drop-shadow(
      0 30px 35px rgba(1, 26, 34, 0.30)
    );

  transform:
    translate(-50%, -50%);

  animation:
    maoss-logo-float 6s ease-in-out infinite;
}

.maoss-float-card {
  position: absolute;
  z-index: 5;

  width: 215px;
  padding: 20px;

  color: var(--oss-testo);

  background:
    rgba(255, 255, 255, 0.96);

  border-radius: 21px;

  box-shadow: var(--oss-ombra-media);

  animation:
    maoss-card-float 6s ease-in-out infinite;
}

.maoss-float-card small {
  display: block;

  margin-bottom: 5px;

  color: var(--oss-verde-scuro);

  font-size: 0.70rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.maoss-float-card strong {
  display: block;

  color: var(--oss-testo-scuro);

  font-size: 1.17rem;
  line-height: 1.23;
}

.maoss-float-card p {
  margin: 7px 0 0;

  color: var(--oss-testo-chiaro);

  font-size: 0.82rem;
  line-height: 1.43;
}

.maoss-float-card-one {
  top: 35px;
  left: 0;
}

.maoss-float-card-two {
  top: 176px;
  right: -24px;

  animation-delay: -2s;
}

.maoss-float-card-three {
  bottom: 35px;
  left: 25px;

  animation-delay: -4s;
}

.maoss-float-card-three strong {
  color: var(--oss-blu);

  font-size: 2rem;
}

/* ==========================================================
   BARRA ACCREDITAMENTI
   ========================================================== */

.maoss-trust-wrap {
  position: relative;
  z-index: 20;

  margin-top: -48px;
}

.maoss-trust-bar {
  display: grid;
  align-items: stretch;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  overflow: hidden;

  background:
    rgba(237, 244, 240, 0.97);

  border:
    1px solid rgba(7, 59, 73, 0.12);

  border-radius: 20px;

  box-shadow:
    0 24px 55px rgba(4, 45, 56, 0.12);
}

.maoss-trust-item {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 116px;
  padding: 24px 38px;

  gap: 20px;
}

.maoss-trust-item:not(:last-child)::after {
  position: absolute;

  top: 22px;
  right: 0;
  bottom: 22px;

  width: 1px;

  content: "";

  background:
    rgba(7, 59, 73, 0.13);
}

.maoss-trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 48px;
  height: 48px;

  color: var(--oss-petrolio);

  background:
    rgba(255, 255, 255, 0.45);

  border-radius: 14px;
}

.maoss-trust-icon svg {
  width: 34px;
  height: 34px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.maoss-trust-item strong {
  display: block;

  color: var(--oss-testo-scuro);

  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

/* ==========================================================
   DUE PERCORSI
   ========================================================== */

.maoss-paths {
  padding-top: 132px;

  background:
    radial-gradient(
      circle at 82% 26%,
      rgba(15, 182, 148, 0.10),
      transparent 31%
    ),
    var(--oss-crema);
}

.maoss-paths-grid {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 27px;
}

.maoss-path-card {
  position: relative;

  min-height: 510px;
  padding: 42px;

  overflow: hidden;

  border-radius: 34px;

  box-shadow: var(--oss-ombra-piccola);

  transition:
    transform var(--oss-transizione),
    box-shadow var(--oss-transizione);
}

.maoss-path-card:hover {
  transform: translateY(-7px);

  box-shadow: var(--oss-ombra-media);
}

.maoss-path-qualification {
  color: var(--oss-bianco);

  background:
    linear-gradient(
      145deg,
      var(--oss-petrolio-scuro),
      var(--oss-petrolio-chiaro)
    );
}

.maoss-path-update {
  background: var(--oss-bianco);

  border:
    1px solid rgba(15, 182, 148, 0.13);
}

.maoss-path-card h3 {
  margin-bottom: 18px;

  font-size:
    clamp(2rem, 3.5vw, 3.20rem);
}

#maoss-home .maoss-path-qualification h3 {
  color: var(--oss-bianco) !important;
}

.maoss-path-card > p:not(.maoss-path-label) {
  margin-bottom: 27px;
  opacity: 0.82;
}

.maoss-path-label {
  display: inline-flex;

  margin-bottom: 22px;
  padding: 8px 13px;

  color: var(--oss-petrolio-scuro);
  background: var(--oss-verde-tenue);

  border-radius: 999px;

  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.maoss-path-update .maoss-path-label {
  color: var(--oss-bianco);
  background: var(--oss-blu);
}

.maoss-path-list {
  display: grid;

  gap: 13px;

  margin: 0 0 32px;
  padding: 0;

  list-style: none;
}

.maoss-path-list li {
  position: relative;
  padding-left: 29px;
}

.maoss-path-list li::before {
  position: absolute;

  top: 0.62em;
  left: 4px;

  width: 9px;
  height: 9px;

  content: "";

  background: var(--oss-verde);

  border-radius: 50%;
}

.maoss-path-update .maoss-path-list li::before {
  background: var(--oss-giallo);
}

.maoss-text-link {
  display: inline-flex;
  align-items: center;

  gap: 11px;

  padding-bottom: 5px;

  font-weight: 820;

  border-bottom:
    2px solid currentColor;
}

/* ==========================================================
   ESPERIENZA
   ========================================================== */

.maoss-experience {
  background: var(--oss-crema);
}

.maoss-experience-grid {
  display: grid;
  align-items: center;

  grid-template-columns:
    0.90fr 1.10fr;

  gap: 70px;
}

.maoss-experience-copy h2 {
  margin-bottom: 22px;

  font-size:
    clamp(2.30rem, 4.70vw, 4.45rem);
}

.maoss-experience-copy > p {
  color: var(--oss-testo-chiaro);
}

.maoss-outline-button {
  display: inline-flex;

  margin-top: 10px;
  padding: 12px 18px;

  color: var(--oss-testo-scuro);

  border:
    1px solid rgba(11, 52, 71, 0.33);

  border-radius: 14px;

  font-size: 0.90rem;
  font-weight: 800;
}

.maoss-photo-pair {
  display: grid;
  align-items: stretch;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 16px;
}

.maoss-photo-card {
  position: relative;

  width: 100%;

  aspect-ratio: 4 / 5;

  min-height: 0;
  margin: 0 !important;

  overflow: hidden;

  background: var(--oss-bianco);

  border-radius: 24px;

  box-shadow: var(--oss-ombra-piccola);
}

.maoss-photo-card img {
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center !important;
}

.maoss-photo-caption {
  position: absolute;

  right: 13px;
  bottom: 13px;
  left: 13px;

  padding: 10px 12px;

  color: var(--oss-testo-scuro);
  background:
    rgba(255, 255, 255, 0.93);

  border-radius: 13px;

  font-size: 0.78rem;
  font-weight: 760;
}

/* ==========================================================
   GALLERIA PETROLIO
   ========================================================== */

.maoss-practice {
  overflow: hidden;

  color: var(--oss-bianco);

  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(26, 109, 150, 0.48),
      transparent 35%
    ),
    radial-gradient(
      circle at 10% 85%,
      rgba(15, 182, 148, 0.18),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--oss-petrolio-scuro),
      var(--oss-petrolio) 58%,
      #0d5363
    );
}

.maoss-practice::before {
  position: absolute;

  inset: 0;

  content: "";

  opacity: 0.10;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.09) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.09) 1px,
      transparent 1px
    );

  background-size: 62px 62px;

  pointer-events: none;
}

.maoss-practice .maoss-container,
.maoss-photo-marquee {
  position: relative;
  z-index: 2;
}

.maoss-practice-heading {
  display: grid;
  align-items: end;

  grid-template-columns:
    1.05fr 0.95fr;

  gap: 35px;

  margin-bottom: 36px;
}

.maoss-practice .maoss-kicker {
  color: var(--oss-verde-tenue);
}

#maoss-home .maoss-practice-heading h2 {
  margin-bottom: 0;

  color: var(--oss-bianco) !important;

  font-size:
    clamp(2.30rem, 4.60vw, 4.40rem);
}

.maoss-practice-heading > p {
  margin-bottom: 0;

  color:
    rgba(255, 255, 255, 0.76);
}

.maoss-photo-marquee {
  width: 100%;

  padding: 10px 0 22px;

  overflow: hidden;
}

.maoss-photo-marquee::before,
.maoss-photo-marquee::after {
  position: absolute;
  z-index: 3;

  top: 0;
  bottom: 0;

  width:
    min(11vw, 150px);

  content: "";

  pointer-events: none;
}

.maoss-photo-marquee::before {
  left: 0;

  background:
    linear-gradient(
      90deg,
      var(--oss-petrolio-scuro),
      transparent
    );
}

.maoss-photo-marquee::after {
  right: 0;

  background:
    linear-gradient(
      -90deg,
      #0d5363,
      transparent
    );
}

.maoss-photo-marquee-track {
  display: flex;

  width: max-content;

  gap: 16px;

  will-change: transform;

  animation:
    maoss-marquee
    var(--maoss-marquee-duration, 100s)
    linear
    infinite;
}

.maoss-photo-marquee:hover
.maoss-photo-marquee-track {
  animation-play-state: paused;
}

.maoss-marquee-card {
  position: relative;

  flex: 0 0 300px;

  aspect-ratio: 4 / 5;

  margin: 0;

  overflow: hidden;

  background: #eaf4f7;

  border:
    1px solid rgba(255, 255, 255, 0.14);

  border-radius: 22px;

  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.20);
}

.maoss-marquee-card img {
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center !important;

  transition:
    transform 650ms ease;
}

.maoss-marquee-card:hover img {
  transform: scale(1.04);
}

.maoss-marquee-card span {
  position: absolute;

  right: 12px;
  bottom: 12px;
  left: 12px;

  padding: 10px 12px;

  color: var(--oss-bianco);

  background:
    rgba(4, 45, 56, 0.86);

  border:
    1px solid rgba(255, 255, 255, 0.12);

  border-radius: 12px;

  font-size: 0.78rem;
  font-weight: 760;

  backdrop-filter: blur(7px);
}

/* ==========================================================
   VIDEO
   ========================================================== */

.maoss-voices {
  background: var(--oss-crema);
}

.maoss-voices-box {
  padding: 55px;

  background:
    linear-gradient(
      145deg,
      #e8f1ec,
      #eef4f1
    );

  border:
    1px solid rgba(15, 182, 148, 0.10);

  border-radius: 38px;

  box-shadow: var(--oss-ombra-piccola);
}

.maoss-voices-heading {
  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 45px;

  margin-bottom: 34px;
}

.maoss-voices-heading h2 {
  margin-bottom: 0;

  font-size:
    clamp(2.35rem, 4.70vw, 4.45rem);
}

.maoss-voices-heading p {
  color: var(--oss-testo-chiaro);
}

.maoss-videos-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 19px;
}

.maoss-video-card {
  display: flex;
  flex-direction: column;

  min-width: 0;

  overflow: hidden;

  background: var(--oss-bianco);

  border-radius: 23px;

  box-shadow: var(--oss-ombra-piccola);
}

.maoss-video-frame {
  position: relative;

  width: 100%;

  aspect-ratio: 4 / 5;

  overflow: hidden;

  background: var(--oss-petrolio-scuro);
}

.maoss-video-frame video {
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center !important;

  background: var(--oss-petrolio-scuro);
}

.maoss-video-content {
  flex: 1;

  min-height: 138px;
  padding: 19px 20px 22px;
}

.maoss-video-label {
  display: block;

  margin-bottom: 8px;

  color: var(--oss-verde-scuro);

  font-size: 0.70rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.maoss-video-content h3 {
  margin-bottom: 0;

  font-size: 1.40rem;
  line-height: 1.18;
}

/* ==========================================================
   FAQ
   ========================================================== */

.maoss-faq {
  background: var(--oss-crema);
}

.maoss-faq-grid {
  display: grid;
  align-items: start;

  grid-template-columns:
    0.72fr 1.28fr;

  gap: 80px;
}

.maoss-faq-heading h2 {
  margin-bottom: 20px;

  font-size:
    clamp(2.40rem, 4.60vw, 4.25rem);
}

.maoss-faq-heading p {
  color: var(--oss-testo-chiaro);
}

.maoss-faq-list {
  display: grid;
  gap: 12px;
}

.maoss-faq-item {
  overflow: hidden;

  background: var(--oss-bianco);

  border:
    1px solid var(--oss-bordo);

  border-radius: 14px;

  box-shadow:
    0 7px 20px rgba(4, 45, 56, 0.04);
}

.maoss-faq-question {
  display: grid;
  align-items: center;

  width: 100%;
  padding: 18px 20px;

  cursor: pointer;

  color: var(--oss-testo-scuro);
  background: transparent;

  border: 0;

  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(180px, 0.75fr)
    24px;

  gap: 18px;

  text-align: left;
}

.maoss-faq-question strong {
  font-size: 1rem;
}

.maoss-faq-question small {
  color: var(--oss-testo-chiaro);

  font-size: 0.88rem;
  text-align: right;
}

.maoss-faq-arrow {
  color: var(--oss-blu);

  font-size: 1.10rem;

  transition:
    transform var(--oss-transizione);
}

.maoss-faq-item.maoss-open
.maoss-faq-arrow {
  transform: rotate(90deg);
}

.maoss-faq-answer {
  display: grid;

  grid-template-rows: 0fr;

  transition:
    grid-template-rows 320ms ease;
}

.maoss-faq-answer > div {
  overflow: hidden;
}

.maoss-faq-answer p {
  margin: 0;
  padding: 0 20px 18px;

  color: var(--oss-testo-chiaro);
}

.maoss-faq-item.maoss-open
.maoss-faq-answer {
  grid-template-rows: 1fr;
}

/* ==========================================================
   CTA FINALE
   ========================================================== */

.maoss-final {
  background: var(--oss-bianco);
}

.maoss-final-box {
  position: relative;

  padding: 68px;

  overflow: hidden;

  color: var(--oss-bianco);

  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(15, 182, 148, 0.17),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      var(--oss-blu),
      var(--oss-petrolio)
    );

  border-radius: 38px;

  box-shadow:
    0 34px 85px rgba(26, 109, 150, 0.27);
}

#maoss-home .maoss-final-box h2 {
  max-width: 800px;
  margin-bottom: 20px;

  color: var(--oss-verde) !important;

  font-size:
    clamp(2.50rem, 5vw, 4.80rem);
}

.maoss-final-box p {
  max-width: 680px;
  margin-bottom: 30px;

  color:
    rgba(255, 255, 255, 0.84);
}

.maoss-final-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 13px;
}

/* ==========================================================
   FASCIA CONTATTI
   ========================================================== */

.maoss-contact-band {
  padding: 58px 0;

  color: var(--oss-bianco);
  background: var(--oss-petrolio);
}

.maoss-contact-inner {
  display: grid;
  align-items: center;

  grid-template-columns:
    minmax(0, 1fr)
    auto;

  gap: 90px;
}

#maoss-home .maoss-contact-band h2 {
  margin-bottom: 8px;

  color: var(--oss-bianco) !important;

  font-size:
    clamp(2rem, 3.50vw, 3.45rem);
}

.maoss-contact-band p {
  margin-bottom: 0;

  color:
    rgba(255, 255, 255, 0.76);
}

.maoss-contact-actions {
  display: flex;
  align-items: center;
  flex-direction: column;

  gap: 10px;
}

.maoss-contact-whatsapp {
  min-width: 210px;

  border-radius: 13px;
}

.maoss-contact-email {
  color: var(--oss-bianco) !important;

  font-weight: 780;

  border-bottom:
    1px solid rgba(255, 255, 255, 0.55);
}

/* ==========================================================
   FOOTER COMPATTO — VOCI RAVVICINATE
   ========================================================== */

#maoss-home .maoss-footer {
  width: 100%;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 42px 0 40px !important;

  color:
    rgba(255, 255, 255, 0.74);

  background: var(--oss-petrolio-scuro);
}

#maoss-home .maoss-footer .maoss-container {
  min-height: 0 !important;
}

#maoss-home .maoss-footer-main {
  display: grid !important;
  align-items: start !important;

  grid-template-columns:
    minmax(340px, 1.35fr)
    minmax(190px, 0.65fr)
    minmax(240px, 0.70fr);

  gap: 72px !important;

  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

#maoss-home .maoss-footer-main > div,
#maoss-home .maoss-footer-main > nav {
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

#maoss-home .maoss-footer-title {
  margin: 0 0 7px !important;
  padding: 0 !important;

  color: var(--oss-bianco) !important;

  font-size: 1.35rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
}

#maoss-home .maoss-footer-copy {
  max-width: 460px;

  margin: 0 !important;
  padding: 0 !important;

  color:
    rgba(255, 255, 255, 0.66);

  font-size: 0.90rem !important;
  line-height: 1.45 !important;
}

/* Regole forti contro gli spazi introdotti da Elementor */

#maoss-home .maoss-footer-links {
  display: flex !important;
  align-items: flex-start !important;
  flex-direction: column !important;

  gap: 4px !important;

  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

#maoss-home .maoss-footer-links a,
#maoss-home .maoss-footer-links a + a {
  display: block !important;

  width: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  color:
    rgba(255, 255, 255, 0.94) !important;

  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;

  white-space: normal !important;

  transition:
    color var(--oss-transizione),
    transform var(--oss-transizione);
}

#maoss-home .maoss-footer-links a:hover {
  color: var(--oss-verde) !important;

  transform: translateX(4px);
}

#maoss-home .maoss-footer-legal {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;

  gap: 7px !important;

  min-height: 0 !important;

  margin: 0 !important;
  padding: 2px 0 0 !important;

  color:
    rgba(255, 255, 255, 0.64);

  font-size: 0.82rem !important;
  line-height: 1.35 !important;
}

#maoss-home .maoss-footer-legal span,
#maoss-home .maoss-footer-legal a {
  display: inline !important;

  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  line-height: 1.35 !important;
}

#maoss-home .maoss-footer-legal a {
  color:
    rgba(255, 255, 255, 0.84) !important;
}

/* ==========================================================
   WHATSAPP FISSO
   ========================================================== */

.maoss-floating-whatsapp {
  position: fixed;
  z-index: 9998;

  right: 22px;
  bottom: 22px;

  display: inline-flex;
  align-items: center;

  gap: 9px;

  padding: 13px 18px;

  border-radius: 999px;

  font-size: 0.90rem;
  font-weight: 820;
}

.maoss-floating-whatsapp svg {
  width: 18px;
  height: 18px;

  fill: currentColor;
}

/* ==========================================================
   ANIMAZIONI
   ========================================================== */

.maoss-reveal {
  opacity: 0;

  transform: translateY(32px);

  transition:
    opacity 700ms ease var(--maoss-delay, 0ms),
    transform 700ms ease var(--maoss-delay, 0ms);
}

.maoss-reveal.maoss-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes maoss-logo-float {
  0%,
  100% {
    transform:
      translate(-50%, -50%)
      translateY(0);
  }

  50% {
    transform:
      translate(-50%, -50%)
      translateY(-14px);
  }
}

@keyframes maoss-card-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes maoss-orbit-rotate {
  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }
}

@keyframes maoss-orbit-rotate-reverse {
  to {
    transform:
      translate(-50%, -50%)
      rotate(-360deg);
  }
}

@keyframes maoss-marquee {
  to {
    transform:
      translateX(
        calc(-50% - 8px)
      );
  }
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1080px) {
  .maoss-menu-button {
    display: block;
  }

  .maoss-nav {
    position: fixed;
    z-index: 999;

    top: 0;
    right: 0;

    display: flex;
    align-items: stretch;
    flex-direction: column;

    width:
      min(88vw, 410px);

    height: 100vh;

    padding: 112px 30px 35px;

    background:
      linear-gradient(
        150deg,
        var(--oss-petrolio-scuro),
        var(--oss-petrolio)
      );

    box-shadow:
      -28px 0 65px rgba(1, 25, 33, 0.34);

    transform:
      translateX(105%);

    transition:
      transform 400ms ease;
  }

  .maoss-nav.maoss-open {
    transform: translateX(0);
  }

  .maoss-nav > a {
    padding: 15px 3px;

    border-bottom:
      1px solid rgba(255, 255, 255, 0.10);

    font-size: 1.03rem;
  }

  .maoss-whatsapp {
    justify-content: center;
    margin: 20px 0 0;
  }

  .maoss-hero-layout,
  .maoss-experience-grid,
  .maoss-faq-grid {
    grid-template-columns: 1fr;
  }

  .maoss-hero-orbit {
    width:
      min(100%, 660px);

    margin-inline: auto;
  }

  .maoss-trust-item {
    padding: 22px 20px;
  }

  .maoss-paths-grid,
  .maoss-practice-heading,
  .maoss-voices-heading {
    grid-template-columns: 1fr;
  }

  .maoss-videos-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

  .maoss-video-card:last-child {
    grid-column: 1 / -1;

    width:
      min(100%, 450px);

    margin-inline: auto;
  }

  .maoss-contact-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .maoss-contact-actions {
    align-items: flex-start;
  }

  #maoss-home .maoss-footer-main {
    grid-template-columns:
      1fr 1fr !important;

    gap: 34px 48px !important;
  }

  #maoss-home .maoss-footer-legal {
    grid-column: 1 / -1;
  }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {
  .maoss-container {
    width:
      min(
        calc(100% - 28px),
        var(--oss-contenitore)
      );
  }

  .maoss-section {
    padding: 76px 0;
  }

  .maoss-header {
    height: 76px;
  }

  .maoss-logo-oss {
    width: 63px;
    height: 44px;
  }

  .maoss-logo-motus {
    width: 112px;
    height: 44px;
  }

  #maoss-home .maoss-logo-oss img {
    width: 61px !important;
    max-width: 61px !important;
    height: 38px !important;
  }

  #maoss-home .maoss-logo-motus img {
    width: 110px !important;
    max-width: 110px !important;
    height: 38px !important;
  }

  .maoss-brand-divider {
    height: 28px;
  }

  .maoss-hero {
    min-height: auto;
    padding: 126px 0 70px;
  }

  .maoss-hero h1 {
    font-size:
      clamp(2.72rem, 12.50vw, 4.20rem);

    line-height: 1.01;
  }

  .maoss-title-accent {
    font-size:
      clamp(2.45rem, 11.60vw, 3.75rem);

    line-height: 1.13;
  }

  .maoss-hero-actions,
  .maoss-final-actions {
    flex-direction: column;
  }

  .maoss-button {
    width: 100%;
  }

  .maoss-hero-orbit {
    min-height: 465px;
  }

  .maoss-orbit-ring-one {
    width: 315px;
    height: 315px;
  }

  .maoss-orbit-ring-two {
    width: 245px;
    height: 245px;
  }

  .maoss-orbit-ring-three {
    width: 168px;
    height: 168px;
  }

  #maoss-home .maoss-hero-oss-logo {
    width: 205px !important;
    max-width: 205px !important;
  }

  .maoss-float-card {
    width: 166px;
    padding: 15px;
  }

  .maoss-float-card-one {
    top: 25px;
    left: 0;
  }

  .maoss-float-card-two {
    top: 184px;
    right: 0;
  }

  .maoss-float-card-three {
    bottom: 18px;
    left: 4px;
  }

  .maoss-trust-wrap {
    margin-top: 0;
    padding-top: 22px;
  }

  .maoss-trust-bar {
    grid-template-columns: 1fr;
  }

  .maoss-trust-item {
    justify-content: flex-start;

    min-height: 96px;
    padding: 20px 24px;
  }

  .maoss-trust-item:not(:last-child)::after {
    top: auto;
    right: 24px;
    bottom: 0;
    left: 24px;

    width: auto;
    height: 1px;
  }

  .maoss-paths {
    padding-top: 80px;
  }

  .maoss-paths-grid,
  .maoss-photo-pair,
  .maoss-videos-grid {
    grid-template-columns: 1fr;
  }

  .maoss-path-card {
    min-height: auto;
    padding: 31px 24px;
  }

  .maoss-video-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .maoss-voices-box {
    padding: 26px 17px;
  }

  .maoss-faq-question {
    grid-template-columns:
      1fr 24px;

    gap: 10px;
  }

  .maoss-faq-question small {
    display: none;
  }

  .maoss-final-box {
    padding: 44px 24px;
  }

  .maoss-marquee-card {
    flex-basis: 250px;
  }

  .maoss-contact-band {
    padding: 46px 0;
  }

  .maoss-contact-actions {
    align-items: stretch;
  }

  .maoss-contact-whatsapp {
    width: 100%;
  }

  .maoss-contact-email {
    align-self: center;
  }

  #maoss-home .maoss-footer {
    padding: 34px 0 32px !important;
  }

  #maoss-home .maoss-footer-main {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  #maoss-home .maoss-footer-links {
    gap: 3px !important;
  }

  #maoss-home .maoss-footer-legal {
    grid-column: auto;
  }

  .maoss-floating-whatsapp {
    right: 14px;
    bottom: 14px;

    padding: 12px 15px;
  }
}

/* ==========================================================
   MOVIMENTO RIDOTTO
   ========================================================== */

@media (prefers-reduced-motion: reduce) {
  #maoss-home *,
  #maoss-home *::before,
  #maoss-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .maoss-reveal {
    opacity: 1;
    transform: none;
  }

  .maoss-photo-marquee-track {
    width: 100%;

    flex-wrap: wrap;

    animation: none !important;
  }
}/* End custom CSS */