/* Start custom CSS for html, class: .elementor-element-03a52e2 *//* =========================================================
   PAGINA GUIDE OSS
   CORSOPEROSS.IT — MOTUS ANIMI
   ========================================================= */

#maoss-guides {
  --maoss-deep: #032b35;
  --maoss-dark: #073844;
  --maoss-blue: #1a6d96;
  --maoss-green: #0fb694;
  --maoss-green-dark: #087f6d;
  --maoss-green-soft: #e5f8f3;
  --maoss-yellow: #f4aa18;
  --maoss-white: #ffffff;
  --maoss-cream: #fbf8f1;
  --maoss-bg: #f3f8f6;
  --maoss-text: #143f4e;
  --maoss-muted: #617781;
  --maoss-border: #d9e6e3;
  --maoss-shadow: 0 18px 46px rgba(3, 43, 53, 0.1);

  width: 100vw;
  max-width: none;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: hidden;
  color: var(--maoss-text);
  background: var(--maoss-white);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

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

#maoss-guides img {
  display: block;
  max-width: 100%;
}

#maoss-guides a {
  text-decoration: none;
}

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

#maoss-guides .maoss-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

#maoss-guides .maoss-main {
  padding-top: 88px;
}

#maoss-guides .maoss-section {
  padding: 84px 0;
}

#maoss-guides .maoss-section-head {
  max-width: 840px;
  margin: 0 auto 44px;
  text-align: center;
}

#maoss-guides .maoss-kicker {
  margin: 0 0 11px;
  color: var(--maoss-green-dark);
  font-size: 0.77rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

#maoss-guides .maoss-section-title {
  margin: 0 0 15px;
  color: var(--maoss-dark);
  font-size: clamp(2.05rem, 4vw, 3.45rem);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.045em;
}

#maoss-guides .maoss-section-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--maoss-muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

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

#maoss-guides .maoss-header {
  position: fixed;
  isolation: isolate;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  min-height: 88px;
  overflow: hidden;
  background: var(--maoss-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 8px 26px rgba(0, 25, 31, 0.16);
  backdrop-filter: blur(14px);
  transition:
    min-height 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

body.admin-bar #maoss-guides .maoss-header {
  top: 32px;
}

#maoss-guides .maoss-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 12% 50%,
      rgba(15, 182, 148, 0.3),
      transparent 26%
    ),
    radial-gradient(
      circle at 78% 40%,
      rgba(26, 109, 150, 0.38),
      transparent 31%
    ),
    linear-gradient(
      110deg,
      #032b35 0%,
      #074653 30%,
      #075c67 52%,
      #073844 72%,
      #032b35 100%
    );
  background-size:
    190% 190%,
    190% 190%,
    320% 100%;
  animation: maossGuidesHeaderFlow 8s ease-in-out infinite;
}

#maoss-guides .maoss-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -45%;
  width: 28%;
  opacity: 0;
  pointer-events: none;
  transform: skewX(-22deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.12),
    rgba(103, 238, 210, 0.14),
    transparent
  );
  animation: maossGuidesHeaderSweep 6.5s ease-in-out infinite 1s;
}

#maoss-guides .maoss-header-inner {
  position: relative;
  z-index: 2;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  transition: min-height 0.35s ease;
}

#maoss-guides .maoss-header.maoss-is-scrolled {
  min-height: 74px;
  border-bottom-color: rgba(15, 182, 148, 0.28);
  box-shadow:
    0 12px 32px rgba(0, 24, 30, 0.24),
    0 1px 0 rgba(15, 182, 148, 0.13);
}

#maoss-guides .maoss-header.maoss-is-scrolled .maoss-header-inner {
  min-height: 74px;
}

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

#maoss-guides .maoss-brand-lockup {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  min-width: 235px;
  margin: 0;
  padding: 0;
  animation:
    maossGuidesBrandEntry 0.8s cubic-bezier(0.22, 1, 0.36, 1) both,
    maossGuidesBrandFloat 5s ease-in-out infinite 1s;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

#maoss-guides .maoss-brand-lockup::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 34%;
  width: 125px;
  height: 52px;
  border-radius: 50%;
  opacity: 0.34;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(15, 182, 148, 0.28),
    transparent 72%
  );
  filter: blur(11px);
  animation: maossGuidesLogoGlow 4.5s ease-in-out infinite;
}

#maoss-guides .maoss-brand-lockup:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 8px 14px rgba(15, 182, 148, 0.18));
}

#maoss-guides .maoss-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  line-height: 0;
}

#maoss-guides .maoss-brand-divider {
  position: relative;
  width: 1px;
  height: 40px;
  flex: 0 0 1px;
  display: block;
  overflow: hidden;
  margin: 0 1px;
  background: rgba(255, 255, 255, 0.36);
}

#maoss-guides .maoss-brand-divider::after {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  left: 0;
  height: 55%;
  background: linear-gradient(
    180deg,
    transparent,
    #76efda,
    transparent
  );
  animation: maossGuidesDividerLight 3s ease-in-out infinite;
}

#maoss-guides .maoss-brand-oss {
  width: 72px !important;
  max-width: 72px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
}

#maoss-guides .maoss-brand-motus {
  width: 138px !important;
  max-width: 138px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
}

/* =========================================================
   MENU
   ========================================================= */

#maoss-guides .maoss-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

#maoss-guides .maoss-nav > a {
  position: relative;
  opacity: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
  transform: translateY(-9px);
  animation: maossGuidesMenuEntry 0.52s ease forwards;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

