/* Visual effects: reveal, counters, glow, hover, smooth navigation. */
html {
  scroll-behavior: smooth;
}

body.albatros-animate-ready .albatros-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(.2,.75,.25,1), filter 760ms ease;
  filter: blur(3px);
  will-change: opacity, transform, filter;
}

body.albatros-animate-ready .albatros-reveal.albatros-from-left {
  transform: translate3d(-38px, 22px, 0);
}
body.albatros-animate-ready .albatros-reveal.albatros-from-right {
  transform: translate3d(38px, 22px, 0);
}
body.albatros-animate-ready .albatros-reveal.albatros-zoom {
  transform: scale(.96) translate3d(0, 24px, 0);
}
body.albatros-animate-ready .albatros-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.mfn-header-tmpl .mcb-section-inner,
.mfn-header-tmpl .mcb-wrap-inner {
  transition: transform 280ms ease, box-shadow 280ms ease, background-color 280ms ease, border-color 280ms ease;
}
body.albatros-header-scrolled .mfn-header-tmpl .mcb-wrap-inner {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,.05) !important;
  border-color: rgba(53, 211, 216, 0.64) !important;
}

/* Main hero glow / living border */
.mcb-section .mcb-wrap .mcb-item-98wwodpb .mfn-icon-box,
.mcb-section .mcb-wrap .mcb-item-yp6jes2tw .mfn-icon-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(53, 211, 216, 0);
  animation: albatrosHeroGlow 3.8s ease-in-out infinite;
}
.mcb-section .mcb-wrap .mcb-item-98wwodpb .mfn-icon-box::before,
.mcb-section .mcb-wrap .mcb-item-yp6jes2tw .mfn-icon-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.16) 44%, rgba(53,211,216,.22) 50%, transparent 58%);
  transform: translateX(-115%);
  animation: albatrosShine 4.8s ease-in-out infinite;
}
.mcb-section .mcb-wrap .mcb-item-98wwodpb .icon-wrapper,
.mcb-section .mcb-wrap .mcb-item-yp6jes2tw .icon-wrapper {
  animation: albatrosIconPulse 2.6s ease-in-out infinite;
}

/* Hover lift for cards and offer blocks */
.mcb-wrap-inner-fi50ja02,
.mcb-wrap-inner-av9f2d1h,
.mcb-wrap-inner-n3cdsjtq,
.mcb-wrap-inner-0c88hdi,
.mcb-wrap-inner-jhy44px,
.mcb-wrap-inner-c9c60f662,
.mcb-wrap-inner-8nnyu7og,
.mcb-wrap-inner-6ayswqrlq,
.mcb-wrap-inner-syvioupy,
.mcb-wrap-inner-io7b956s,
.mcb-wrap-inner-yxphxbhl,
.mcb-wrap-inner-u2t0ur9j,
.privacy-page-card {
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease !important;
}
.mcb-wrap-inner-fi50ja02:hover,
.mcb-wrap-inner-av9f2d1h:hover,
.mcb-wrap-inner-n3cdsjtq:hover,
.mcb-wrap-inner-0c88hdi:hover,
.mcb-wrap-inner-jhy44px:hover,
.mcb-wrap-inner-c9c60f662:hover,
.mcb-wrap-inner-8nnyu7og:hover,
.mcb-wrap-inner-6ayswqrlq:hover,
.mcb-wrap-inner-syvioupy:hover,
.mcb-wrap-inner-io7b956s:hover,
.mcb-wrap-inner-yxphxbhl:hover,
.mcb-wrap-inner-u2t0ur9j:hover,
.privacy-page-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 201, 106, 0.48) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.30), 0 0 28px rgba(53,211,216,.10) !important;
}

/* Buttons: smooth shine like live landing pages */
a.button,
.button,
button,
input[type="submit"],
.wpcf7-submit,
.privacy-back-link {
  position: relative;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, filter 240ms ease !important;
}
a.button::after,
.button::after,
button::after,
input[type="submit"]::after,
.wpcf7-submit::after,
.privacy-back-link::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -45%;
  width: 34%;
  transform: rotate(22deg);
  background: rgba(255,255,255,.28);
  pointer-events: none;
  opacity: 0;
}
a.button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
.wpcf7-submit:hover,
.privacy-back-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}
a.button:hover::after,
.button:hover::after,
button:hover::after,
input[type="submit"]:hover::after,
.wpcf7-submit:hover::after,
.privacy-back-link:hover::after {
  opacity: 1;
  animation: albatrosButtonShine 760ms ease forwards;
}

/* Form fields focus */
.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease !important;
}
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  transform: translateY(-1px);
}

/* Floating chat / cookie button pulse, if present */
.chaty-svg,
.cky-btn-revisit-wrapper {
  animation: albatrosSoftPulse 2.4s ease-in-out infinite;
}

@keyframes albatrosHeroGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(53,211,216,0), 0 0 18px rgba(53,211,216,.12); }
  50% { box-shadow: 0 0 34px rgba(53,211,216,.24), 0 0 60px rgba(244,201,106,.08); }
}
@keyframes albatrosShine {
  0%, 42% { transform: translateX(-115%); }
  62%, 100% { transform: translateX(120%); }
}
@keyframes albatrosIconPulse {
  0%, 100% { transform: translateX(0) scale(1); filter: drop-shadow(0 0 0 rgba(53,211,216,0)); }
  50% { transform: translateX(3px) scale(1.06); filter: drop-shadow(0 0 14px rgba(53,211,216,.48)); }
}
@keyframes albatrosButtonShine {
  from { left: -45%; }
  to { left: 125%; }
}
@keyframes albatrosSoftPulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(53,211,216,0)); }
  50% { transform: scale(1.08); filter: drop-shadow(0 0 14px rgba(53,211,216,.35)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  body.albatros-animate-ready .albatros-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}


/* Step 36: desktop content must be visible immediately; keep hover effects but remove delayed reveal hiding */
@media (min-width: 768px) {
  body.albatros-animate-ready .albatros-reveal,
  body.albatros-animate-ready .albatros-reveal.albatros-from-left,
  body.albatros-animate-ready .albatros-reveal.albatros-from-right,
  body.albatros-animate-ready .albatros-reveal.albatros-zoom,
  body.albatros-animate-ready .albatros-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    transition-delay: 0ms !important;
    will-change: auto !important;
  }
}
