@font-face {
  font-family:Inter;
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url(/fonts/inter-latin-ext.woff2)format("woff2");
  unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
  font-family:Inter;
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url(/fonts/inter-latin.woff2)format("woff2");
  unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

:root {
  --brand-red:#d11210;
  --brand-red-hover:#e8231f;
  --brand-blue:#039;
  --zinc-50:#fafafa;
  --zinc-100:#f5f5f6;
  --zinc-200:#e6e6e9;
  --zinc-400:#a2a2ab;
  --zinc-500:#71717b;
  --zinc-600:#52525c;
  --zinc-900:#1c1c20;
  --zinc-950:#0c0c0f;
  --white:#fff;
  --black:#000;
  --surface-page:var(--zinc-50);
  --surface-card:var(--zinc-50);
  --surface-sunken:var(--zinc-100);
  --surface-inverted:var(--zinc-950);
  --text-strong:var(--zinc-950);
  --text-body:var(--zinc-600);
  --text-muted:var(--zinc-500);
  --text-on-dark:var(--zinc-50);
  --text-on-dark-muted:var(--zinc-400);
  --accent:var(--brand-red);
  --accent-hover:var(--brand-red-hover);
  --on-accent:var(--white);
  --border-hairline:rgba(0,0,0,.05);
  --border-soft:var(--zinc-200);
  --border-on-dark:rgba(255,255,255,.08);
  --focus-ring:var(--brand-red);
  --selection:rgba(209,18,16,.1);
  --font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --fw-regular:400;
  --fw-medium:500;
  --fw-semibold:600;
  --fw-bold:700;
  --text-display:3.75rem;
  --text-h1:2.25rem;
  --text-h2:1.875rem;
  --text-h3:1.25rem;
  --text-h4:1.125rem;
  --text-lg:1.125rem;
  --text-base:1rem;
  --text-sm:.875rem;
  --text-xs:.75rem;
  --text-2xs:.625rem;
  --leading-tight:1.1;
  --leading-snug:1.3;
  --leading-normal:1.5;
  --leading-relaxed:1.65;
  --tracking-tighter:-.04em;
  --tracking-tight:-.02em;
  --tracking-normal:0;
  --tracking-label:.22em;
  --tracking-wide:.16em;
  --space-0:0;
  --space-1:.25rem;
  --space-2:.5rem;
  --space-3:.75rem;
  --space-4:1rem;
  --space-5:1.25rem;
  --space-6:1.5rem;
  --space-8:2rem;
  --space-10:2.5rem;
  --space-12:3rem;
  --space-16:4rem;
  --space-20:5rem;
  --space-24:6rem;
  --radius-base:.625rem;
  --radius-sm:.375rem;
  --radius-md:.5rem;
  --radius-lg:.625rem;
  --radius-xl:.875rem;
  --radius-2xl:1.125rem;
  --radius-3xl:1.375rem;
  --radius-panel:1.75rem;
  --radius-hero:2rem;
  --radius-full:9999px;
  --container-max:80rem;
  --gutter:1.5rem;
  --nav-height:4rem;
  --ring-hairline:inset 0 0 0 1px rgba(0,0,0,.05);
  --ring-strong:inset 0 0 0 1px rgba(0,0,0,.1);
  --ring-accent:inset 0 0 0 2px var(--brand-red);
  --ring-on-dark:inset 0 0 0 1px rgba(255,255,255,.1);
  --shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);
  --shadow-md:0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);
  --shadow-lg:0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.05);
  --shadow-xl:0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.04);
  --shadow-accent-soft:0 20px 35px -10px rgba(209,18,16,.05);
  --shadow-accent-strong:0 12px 24px -6px rgba(209,18,16,.2);
  --ease-standard:cubic-bezier(.4, 0, .2, 1);
  --ease-out:cubic-bezier(0, 0, .2, 1);
  --dur-fast:.12s;
  --dur-base:.2s;
  --dur-slow:.3s;
  --hover-brightness:1.1;
  --press-scale:.98;
  --disabled-opacity:.5
}