#maoss-guides .maoss-nav > a:nth-child(1) {
  animation-delay: 0.1s;
}

#maoss-guides .maoss-nav > a:nth-child(2) {
  animation-delay: 0.16s;
}

#maoss-guides .maoss-nav > a:nth-child(3) {
  animation-delay: 0.22s;
}

#maoss-guides .maoss-nav > a:nth-child(4) {
  animation-delay: 0.28s;
}

#maoss-guides .maoss-nav > a:nth-child(5) {
  animation-delay: 0.34s;
}

#maoss-guides .maoss-nav > a:nth-child(6) {
  animation-delay: 0.4s;
}

#maoss-guides .maoss-nav > a:nth-child(7) {
  animation-delay: 0.46s;
}

#maoss-guides .maoss-nav a:hover,
#maoss-guides .maoss-nav a[aria-current="page"] {
  color: var(--maoss-green);
}

#maoss-guides .maoss-nav a:not(.maoss-header-whatsapp):hover {
  transform: translateY(-2px);
}

#maoss-guides .maoss-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--maoss-green);
  transform-origin: center;
  animation: maossGuidesActivePulse 2.8s ease-in-out infinite;
}

#maoss-guides .maoss-header-whatsapp {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 17px;
  border-radius: 999px;
  color: #ffffff !important;
  background: linear-gradient(
    135deg,
    #20c997,
    var(--maoss-green),
    var(--maoss-green-dark)
  );
  box-shadow: 0 9px 23px rgba(15, 182, 148, 0.24);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

#maoss-guides .maoss-header-whatsapp::before {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -60%;
  width: 36%;
  opacity: 0;
  transform: skewX(-22deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: maossGuidesButtonShine 5.5s ease-in-out infinite 2s;
}

#maoss-guides .maoss-header-whatsapp::after {
  display: none !important;
}

#maoss-guides .maoss-header-whatsapp:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow:
    0 13px 28px rgba(15, 182, 148, 0.3),
    0 0 0 4px rgba(15, 182, 148, 0.08);
}

#maoss-guides .maoss-mobile-nav {
  display: none;
}

/* Barra avanzamento */

#maoss-guides .maoss-header-progress {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.04);
}

#maoss-guides .maoss-header-progress-bar {
  width: 100%;
  height: 100%;
  display: block;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    var(--maoss-green),
    #63e6cc,
    var(--maoss-yellow)
  );
  box-shadow: 0 0 13px rgba(15, 182, 148, 0.55);
  will-change: transform;
}

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

#maoss-guides .maoss-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 22%,
      rgba(26, 109, 150, 0.55),
      transparent 34%
    ),
    radial-gradient(
      circle at 56% 100%,
      rgba(15, 182, 148, 0.24),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      var(--maoss-deep) 0%,
      var(--maoss-dark) 58%,
      #0b596a 100%
    );
}

#maoss-guides .maoss-hero::before {
  content: "";
  position: absolute;
  top: -235px;
  right: 3%;
  width: 510px;
  height: 510px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  animation: maossGuidesHeroCircle 9s ease-in-out infinite;
}

#maoss-guides .maoss-hero::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: -210px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(15, 182, 148, 0.08);
  animation: maossGuidesHeroOrb 7s ease-in-out infinite alternate;
}

#maoss-guides .maoss-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  gap: 64px;
  align-items: center;
  padding: 78px 0 82px;
}

#maoss-guides .maoss-hero-copy {
  animation: maossGuidesHeroCopy 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#maoss-guides .maoss-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  font-weight: 700;
}

#maoss-guides .maoss-breadcrumb a {
  color: #cef4eb;
}

#maoss-guides .maoss-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #c9f4e9;
  font-size: 0.79rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: maossGuidesKickerGlow 3.8s ease-in-out infinite;
}

#maoss-guides .maoss-hero-kicker::before {
  content: "";
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: var(--maoss-green);
}

#maoss-guides .maoss-hero h1 {
  max-width: 850px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(2.9rem, 5vw, 4.9rem);
  font-weight: 950;
  line-height: 1.01;
  letter-spacing: -0.057em;
}

#maoss-guides .maoss-hero h1 span {
  display: block;
  padding: 5px 0 7px;
  color: var(--maoss-green);
}

#maoss-guides .maoss-hero-text {
  max-width: 750px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.81);
  font-size: clamp(1.04rem, 1.65vw, 1.2rem);
  line-height: 1.66;
}

#maoss-guides .maoss-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#maoss-guides .maoss-button {
  position: relative;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 13px 22px;
  border-radius: 13px;
  font-size: 0.93rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

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

#maoss-guides .maoss-button-primary {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #1ac9a7,
    var(--maoss-green),
    var(--maoss-green-dark)
  );
  box-shadow: 0 13px 28px rgba(15, 182, 148, 0.28);
}

#maoss-guides .maoss-button-primary::before {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -60%;
  width: 34%;
  opacity: 0;
  transform: skewX(-22deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: maossGuidesButtonShine 5.5s ease-in-out infinite 1.4s;
}

#maoss-guides .maoss-button-light {
  color: var(--maoss-dark);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(2, 28, 35, 0.18);
}

/* =========================================================
   HERO LOGO OSS ANIMATO
   ========================================================= */

