/* ============================================================================
   EASYFINANZ — Landingpage für Finanzberaterin Petra
   Art-Direction: „Eine ruhige Reise durch den Himmel – von Tag zu Goldener
   Stunde." Ein rosa Sparschwein gleitet hüpfend hinab. Alles bewegt sich
   weich, mit Trägheit; nichts wirkt tot. Editorial-Typografie (Fraunces).
   ========================================================================== */

:root {
  --sky:        #a9d4ee;
  --ink:        #14223c;
  --ink-soft:   #3a4a63;
  --blue:       #2f5d86;
  /* ORANGE/GOLD-Akzentsystem (UI-Akzente; harmoniert mit der warmen Himmel-
     ATMOSPHÄRE — Sonne, Grading, Bokeh, Funken, Münze) */
  --gold:       #E28D12;   /* Primär: Buttons, Logo-Akzent, Hauptakzent   */
  --gold-deep:  #A85F06;   /* Hover-Zustände, Tiefe, Gold-Text auf Himmel */
  --gold-lite:  #FFC45C;   /* Verläufe (z. B. kursives Hero-Wort)         */
  --sand:       #FFE9C4;   /* zarte Flächen                               */
  --cream:      #f7f0e2;
  --paper:      #fbf7ee;
  --ease:       cubic-bezier(.2, .7, .2, 1);      /* weich, langsam            */
  --ease-out:   cubic-bezier(.16, 1, .3, 1);      /* satter Ausschwung         */
  --shadow:     0 34px 74px -42px rgba(20, 40, 74, .5);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (max-width: 900px) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--sky);
  color: var(--ink);
  font-family: "Nunito Sans", system-ui, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(226, 141, 18, .22); }
img { display: block; }

a { color: inherit; }
:focus-visible {
  outline: 2.5px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

/* auf Zeigergeräten den System-Cursor ausblenden (eigener Licht-Cursor) */
.ef-cursor-on, .ef-cursor-on a, .ef-cursor-on button { cursor: none; }

/* ============================================================================
   LOADER · CURSOR · PROGRESS
   ========================================================================== */
#ef-loader {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(120% 120% at 50% 40%, #eaf4fb, #cfe6f5);
  transition: opacity .9s var(--ease), visibility .9s;
}
#ef-loader.ef-hide { opacity: 0; visibility: hidden; }
.ef-loader-mark {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: clamp(28px, 6vw, 44px);
  color: var(--ink);
  letter-spacing: .01em;
  opacity: 0; transform: translateY(10px);
  animation: ef-loaderIn 1s var(--ease-out) forwards;
}
.ef-loader-mark span { color: var(--gold); }
@keyframes ef-loaderIn { to { opacity: 1; transform: none; } }

#ef-cursor {
  position: fixed; top: 0; left: 0; z-index: 190;
  width: 34px; height: 34px; margin: -17px 0 0 -17px;
  border-radius: 50%;
  /* sattes GOLD, normal geblendet — mix-blend-mode:screen wusch es auf dem
     hellen Himmel zu Weiß aus */
  background: radial-gradient(circle, rgba(226, 141, 18, .38), rgba(226, 141, 18, 0) 68%);
  border: 1.5px solid rgba(226, 141, 18, .9);
  pointer-events: none;
  opacity: 0;
  transition: width .35s var(--ease), height .35s var(--ease),
              opacity .3s var(--ease), background .35s var(--ease);
  will-change: transform;
}
#ef-cursor.ef-show { opacity: 1; }
#ef-cursor.ef-grow {
  width: 74px; height: 74px; margin: -37px 0 0 -37px;
  background: radial-gradient(circle, rgba(226, 141, 18, .2), rgba(226, 141, 18, 0) 70%);
}

/* Film-Grain: hauchzarte Körnung über allem — nimmt den „digital-glatten"
   Look und lässt Verläufe/Fotos wie aus einem Guss wirken. */
#ef-grain {
  position: fixed; inset: 0; z-index: 140; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E") repeat;
  background-size: 280px 280px;
  opacity: .05;
  mix-blend-mode: soft-light;
  animation: ef-grain 1.1s steps(1, end) infinite;
}
@keyframes ef-grain {
  0%   { background-position: 0 0; }
  20%  { background-position: -68px 44px; }
  40%  { background-position: 46px -56px; }
  60%  { background-position: -34px -74px; }
  80%  { background-position: 74px 32px; }
  100% { background-position: 0 0; }
}

#ef-progress {
  position: fixed; top: 0; left: 0; right: 0; z-index: 120;
  height: 3px; background: rgba(20, 40, 74, .08);
}
#ef-progress i {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--gold-lite), var(--gold));
  box-shadow: 0 0 12px rgba(226, 141, 18, .55);
}

/* ============================================================================
   ATMOSPHÄRE (fixe Ebene hinter allem)
   ========================================================================== */
.ef-sky-stage {
  position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none;
  /* Verlaufshimmel als kontrollierte, edle Basis (gradet zur Goldenen Stunde) */
  background: linear-gradient(180deg,
    #2e6cb0 0%, #4c88c6 18%, #7cb1e0 42%, #a9d0ee 64%, #cfe6f6 84%, #e6f2fb 100%);
}
/* Das Himmel-Foto wird zu weichem, fernem Dunst (seine Wolken = zarte Tiefe,
   konkurrieren nicht mehr mit den freigestellten Vordergrund-Wolken). */
#ef-sky {
  position: absolute; inset: -8%;
  background: url("_assets/himmel.png") center/cover no-repeat;
  filter: blur(8px) saturate(.9);
  opacity: .45;
  will-change: transform;
}