*,:before,:after {
  box-sizing:border-box
}

html {
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
  scroll-padding-top:var(--nav-height)
}

body {
  font-family:var(--font-sans);
  font-size:var(--text-base);
  line-height:var(--leading-normal);
  color:var(--text-body);
  background-color:var(--surface-page);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizelegibility;
  margin:0
}

::-moz-selection {
  background:var(--selection)
}

::selection {
  background:var(--selection)
}

h1,h2,h3,h4,h5,h6 {
  color:var(--text-strong);
  font-weight:var(--fw-semibold);
  line-height:var(--leading-tight);
  letter-spacing:var(--tracking-tight);
  text-wrap:balance;
  margin:0
}

p {
  text-wrap:pretty;
  margin:0
}

a {
  color:inherit;
  text-decoration:none
}

img,svg {
  max-width:100%;
  display:block
}

:focus-visible {
  outline:2px solid var(--focus-ring);
  outline-offset:2px
}

.mtf-hero {
  color:#fff;
  isolation:isolate;
  height:100vh;
  min-height:640px;
  position:relative;
  overflow:hidden
}

.mtf-hero-media {
  object-fit:cover;
  z-index:-3;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0
}

.mtf-hero-media-img {
  transform-origin:58% 42%;
  animation:32s ease-in-out infinite alternate kenburns
}

@keyframes kenburns {
  0% {
    transform:scale(1.06)
  }
  to {
    transform:scale(1.18)translate(-2.2%,-1.4%)
  }
}

@media (prefers-reduced-motion:reduce) {
  .mtf-hero-media-img {
    animation:none;
    transform:scale(1.06)
  }
}

.mtf-hero:before {
  content:"";
  z-index:-2;
  background:linear-gradient(rgba(12,12,15,.5) 0%,rgba(12,12,15,0) 24%),linear-gradient(rgba(12,12,15,0) 38%,rgba(12,12,15,.3) 64%,rgba(12,12,15,.88) 100%);
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0
}

.mtf-hero:after {
  content:"";
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(120% 90% at 50% 30%,transparent 55%,rgba(0,0,0,.34) 100%);
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0
}

.mtf-hero-body {
  z-index:2;
  height:100%;
  max-width:var(--container-max);
  padding:0 var(--gutter) 48px;
  flex-direction:column;
  justify-content:flex-end;
  margin:0 auto;
  display:flex;
  position:relative
}

.mtf-hero-eyebrow {
  font-size:var(--text-2xs);
  font-weight:var(--fw-bold);
  text-transform:uppercase;
  letter-spacing:var(--tracking-label);
  color:rgba(255,255,255,.8);
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  display:inline-flex
}

.mtf-hero-eyebrow:before {
  content:"";
  background:var(--brand-red);
  width:34px;
  height:1px
}

.mtf-hero-title {
  font-size:max(44px,min(6.4vw,86px));
  font-weight:var(--fw-semibold);
  letter-spacing:-.03em;
  color:#fff;
  text-wrap:balance;
  text-shadow:0 2px 40px rgba(0,0,0,.35);
  max-width:16ch;
  margin:0;
  line-height:.98
}

.mtf-hero-sub {
  max-width:52ch;
  font-size:var(--text-lg);
  line-height:var(--leading-normal);
  color:rgba(255,255,255,.84);
  margin:24px 0 0
}

.mtf-hero-cta {
  flex-wrap:wrap;
  align-items:center;
  gap:16px;
  margin-top:36px;
  display:flex
}

.mtf-icobtn {
  border-radius:var(--radius-xl);
  cursor:pointer;
  white-space:nowrap;
  height:44px;
  font-family:var(--font-sans);
  font-size:13px;
  font-weight:var(--fw-medium);
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  box-sizing:border-box;
  transition:padding .32s var(--ease-standard), background .2s;
  border:none;
  align-items:center;
  padding:0 12px;
  text-decoration:none;
  display:inline-flex;
  position:relative;
  overflow:hidden
}