#maoss-guides .maoss-hero-logo-stage {
  position: relative;
  isolation: isolate;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(15, 182, 148, 0.16),
      transparent 26%
    ),
    radial-gradient(
      circle at 78% 20%,
      rgba(26, 109, 150, 0.28),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(3, 43, 53, 0.96) 0%,
      rgba(7, 56, 68, 0.94) 48%,
      rgba(10, 91, 105, 0.92) 100%
    );
  box-shadow:
    0 28px 70px rgba(1, 28, 35, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation:
    maossLogoStageEntrance 1s cubic-bezier(0.22, 1, 0.36, 1) both 0.15s,
    maossLogoStageFloat 7s ease-in-out infinite 1.3s;
}

#maoss-guides .maoss-hero-logo-stage::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -20%;
  left: -25%;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  opacity: 0.75;
  background: radial-gradient(
    circle,
    rgba(15, 182, 148, 0.28),
    rgba(15, 182, 148, 0.05) 48%,
    transparent 70%
  );
  filter: blur(8px);
  animation: maossLogoAmbientOne 8s ease-in-out infinite;
}

#maoss-guides .maoss-hero-logo-stage::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -24%;
  bottom: -27%;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  opacity: 0.72;
  background: radial-gradient(
    circle,
    rgba(26, 109, 150, 0.36),
    rgba(26, 109, 150, 0.08) 48%,
    transparent 72%
  );
  filter: blur(10px);
  animation: maossLogoAmbientTwo 9s ease-in-out infinite;
}

#maoss-guides .maoss-logo-orbit {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

#maoss-guides .maoss-logo-orbit-one {
  width: 275px;
  height: 275px;
  border: 1px solid rgba(129, 239, 218, 0.31);
  animation: maossLogoOrbitClockwise 17s linear infinite;
}

#maoss-guides .maoss-logo-orbit-two {
  width: 390px;
  height: 390px;
  border: 1px dashed rgba(255, 255, 255, 0.17);
  animation: maossLogoOrbitCounter 25s linear infinite;
}

#maoss-guides .maoss-logo-orbit-three {
  width: 485px;
  height: 485px;
  border: 1px solid rgba(26, 109, 150, 0.3);
  animation: maossLogoOrbitPulse 6s ease-in-out infinite;
}

#maoss-guides .maoss-logo-orbit-one::before,
#maoss-guides .maoss-logo-orbit-two::before,
#maoss-guides .maoss-logo-orbit-three::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #79ead4;
  box-shadow:
    0 0 10px rgba(121, 234, 212, 0.9),
    0 0 22px rgba(15, 182, 148, 0.52);
}

#maoss-guides .maoss-orbit-dot {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  background: #77ecd4;
  box-shadow:
    0 0 10px rgba(119, 236, 212, 0.95),
    0 0 24px rgba(15, 182, 148, 0.52);
}

#maoss-guides .maoss-orbit-dot-one {
  top: 15%;
  left: 51%;
  width: 9px;
  height: 9px;
  animation: maossLogoDotOne 5s ease-in-out infinite;
}

#maoss-guides .maoss-orbit-dot-two {
  top: 52%;
  right: 9%;
  width: 7px;
  height: 7px;
  animation: maossLogoDotTwo 6.5s ease-in-out infinite;
}

#maoss-guides .maoss-orbit-dot-three {
  bottom: 13%;
  left: 27%;
  width: 6px;
  height: 6px;
  background: var(--maoss-yellow);
  box-shadow:
    0 0 10px rgba(244, 170, 24, 0.9),
    0 0 22px rgba(244, 170, 24, 0.45);
  animation: maossLogoDotThree 5.8s ease-in-out infinite;
}

#maoss-guides .maoss-logo-core {
  position: relative;
  z-index: 5;
  width: 270px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 35px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.045)
  );
  box-shadow:
    0 24px 48px rgba(0, 25, 31, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(13px);
  animation: maossLogoCoreFloat 5.5s ease-in-out infinite;
}

#maoss-guides .maoss-logo-core::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -18px;
  border: 1px solid rgba(15, 182, 148, 0.21);
  border-radius: 45px;
  opacity: 0.72;
  animation: maossLogoCoreBorder 4.5s ease-in-out infinite;
}

#maoss-guides .maoss-logo-core::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -35%;
  bottom: -35%;
  left: -65%;
  width: 38%;
  opacity: 0;
  pointer-events: none;
  transform: skewX(-22deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  animation: maossLogoCoreShine 6.5s ease-in-out infinite 1.8s;
}

#maoss-guides .maoss-logo-core-light {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 110px;
  display: block;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(15, 182, 148, 0.29),
    rgba(15, 182, 148, 0.05) 50%,
    transparent 72%
  );
  filter: blur(15px);
  animation: maossLogoCoreGlow 4s ease-in-out infinite;
}

#maoss-guides .maoss-logo-core img {
  position: relative;
  z-index: 4;
  width: 205px !important;
  max-width: 205px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 22, 27, 0.22));
}

#maoss-guides .maoss-floating-topic {
  position: absolute;
  z-index: 7;
  min-width: 165px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    rgba(3, 43, 53, 0.8),
    rgba(7, 82, 94, 0.72)
  );
  box-shadow: 0 13px 30px rgba(1, 26, 31, 0.24);
  backdrop-filter: blur(12px);
}

#maoss-guides .maoss-topic-number {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #ffffff;
  background: rgba(15, 182, 148, 0.22);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

#maoss-guides .maoss-topic-text {
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