/* Farb-Grading Tag → Goldene Stunde (Opazität per JS) */
#ef-grade {
  position: absolute; inset: 0; opacity: 0;
  background:
    linear-gradient(180deg,
      rgba(70, 120, 190, .35) 0%,
      rgba(150, 175, 205, .05) 30%,
      rgba(255, 206, 140, .30) 68%,
      rgba(247, 160, 92, .55) 100%),
    radial-gradient(80% 60% at 78% 12%, rgba(255, 226, 160, .5), rgba(255, 226, 160, 0) 60%);
  mix-blend-mode: soft-light;
}

/* Sonnen-Glow oben rechts */
#ef-sun {
  position: absolute; top: -12%; right: -6%;
  width: 60vmax; height: 60vmax;
  background: radial-gradient(circle at center,
    rgba(255, 244, 214, .9) 0%, rgba(255, 226, 160, .5) 22%,
    rgba(255, 214, 150, .18) 42%, rgba(255, 214, 150, 0) 62%);
  animation: ef-breathe 9s ease-in-out infinite;
  will-change: transform, opacity;
}
@keyframes ef-breathe {
  0%, 100% { opacity: .82; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.06); }
}

/* zarte Sonnenstrahlen: drehen/atmen sehr langsam um den Sonnen-Glow */
#ef-rays {
  position: absolute; top: -12%; right: -6%;
  width: 60vmax; height: 60vmax;
  background: repeating-conic-gradient(from 210deg at 50% 50%,
    rgba(255, 236, 190, 0)    0deg  7deg,
    rgba(255, 236, 190, .10) 10deg 13deg,
    rgba(255, 236, 190, 0)   16deg 22deg);
  filter: blur(14px);
  mix-blend-mode: screen;
  animation: ef-rays 16s ease-in-out infinite alternate;
}
@keyframes ef-rays {
  from { opacity: .30; transform: rotate(-1.6deg); }
  to   { opacity: .58; transform: rotate(1.6deg); }
}

#ef-warm {
  position: absolute; inset: 0; opacity: 0;
  background: linear-gradient(180deg, rgba(255, 200, 130, 0) 45%, rgba(250, 176, 110, .5) 100%);
}
#ef-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(120% 100% at 50% 42%, rgba(0,0,0,0) 58%, rgba(20, 40, 74, .16) 100%);
}

/* --- Wolken (mit echter Tiefe: Blur/Opazität/Größe/Rotation gestaffelt) ---- */
.ef-cloud { position: absolute; will-change: transform; }
.ef-cloud-inner {
  will-change: transform;
  /* sehr langsames, ruhiges Driften (kein Größen-Pulsen -> kein Sticker-Gleiten) */
  animation: ef-drift var(--dur, 140s) ease-in-out infinite;
  animation-direction: var(--dir, normal);
}
.ef-cloud-inner img { width: 100%; }        /* KEINE Schlagschatten (Sticker-Look weg) */

/* Tiefen-Ebenen: fern = klein/blass/unscharf, nah = groß/klar */
.ef-cloud--far  img { opacity: .52; filter: blur(3.5px) saturate(.82) brightness(1.06); }
.ef-cloud--mid  img { opacity: .8;  filter: blur(1.2px) saturate(.92); }
.ef-cloud--near img { opacity: .97; filter: blur(.25px) contrast(1.02); }

@keyframes ef-drift {
  0%   { transform: translate3d(-2.2%, 0, 0); }
  50%  { transform: translate3d( 2.2%, -1.1%, 0); }
  100% { transform: translate3d(-2.2%, 0, 0); }
}

/* einzelne Wolken ziehen endlos & langsam ganz quer über den Himmel */
.ef-cloud--cross { left: 0; }
.ef-cloud--cross .ef-cloud-inner {
  animation: ef-cross var(--dur, 150s) linear infinite;
  animation-delay: var(--delay, 0s);
}
@keyframes ef-cross {
  0%   { transform: translate3d(-48vw, 0, 0); }
  100% { transform: translate3d(150vw, -6vh, 0); }
}

/* goldene Bokeh-Partikel */
#ef-bokeh { position: absolute; inset: 0; }
.ef-bokeh-dot {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 232, 175, .9), rgba(255, 210, 140, 0) 70%);
  filter: blur(1px);
  will-change: transform, opacity;
  animation: ef-float var(--d, 18s) ease-in-out infinite alternate;
  animation-delay: var(--dl, 0s);
}
@keyframes ef-float {
  0%   { transform: translate3d(0, 0, 0) scale(1);    opacity: var(--o, .5); }
  100% { transform: translate3d(var(--mx, 20px), var(--my, -30px), 0) scale(1.25); opacity: calc(var(--o, .5) * .4); }
}

/* ============================================================================
   SPARSCHWEIN
   ========================================================================== */
#ef-pig {
  position: fixed; left: 0; top: 0; z-index: 4;    /* Begleiter HINTER den Inhalten (über Himmel/Wolken) */
  pointer-events: none;
  transform-origin: 50% 60%;
  /* KEIN will-change: sonst wird das Schwein zur eigenen GPU-Ebene und „blutet"
     durch Verlaufs-Hintergründe der Karten. Die Weichheit kommt vom lerp. */
}
/* End-Landung: das Schwein tritt VOR die Inhalte (sitzt sichtbar an der
   Kontaktkarte, statt dahinter im Footer zu verschwinden). Unter der Nav (100). */
#ef-pig.ef-pig-front { z-index: 60; }
#ef-pig-glow {
  position: absolute; left: 50%; top: 52%;
  width: 150%; height: 150%; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 140, 190, .5), rgba(255, 120, 175, 0) 65%);
  filter: blur(6px);
  will-change: opacity, transform;
}
#ef-pig img {
  position: relative;
  /* Die gemeinsame Crop-Box (Hop+Wink) hat Kopffreiheit fürs stehende Schwein —
     daher etwas größer als früher, damit der Körper gleich präsent bleibt. */
  width: clamp(150px, 16.5vw, 238px);
  height: auto;
  /* KEIN drop-shadow mehr: der dynamische Boden-Schatten (#ef-pig-shadow)
     übernimmt — physikalisch korrekt an die Sprunghöhe gekoppelt. */
  transition: transform .55s var(--ease);   /* weicher Blickrichtungs-Flip */
}