.mtf-icobtn-ic {
  flex-shrink:0;
  justify-content:center;
  align-items:center;
  width:20px;
  height:20px;
  display:flex
}

.mtf-icobtn-label {
  opacity:0;
  white-space:nowrap;
  max-width:0;
  transition:max-width .32s var(--ease-standard), opacity .18s, margin-left .32s var(--ease-standard);
  margin-left:0;
  display:inline-block;
  overflow:hidden
}

.mtf-icobtn:hover .mtf-icobtn-label {
  opacity:1;
  max-width:180px;
  margin-left:8px
}

.mtf-icobtn:focus-visible .mtf-icobtn-label {
  opacity:1;
  max-width:180px;
  margin-left:8px
}

.mtf-hero-showreel {
  z-index:4;
  -webkit-backdrop-filter:blur(12px);
  color:#fff;
  cursor:pointer;
  box-sizing:border-box;
  background:rgba(255,255,255,.15);
  border:2px solid rgba(255,255,255,.55);
  border-radius:9999px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:10px;
  width:80px;
  height:80px;
  padding-left:5px;
  transition:background .2s,border-color .2s;
  animation:2.2s ease-in-out infinite mtf-pulse-ring;
  display:flex;
  position:absolute;
  bottom:220px;
  right:520px
}

.mtf-hero-showreel-label {
  font-size:10px;
  font-weight:var(--fw-bold);
  text-transform:uppercase;
  letter-spacing:var(--tracking-label);
  color:rgba(255,255,255,.65);
  white-space:nowrap;
  position:absolute;
  bottom:-22px;
  left:50%;
  transform:translate(-50%)
}

.mtf-hero-showreel:hover {
  background:rgba(255,255,255,.25);
  border-color:rgba(255,255,255,.8);
  animation:none
}

@keyframes mtf-pulse-ring {
  0% {
    box-shadow:0 0 rgba(255,255,255,.4)
  }
  60% {
    box-shadow:0 0 0 14px rgba(255,255,255,0)
  }
  to {
    box-shadow:0 0 rgba(255,255,255,0)
  }
}

@media (prefers-reduced-motion:reduce) {
  .mtf-hero-showreel {
    animation:none
  }
}

.mtf-icobtn-primary {
  background:var(--brand-red);
  color:#fff
}

.mtf-icobtn-primary:hover {
  background:#b91010
}

.mtf-icobtn-ghost {
  color:#fff;
  -webkit-backdrop-filter:blur(6px);
  background:rgba(255,255,255,.1);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)
}

.mtf-icobtn-ghost:hover {
  background:rgba(255,255,255,.18)
}

.mtf-icobtn-wa {
  color:#fff;
  -webkit-backdrop-filter:blur(6px);
  background:rgba(37,211,102,.15);
  box-shadow:inset 0 0 0 1px rgba(37,211,102,.4)
}

.mtf-icobtn-wa:hover {
  background:rgba(37,211,102,.26)
}

.mtf-hero-meta {
  border-top:1px solid rgba(255,255,255,.14);
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-top:44px;
  padding-top:22px;
  display:flex
}

.mtf-hero-meta-group {
  flex-wrap:wrap;
  align-items:center;
  gap:32px;
  display:flex
}

.mtf-hero-meta-item {
  flex-direction:column;
  gap:4px;
  display:flex
}

.mtf-hero-meta-item .k {
  font-size:var(--text-2xs);
  font-weight:var(--fw-bold);
  text-transform:uppercase;
  letter-spacing:var(--tracking-label);
  color:rgba(255,255,255,.55)
}

.mtf-hero-meta-item .v {
  font-size:var(--text-sm);
  font-weight:var(--fw-medium);
  color:#fff;
  white-space:nowrap
}

.mtf-hero-slider {
  flex-direction:column;
  gap:12px;
  display:flex
}

