/* ══ TOKENS (exakt Joe Broker entry.BXiMsN6K.css) ══ */
:root {
  --ng: #8fb88f;
  --pb: #1d1f23;
  --bg: #eeeee8;
  --lb: #d8d8d0;
  --dg: #2a4030;
  --mg: #000000;
  --f: 'Nunito', system-ui, sans-serif;
}

body::after {
  /* NEU hinzufügen */
  will-change: transform;
  transform: translateZ(0);
  /* GPU layer */
}

/* ══ BASE ══ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--f);
  background: var(--bg);
  color: var(--pb);
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

button {
  font-family: var(--f);
}

img {
  display: block;
  max-width: 115%;
}

.psc img {
  display: block;
  max-width: 100%;
}

.skip {
  position: absolute;
  top: -999px;
  left: 0;
  background: var(--pb);
  color: #fff;
  padding: .5rem 1rem;
  z-index: 9999;
  font-weight: 700;
}

.skip:focus {
  top: 0;
}

*:focus-visible {
  outline: 3px solid var(--pb);
  outline-offset: 3px;
  border-radius: 3px;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}




/* ══ NAV ══ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  height: 60px;
  background: var(--bg);
  border-bottom: 1px solid var(--lb);
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  flex-direction: column;
}

.logo-name {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -.02em;
  line-height: 1;
  color: var(--pb);
}

.logo-bar {
  width: 32px;
  height: 2px;
  background: var(--ng);
  margin-top: 4px;
  border-radius: 1px;
}

.nav-mid {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.nav-mid a {
  font-size: .875rem;
  font-weight: 400;
  color: var(--pb);
  transition: opacity .2s;
}

.nav-mid a:hover {
  opacity: .5;
}

/* NEU */
.nav-r {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

/* Dropdown */
.lang-dd {
  position: relative;
}

.lang-dd-btn {
  display: flex;
  align-items: center;
  gap: .35rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--f);
  font-weight: 700;
  font-size: .75rem;
  color: var(--pb);
  padding: .3rem .5rem;
  border-radius: .4rem;
  transition: background .2s;
}

.lang-dd-btn:hover {
  background: rgba(29, 31, 35, .08);
}

.lang-dd-btn svg {
  transition: transform .25s;
}

.lang-dd.open .lang-dd-btn svg {
  transform: rotate(180deg);
}

.lang-dd-menu {
  display: none;
  position: absolute;
  top: calc(100% + .5rem);
  right: 0;
  background: var(--bg);
  border: 1px solid var(--lb);
  border-radius: .75rem;
  padding: .375rem;
  list-style: none;
  min-width: 140px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
  z-index: 500;
}

.lang-dd.open .lang-dd-menu {
  display: block;
}

.lang-dd-menu li {
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: .5rem .75rem;
  border-radius: .5rem;
  cursor: pointer;
  font-family: var(--f);
  font-size: .8rem;
  font-weight: 700;
  color: var(--pb);
  transition: background .15s;
}

.lang-dd-menu li:hover,
.lang-dd-menu li:focus {
  background: rgba(29, 31, 35, .08);
  outline: none;
}

.lang-dd-menu li[aria-selected=true] {
  background: var(--ng);
}

.lang-dd-menu li span {
  font-weight: 400;
  color: var(--mg);
  font-size: .75rem;
}

/* Language */
/* NEU */
.lang { display: none; }

.lb2 {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--f);
  font-weight: 700;
  font-size: .65rem;
  color: var(--mg);
  padding: .2rem .42rem;
  border-radius: .3rem;
  transition: all .2s;
}

.lb2:hover,
.lb2[aria-pressed=true] {
  color: var(--pb);
  background: rgba(29, 31, 35, .1);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: var(--f);
  cursor: pointer;
  border: 2px solid var(--pb);
  transition: box-shadow .2s;
  text-decoration: none;
  white-space: nowrap;
}

.btn-green {
  background: var(--ng);
  color: var(--pb);
  padding: .5rem 1.1rem;
  font-size: .875rem;
  font-weight: 300;
}

.btn-black {
  background: var(--pb);
  color: #fff;
  padding: .7rem 2rem;
  font-size: .9rem;
  font-weight: 300;
}

.btn-black-sm {
  background: var(--pb);
  color: #fff;
  padding: .45rem 1.1rem;
  font-size: .875rem;
  font-weight: 300;
}

.btn:hover {
  box-shadow: 4px 4px 0 var(--pb);
}