/* dynamischer Bodenschatten: JS koppelt Größe/Deckung/Abstand an die Sprunghöhe
   (Absprung: kleiner/heller/weiter weg — Landung: größer/dunkler/näher) */
#ef-pig-shadow {
  position: absolute; left: 50%; bottom: -1.5%;
  width: 72%; height: 9%;
  background: radial-gradient(ellipse at center, rgba(18, 32, 58, .42), rgba(18, 32, 58, 0) 68%);
  filter: blur(3px);
  transform: translate(-50%, 0);
  pointer-events: none;
}

/* Zwinker-Layer: liegt deckungsgleich über den Hüpf-Frames (gleiche Crop-Box,
   gleiche Bodenlinie) und blendet am Ruheplatz weich ein.
   Selektor MIT #ef-pig davor: muss `#ef-pig img { position:relative; width:... }`
   überstimmen, sonst fällt der Layer in den Fluss (doppeltes Schwein). */
#ef-pig #ef-pig-wink {
  position: absolute; left: 0; top: 0;
  width: 100%; height: auto;
  opacity: 0;
  transition: opacity .5s var(--ease);
  /* Der Zwinker-Clip rendert das Schwein ~40% kleiner als der Hüpf-Clip
     (Körperbreite 235 vs. 330 px in derselben Crop-Box) -> Ausgleich per
     Scale, verankert an der Bodenlinie (Füße bleiben am Boden). */
  transform: scale(1.38);
  transform-origin: 50% 94%;
}
#ef-pig.ef-pig-rest #ef-pig-wink { opacity: 1; }
#ef-pig.ef-pig-rest #ef-pig-img { opacity: 0; transition: transform .55s var(--ease), opacity .5s var(--ease); }

/* --- Münz-Finale: mehrere Münzen fallen gestaffelt in den Schlitz
   (Elemente werden per JS erzeugt, animation-delay staffelt sie) --- */
.ef-coin {
  position: absolute; left: 50%; top: 13%;   /* Schlitz des SITZENDEN Schweins (nach Wink-Scale) */
  width: 34px; height: 34px; margin-left: -17px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ffeebc, #eabc60 55%, #c98f35);
  border: 2px solid #b9812f;
  color: #8a5f1d; font: 700 17px/30px "Fraunces", serif; text-align: center;
  opacity: 0; pointer-events: none;
}
.ef-coin.ef-coin-drop { animation: ef-coinDrop 1.2s cubic-bezier(.3, .7, .3, 1) forwards; }
@keyframes ef-coinDrop {
  0%   { opacity: 0; transform: translateY(-130px) rotate(-42deg) scale(.9); }
  14%  { opacity: 1; }
  62%  { transform: translateY(-14px) rotate(6deg)  scale(1); }
  76%  { transform: translateY(-8px)  rotate(0deg)  scaleY(.85); }
  88%  { box-shadow: 0 0 0 0 rgba(246, 205, 138, .8); }
  100% { opacity: 0; transform: translateY(2px) scaleY(.2) scaleX(.65);
         box-shadow: 0 0 0 30px rgba(246, 205, 138, 0); }
}

/* --- FX-Ebene: Aufprall-Puffs & goldene Funken (liegt auf Schwein-Ebene) --- */
#ef-fx { position: fixed; inset: 0; z-index: 4; pointer-events: none; }
.ef-puff {
  position: absolute;
  width: 30px; height: 18px; margin: -9px 0 0 -15px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.95), rgba(255,255,255,0) 70%);
  filter: blur(1px);
  animation: ef-puffOut .9s var(--ease-out) forwards;
}
@keyframes ef-puffOut {
  0%   { opacity: .9; transform: scale(calc(.45 * var(--s, 1))); }
  100% { opacity: 0;  transform: scale(calc(2.1 * var(--s, 1))) translateY(-8px); }
}
.ef-spark {
  position: absolute;
  width: 8px; height: 8px; margin: -4px 0 0 -4px;
  border-radius: 50%;
  /* sattes Gold mit Leucht-Glow — muss sich auch gegen hellen Himmel behaupten */
  background: radial-gradient(circle, #fff3c4, #ffce5e 48%, rgba(238, 168, 60, 0) 78%);
  box-shadow: 0 0 10px rgba(255, 200, 90, .85);
  animation: ef-sparkFly 1.35s ease-out forwards;
}
.ef-spark--star {
  border-radius: 0;
  background: #ffd766;
  box-shadow: 0 0 12px rgba(255, 205, 100, .9);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
@keyframes ef-sparkFly {
  0%   { opacity: 1;  transform: scale(1) rotate(0); }
  100% { opacity: 0;  transform: translate(var(--dx, 0), var(--dy, 26px)) scale(.2) rotate(120deg); }
}

/* ============================================================================
   NAVIGATION
   ========================================================================== */
.ef-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 20px clamp(20px, 5vw, 68px);
  transition: padding .5s var(--ease), background .5s var(--ease), backdrop-filter .5s var(--ease);
}
.ef-nav.ef-nav--solid {
  padding-top: 13px; padding-bottom: 13px;
  background: linear-gradient(180deg, rgba(238, 247, 252, .8), rgba(238, 247, 252, .34));
  backdrop-filter: blur(12px);
}
.ef-brand {
  font-family: "Fraunces", serif; font-weight: 500;
  /* präsenter im Kopf, mobil nicht überdimensioniert */
  font-size: clamp(26px, 2.6vw, 34px);
  letter-spacing: .01em; color: var(--ink); text-decoration: none;
}
.ef-brand span { color: var(--gold); }
.ef-nav-links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 36px); font-size: 15px; font-weight: 700; }
/* :not(.ef-cta) — sonst gewinnt diese Regel über .ef-cta--dark und färbt den
   Button-Text dunkel (unlesbar auf dunklem Pill). */