#maoss-guides .maoss-topic-one {
  top: 17%;
  left: 6%;
  animation: maossLogoTopicOne 5.2s ease-in-out infinite;
}

#maoss-guides .maoss-topic-two {
  top: 22%;
  right: 5%;
  animation: maossLogoTopicTwo 6s ease-in-out infinite;
}

#maoss-guides .maoss-topic-three {
  right: 7%;
  bottom: 17%;
  animation: maossLogoTopicThree 5.7s ease-in-out infinite;
}

#maoss-guides .maoss-logo-stage-caption {
  position: absolute;
  z-index: 8;
  right: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  color: var(--maoss-dark);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 8px 24px rgba(4, 45, 56, 0.17);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.2;
  animation: maossLogoCaption 4s ease-in-out infinite;
}

/* =========================================================
   PRINCIPI EDITORIALI
   ========================================================= */

#maoss-guides .maoss-facts {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(15, 182, 148, 0.12),
      transparent 28%
    ),
    var(--maoss-dark);
}

#maoss-guides .maoss-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#maoss-guides .maoss-fact {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

#maoss-guides .maoss-fact:last-child {
  border-right: 0;
}

#maoss-guides .maoss-fact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 13px;
  color: #ffffff;
  background: rgba(15, 182, 148, 0.18);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

#maoss-guides .maoss-fact:hover .maoss-fact-icon {
  transform: translateY(-5px) rotate(-4deg);
  background: rgba(15, 182, 148, 0.35);
}

#maoss-guides .maoss-fact-icon svg {
  width: 21px;
  height: 21px;
}

#maoss-guides .maoss-fact strong {
  color: #ffffff;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.15;
}

#maoss-guides .maoss-fact span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.35;
}

/* =========================================================
   INTRODUZIONE
   ========================================================= */

#maoss-guides .maoss-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 78px;
  align-items: start;
}

#maoss-guides .maoss-rich-copy p {
  margin: 0 0 19px;
  color: var(--maoss-muted);
  font-size: 1.07rem;
  line-height: 1.77;
}

#maoss-guides .maoss-rich-copy strong {
  color: var(--maoss-dark);
}

/* =========================================================
   LIBRERIA GUIDE
   ========================================================= */

#maoss-guides .maoss-library {
  background:
    radial-gradient(
      circle at 91% 10%,
      rgba(26, 109, 150, 0.08),
      transparent 30%
    ),
    var(--maoss-bg);
}

#maoss-guides .maoss-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

#maoss-guides .maoss-guide-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--maoss-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(4, 45, 56, 0.09);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

#maoss-guides .maoss-guide-card:hover {
  transform: translateY(-9px) scale(1.01);
  border-color: rgba(15, 182, 148, 0.55);
  box-shadow: 0 25px 54px rgba(4, 45, 56, 0.15);
}

#maoss-guides .maoss-guide-card-primary {
  border: 2px solid rgba(15, 182, 148, 0.58);
}

#maoss-guides .maoss-guide-card-primary::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--maoss-green),
    #6ce6ce,
    var(--maoss-yellow),
    var(--maoss-green)
  );
  background-size: 220% 100%;
  animation: maossGuidesCardLine 4s linear infinite;
}

#maoss-guides .maoss-guide-label {
  position: absolute;
  z-index: 6;
  top: 17px;
  right: 17px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--maoss-green),
    var(--maoss-green-dark)
  );
  box-shadow: 0 8px 20px rgba(15, 182, 148, 0.25);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#maoss-guides .maoss-guide-image {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--maoss-border);
  background: var(--maoss-green-soft);
}

#maoss-guides .maoss-guide-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

#maoss-guides .maoss-guide-card:hover .maoss-guide-image img {
  transform: scale(1.045);
}

#maoss-guides .maoss-guide-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 34px;
}

#maoss-guides .maoss-card-kicker {
  margin: 0 0 12px;
  color: var(--maoss-green-dark);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

#maoss-guides .maoss-guide-card h3 {
  margin: 0 0 16px;
  color: var(--maoss-dark);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

#maoss-guides .maoss-guide-card h3 a {
  color: inherit;
}

#maoss-guides .maoss-guide-description {
  margin: 0;
  color: var(--maoss-muted);
  font-size: 0.96rem;
  line-height: 1.68;
}

#maoss-guides .maoss-guide-list {
  display: grid;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

#maoss-guides .maoss-guide-list li {
  position: relative;
  padding: 12px 0 12px 27px;
  border-top: 1px solid var(--maoss-border);
  color: var(--maoss-text);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
}

#maoss-guides .maoss-guide-list li:last-child {
  border-bottom: 1px solid var(--maoss-border);
}

#maoss-guides .maoss-guide-list li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 2px;
  color: var(--maoss-green);
  font-weight: 950;
}

#maoss-guides .maoss-text-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--maoss-green);
  color: var(--maoss-green-dark);
  font-size: 0.89rem;
  font-weight: 850;
  transition:
    gap 0.2s ease,
    color 0.2s ease;
}

#maoss-guides .maoss-text-link:hover {
  gap: 12px;
  color: var(--maoss-blue);
}

/* =========================================================
   ORIENTAMENTO RAPIDO
   ========================================================= */

#maoss-guides .maoss-orientation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 75px;
  align-items: start;
}

#maoss-guides .maoss-question-list {
  display: grid;
  gap: 13px;
}