.btn-black:hover,
.btn-black-sm:hover {
  box-shadow: 4px 4px 0 rgba(255, 255, 255, .2);
}

/* Ham */
.ham {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: .3rem;
}

/* Mobile menu */
.mob {
  position: fixed;
  inset: 0;
  z-index: 390;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  transform: translateX(-100%);
  transition: transform .3s ease;
}

.mob.open {
  transform: none;
}

.mob a,
.mob button {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pb);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--f);
  text-decoration: none;
}

.mob-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--mg);
}

@media (max-width: 768px) {

  .nav-mid,
  .lang {
    display: none;
  }

  .btn-green {
    display: none;
  }

  .ham {
    display: block;
  }
}

/* ══════════════════════════════════════════════════════
   HERO — CSS sticky, volle Breite + Höhe wie Joe Broker
   Wrapper = scroll budget; innerer sticky bleibt stehen
══════════════════════════════════════════════════════ */
#hw {
  /* scroll budget: while scrolling through this, hero is pinned */
  height: 100vh;
  position: relative;
}

#hs {
  /* THE sticky hero — sits at top of viewport */
  position: sticky;
  top: 60px;
  /* nav height */
  height: calc(100vh - 60px);
  width: 100%;
  padding: 24px;
  /* p-[24px] Joe Broker */
  pointer-events: none;
  z-index: 2;
}

/* Joe Broker: rounded-3xl h-full w-full overflow-hidden flex flex-row */
.cover-card {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  pointer-events: auto;
}

/* ── LEFT: hero-title-wrapper ── */
/* Joe Broker: cover:w-2/5 bg-naturalGreen flex flex-col */
.hl {
  width: 40%;
  background: var(--ng);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

/* Joe Broker: leading-14 text-5xl lg:text-6xl font-bold cover:mt-24 cover:w-[425px] hidden cover:block self-center */
.hcopy {
  align-self: center;
  margin-top: 5rem;
  padding: 1.5rem 2rem 1.5rem 2.5rem;
  width: 100%;
  max-width: 577px;
  position: relative;
  z-index: 1;
}

.hfix {
  font-size: clamp(2.75rem, 4.8vw, 4rem);
  font-weight: 700;
  line-height: 1.0;
  color: var(--pb);
}

/* Joe Broker: position:relative height:120px — EXACT inline style from HTML */
.hslot {
  position: relative;
  height: 120px;
  overflow: hidden;
}

/* Joe Broker: absolute w-full overflow-hidden (each item wrapper) */
.hsi {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
}

/* Joe Broker: translate(0px,0px) active / translate(0%,100%) waiting */
.hsi-inner {
  font-size: clamp(2.75rem, 4.8vw, 4rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--pb);
  transform: translateY(100%);
  transition: transform .75s cubic-bezier(.76, 0, .24, 1);
}

.hsi-inner.cur {
  transform: translateY(0%);
}

.hsi-inner.prev {
  transform: translateY(-100%);
}

/* Joe Broker: text-lg text-center md:text-left md:mt-6 md:font-bold */
.hsub {
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(29, 31, 35, .8);
  margin-top: 1.5rem;
  line-height: 1.55;
  max-width: 300px;
}

.hscroll {
  display: block;
  margin-top: 1.5rem;
  color: rgba(29, 31, 35, .6);
  font-size: .9rem;
  font-weight: 500;
}

.hscroll img {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}

@keyframes bob {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(7px)
  }
}

.bounce {
  animation: bob 1.6s ease-in-out infinite;
}

/* Joe Broker: bg-dot-pattern grow max-cover:hidden */
.hdot {
  flex: 1;
  background-image: radial-gradient(circle, rgba(29, 31, 35, .15) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}

/* ── RIGHT: images ── */
/* Joe Broker: relative bg-deepGreen grow cover:h-full pointer-events-none */
.hr {
  flex: 1;
  position: relative;
  background: var(--dg);
  overflow: hidden;
}

/* Joe Broker: absolute w-full h-full overflow-hidden (each photo) */
.hphoto {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Joe Broker: z-1 transform:translate(0px,0px) active / translate(0%,100%) waiting */
.hphoto .fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ← das ist der Key */
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform .75s cubic-bezier(.76, 0, .24, 1);
}

.hphoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* optional: center / top / 30% 20% */
}


.hphoto.cur .fill {
  transform: translateY(0%);
}

.hphoto.prev .fill {
  transform: translateY(-100%);
}