.ef-nav-links a:not(.ef-cta) { text-decoration: none; color: #22344f; }

.ef-link-underline { position: relative; }
.ef-link-underline::after {
  content: ""; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1.5px;
  background: currentColor; transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--ease);
}
.ef-link-underline:hover::after, .ef-link-underline:focus-visible::after { transform: scaleX(1); }

.ef-cta {
  display: inline-block; text-decoration: none; border: none; cursor: pointer;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), filter .5s var(--ease);
}
.ef-cta:active { transform: scale(.97); }
.ef-cta--dark {
  padding: 11px 22px; border-radius: 999px; background: var(--ink); color: var(--cream);
  font-weight: 700; font-size: 14px; box-shadow: 0 12px 28px -12px rgba(20, 34, 60, .8);
}
.ef-cta--gold {
  position: relative; overflow: hidden;
  padding: 17px 34px; border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-lite), var(--gold));
  /* dunkler Text statt Weiß: Weiß auf Gold hätte zu wenig Kontrast */
  color: #35220a; font-weight: 800; font-size: 16px; font-family: inherit;
  box-shadow: 0 20px 44px -16px rgba(226, 141, 18, .8), inset 0 1px 0 rgba(255,255,255,.4);
}
.ef-cta--gold:hover {
  /* Hover nur leicht abdunkeln — bei gold->gold-deep würde der dunkle
     Button-Text am unteren Rand unlesbar */
  background: linear-gradient(180deg, #f4ae3a, #d07e0c);
  box-shadow: 0 26px 52px -16px rgba(168, 95, 6, .9), inset 0 1px 0 rgba(255,255,255,.45);
}
/* Glanz-Streifen, der beim Hover über den Gold-Button wischt */
.ef-cta--gold::after {
  content: ""; position: absolute; top: -12%; bottom: -12%; left: 0; width: 34%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .65), transparent);
  transform: translateX(-140%) skewX(-18deg);
  transition: transform .85s var(--ease);
  pointer-events: none;
}
.ef-cta--gold:hover::after, .ef-cta--gold:focus-visible::after { transform: translateX(400%) skewX(-18deg); }

/* ============================================================================
   HERO
   ========================================================================== */