@keyframes mtf-slide-in {
  0% {
    opacity:0;
    transform:translateY(6px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}

.mtf-hero-slide {
  flex-direction:row;
  align-items:center;
  gap:16px;
  animation:.35s ease-out both mtf-slide-in;
  display:flex
}

.mtf-hero-slide-icon {
  flex-shrink:0;
  justify-content:center;
  align-items:center;
  width:48px;
  height:48px;
  display:flex
}

.mtf-hero-slide-icon svg {
  width:36px;
  height:36px
}

.mtf-hero-slide-content {
  flex-direction:column;
  gap:8px;
  display:flex
}

.mtf-hero-slide-name {
  font-size:var(--text-2xs);
  font-weight:var(--fw-bold);
  text-transform:uppercase;
  letter-spacing:var(--tracking-label);
  color:var(--brand-red);
  margin:0
}

.mtf-hero-slide-stats {
  flex-wrap:wrap;
  align-items:center;
  gap:20px;
  display:flex
}

.mtf-hero-meta-sep {
  background:rgba(255,255,255,.18);
  flex-shrink:0;
  width:1px;
  height:24px
}

.mtf-hero-dots {
  align-items:center;
  gap:6px;
  display:flex
}

.mtf-hero-dot {
  cursor:pointer;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:rgba(255,255,255,.3);
  border:none;
  border-radius:9999px;
  width:5px;
  height:5px;
  padding:0;
  transition:background .3s,width .3s
}

.mtf-hero-dot.active {
  background:#fff;
  width:18px
}

.mtf-hero-scroll {
  font-size:var(--text-2xs);
  font-weight:var(--fw-bold);
  text-transform:uppercase;
  letter-spacing:var(--tracking-label);
  color:rgba(255,255,255,.7);
  align-items:center;
  gap:10px;
  display:inline-flex
}

.mtf-hero-scroll .arrow {
  animation:nudge 1.8s var(--ease-standard) infinite
}

@keyframes nudge {
  0%,to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(4px)
  }
}

@media (prefers-reduced-motion:reduce) {
  .mtf-hero-scroll .arrow {
    animation:none
  }
}

.mtf-toast {
  z-index:120;
  background:var(--surface-inverted);
  color:var(--text-on-dark);
  border-radius:var(--radius-full);
  box-shadow:var(--shadow-xl);
  font-size:var(--text-sm);
  font-weight:var(--fw-medium);
  animation:mtfToast .24s var(--ease-standard);
  align-items:center;
  gap:10px;
  padding:14px 22px;
  display:flex;
  position:fixed;
  bottom:28px;
  left:50%;
  transform:translate(-50%)
}

.mtf-toast:before {
  content:"";
  background:var(--brand-red);
  border-radius:9999px;
  width:8px;
  height:8px
}

.mtf-skip-link {
  z-index:200;
  background:var(--surface-page);
  color:var(--text-strong);
  border-radius:var(--radius-xl);
  font-size:var(--text-sm);
  font-weight:var(--fw-medium);
  box-shadow:var(--shadow-lg), var(--ring-hairline);
  transition:top var(--dur-fast) var(--ease-standard);
  padding:10px 18px;
  position:absolute;
  top:-100%;
  left:1rem
}

.mtf-skip-link:focus-visible {
  top:1rem
}

@keyframes mtfFade {
  0% {
    opacity:0
  }
  to {
    opacity:1
  }
}

@keyframes mtfPop {
  0% {
    opacity:0;
    transform:translateY(12px)scale(.98)
  }
  to {
    opacity:1;
    transform:none
  }
}

@keyframes mtfToast {
  0% {
    opacity:0;
    transform:translateY(16px)
  }
  to {
    opacity:1;
    transform:none
  }
}

.mtf-hero-wx {
  z-index:3;
  position:absolute;
  bottom:195px;
  right: var(--space-5);

  > div {
    background:rgba(0,0,0,0.55)!important;

    > a#metartaf-59ykzh1r {
        &:focus,
        &:visited,
        &:hover {
          background-color:transparent!important;
        }

        > div {

            &:nth-of-type(1) {
                color:var(--white);
            }
            &:nth-of-type(2) {

                * {
                    color:var(--white);
                }
            }
            &:nth-of-type(3) {
                margin: 1rem 0 !important;

                > div:nth-of-type(1) {
                    background-color: rgba(0, 0, 0, 0.3);
                    border-radius: 50%;
                    border: solid 6px rgba(0, 0, 0, 0.1);
                }
            }
            &:nth-of-type(4) {
                color:var(--white);

                > div:nth-of-type(1) {
                    color:var(--black);
                    background-color:rgba(255,255,255,0.55)!important;
                }
            }
        }

    }
  }
}