.p1 {
  background: linear-gradient(160deg, #1a3520, #2d5c38 55%, #4a8050);
}

.p2 {
  background: linear-gradient(160deg, #0e2218, #1e3d28 55%, #3a6645);
}

.p3 {
  background: linear-gradient(160deg, #0a1a10, #162a1c 55%, #2d5438);
}

/* Pause: absolute z-10 size-10 — Joe Broker: top-16 left-16 lg:bottom-16 lg:right-16 */
.hpause {
  position: absolute;
  left: 4rem;
  top: 4rem;
  z-index: 50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .5);
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.hpause:hover {
  background: rgba(255, 255, 255, .15);
}

@media (min-width: 1024px) {
  .hpause {
    left: auto;
    top: auto;
    right: 4rem;
    bottom: 4rem;
  }
}

/* Mobile: show copy differently */
.hmob-copy {
  display: none;
}

.hmob-title {
  display: none;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  z-index: 2;
  width: 280px;
}

@media (max-width: 720px) {
  .hl {
    width: 100%;
    flex: none;
  }

  .hr {
    position: absolute;
    inset: 0;
    opacity: .2;
    z-index: 0;
  }

  .hcopy {
    display: none;
  }

  .hmob-copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
    margin-top: auto;
  }

  .hmob-title {
    display: block;
  }

  #hw {
    height: 100vh;
  }
}

/* ══════════════════════════════════════════════════════
   PHONE SECTION — CSS sticky, exact Joe Broker
   pin-spacer-phone-slider: 5 × 100vh scroll budget
══════════════════════════════════════════════════════ */
#pw {
  height: 500vh;
  position: relative;
}

#ps {
  position: sticky;
  top: 60px;
  height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pstage {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
}

/* Text containers — absolute L/R */
/* Joe Broker: absolute cover:h-full w-full cover:w-[250px] xl:w-[300px] flex flex-col justify-center */
/* cover:mr-[60%] xl:mr-[50%] = left panel */
/* cover:ml-[60%] xl:ml-[50%] = right panel */
.tc {
  position: absolute;
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease, transform .5s ease;
}

.tc.L {
  left: 1.5rem;
  transform: translateX(-20px);
}

.tc.R {
  right: 1.5rem;
  transform: translateX(20px);
}

.tc.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) !important;
}

/* Joe Broker: text-xl sm:text-3xl font-bold */
.tc-h {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* Joe Broker: ul with checkmarks */
.tc-ul {
  list-style: none;
  padding: 0;
}

.tc-ul li {
  /*display: flex;*/
  align-items: flex-start;
  gap: .5rem;
  font-size: .9rem;
  line-height: 1.6;
  color: var(--pb);
  padding: .3rem 0;
}

.tc-ul li::before {
  content: '✓';
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: .1rem;
  margin-right: 10px;
}

/* Decorative SVG arrows */
.tc-deco {
  margin-top: .875rem;
}

.tc-cta {
  margin-top: 1.5rem;
}

/* Phone frame */
/* Joe Broker: shadow-phoneShadow aspect-phone cover:h-[588px] rounded-[31px] border-6 border-black */
#pf {
  height: min(588px, calc(100vh - 120px));
  aspect-ratio: 9 / 18;
  border-radius: 25px;
  border: 6px solid #111;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1.5px #222, 0 28px 72px rgba(0, 0, 0, .45);
  z-index: 10;
  flex-shrink: 0;
}

/* Dynamic island */
.pnotch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 6px;
  background: #111;
  border-radius: 3px;
  z-index: 20;
}

/* Phone screens */
.psc {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .35s ease;
  overflow: hidden;
  background: #fff;
}

.psc.on {
  opacity: 1;
}

/* ── Phone UI atoms ── */
.sb {
  display: flex;
  justify-content: space-between;
  padding: 6px 12px 2px;
  font-size: 8px;
  font-weight: 700;
  color: #1d1f23
}

.phg {
  background: #8fb88f;
  padding: 8px 12px 11px
}

.phw {
  background: #fff;
  padding: 8px 12px 7px;
  border-bottom: 1px solid #f0f0ee
}

.pht {
  font-size: 11px;
  font-weight: 800;
  color: #1d1f23
}

.phg .pht {
  color: #fff
}

.phxs {
  font-size: 8px;
  color: rgba(255, 255, 255, .75);
  margin-top: 1px
}

.phbig {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin: 2px 0
}

.phsub {
  font-size: 7.5px;
  color: rgba(255, 255, 255, .65);
  margin-top: 2px
}