.ef-hero {
  position: relative; z-index: 10; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 128px clamp(22px, 6vw, 40px) 96px;
}
.ef-hero-copy { max-width: 940px; }
.ef-eyebrow {
  margin: 0 0 26px; font-size: 13px; font-weight: 800; letter-spacing: .26em;
  text-transform: uppercase; color: var(--blue);
}
.ef-hero-title {
  margin: 0; font-family: "Fraunces", serif; font-weight: 400;
  /* etwas kleiner als früher: „Finanzberatung," ist die längste Zeile */
  font-size: clamp(42px, 8.4vw, 118px); line-height: .96; letter-spacing: -.02em;
  color: #10203a;
}
.ef-hero-title em {
  font-style: italic; font-weight: 500;
  background: linear-gradient(100deg, var(--gold-deep), var(--gold) 38%, #ffdf9e 50%, var(--gold) 62%, var(--gold-lite));
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  animation: ef-shimmer 7s ease-in-out infinite;   /* wanderndes Gold-Glanzlicht */
  filter: drop-shadow(0 2px 12px rgba(20, 34, 60, .28));  /* hebt Gold vom Himmel ab */
}
@keyframes ef-shimmer {
  0%, 100% { background-position: 0% 0; }
  50%      { background-position: 100% 0; }
}
.ef-hero-lead {
  margin: 34px auto 0; max-width: 560px; font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.6; color: #263a54;
}
.ef-hero-actions {
  margin-top: 42px; display: flex; flex-wrap: wrap; gap: 18px;
  align-items: center; justify-content: center;
}
.ef-textlink { text-decoration: none; font-weight: 800; font-size: 16px; color: #263a54; }

/* Klartext-Einstiege: ruhige, kursive Fraunces-Zeile. (Das frühere
   Durchstreich-Stilmittel „Fachwort -> Klartext" wurde bewusst entfernt —
   die vielen durchgestrichenen Sätze wirkten optisch unruhig.)
   LESBARKEIT auf hellem Himmel: die Hero-Zeile ist NACHTBLAU (kein
   durchlaufender Gold-Fließtext auf Himmel); auf den Creme-Karten darf die
   Zeile gold-deep sein (dort stimmt der Kontrast). */
.ef-klar {
  font-family: "Fraunces", serif; font-style: italic;
  font-size: clamp(15px, 1.9vw, 19px); line-height: 1.55;
}
.ef-klar--hero { margin: 0 auto 26px; max-width: 700px; font-weight: 600; color: var(--ink); }
.ef-klar--klein { font-size: 15px; margin: 0 0 14px; font-weight: 500; color: var(--gold-deep); }

/* kleine Vertrauens-Zeile unter den Hero-Buttons */
.ef-hero-trust {
  margin: 26px 0 0; font-size: 12px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase; color: #3c5c7c; opacity: .85;
}

.ef-scroll-hint {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.ef-scroll-hint span { font-size: 11.5px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: #3c5c7c; }
.ef-scroll-mouse {
  width: 22px; height: 34px; border: 1.5px solid rgba(47, 93, 134, .55);
  border-radius: 12px; display: flex; justify-content: center; padding-top: 6px;
}
.ef-scroll-dot { width: 3px; height: 7px; border-radius: 2px; background: var(--blue); animation: ef-scrollDot 2.2s ease-in-out infinite; }
@keyframes ef-scrollDot {
  0% { opacity: 0; transform: translateY(-6px); } 50% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); }
}

/* Masken-Reveal für die Hero-Zeilen */
.ef-mask { display: block; overflow: hidden; padding: 0 .04em; }
.ef-mask-i { display: block; transform: translateY(112%); transition: transform 1.15s var(--ease-out); }

/* Wort-Masken der Sektions-Headlines (JS zerlegt .ef-h2.ef-mask-block in Wörter;
   die Wörter steigen beim Reveal gestaffelt aus ihrer Maske auf). Das kleine
   padding/margin-Paar verhindert, dass Unterlängen (g, y, ß) abgeschnitten werden. */
.ef-wm {
  display: inline-block; overflow: hidden; vertical-align: bottom;
  padding-bottom: .12em; margin-bottom: -.12em;
}
.ef-wi {
  display: inline-block;
  transform: translateY(118%);
  transition: transform .95s var(--ease-out) calc(var(--wi, 0) * 90ms);
}
.ef-reveal.ef-in .ef-wi { transform: none; }

/* ============================================================================
   MARQUEE
   ========================================================================== */
.ef-marquee {
  position: relative; z-index: 10; overflow: hidden;
  padding: 22px 0; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5);
  background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.1));
  backdrop-filter: blur(4px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
/* Laufband: dieselbe aufrechte Display-Serif wie die Hero-H1 („Sparen"),
   bewusst kleiner & langsamer -> ruhig und hochwertig statt verspielt. */
.ef-marquee-track { display: flex; width: max-content; animation: ef-marquee 52s linear infinite; }
.ef-marquee-track span {
  display: inline-flex; align-items: center;
  font-family: "Fraunces", serif; font-weight: 500; font-style: normal;
  font-size: clamp(18px, 2.6vw, 30px); letter-spacing: .015em;
  color: var(--ink); white-space: nowrap; padding-right: .3em;
}
.ef-marquee-track i { font-style: normal; color: var(--gold); margin: 0 .62em; font-size: .55em; transform: translateY(-.08em); }
@keyframes ef-marquee { to { transform: translateX(-50%); } }

/* ============================================================================
   SEKTIONEN
   ========================================================================== */
/* isolation:isolate = eigener Stapelkontext; verdeckt die GPU-Ebene des
   (dahinter liegenden) Schweins zuverlässig -> kein Durchgeistern durch Karten. */
main { position: relative; z-index: 10; isolation: isolate; }
.ef-section { padding: clamp(96px, 15vw, 190px) clamp(22px, 6vw, 48px); }

.ef-kicker {
  margin: 0 0 20px; font-size: 12.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 12px;
}
.ef-kicker::before { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: .7; }
/* Kicker auf hellem Himmel: dunkleres Gold + zarter heller Schein = lesbar,
   ohne den Akzent-Charakter zu verlieren */
.ef-kicker--gold { color: var(--gold-deep); text-shadow: 0 1px 12px rgba(255, 255, 255, .45); }
.ef-kicker--blue { color: var(--blue); }
.ef-kicker--gold-lite { color: var(--gold-lite); }

.ef-h2 {
  margin: 0; font-family: "Fraunces", serif; font-weight: 400;
  font-size: clamp(34px, 5.6vw, 68px); line-height: 1.04; letter-spacing: -.015em; color: var(--ink);
}
.ef-lead { font-size: clamp(16px, 2vw, 20px); line-height: 1.68; color: var(--ink-soft); }

/* 2 · Nutzenversprechen – große, zentrierte Aussage auf Glas */
.ef-promise-wrap { display: flex; justify-content: center; }
.ef-promise {
  max-width: 900px; text-align: center; isolation: isolate;
  background: rgba(251, 247, 238, .965); backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .7); border-radius: 30px;
  padding: clamp(44px, 7vw, 88px); box-shadow: var(--shadow);
}
.ef-promise .ef-lead { margin: 26px auto 0; max-width: 620px; }
/* Petras Notiz-Satz in der Promise-Karte */
.ef-promise-note {
  margin: 30px auto 0; max-width: 560px;
  font-family: "Fraunces", serif; font-style: italic; font-weight: 400;
  font-size: clamp(19px, 2.5vw, 26px); line-height: 1.3; color: var(--blue);
}
.ef-promise-note span { font-size: .72em; color: var(--ink-soft); white-space: nowrap; }

/* 3 · Stats */
.ef-stats-wrap { padding-top: 0; }
.ef-stats {
  max-width: 1100px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 3vw, 30px); text-align: center;
}
.ef-stat {
  padding: clamp(26px, 3vw, 40px) 20px; border-radius: 24px; isolation: isolate;
  background: rgba(251, 247, 238, .74); border: 1px solid rgba(255,255,255,.6);
  backdrop-filter: blur(8px);
}
.ef-stat-num {
  display: block; font-family: "Fraunces", serif; font-weight: 500;
  font-size: clamp(46px, 8vw, 92px); line-height: 1; letter-spacing: -.02em;
  color: var(--ink);
  background: linear-gradient(160deg, var(--gold-deep), var(--gold) 60%, var(--gold-lite));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.ef-stat-label { display: block; margin-top: 12px; font-size: 14px; font-weight: 700; letter-spacing: .04em; color: var(--ink-soft); }

/* 4 · Leistungen – editorial, nummeriert */
.ef-leistungen { max-width: 1180px; margin: 0 auto; }
.ef-section-head { margin-bottom: clamp(44px, 6vw, 76px); }
.ef-section-head .ef-h2 { margin-top: 6px; }
.ef-services { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 24px); }
/* 3 gleichwertige Karten nebeneinander (Versprechen & Leistungen);
   die 900px-Media-Query unten stellt wie gehabt auf 1 Spalte um. */