@media (max-width:920px) {
  .mtf-hero-wx {
    justify-content:flex-end;
    margin:0 0 28px auto;
    display:flex;
    position:static
  }
  .mtf-hero-showreel,.mtf-hero-showreel-label {
    display:none
  }
}

.mtf-step-tile {
  width:80px;
  height:80px;
  box-shadow:none;
  background:0 0;
  border-radius:18px;
  justify-content:center;
  align-items:center;
  display:flex;
  position:relative
}

.mtf-step-num {
  background:var(--surface-inverted);
  color:#fff;
  min-width:30px;
  height:30px;
  font-size:11px;
  font-weight:var(--fw-bold);
  letter-spacing:.08em;
  box-shadow:var(--shadow-sm);
  border-radius:9999px;
  justify-content:center;
  align-items:center;
  padding:0 6px;
  display:flex;
  position:absolute;
  top:-10px;
  right:-10px
}

.mtf-ico .d,.mtf-ico .ln,.mtf-ico .check,.mtf-ico .trail {
  stroke-dasharray:1;
  stroke-dashoffset:1px
}

.mtf-ico .pop {
  opacity:0;
  transform-box:fill-box;
  transform-origin:50%;
  transform:scale(0)
}

.mtf-ico .blade {
  transform-box:fill-box;
  transform-origin:50%
}

.mtf-steps.in .mtf-step {
  animation:mtfStepIn .6s var(--ease-standard) backwards;
  animation-delay:calc(var(--i) * .12s)
}

.mtf-steps.in .mtf-ico .d,.mtf-steps.in .mtf-ico .ln,.mtf-steps.in .mtf-ico .check,.mtf-steps.in .mtf-ico .trail {
  animation:mtfDraw .7s var(--ease-standard) forwards
}

.mtf-steps.in .mtf-ico .pop {
  animation:mtfIconPop .4s var(--ease-standard) forwards
}

.mtf-steps.in .mtf-ico-cal .d1 {
  animation-delay:.15s
}

.mtf-steps.in .mtf-ico-cal .d2 {
  animation-delay:.32s
}

.mtf-steps.in .mtf-ico-cal .d3 {
  animation-delay:.42s
}

.mtf-steps.in .mtf-ico-cal .p1 {
  animation-delay:.6s
}

.mtf-steps.in .mtf-ico-cal .d4 {
  animation-delay:.78s
}

.mtf-steps.in .mtf-ico-brief .d1 {
  animation-delay:.27s
}

.mtf-steps.in .mtf-ico-brief .d2 {
  animation-delay:.42s
}

.mtf-steps.in .mtf-ico-brief .l1 {
  animation-delay:.5s
}

.mtf-steps.in .mtf-ico-brief .c1 {
  animation-delay:.62s
}

.mtf-steps.in .mtf-ico-brief .l2 {
  animation-delay:.72s
}

.mtf-steps.in .mtf-ico-brief .c2 {
  animation-delay:.84s
}

.mtf-steps.in .mtf-ico-brief .l3 {
  animation-delay:.94s
}

.mtf-steps.in .mtf-ico-brief .c3 {
  animation-delay:1.06s
}