.li {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-bottom: 1px solid #f3f5f0
}

.li:last-of-type {
  border-bottom: none
}

.av {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8fb88f, #6fa06f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 8.5px;
  font-weight: 800;
  flex-shrink: 0
}

.ln {
  font-size: 9.5px;
  font-weight: 600;
  color: #1d1f23
}

.ls {
  font-size: 8px;
  color: #888;
  margin-top: 1px
}

.rb {
  margin-left: auto;
  font-size: 7px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 999px;
  white-space: nowrap
}

.ok {
  background: #dcf0dc;
  color: #256225
}

.wa {
  background: #fef3e0;
  color: #8a4800
}

.er {
  background: #fde8ea;
  color: #8a1a28
}

.pcard {
  margin: 5px 9px;
  background: #f6f8f4;
  border-radius: 9px;
  padding: 8px 10px;
  border: 1px solid #e8ece6
}

.pct {
  font-size: 7.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #888;
  margin-bottom: 4px
}

.prg {
  height: 4px;
  background: #e0e4de;
  border-radius: 2px;
  overflow: hidden
}

.prf {
  height: 100%;
  background: #8fb88f;
  border-radius: 2px
}

.psrc {
  margin: 5px 9px;
  background: #f3f5f0;
  border-radius: 7px;
  padding: 4px 9px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 8.5px;
  color: #888
}

.psh {
  padding: 3px 12px;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #888;
  background: #f8faf5
}

.pt {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 5px 12px;
  border-bottom: 1px solid #f3f5f0
}

.tcd {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #8fb88f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7px;
  flex-shrink: 0;
  margin-top: 1px
}

.tco {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1.5px solid #c8dcc8;
  flex-shrink: 0;
  margin-top: 1px
}

.pm {
  margin: 4px 9px;
  padding: 7px 10px;
  border-radius: 9px;
  border: 1px solid #e0e4de
}

.pm.warn {
  border-color: #ffd066;
  background: #fffbf0
}

.pmn {
  font-size: 9.5px;
  font-weight: 700;
  color: #1d1f23
}

.pms {
  font-size: 7.5px;
  color: #888;
  margin-top: 1px
}

.pmst {
  font-size: 7.5px;
  margin-top: 3px
}

.bn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-around;
  padding: 5px 0 9px
}

.bni {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  font-size: 6.5px;
  color: #888;
  font-weight: 600
}

.bni.on {
  color: #8fb88f
}

.bnii {
  font-size: 12px
}

/* hide text panels on small screens */
@media (max-width: 960px) {
  .tc {
    display: none;
  }

  #pw {
    height: 300vh;
  }
}

/* ══ SAFETY ══ */
#safety {
  background: var(--bg);
  padding: 5rem 0 3.5rem;
  position: relative;
  z-index: 20;
}

.s-head {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
}

.s-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.s-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--lb);
  padding: 3rem 2rem 5rem;
}

.s-item:last-child {
  border-right: none;
}

.s-inner {
  max-width: 300px;
}

.s-inner p {
  font-size: .9rem;
  line-height: 1.7;
}

.s-inner strong {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

@media (max-width: 768px) {
  .s-grid {
    grid-template-columns: 1fr;
  }

  .s-item {
    border-right: none;
    border-bottom: 1px solid var(--lb);
    padding: 2rem;
  }

  .s-item:last-child {
    border-bottom: none;
  }
}

/* ══ ABOUT ══ */
#about {
  position: relative;
  z-index: 30;
  margin: 0 1.5rem 1.5rem;
}

.ag {
  display: grid;
  grid-template-columns: 2fr 3fr;
  border-radius: .75rem;
  overflow: hidden;
}

.aimg {
  background: linear-gradient(150deg, #1a3520, #2d5c38, #4a8050);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acopy {
  background: var(--ng);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.acopy::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(29, 31, 35, .12) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}

.alb {
  font-size: .9rem;
  color: var(--mg);
  margin-bottom: .5rem;
  position: relative;
  z-index: 1;
}

.ah {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--pb);
  position: relative;
  z-index: 1;
}

.ap {
  font-size: .9rem;
  line-height: 1.72;
  color: rgba(29, 31, 35, .82);
  position: relative;
  z-index: 1;
}

.acta {
  margin-top: 1.25rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .ag {
    grid-template-columns: 1fr;
  }

  .aimg {
    min-height: 200px;
  }
}