.ef-services--drei { grid-template-columns: repeat(3, 1fr); }
.ef-services--drei .ef-service { flex-direction: column; }
.ef-services--drei .ef-service .ef-service-idx { width: auto; }

/* „So arbeite ich": nummerierte Schritte, gleiche Karten-Sprache wie Services */
.ef-steps {
  list-style: none; margin: 0 auto; padding: 0; max-width: 900px;
  display: flex; flex-direction: column; gap: clamp(14px, 2vw, 22px);
}
.ef-steps .ef-service:hover { transform: none; }   /* Schritte: ruhig, kein Lift */

/* zentrierter Sektions-Kopf (FAQ) */
.ef-section-head--center { text-align: center; }
.ef-section-head--center .ef-kicker { justify-content: center; }
.ef-service {
  position: relative; overflow: hidden; isolation: isolate;
  display: flex; align-items: flex-start; gap: clamp(18px, 2.4vw, 30px);
  padding: clamp(30px, 3.4vw, 46px);
  border-radius: 26px;
  background-color: #faf5ec;   /* deckende Basis -> kein Rest-Durchschein */
  background-image: linear-gradient(155deg, rgba(252, 249, 242, .985), rgba(247, 242, 231, .955));
  border: 1px solid rgba(255, 255, 255, .7); backdrop-filter: blur(10px);
  box-shadow: 0 24px 54px -36px rgba(20, 40, 74, .5);
  transition: transform .6s var(--ease), box-shadow .6s var(--ease), border-color .6s var(--ease);
}
.ef-service::before {          /* goldener Verlaufsflor, der beim Hover aufscheint */
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0;
  background: radial-gradient(120% 120% at 12% 0%, rgba(255, 196, 92, .32), rgba(255, 196, 92, 0) 55%);
  transition: opacity .6s var(--ease);
}
.ef-service:hover { transform: translateY(-8px); box-shadow: 0 40px 80px -40px rgba(20, 40, 74, .6); border-color: rgba(255, 196, 92, .7); }
.ef-service:hover::before { opacity: 1; }
.ef-service-idx {
  font-family: "Fraunces", serif; font-weight: 400; font-size: clamp(30px, 4vw, 46px);
  line-height: 1; color: var(--gold); opacity: .55; letter-spacing: -.02em; flex: none; width: 1.6em;
}
.ef-service-body { flex: 1; }
.ef-service h3 { margin: 2px 0 12px; font-family: "Fraunces", serif; font-weight: 500; font-size: clamp(23px, 2.6vw, 30px); color: var(--ink); }
.ef-service p { margin: 0; font-size: 15.5px; line-height: 1.62; color: #45566f; max-width: 42ch; }
.ef-service-arrow {
  align-self: center; font-size: 26px; color: var(--gold); flex: none;
  transform: translateX(-6px); opacity: 0; transition: transform .5s var(--ease), opacity .5s var(--ease);
}
.ef-service:hover .ef-service-arrow { transform: translateX(0); opacity: 1; }
.ef-service--top h3 { margin-bottom: 8px; }   /* Klartext-Zeile folgt direkt */

/* 5 · Über Petra – asymmetrisch mit Pull-Quote */
.ef-about {
  max-width: 1120px; margin: 0 auto; display: grid;
  grid-template-columns: minmax(240px, .82fr) 1.18fr; gap: clamp(34px, 6vw, 76px); align-items: center;
}
.ef-about-photo { display: flex; justify-content: center; }
.ef-photo-slot {
  isolation: isolate;
  width: 100%; max-width: 380px; aspect-ratio: 4 / 5; border-radius: 26px;
  /* VOLL DECKENDER Verlauf (nur Hex-Stops, kein transparenter Stop) + Grundfarbe
     -> dichte Ebene, kein Durchgeistern des dahinterliegenden Schweins.
     Das weiche obere Licht kommt über den inset-Schatten unten. */
  background-color: #e2d3b6;
  background-image: linear-gradient(158deg, #f0e2c6 6%, #e4d3b2 40%, #cfe0ee 100%);
  border: 1px solid rgba(255, 255, 255, .75);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 30px 60px -34px rgba(20,40,74,.5);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  color: #6b7890; text-align: center;
}
.ef-photo-monogram { font-family: "Fraunces", serif; font-size: clamp(64px, 9vw, 96px); color: #bd9455; line-height: 1; }
.ef-photo-slot small { font-size: 12.5px; letter-spacing: .06em; }
.ef-about-quote {
  margin: 26px 0 24px; font-family: "Fraunces", serif; font-style: italic; font-weight: 400;
  font-size: clamp(24px, 3.4vw, 40px); line-height: 1.18; color: var(--blue); letter-spacing: -.01em;
}
.ef-about-text > p:not(.ef-about-quote):not(.ef-about-sign):not(.ef-kicker) {
  margin: 16px 0 0; font-size: clamp(16px, 1.9vw, 18.5px); line-height: 1.72; color: var(--ink-soft);
}
.ef-about-sign { margin: 28px 0 0; font-family: "Fraunces", serif; font-style: italic; font-size: 22px; color: var(--blue); }
/* Petra-Foto füllt den (voll deckenden) Foto-Slot */
.ef-photo-slot { position: relative; overflow: hidden; }
.ef-photo-slot img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 22%;   /* Gesicht + Sparschwein im Bild */
  border-radius: inherit;
}

/* 5b · Häufige Fragen — natives Akkordeon (details/summary), Karten-Sprache */
.ef-faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.ef-faq-item {
  isolation: isolate; border-radius: 18px; overflow: hidden;
  background-color: #faf5ec;
  background-image: linear-gradient(155deg, rgba(252, 249, 242, .985), rgba(247, 242, 231, .955));
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 20px 44px -34px rgba(20, 40, 74, .5);
  transition: border-color .5s var(--ease);
}
.ef-faq-item[open] { border-color: rgba(255, 196, 92, .6); }
.ef-faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 26px;
  font-family: "Fraunces", serif; font-weight: 500;
  font-size: clamp(17px, 2.1vw, 21px); line-height: 1.35; color: var(--ink);
}
.ef-faq-item summary::-webkit-details-marker { display: none; }
.ef-faq-plus {
  flex: none; font-family: "Fraunces", serif; font-weight: 400;
  font-size: 26px; line-height: 1; color: var(--gold);
  transition: transform .45s var(--ease);
}
.ef-faq-item[open] .ef-faq-plus { transform: rotate(45deg); }
.ef-faq-item > p { margin: 0; padding: 0 26px 24px; font-size: 15.5px; line-height: 1.68; color: #45566f; max-width: 64ch; }

/* 5c · „Fragen, die sich viele stellen" — elegante kleine Frage-Karten
   (Petras Post-it-Idee, bewusst edel statt bunt: Creme-Karten in der
   Karten-Sprache der Seite, zarte Gold-Linie als einziges Ornament).
   Flex statt Grid: 7 Karten brechen zu 3/3/1, die letzte Reihe zentriert. */
.ef-qgrid {
  max-width: 1080px; margin: 0 auto;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(14px, 1.8vw, 20px);
}
.ef-qcard {
  margin: 0; flex: 1 1 290px; max-width: 350px;
  padding: 24px 28px 26px; border-radius: 20px; isolation: isolate;
  background-color: #faf5ec;
  background-image: linear-gradient(155deg, rgba(252, 249, 242, .985), rgba(247, 242, 231, .955));
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 20px 44px -34px rgba(20, 40, 74, .5);
  font-family: "Fraunces", serif; font-weight: 500;
  font-size: clamp(17px, 2vw, 20px); line-height: 1.42; color: var(--ink);
  transition: transform .6s var(--ease), border-color .6s var(--ease), box-shadow .6s var(--ease);
}
.ef-qcard::before {
  content: ""; display: block; width: 26px; height: 2px; margin-bottom: 14px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lite));
}
.ef-qcard:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 196, 92, .8);
  box-shadow: 0 34px 64px -38px rgba(20, 40, 74, .6);
}
.ef-q-closing {
  margin: clamp(34px, 5vw, 52px) auto 0; max-width: 640px; text-align: center;
  font-family: "Fraunces", serif; font-style: italic; font-weight: 400;
  font-size: clamp(21px, 3vw, 30px); line-height: 1.3; color: var(--blue);
}
.ef-q-closing em { font-style: inherit; color: var(--gold-deep); }