#maoss-guides .maoss-question-link {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 30px;
  gap: 15px;
  align-items: center;
  padding: 21px 22px;
  border: 1px solid var(--maoss-border);
  border-radius: 17px;
  color: var(--maoss-text);
  background: #ffffff;
  box-shadow: 0 7px 22px rgba(4, 45, 56, 0.05);
  transition:
    transform 0.23s ease,
    border-color 0.23s ease,
    box-shadow 0.23s ease;
}

#maoss-guides .maoss-question-link:hover {
  transform: translateX(7px);
  border-color: rgba(15, 182, 148, 0.58);
  box-shadow: 0 13px 30px rgba(4, 45, 56, 0.1);
}

#maoss-guides .maoss-question-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--maoss-dark);
  background: var(--maoss-green-soft);
}

#maoss-guides .maoss-question-icon svg {
  width: 23px;
  height: 23px;
}

#maoss-guides .maoss-question-copy strong {
  display: block;
  color: var(--maoss-dark);
  font-size: 0.98rem;
  line-height: 1.35;
}

#maoss-guides .maoss-question-copy span {
  display: block;
  margin-top: 4px;
  color: var(--maoss-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

#maoss-guides .maoss-question-arrow {
  color: var(--maoss-green-dark);
  font-size: 1.35rem;
  font-weight: 900;
  text-align: right;
  animation: maossGuidesArrow 2s ease-in-out infinite;
}

/* =========================================================
   METODO EDITORIALE
   ========================================================= */

#maoss-guides .maoss-method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(26, 109, 150, 0.42),
      transparent 31%
    ),
    var(--maoss-dark);
}

#maoss-guides .maoss-method-photo {
  position: relative;
  min-height: 690px;
  overflow: hidden;
}

#maoss-guides .maoss-method-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 68%,
    rgba(3, 43, 53, 0.72)
  );
}

#maoss-guides .maoss-method-photo img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: center;
  animation: maossGuidesMethodImage 12s ease-in-out infinite alternate;
}

#maoss-guides .maoss-method-photo span {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 28px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 850;
}

#maoss-guides .maoss-method-copy {
  align-self: center;
  max-width: 720px;
  padding: 78px clamp(32px, 6vw, 96px);
}

#maoss-guides .maoss-method-copy .maoss-kicker {
  color: #baf3e7;
}

#maoss-guides .maoss-method-copy .maoss-section-title {
  color: #ffffff;
}

#maoss-guides .maoss-method-copy > p:not(.maoss-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.7;
}

#maoss-guides .maoss-method-list {
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

#maoss-guides .maoss-method-list li {
  display: grid;
  gap: 5px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

#maoss-guides .maoss-method-list strong {
  color: #ffffff;
  font-size: 0.98rem;
}

#maoss-guides .maoss-method-list span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.87rem;
  line-height: 1.5;
}

/* =========================================================
   FONTI
   ========================================================= */

#maoss-guides .maoss-sources {
  padding-top: 36px;
  padding-bottom: 36px;
}

#maoss-guides .maoss-sources-box {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
  padding: clamp(31px, 5vw, 56px);
  border-radius: 27px;
  background: #edf5f2;
  box-shadow: 0 14px 36px rgba(4, 45, 56, 0.065);
}

#maoss-guides .maoss-sources-copy p {
  margin: 0;
  color: var(--maoss-muted);
  font-size: 0.96rem;
  line-height: 1.72;
}

#maoss-guides .maoss-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

#maoss-guides .maoss-source-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid var(--maoss-border);
  border-radius: 10px;
  color: var(--maoss-green-dark);
  background: #ffffff;
  font-size: 0.77rem;
  font-weight: 850;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

#maoss-guides .maoss-source-link:hover {
  transform: translateY(-2px);
  border-color: var(--maoss-green);
}

/* =========================================================
   CTA CORSO
   ========================================================= */

#maoss-guides .maoss-course-section {
  padding: 38px 0 74px;
}

#maoss-guides .maoss-course-box {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 52px;
  align-items: center;
  padding: clamp(33px, 5vw, 58px);
  border-radius: 27px;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(15, 182, 148, 0.12),
      transparent 33%
    ),
    var(--maoss-cream);
  box-shadow: 0 18px 46px rgba(3, 43, 53, 0.08);
}

#maoss-guides .maoss-course-copy > p:not(.maoss-kicker) {
  margin: 0;
  color: var(--maoss-muted);
  font-size: 1rem;
  line-height: 1.72;
}

#maoss-guides .maoss-course-actions {
  display: grid;
  gap: 12px;
}

#maoss-guides .maoss-course-button,
#maoss-guides .maoss-course-email {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 13px;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

#maoss-guides .maoss-course-button {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--maoss-blue),
    var(--maoss-dark)
  );
}

#maoss-guides .maoss-course-email {
  border: 1px solid var(--maoss-border);
  color: var(--maoss-dark);
  background: #ffffff;
}

/* =========================================================
   CTA CONTATTI
   ========================================================= */

#maoss-guides .maoss-contact-section {
  padding: 0 0 58px;
  background: #ffffff;
}

#maoss-guides .maoss-contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.85fr);
  gap: 34px;
  align-items: center;
  padding: clamp(34px, 5vw, 54px);
  border-radius: 25px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(15, 182, 148, 0.26),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      var(--maoss-blue),
      var(--maoss-dark)
    );
  box-shadow: 0 23px 58px rgba(26, 109, 150, 0.2);
}

#maoss-guides .maoss-contact-box .maoss-kicker {
  color: #c9f4e9;
}