.mtf-steps.in .mtf-ico-takeoff .trail {
  animation-delay:.4s
}

.mtf-steps.in .mtf-ico-takeoff .rotor {
  animation:mtfLift 3s var(--ease-standard) .9s infinite;
  transform-box:fill-box;
  transform-origin:50%
}

.mtf-steps.in .mtf-ico-takeoff .blade {
  animation:2.6s linear .9s infinite mtfSpin
}

@keyframes mtfDraw {
  to {
    stroke-dashoffset:0
  }
}

@keyframes mtfIconPop {
  0% {
    opacity:0;
    transform:scale(0)
  }
  60% {
    opacity:1;
    transform:scale(1.15)
  }
  to {
    opacity:1;
    transform:scale(1)
  }
}

@keyframes mtfSpin {
  to {
    transform:rotate(360deg)
  }
}

@keyframes mtfLift {
  0%,to {
    transform:translateY(2.5px)
  }
  50% {
    transform:translateY(-2.5px)
  }
}

@keyframes mtfStepIn {
  0% {
    opacity:0;
    transform:translateY(16px)
  }
  to {
    opacity:1;
    transform:none
  }
}

@media (prefers-reduced-motion:reduce) {
  .mtf-steps.in .mtf-step {
    animation:none
  }
}

.mtf-flag-body {
  transform-box:fill-box;
  transform-origin:0%
}

.mtf-flag-go {
  animation:2.4s ease-in-out infinite mtfFlagFly
}

.mtf-flag-limited {
  animation:5s ease-in-out infinite mtfFlagDrift;
  transform:rotate(45deg)
}

.mtf-flag-no {
  transform:rotate(90deg)
}

@keyframes mtfFlagFly {
  0%,to {
    transform:rotate(0)skew(0)
  }
  25% {
    transform:rotate(-6deg)skew(-3deg)
  }
  75% {
    transform:rotate(7deg)skew(2deg)
  }
}

@keyframes mtfFlagDrift {
  0%,to {
    transform:rotate(45deg)
  }
  50% {
    transform:rotate(43deg)
  }
}

@media (prefers-reduced-motion:reduce) {
  .mtf-flag-go,.mtf-flag-limited {
    animation:none
  }
}

.mtf-nav-desktop {
  display:flex
}

.mtf-nav-hamburger {
  display:none
}

@media (max-width:767px) {
  .mtf-nav-desktop {
    display:none
  }
  .mtf-nav-hamburger {
    display:flex
  }
  .mtf-hero {
    height:100svh;
    min-height:580px
  }
  .mtf-hero-body {
    padding-top:var(--nav-height);
    justify-content:center;
    padding-bottom:32px
  }
  .mtf-hero-wx,.mtf-hero-showreel {
    display:none
  }
  .mtf-hero-eyebrow {
    margin-bottom:12px;
    font-size:10px
  }
  .mtf-hero-title {
    font-size:max(36px,min(9vw,52px))
  }
  .mtf-hero-sub {
    font-size:var(--text-sm);
    max-width:38ch;
    margin-top:12px
  }
  .mtf-hero-cta {
    flex-flow:wrap;
    justify-content:center;
    gap:10px;
    margin-top:20px
  }
  .mtf-icobtn-label {
    opacity:1;
    max-width:180px;
    margin-left:8px
  }
  .mtf-hero-meta {
    flex-flow:wrap;
    gap:12px;
    margin-top:24px;
    padding-top:16px
  }
  .mtf-hero-meta-group {
    flex-wrap:wrap;
    gap:16px
  }
  .mtf-hero-scroll,.mtf-hero-meta-group {
    display:none
  }
  .mtf-hero-slider {
    display:flex
  }
  .mtf-hero-body {
    text-align:center;
    align-items:center
  }
  .mtf-hero-eyebrow {
    justify-content:center
  }
  .mtf-hero-title,.mtf-hero-sub {
    max-width:100%
  }
  .mtf-hero-cta {
    align-items:stretch;
    width:100%
  }
  .mtf-hero-meta {
    justify-content:center;
    width:100%
  }
  .mtf-hero-slider {
    align-items:center
  }
  .mtf-hero-slide {
    justify-content:center
  }
  .mtf-hero-slide-content {
    text-align:center;
    align-items:center
  }
  .mtf-hero-slide-stats,.mtf-hero-dots {
    justify-content:center
  }
  .mtf-booking-overlay {
    align-items:flex-end!important;
    padding:0!important
  }
  .mtf-booking-panel {
    flex-direction:column;
    height:96svh;
    display:flex;
    overflow:hidden;
    border-radius:var(--radius-panel) var(--radius-panel) 0 0!important;
    max-width:100%!important;
    margin:0!important
  }
  .mtf-booking-header {
    flex-shrink:0;
    padding:20px!important
  }
  .mtf-booking-content {
    -webkit-overflow-scrolling:touch;
    flex:1;
    min-height:0;
    overflow-y:auto;
    padding:20px!important
  }
  .mtf-booking-footer {
    flex-direction:column;
    flex-shrink:0;
    align-items:center;
    gap:10px;
    padding:14px 20px!important
  }
  .mtf-booking-footer-price {
    text-align:center
  }
  .mtf-booking-footer-actions {
    width:100%
  }
  .mtf-booking-footer-actions>* {
    flex:1
  }
}