/* 6 · Kontakt */
.ef-contact-wrap { padding-bottom: clamp(60px, 8vw, 90px); }
.ef-contact-card {
  max-width: 680px; margin: 0 auto;
  /* VOLL DECKEND (Hex, keine Alpha) -> das dahinter absteigende Schwein kann
     nicht durch die Karte „geistern"/flackern, bevor es davor landet. */
  background: linear-gradient(165deg, #141f34, #101a2c);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 34px; padding: clamp(38px, 5vw, 66px); isolation: isolate;
  box-shadow: 0 48px 100px -46px rgba(12, 22, 42, .9); text-align: center;
}
.ef-contact-title { color: var(--cream); }
.ef-contact-lead { margin: 22px auto 0; max-width: 460px; font-size: 17px; line-height: 1.62; color: #c3cddd; }
.ef-form { margin-top: 34px; display: flex; flex-direction: column; gap: 15px; text-align: left; }
.ef-form label { display: flex; flex-direction: column; gap: 8px; font-size: 12.5px; font-weight: 800; letter-spacing: .06em; color: #aeb9c9; text-transform: uppercase; }
.ef-form input, .ef-form textarea {
  font-family: inherit; font-size: 16px; padding: 15px 17px; border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .06); color: var(--cream);
  transition: border-color .4s var(--ease), background .4s var(--ease);
}
.ef-form input:focus, .ef-form textarea:focus { border-color: rgba(255, 196, 92, .75); background: rgba(255,255,255,.1); outline: none; }
.ef-form textarea { resize: vertical; }
.ef-form button { margin-top: 10px; align-self: flex-start; }
.ef-form-note { margin: 4px 0 0; font-size: 12.5px; line-height: 1.5; color: #8894a6; }
.ef-thanks { margin-top: 34px; padding: 30px; border-radius: 20px; background: rgba(255, 196, 92, .14); border: 1px solid rgba(255, 196, 92, .45); }
.ef-thanks p:first-child { margin: 0; font-family: "Fraunces", serif; font-size: 24px; color: var(--cream); }
.ef-thanks p:last-child { margin: 10px 0 0; font-size: 15.5px; line-height: 1.6; color: #c3cddd; }
[hidden] { display: none !important; }

.ef-footer { max-width: 760px; margin: 48px auto 0; font-size: 13.5px; color: var(--ink-soft); }
.ef-footer-row {
  display: flex; flex-wrap: wrap; gap: 8px 18px;
  align-items: center; justify-content: center; text-align: center;
}
.ef-footer a { text-decoration: none; color: var(--ink-soft); }
.ef-footer .ef-brand { font-size: 17px; }
.ef-footer .ef-sep { opacity: .5; }
/* Pflichtangaben: klein, ruhig, aber klar lesbar */
.ef-footer-legal { margin-top: 22px; text-align: center; font-size: 12px; line-height: 1.7; opacity: .92; }
.ef-footer-legal p { margin: 6px 0 0; }
.ef-footer-legal strong { color: #2c3d5c; }

/* Direkte Kontaktwege unter dem Formular (dunkle Karte) */
.ef-contact-direct { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14.5px; color: #aeb9c9; }
.ef-contact-direct p { margin: 0 0 6px; }
.ef-contact-direct a { color: #dfe6f0; text-decoration: none; }
.ef-contact-direct a:hover { color: var(--gold-lite); }
.ef-contact-direct .ef-sep { opacity: .5; margin: 0 6px; }

/* PLATZHALTER-Chips: bewusst auffällig (sand, gestrichelt), damit nichts
   versehentlich live geht. Funktioniert auch in Verlaufs-Text (Stats). */
.ef-ph {
  display: inline-block; padding: 0 .4em; border-radius: 6px;
  background: rgba(255, 233, 196, .75);
  border: 1.5px dashed rgba(168, 95, 6, .7);
  color: #7c4a06; -webkit-text-fill-color: #7c4a06;
  font-style: normal; font-weight: 700; font-family: "Nunito Sans", system-ui, sans-serif;
}
.ef-ph--dunkel {
  background: rgba(255, 196, 92, .18);
  border-color: rgba(255, 196, 92, .65);
  color: var(--sand); -webkit-text-fill-color: var(--sand);
}
.ef-stat-num .ef-ph { font-size: .42em; vertical-align: .32em; letter-spacing: 0; }

/* ============================================================================
   REVEALS (staffeln: Aufblenden + Nach-oben-Gleiten)
   ========================================================================== */
.ef-js .ef-reveal { opacity: 0; transform: translateY(40px); transition: opacity 1.1s var(--ease-out), transform 1.2s var(--ease-out); }
.ef-js .ef-reveal.ef-in { opacity: 1; transform: none; }
/* Kinder gestaffelt nachziehen */
.ef-js .ef-reveal > * { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease-out), transform 1s var(--ease-out); }
.ef-js .ef-reveal.ef-in > * { opacity: 1; transform: none; }
.ef-js .ef-reveal.ef-in > *:nth-child(2) { transition-delay: .08s; }
.ef-js .ef-reveal.ef-in > *:nth-child(3) { transition-delay: .16s; }
.ef-js .ef-reveal.ef-in > *:nth-child(4) { transition-delay: .24s; }
.ef-js .ef-reveal.ef-in > *:nth-child(5) { transition-delay: .32s; }
.ef-js .ef-reveal.ef-in > *:nth-child(6) { transition-delay: .40s; }
.ef-js .ef-reveal.ef-in > *:nth-child(7) { transition-delay: .48s; }
/* Service-Karten & Stats staffeln über ihren Index */
.ef-js .ef-services .ef-service:nth-child(2) { transition-delay: .06s; }
.ef-js .ef-services .ef-service:nth-child(3) { transition-delay: .12s; }
.ef-js .ef-services .ef-service:nth-child(4) { transition-delay: .18s; }

/* Hero-Erststart (per JS mit .ef-ready ausgelöst) */
.ef-js .ef-fade { opacity: 0; transform: translateY(24px); transition: opacity 1.1s var(--ease-out), transform 1.15s var(--ease-out); }
.ef-ready .ef-fade { opacity: 1; transform: none; }
.ef-ready .ef-eyebrow  { transition-delay: .05s; }
.ef-ready .ef-klar--hero { transition-delay: .14s; }
.ef-ready .ef-hero-lead { transition-delay: .55s; }
.ef-ready .ef-hero-actions { transition-delay: .68s; }
.ef-ready .ef-hero-trust { transition-delay: .82s; }
.ef-ready .ef-scroll-hint { transition-delay: .95s; }
.ef-ready .ef-mask-i { transform: none; }
.ef-ready .ef-hero-title .ef-mask:nth-child(1) .ef-mask-i { transition-delay: .12s; }
.ef-ready .ef-hero-title .ef-mask:nth-child(2) .ef-mask-i { transition-delay: .24s; }
.ef-ready .ef-hero-title .ef-mask:nth-child(3) .ef-mask-i { transition-delay: .36s; }

/* ============================================================================
   RESPONSIV
   ========================================================================== */
@media (max-width: 900px) {
  .ef-services { grid-template-columns: 1fr; }
  .ef-about { grid-template-columns: 1fr; text-align: center; }
  .ef-about-text { display: flex; flex-direction: column; align-items: center; }
  .ef-about-quote { text-align: center; }
  .ef-form button { align-self: stretch; text-align: center; }
}
@media (max-width: 640px) {
  .ef-nav-item { display: none; }
  /* Mobile deutlich kleiner (26vw statt 34vw): das Schwein begleitet, ohne
     den schmalen Screen zu dominieren. X_AMP in app.js (0.36) ist darauf
     abgestimmt, damit es am rechten Umkehrpunkt exakt in der Kante bleibt. */
  #ef-pig img { width: clamp(92px, 26vw, 110px); }
  .ef-stats { grid-template-columns: 1fr; }
  .ef-stat { display: flex; flex-direction: column; }
}

/* Touch/kein Zeiger: eigener Cursor aus */
@media (hover: none) { #ef-cursor { display: none; } }

/* ============================================================================
   BEWEGUNG REDUZIEREN
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ef-cloud-inner, .ef-sun, #ef-sun, #ef-rays, #ef-grain, .ef-bokeh-dot,
  .ef-marquee-track, .ef-scroll-dot, .ef-hero-title em { animation: none !important; }
  .ef-js .ef-reveal, .ef-js .ef-reveal > *, .ef-js .ef-fade { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ef-mask-i { transform: none !important; }
  .ef-wi { transform: none !important; }
  #ef-fx, .ef-coin { display: none !important; }
  #ef-cursor { display: none; }
  #ef-loader { display: none; }
}