#maoss-guides .maoss-contact-box h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.045em;
}

#maoss-guides .maoss-contact-box p:not(.maoss-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.65;
}

#maoss-guides .maoss-contact-actions {
  display: grid;
  gap: 11px;
}

#maoss-guides .maoss-contact-whatsapp,
#maoss-guides .maoss-contact-email,
#maoss-guides .maoss-contact-phone {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 13px;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease;
}

#maoss-guides .maoss-contact-whatsapp:hover,
#maoss-guides .maoss-contact-email:hover,
#maoss-guides .maoss-contact-phone:hover {
  transform: translateY(-2px);
}

#maoss-guides .maoss-contact-whatsapp {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.47);
  background: linear-gradient(
    135deg,
    #20c997,
    var(--maoss-green),
    var(--maoss-green-dark)
  );
}

#maoss-guides .maoss-contact-email {
  color: var(--maoss-dark);
  background: var(--maoss-yellow);
}

#maoss-guides .maoss-contact-phone {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

/* =========================================================
   FOOTER COMPATTO IDENTICO ALLA HOME
   NESSUNO SPAZIO VERTICALE ECCESSIVO
   ========================================================= */

#maoss-guides .maoss-footer {
  width: 100%;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 22px 0 18px !important;
  color: rgba(255, 255, 255, 0.72);
  background: #063540;
}

#maoss-guides .maoss-footer .maoss-container {
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#maoss-guides .maoss-footer-grid {
  min-height: 0 !important;
  display: grid;
  grid-template-columns:
    minmax(360px, 1.45fr)
    minmax(150px, 0.55fr)
    auto;
  column-gap: 42px;
  row-gap: 0;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

#maoss-guides .maoss-footer-brand,
#maoss-guides .maoss-footer-nav,
#maoss-guides .maoss-footer-legal {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#maoss-guides .maoss-footer h2,
#maoss-guides .maoss-footer p,
#maoss-guides .maoss-footer nav,
#maoss-guides .maoss-footer a,
#maoss-guides .maoss-footer span {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#maoss-guides .maoss-footer-brand h2 {
  margin: 0 0 4px !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em;
}

#maoss-guides .maoss-footer-brand p {
  max-width: 475px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
}

#maoss-guides .maoss-footer-nav {
  display: grid;
  gap: 3px !important;
  align-content: center;
}

#maoss-guides .maoss-footer-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
}

#maoss-guides .maoss-footer-nav a:hover {
  color: var(--maoss-green) !important;
}

#maoss-guides .maoss-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 5px !important;
  color: rgba(255, 255, 255, 0.47);
  font-size: 11.5px !important;
  line-height: 1.15 !important;
  white-space: nowrap;
}

#maoss-guides .maoss-footer-legal span,
#maoss-guides .maoss-footer-legal a {
  font-size: 11.5px !important;
  line-height: 1.15 !important;
}

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

#maoss-guides .maoss-footer-legal a:hover {
  color: var(--maoss-green) !important;
}

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

#maoss-guides .maoss-fixed-whatsapp {
  position: fixed;
  z-index: 1000;
  right: 22px;
  bottom: 19px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 17px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #20c997,
    var(--maoss-green),
    var(--maoss-green-dark)
  );
  box-shadow: 0 14px 33px rgba(8, 75, 65, 0.3);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
}

#maoss-guides .maoss-fixed-whatsapp svg {
  width: 21px;
  height: 21px;
}

/* =========================================================
   ANIMAZIONI ALLO SCROLL
   ========================================================= */

#maoss-guides.maoss-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--maoss-delay, 0ms);
}

#maoss-guides.maoss-motion-ready [data-reveal="left"] {
  transform: translateX(-48px);
}

#maoss-guides.maoss-motion-ready [data-reveal="right"] {
  transform: translateX(48px);
}

#maoss-guides.maoss-motion-ready [data-reveal].maoss-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* =========================================================
   KEYFRAMES
   ========================================================= */

@keyframes maossGuidesHeaderFlow {
  0% {
    background-position:
      0% 50%,
      100% 45%,
      0% 50%;
  }

  50% {
    background-position:
      100% 45%,
      0% 55%,
      100% 50%;
  }

  100% {
    background-position:
      0% 50%,
      100% 45%,
      0% 50%;
  }
}