/* ══ FAQ ══ */
#faq {
  position: relative;
  z-index: 30;
  background: var(--bg);
  padding: 0 1.5rem;
}

.fi {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  align-items: stretch;
}

.fbox {
  flex: 1;
  background: #fff;
  border-radius: .75rem;
  padding: 2rem;
}

.ftitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.fitem {
  border-bottom: 1px solid var(--lb);
}

.fq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--f);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--pb);
  text-align: left;
  gap: .75rem;
}

.fq img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform .3s;
}

.fitem.open .fq img {
  transform: rotate(-90deg);
}

.fb {
  display: none;
  padding: .25rem 0 1rem;
  font-size: .9rem;
  line-height: 1.7;
  color: rgba(29, 31, 35, .7);
}

.fitem.open .fb {
  display: block;
}

.fimg {
  width: 50%;
  flex-shrink: 0;
  border-radius: .75rem;
  overflow: hidden;
  background: linear-gradient(150deg, #1a3520, #2d5c38, #3d6845);
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fcta {
  display: flex;
  justify-content: center;
  padding: 2rem 0 1.5rem;
}

@media (max-width: 768px) {
  .fi {
    flex-direction: column;
  }

  .fimg {
    width: 100%;
    min-height: 180px;
  }
}

/* ══ QUICKSTART ══ */
#qs {
  position: relative;
  z-index: 30;
  background: var(--bg);
  padding: 3rem 1.5rem;
}

.qsh {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-left: 5rem;
}

.qsg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.qsc {
  border: 1px solid var(--lb);
  border-left: none;
  padding: 5rem 2rem 3rem;
  position: relative;
}

.qsc:first-child {
  border-left: 1px solid var(--lb);
}

.qsc h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.qsc p {
  font-size: .9rem;
  line-height: 1.65;
  color: rgba(29, 31, 35, .7);
}

.qa1 {
  position: absolute;
  bottom: -1.5rem;
  right: -2.5rem;
  z-index: 10;
  display: none;
}

.qa2 {
  position: absolute;
  top: -1rem;
  right: -2.5rem;
  z-index: 10;
  display: none;
}

@media (min-width: 768px) {

  .qa1,
  .qa2 {
    display: block;
  }
}

.qscta {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 1.5rem;
}

@media (max-width: 768px) {
  .qsg {
    grid-template-columns: 1fr;
  }

  .qsc {
    border-right: 1px solid var(--lb);
    border-bottom: 1px solid var(--lb);
    padding: 2rem;
  }

  .qsh {
    padding-left: 0;
    text-align: center;
  }
}

/* ══ FOOTER ══ */
footer {
  background: var(--bg);
}

.fw {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .fw {
    flex-direction: row;
  }
}

.fl {
  flex: 2;
  padding: 2rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  row-gap: .4rem;
  border-top: .5px solid var(--lb);
  border-bottom: .5px solid var(--lb);
}

@media (min-width: 768px) {
  .fl {
    border-right: .5px solid var(--lb);
    padding: 2rem 2rem 2rem 6rem;
  }
}

.fl a,
.fl button {
  font-size: .9375rem;
  line-height: 1.53;
  color: var(--pb);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--f);
  text-align: left;
  padding: 0;
}

.fl a:hover {
  opacity: .5;
}

.fsoc {
  flex: 1;
  padding: 2rem 1.5rem;
  border-top: .5px solid var(--lb);
  border-bottom: .5px solid var(--lb);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .fsoc {
    align-items: center;
    justify-content: center;
    padding: 0 4rem 0 0;
  }
}

.ficons {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.ficons a svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  color: var(--pb);
}

.fdisc {
  font-size: .75rem;
  line-height: 1.55;
  color: var(--pb);
  padding: 2.5rem 1.5rem 8rem;
}

@media (min-width: 1024px) {
  .fdisc {
    width: 66%;
    padding: 2.5rem 1.5rem 8rem 4rem;
  }
}

@media (max-width: 768px) {
  .fl {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    grid-template-rows: none;
  }
}

.g_grain_overlay {
  z-index: 2147483647;
  opacity: 1;
  mix-blend-mode: color-dodge;
  background-image: url(/img/grain.png);
  background-position: 0 0;
  background-attachment: scroll;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.g_grain_overlay.u-grain-animate {
  z-index: 999999999;
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: normal;
  background-size: auto;
  background-attachment: fixed;
  width: 200%;
  height: 200vh;
  inset: -50% 0% 0% -50%;
}