.mtf-reveal {
  opacity:0;
  transition:opacity .65s cubic-bezier(0,0,.2,1),transform .65s cubic-bezier(0,0,.2,1);
  transform:translateY(28px)
}

.mtf-reveal.is-revealed {
  opacity:1;
  transform:translateY(0)
}

.mtf-stagger>* {
  opacity:0;
  transition:opacity .55s cubic-bezier(0,0,.2,1),transform .55s cubic-bezier(0,0,.2,1);
  transform:translateY(20px)
}

.mtf-stagger.is-revealed>:first-child {
  transition-delay:0s
}

.mtf-stagger.is-revealed>:nth-child(2) {
  transition-delay:80ms
}

.mtf-stagger.is-revealed>:nth-child(3) {
  transition-delay:.16s
}

.mtf-stagger.is-revealed>:nth-child(4) {
  transition-delay:.24s
}

.mtf-stagger.is-revealed>:nth-child(5) {
  transition-delay:.32s
}

.mtf-stagger.is-revealed>:nth-child(6) {
  transition-delay:.4s
}

.mtf-stagger.is-revealed>* {
  opacity:1;
  transform:translateY(0)
}

@keyframes mtfHeroIn {
  0% {
    opacity:0;
    transform:translateY(18px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}

.mtf-hero-eyebrow {
  animation:.7s ease-out .2s both mtfHeroIn
}

.mtf-hero-title {
  animation:.8s ease-out .36s both mtfHeroIn
}

.mtf-hero-sub {
  animation:.8s ease-out .5s both mtfHeroIn
}

.mtf-hero-cta {
  animation:.8s ease-out .64s both mtfHeroIn
}

.mtf-hero-meta {
  animation:.7s ease-out .78s both mtfHeroIn
}

.mtf-hero-wx {
  animation:.9s ease-out 1s both mtfHeroIn
}

@media (prefers-reduced-motion:reduce) {
  .mtf-reveal,.mtf-stagger>* {
    opacity:1!important;
    transition:none!important;
    transform:none!important
  }
  .mtf-hero-eyebrow,.mtf-hero-title,.mtf-hero-sub,.mtf-hero-cta,.mtf-hero-meta,.mtf-hero-wx {
    animation:none!important
  }
}

.mtf-voucher-panel {
  background:var(--surface-page);
  border-radius:var(--radius-hero);
  width:100%;
  max-width:960px;
  box-shadow:var(--shadow-xl);
  animation:mtfPop .24s var(--ease-standard);
  grid-template-columns:1fr 1fr;
  margin:auto;
  display:grid;
  overflow:hidden
}

.mtf-voucher-preview {
  background:var(--surface-inverted);
  flex-direction:column;
  justify-content:center;
  gap:24px;
  padding:32px;
  display:flex
}

.mtf-voucher-controls {
  flex-direction:column;
  max-height:88vh;
  display:flex
}

.mtf-voucher-exp-btn {
  cursor:pointer;
  background:var(--surface-card);
  border-radius:var(--radius-xl);
  transition:box-shadow var(--dur-base) var(--ease-standard);
  box-sizing:border-box;
  border:none;
  justify-content:space-between;
  align-items:center;
  width:100%;
  padding:12px 16px;
  display:flex
}

.mtf-voucher-exp-price {
  font-size:var(--text-sm);
  font-weight:var(--fw-semibold);
  color:var(--text-strong);
  flex-shrink:0;
  margin-left:12px
}

.mtf-voucher-value-grid {
  grid-template-columns:repeat(3,1fr) 1.3fr;
  gap:8px;
  display:grid
}

.mtf-voucher-value-custom {
  position:relative
}

@media (max-width:920px) {
  .mtf-voucher-value-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .mtf-voucher-value-custom {
    grid-column:1/-1
  }
  .mtf-voucher-overlay {
    align-items:flex-end;
    padding:0
  }
  .mtf-voucher-panel {
    border-radius:var(--radius-panel) var(--radius-panel) 0 0;
    grid-template-columns:1fr;
    max-width:100%;
    height:96svh;
    margin:0;
    overflow:hidden
  }
  .mtf-voucher-preview {
    display:none
  }
  .mtf-voucher-controls {
    height:100%;
    max-height:none;
    overflow:hidden
  }
  .mtf-voucher-exp-btn {
    justify-content:flex-start;
    gap:12px
  }
  .mtf-voucher-footer {
    flex-direction:column;
    align-items:center;
    gap:10px;
    padding:14px 20px
  }
  .mtf-voucher-footer-price {
    text-align:center
  }
  .mtf-voucher-footer-actions {
    width:100%
  }
  .mtf-voucher-footer-actions>* {
    flex:1
  }
}

/* ── Legal-Seiten (Impressum/Datenschutz) ─────────────────────────────────── */
.legal-topbar {
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(255,255,255,.92);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--border-soft);
  padding:0 var(--gutter);
  height:var(--nav-height);
  display:flex;
  align-items:center;
  justify-content:space-between
}

.legal-topbar a {
  font-size:var(--text-sm);
  color:var(--text-body)
}

.legal-wrap {
  max-width:760px;
  margin:0 auto;
  padding:56px var(--gutter) 96px
}

.legal-content h1 {
  font-size:var(--text-h1);
  margin:0 0 8px
}

.legal-content h2 {
  font-size:var(--text-h3);
  margin:40px 0 12px;
  color:var(--text-strong)
}

.legal-content h3 {
  font-size:var(--text-h4);
  margin:24px 0 8px;
  color:var(--text-strong)
}

.legal-content p {
  font-size:var(--text-sm);
  line-height:var(--leading-relaxed);
  color:var(--text-body);
  margin:0 0 12px;
  max-width:72ch
}

.legal-content ul {
  margin:0 0 16px;
  padding-left:20px
}

.legal-content li {
  font-size:var(--text-sm);
  line-height:var(--leading-relaxed);
  color:var(--text-body);
  margin-bottom:6px
}

.legal-content a {
  color:var(--brand-red)
}

.legal-content .legal-block {
  margin-bottom:16px
}

.legal-content .legal-block p {
  margin-bottom:4px
}

.legal-foot {
  border-top:1px solid var(--border-soft);
  padding:32px var(--gutter);
  text-align:center;
  font-size:var(--text-xs);
  color:var(--text-muted)
}

.legal-foot a {
  color:inherit;
  margin:0 8px
}