@keyframes maossGuidesHeaderSweep {
  0%,
  22% {
    left: -45%;
    opacity: 0;
  }

  32% {
    opacity: 1;
  }

  58%,
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes maossGuidesBrandEntry {
  from {
    opacity: 0;
    transform: translateX(-25px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes maossGuidesBrandFloat {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes maossGuidesLogoGlow {
  0%,
  100% {
    opacity: 0.22;
    transform: translate(-50%, -50%) scale(0.9);
  }

  50% {
    opacity: 0.48;
    transform: translate(-50%, -50%) scale(1.09);
  }
}

@keyframes maossGuidesDividerLight {
  0% {
    top: -100%;
  }

  55%,
  100% {
    top: 150%;
  }
}

@keyframes maossGuidesMenuEntry {
  from {
    opacity: 0;
    transform: translateY(-9px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes maossGuidesActivePulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scaleX(0.82);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes maossGuidesHeroCircle {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-28px, 22px) scale(1.08);
  }
}

@keyframes maossGuidesHeroOrb {
  from {
    transform: translate(0, 0) scale(0.9);
    opacity: 0.45;
  }

  to {
    transform: translate(-45px, -34px) scale(1.17);
    opacity: 0.9;
  }
}

@keyframes maossGuidesHeroCopy {
  from {
    opacity: 0;
    transform: translateX(-35px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes maossGuidesKickerGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(15, 182, 148, 0));
  }

  50% {
    filter: drop-shadow(0 0 8px rgba(15, 182, 148, 0.44));
  }
}

@keyframes maossGuidesButtonShine {
  0%,
  62% {
    left: -60%;
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  84%,
  100% {
    left: 130%;
    opacity: 0;
  }
}

@keyframes maossGuidesCardLine {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 220% 50%;
  }
}

@keyframes maossGuidesArrow {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }
}

@keyframes maossGuidesMethodImage {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.045);
  }
}

@keyframes maossLogoStageEntrance {
  from {
    opacity: 0;
    transform: translateX(45px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes maossLogoStageFloat {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes maossLogoAmbientOne {
  0%,
  100% {
    transform: translate(0, 0) scale(0.92);
    opacity: 0.5;
  }

  50% {
    transform: translate(45px, 30px) scale(1.13);
    opacity: 0.9;
  }
}

@keyframes maossLogoAmbientTwo {
  0%,
  100% {
    transform: translate(0, 0) scale(0.95);
    opacity: 0.48;
  }

  50% {
    transform: translate(-46px, -28px) scale(1.12);
    opacity: 0.86;
  }
}

@keyframes maossLogoOrbitClockwise {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

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

@keyframes maossLogoOrbitCounter {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes maossLogoOrbitPulse {
  0%,
  100% {
    opacity: 0.52;
    transform: translate(-50%, -50%) scale(0.96);
  }

  50% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes maossLogoCoreFloat {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes maossLogoCoreBorder {
  0%,
  100% {
    opacity: 0.36;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.035);
  }
}

@keyframes maossLogoCoreGlow {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) scale(0.88);
  }

  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@keyframes maossLogoCoreShine {
  0%,
  58% {
    left: -65%;
    opacity: 0;
  }

  67% {
    opacity: 1;
  }

  82%,
  100% {
    left: 130%;
    opacity: 0;
  }
}

@keyframes maossLogoTopicOne {
  0%,
  100% {
    transform: translate(0, 0);
  }

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

@keyframes maossLogoTopicTwo {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-7px, 10px);
  }
}

@keyframes maossLogoTopicThree {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-9px, -7px);
  }
}

@keyframes maossLogoCaption {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes maossLogoDotOne {
  0%,
  100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0.55;
  }

  50% {
    transform: translate(15px, -8px) scale(1.25);
    opacity: 1;
  }
}

@keyframes maossLogoDotTwo {
  0%,
  100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0.5;
  }

  50% {
    transform: translate(-12px, 14px) scale(1.3);
    opacity: 1;
  }
}

@keyframes maossLogoDotThree {
  0%,
  100% {
    transform: translate(0, 0) scale(0.75);
    opacity: 0.48;
  }

  50% {
    transform: translate(-10px, -12px) scale(1.25);
    opacity: 1;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1120px) {
  #maoss-guides .maoss-brand-lockup {
    min-width: 205px;
    gap: 10px;
  }

  #maoss-guides .maoss-brand-oss {
    width: 64px !important;
    max-width: 64px !important;
  }

  #maoss-guides .maoss-brand-motus {
    width: 118px !important;
    max-width: 118px !important;
  }

  #maoss-guides .maoss-brand-divider {
    height: 35px;
  }

  #maoss-guides .maoss-nav {
    gap: 12px;
  }

  #maoss-guides .maoss-nav > a {
    font-size: 0.79rem;
  }

  #maoss-guides .maoss-hero-grid,
  #maoss-guides .maoss-intro-grid,
  #maoss-guides .maoss-orientation-grid,
  #maoss-guides .maoss-sources-box,
  #maoss-guides .maoss-course-box,
  #maoss-guides .maoss-contact-box {
    grid-template-columns: 1fr;
  }

  #maoss-guides .maoss-hero-logo-stage {
    min-height: 520px;
  }

  #maoss-guides .maoss-course-actions,
  #maoss-guides .maoss-contact-actions {
    width: min(520px, 100%);
  }
}

@media (max-width: 900px) {
  #maoss-guides .maoss-method {
    grid-template-columns: 1fr;
  }

  #maoss-guides .maoss-method-photo,
  #maoss-guides .maoss-method-photo img {
    min-height: 500px;
  }

  #maoss-guides .maoss-footer-grid {
    grid-template-columns: 1.25fr 0.75fr;
    column-gap: 28px;
    row-gap: 10px;
  }

  #maoss-guides .maoss-footer-legal {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 840px) {
  #maoss-guides .maoss-main {
    padding-top: 76px;
  }

  #maoss-guides .maoss-header {
    overflow: visible;
  }

  #maoss-guides .maoss-header,
  #maoss-guides .maoss-header-inner {
    min-height: 76px;
  }

  #maoss-guides .maoss-header.maoss-is-scrolled,
  #maoss-guides .maoss-header.maoss-is-scrolled .maoss-header-inner {
    min-height: 68px;
  }

  #maoss-guides .maoss-header::after {
    display: none;
  }

  #maoss-guides .maoss-brand-lockup {
    min-width: 0;
    gap: 9px;
  }

  #maoss-guides .maoss-brand-oss {
    width: 59px !important;
    max-width: 59px !important;
  }

  #maoss-guides .maoss-brand-motus {
    width: 107px !important;
    max-width: 107px !important;
  }

  #maoss-guides .maoss-brand-divider {
    height: 31px;
  }

  #maoss-guides .maoss-nav {
    display: none;
  }

  #maoss-guides .maoss-mobile-nav {
    position: relative;
    z-index: 6;
    display: block;
  }

  #maoss-guides .maoss-mobile-nav summary {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    list-style: none;
    font-size: 1.25rem;
  }

  #maoss-guides .maoss-mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  #maoss-guides .maoss-mobile-menu {
    position: absolute;
    top: 55px;
    right: 0;
    width: min(320px, calc(100vw - 30px));
    display: grid;
    gap: 3px;
    padding: 13px;
    border: 1px solid var(--maoss-border);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: var(--maoss-shadow);
  }

  #maoss-guides .maoss-mobile-menu a {
    padding: 10px 11px;
    border-radius: 9px;
    color: var(--maoss-dark);
    font-size: 0.89rem;
    font-weight: 750;
  }

  #maoss-guides .maoss-guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  body.admin-bar #maoss-guides .maoss-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  #maoss-guides .maoss-container {
    width: min(100% - 28px, 1180px);
  }

  #maoss-guides .maoss-section {
    padding: 62px 0;
  }

  #maoss-guides .maoss-brand-oss {
    width: 53px !important;
    max-width: 53px !important;
  }

  #maoss-guides .maoss-brand-motus {
    width: 96px !important;
    max-width: 96px !important;
  }

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

  #maoss-guides .maoss-hero {
    min-height: auto;
  }

  #maoss-guides .maoss-hero-grid {
    gap: 34px;
    padding: 62px 0 60px;
  }

  #maoss-guides .maoss-hero h1 {
    font-size: clamp(2.45rem, 11.7vw, 3.55rem);
  }

  #maoss-guides .maoss-actions {
    display: grid;
  }

  #maoss-guides .maoss-button {
    width: 100%;
  }

  #maoss-guides .maoss-hero-logo-stage {
    min-height: 430px;
    border-radius: 22px;
  }

  #maoss-guides .maoss-logo-core {
    width: 220px;
    height: 155px;
    padding: 34px 27px;
  }

  #maoss-guides .maoss-logo-core img {
    width: 165px !important;
    max-width: 165px !important;
  }

  #maoss-guides .maoss-logo-orbit-one {
    width: 235px;
    height: 235px;
  }

  #maoss-guides .maoss-logo-orbit-two {
    width: 320px;
    height: 320px;
  }

  #maoss-guides .maoss-logo-orbit-three {
    width: 390px;
    height: 390px;
  }

  #maoss-guides .maoss-floating-topic {
    min-width: 0;
    padding: 9px 11px;
  }

  #maoss-guides .maoss-topic-text {
    font-size: 0.68rem;
  }

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

  #maoss-guides .maoss-fact {
    min-height: 124px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  #maoss-guides .maoss-fact:nth-child(2) {
    border-right: 0;
  }

  #maoss-guides .maoss-guide-image img {
    height: 270px;
  }

  #maoss-guides .maoss-guide-body {
    padding: 28px 23px;
  }

  #maoss-guides .maoss-question-link {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  #maoss-guides .maoss-question-arrow {
    display: none;
  }

  #maoss-guides .maoss-method-photo,
  #maoss-guides .maoss-method-photo img {
    min-height: 420px;
  }

  #maoss-guides .maoss-method-copy {
    padding: 60px 22px;
  }

  #maoss-guides .maoss-sources-box {
    width: 100%;
    padding: 52px 22px;
    border-radius: 0;
  }

  #maoss-guides .maoss-source-links {
    flex-direction: column;
    align-items: flex-start;
  }

  #maoss-guides .maoss-course-section {
    padding: 0 0 58px;
  }

  #maoss-guides .maoss-course-box {
    padding: 34px 22px;
  }

  #maoss-guides .maoss-contact-section {
    padding-bottom: 42px;
  }

  #maoss-guides .maoss-contact-box {
    gap: 26px;
    padding: 31px 20px;
  }

  #maoss-guides .maoss-footer {
    padding: 18px 0 16px !important;
  }

  #maoss-guides .maoss-footer-grid {
    grid-template-columns: 1fr;
    gap: 10px !important;
    align-items: start;
  }

  #maoss-guides .maoss-footer-nav {
    gap: 2px !important;
  }

  #maoss-guides .maoss-footer-legal {
    grid-column: auto;
    justify-content: flex-start;
    white-space: normal;
  }

  #maoss-guides .maoss-fixed-whatsapp {
    right: 13px;
    bottom: 13px;
    width: 53px;
    height: 53px;
    min-height: 53px;
    padding: 0;
  }

  #maoss-guides .maoss-fixed-whatsapp span {
    display: none;
  }
}

@media (max-width: 430px) {
  #maoss-guides .maoss-hero-logo-stage {
    min-height: 400px;
  }

  #maoss-guides .maoss-logo-core {
    width: 205px;
    height: 145px;
  }

  #maoss-guides .maoss-logo-core img {
    width: 150px !important;
    max-width: 150px !important;
  }

  #maoss-guides .maoss-topic-text {
    display: none;
  }

  #maoss-guides .maoss-floating-topic {
    padding: 7px;
  }
}

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

  #maoss-guides.maoss-motion-ready [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  #maoss-guides .maoss-nav > a {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */