/* gametester.de / gametester.app - Main Styles */

:root {
  --bg:       #080a0d;
  --bg2:      #0d1117;
  --surface:  #111720;
  --panel:    #151d28;
  --border:   #1e2a38;
  --text:     #94a3b8;
  --text-dim: #4a5e72;
  --text-hi:  #e2e8f0;
  --blue:     #3dbf8f;
  --blue-l:   #7de0bc;
  --indigo:   #3dbf8f;
  --purple:   #5dd4a8;
  --teal:     #14b8a6;
  --gold:     #d4a853;
  --red:      #f87171;
  --green:    #7de0bc;

  --g-hero:   linear-gradient(135deg, #060e0b 0%, #0b1a13 50%, #060e0b 100%);
  --g-accent: linear-gradient(135deg, #3dbf8f, #5dd4a8);
  --g-warm:   linear-gradient(135deg, #d4a853, #f59e0b);
  --g-card:   linear-gradient(160deg, #151d28 0%, #0d1117 100%);
  --g-green:  linear-gradient(135deg, #3dbf8f, #5dd4a8);

  --poppins: 'Poppins', sans-serif;
  --roboto:  'Roboto', sans-serif;
  --mono:    'Space Mono', monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--roboto); overflow-x: hidden; font-weight: 400; }

/* BG Blobs */
.bg-blob {
  position: fixed;
  border-radius: 50%;
  filter: blur(130px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.07;
}
.bg-blob-1 { width: 600px; height: 600px; background: #3dbf8f; top: -200px; left: -200px; }
.bg-blob-2 { width: 500px; height: 500px; background: #5dd4a8; top: 30%; right: -150px; }
.bg-blob-3 { width: 400px; height: 400px; background: #1f8c66; bottom: 20%; left: 20%; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  height: 64px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 2.5rem;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.logo {
  font-family: var(--poppins);
  font-size: 1.3rem; font-weight: 900;
  background: var(--g-accent);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  font-family: var(--roboto); font-size: .82rem; font-weight: 500;
  color: #6b7280; text-decoration: none;
  text-transform: uppercase; letter-spacing: .08em;
  transition: color .2s;
}
.nav-links a:hover { color: #1f8c66; }
.nav-btn {
  font-family: var(--poppins); font-size: .75rem; font-weight: 700;
  color: #fff;
  background: var(--g-accent);
  padding: .55rem 1.4rem;
  text-decoration: none;
  letter-spacing: .04em;
  border-radius: 4px;
  transition: opacity .2s, box-shadow .2s;
}
.nav-btn:hover { opacity: .9; box-shadow: 0 4px 16px rgba(31,140,102,.25); }

/* HERO */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center;
  padding: 8rem 2rem 6rem;
  position: relative; z-index: 1;
  overflow: hidden;
  background: #eaf6f1;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 220% 95% at 50% 118%, rgba(10,90,60,.75) 0%, transparent 46%),
    radial-gradient(ellipse 150% 70% at 30% 88%, rgba(31,140,102,.4) 0%, transparent 50%),
    radial-gradient(ellipse 150% 70% at 70% 88%, rgba(61,191,143,.35) 0%, transparent 50%),
    linear-gradient(160deg, #edfaf4 0%, #d4f0e4 30%, #b8e8d4 60%, #90d9bf 100%);
}
.hero-rays {
  position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden;
}
.hero-rays svg {
  position: absolute; bottom: -5%; left: 50%;
  transform: translateX(-50%);
  width: 200%; max-width: 2000px;
}
.hero-horizon {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 40%; pointer-events: none; z-index: 2;
  background: linear-gradient(0deg,
    rgba(61,191,143,.12) 0%, rgba(93,212,168,.05) 50%, transparent 100%);
}
#hero-canvas {
  position: absolute; inset: 0; pointer-events: none; z-index: 3;
}
.hero-content {
  position: relative; z-index: 10;
  display: flex; flex-direction: column; align-items: center;
}
.badge {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--roboto); font-size: .72rem; font-weight: 600;
  color: #1f8c66;
  border: 1px solid rgba(31,140,102,.35);
  background: rgba(61,191,143,.1);
  padding: .38rem 1.1rem; border-radius: 100px;
  margin-bottom: 2.2rem; letter-spacing: .06em;
}
.badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #3dbf8f;
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.8)} }
.hero-title {
  font-family: var(--poppins);
  font-size: clamp(3.4rem, 10vw, 9rem);
  font-weight: 900; line-height: .95; letter-spacing: -0.03em;
  color: #1f8c66; margin-bottom: 1.75rem;
}
.hero-title .grad {
  background: linear-gradient(135deg, #0d8c5c 0%, #3dbf8f 45%, #7de0bc 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-title .grad2 {
  background: linear-gradient(135deg, #3dbf8f 0%, #5dd4a8 50%, #a8f0d8 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub {
  font-family: var(--roboto); font-size: clamp(.9rem, 1.6vw, 1.08rem);
  font-weight: 400; color: #1a4035;
  max-width: 560px; line-height: 1.9; margin-bottom: 3rem;
}
.hero-trust {
  display: flex; gap: 1.2rem; flex-wrap: wrap;
  justify-content: center; margin-top: 1.25rem;
  padding: .6rem 1.25rem;
  border-radius: 50px;
}
.trust-item {
  display: flex; align-items: center; gap: .45rem;
  font-family: var(--poppins); font-size: .8rem; font-weight: 700; color: #ffffff;
}
.trust-item .material-symbols-outlined { font-size: 1.3rem; color: #ffffff; font-variation-settings: "FILL" 1; }

/* WIDGETS */
.widgets {
  display: flex; gap: 1px; flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
  max-width: 820px; width: 100%;
  background: var(--border);
  border-radius: 8px; overflow: hidden;
  position: relative; z-index: 1;
}
.widget {
  background: var(--g-card);
  padding: 1.4rem 1.8rem;
  flex: 1; min-width: 160px;
  position: relative; overflow: hidden;
}
.widget::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--g-accent);
}
.widget.w-warn::before { background: linear-gradient(90deg, var(--red), #fb923c); }
.widget.w-gold::before { background: linear-gradient(90deg,#1f8c66,#5dd4a8); }
.widget.w-green::before { background: linear-gradient(135deg,#3dbf8f,#5dd4a8); }
.w-label {
  font-family: var(--roboto); font-size: .7rem; font-weight: 600;
  color: #3dbf8f; text-transform: uppercase;
  letter-spacing: .1em; margin-bottom: .7rem;
}
.w-val {
  font-family: var(--mono); font-size: 1.6rem; font-weight: 700;
  color: var(--text-hi); line-height: 1;
}
.widget.w-warn .w-val { color: var(--red); }
.widget.w-gold .w-val { color: #3dbf8f; }
.widget.w-green .w-val { color: var(--green); }
.w-sub { font-family: var(--roboto); font-size: .72rem; color: var(--text-dim); margin-top: .45rem; }
.live-dot {
  display: inline-block; width: 5px; height: 5px;
  background: var(--red); border-radius: 50%; margin-right: 5px;
  animation: pulse 1.4s ease-in-out infinite;
}

/* Hero widget light override */
.hero .widgets {
  background: rgba(61,191,143,.12);
  border: 1px solid rgba(61,191,143,.2);
  box-shadow: 0 4px 40px rgba(61,191,143,.1);
}
.hero .widget { background: rgba(240,252,247,.82); backdrop-filter: blur(10px); }
.hero .widget::before { background: linear-gradient(90deg,#1f8c66,#3dbf8f); }
.hero .widget.w-warn::before { background: linear-gradient(90deg,#dc2626,#ef4444); }
.hero .widget.w-gold::before { background: linear-gradient(90deg,#1f8c66,#3dbf8f); }
.hero .w-label { color: #1f8c66; }
.hero .w-val { color: #1c1917; }
.hero .widget.w-warn .w-val { color: #dc2626; }
.hero .widget.w-gold .w-val { color: #1f8c66; }
.hero .w-sub { color: #3a5c50; }
.hero .live-dot { background: #dc2626; }

/* BUTTONS */
.btns { display: flex; gap: .85rem; flex-wrap: wrap; justify-content: center; position: relative; z-index: 1; }
.btn-primary {
  font-family: var(--poppins); font-size: .82rem; font-weight: 700;
  color: #fff; background: var(--g-accent);
  padding: .95rem 2.2rem; text-decoration: none;
  border-radius: 6px; letter-spacing: .02em;
  transition: opacity .2s, box-shadow .3s;
  box-shadow: 0 4px 24px rgba(31,140,102,.25);
}
.btn-primary:hover { opacity: .9; box-shadow: 0 8px 32px rgba(99,102,241,.45); }
.btn-ghost {
  font-family: var(--poppins); font-size: .82rem; font-weight: 600;
  color: #1a4035; border: 1px solid rgba(180,83,9,.25);
  padding: .95rem 2.2rem; text-decoration: none;
  border-radius: 6px; letter-spacing: .02em;
  background: rgba(255,253,247,.6);
  transition: border-color .2s, color .2s, background .2s;
}
.btn-ghost:hover { border-color: #3dbf8f; color: #1f8c66; background: rgba(61,191,143,.08); }

/* TICKER */
.ticker-wrap {
  overflow: hidden; padding: .7rem 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  position: relative; z-index: 1;
}
.ticker { display: flex; gap: 2.5rem; white-space: nowrap; animation: scroll 38s linear infinite; }
@keyframes scroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.t-item {
  font-family: var(--roboto); font-size: .72rem; font-weight: 500;
  color: var(--text-dim); text-transform: uppercase; letter-spacing: .12em;
}
.t-item::before { content: '◆'; margin-right: .75rem; font-size: .5rem;
  background: var(--g-accent); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; }

/* SECTIONS */
section { position: relative; z-index: 1; isolation: isolate; }
#how { background: transparent; }
#faq { background: #f8faf9; }
.inner { max-width: 1160px; margin: 0 auto; padding: 6rem 2rem; }

.s-eyebrow {
  font-family: var(--roboto); font-size: .75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .16em;
  color: #3dbf8f;
  margin-bottom: 1rem;
}
.s-title {
  font-family: var(--poppins);
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  font-weight: 800; color: #ffffff;
  line-height: 1; letter-spacing: -0.03em;
  margin-bottom: .9rem;
}
#how .s-title { color: #ffffff !important; }
#faq .s-title { color: #0d3d28; }
.s-desc { font-size: .92rem; color: #7a90a8; max-width: 520px; line-height: 1.85; }

/* HOW section */
.how-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 90% 70% at 0% 50%, rgba(31,140,102,.28) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 100% 30%, rgba(61,191,143,.2) 0%, transparent 50%),
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(10,90,60,.35) 0%, transparent 55%),
    radial-gradient(ellipse 100% 50% at 50% 0%, rgba(93,212,168,.12) 0%, transparent 60%),
    linear-gradient(135deg, #071510 0%, #0c1f17 40%, #081a12 70%, #060e09 100%);
}
.how-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(61,191,143,.18) 1px, transparent 1px);
  background-size: 28px 28px;
}
.how-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative; z-index: 1;
}
@media(max-width: 768px) { .how-inner { grid-template-columns: 1fr; gap: 2.5rem; } }
.how-left .s-title { color: #ffffff !important; }
.how-left .s-desc { color: #ffffff; max-width: 380px; }

.how-dots {
  display: flex; gap: .6rem;
  margin-top: 2.5rem; flex-wrap: wrap;
}
.how-dot {
  font-family: var(--mono); font-size: .65rem; font-weight: 700;
  letter-spacing: .08em;
  padding: .35rem .85rem;
  border-radius: 99px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.4);
  cursor: pointer;
  transition: all .25s;
}
.how-dot:hover {
  border-color: rgba(61,191,143,.4);
  color: #a8f0d8;
}
.how-dot.active {
  background: linear-gradient(135deg, #1f8c66, #3dbf8f);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 14px rgba(61,191,143,.35);
}

.how-progress-wrap {
  margin-top: 1.5rem;
  height: 3px;
  background: rgba(255,255,255,.1);
  border-radius: 99px;
  overflow: hidden;
  max-width: 200px;
}
.how-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #1f8c66, #3dbf8f);
  border-radius: 99px;
  width: 0%;
  transition: width 0.05s linear;
}

/* SLIDES */
.how-right {
  position: relative;
  overflow: hidden;
  cursor: grab;
  margin-left: -27px;
  margin-right: -27px;
}
.how-right:active { cursor: grabbing; }

.how-slides {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.45s cubic-bezier(.4,0,.2,1);
  will-change: transform;
  user-select: none;
  padding-left: 14px;
}

.how-slide {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(61,191,143,.12);
  border-radius: 16px;
  padding: 1.4rem 1.25rem;
  padding-top: 1.8rem;
  backdrop-filter: blur(8px);
  transition: border-color .3s, opacity .3s;
  opacity: 0.45;
  position: relative;
}
.how-slide.active {
  border-color: rgba(61,191,143,.35);
  opacity: 1;
}

.how-slide-num {
  font-family: var(--mono); font-size: .75rem; font-weight: 700;
  color: #ffffff;
  letter-spacing: .08em;
  position: absolute;
  top: 12px; right: 1.25rem;
  text-align: right;
  line-height: 1;
  z-index: 2;
}
.how-slide-icon {
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}
.how-slide-icon .material-symbols-outlined {
  font-size: 1.5rem; color: #ffffff;
  font-variation-settings: "FILL" 1;
}
.how-slide-title {
  font-family: var(--poppins); font-size: 1.25rem; font-weight: 700;
  color: #ffffff; line-height: 1.1;
  margin-bottom: .65rem; letter-spacing: -0.03em;
}
.how-slide-text {
  font-family: var(--roboto); font-size: .82rem;
  color: rgba(255,255,255,.88); line-height: 1.7;
  margin-bottom: 1.25rem;
}
.how-slide-tag {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--poppins); font-size: .72rem; font-weight: 700;
  color: #3dbf8f;
  background: rgba(61,191,143,.1);
  border: 1px solid rgba(61,191,143,.25);
  padding: .4rem .9rem; border-radius: 99px;
  width: fit-content;
}
.how-slide-tag .material-symbols-outlined {
  font-size: .85rem;
  font-variation-settings: "FILL" 1;
}

/* STUDIOS */
.studios-section { background: #f8faf9; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.studios-section .inner { padding-top: 3rem; padding-bottom: 2rem; }
.studios-section .s-eyebrow { color: #1f8c66; }
.studios-section .s-title { color: #0d3d28; }
.studios-section .s-desc { color: #4b6e5e; }
.ss-name { color: #0d3d28 !important; }
.ss-game { color: #6b8a7a !important; }

.studio-slider-wrap {
  position: relative;
  margin: 0;
  padding: .5rem 0;
  overflow: hidden;
}

.slider-fade-left,
.slider-fade-right {
  position: absolute; top: 0; bottom: 0;
  width: 180px; z-index: 5; pointer-events: none;
}
.slider-fade-left {
  left: 0;
  background: linear-gradient(90deg, #f8faf9 0%, transparent 100%);
}
.slider-fade-right {
  right: 0;
  background: linear-gradient(270deg, #f8faf9 0%, transparent 100%);
}

.slider-track {
  overflow: hidden;
  padding: 0 180px;
  pointer-events: none;
  user-select: none;
}

.slider-inner {
  display: flex;
  gap: .75rem;
  width: max-content;
  animation: slide-ltr 55s linear infinite;
  will-change: transform;
}
.slider-inner--rtl {
  animation: slide-rtl 60s linear infinite;
}
@keyframes slide-ltr {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes slide-rtl {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

.studio-slide {
  padding: .65rem 1.2rem;
  min-width: 180px;
  flex-shrink: 0;
}

.ss-name {
  font-family: var(--poppins);
  font-size: .82rem; font-weight: 700;
  color: #5dd4a8;
  margin-bottom: .18rem;
  white-space: nowrap;
}
.ss-game {
  font-family: var(--mono);
  font-size: .6rem;
  color: var(--text-dim);
  white-space: nowrap;
}

/* URGENCY */
.urgency-section {
  border-top: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 100% 50%, rgba(31,140,102,.25) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 0% 30%, rgba(61,191,143,.18) 0%, transparent 50%),
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(10,90,60,.3) 0%, transparent 55%),
    linear-gradient(135deg, #071510 0%, #0c1f17 40%, #081a12 70%, #060e09 100%);
}
.urgency-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(61,191,143,.15) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.urgency-bar {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(61,191,143,.08);
  border: 1px solid rgba(61,191,143,.25);
  padding: .5rem 1.2rem; border-radius: 100px;
  font-family: var(--roboto); font-size: .75rem; font-weight: 500;
  color: #3dbf8f; margin-bottom: 2.5rem;
}
.lstats { display: flex; gap: 3rem; flex-wrap: wrap; justify-content: center; margin-top: 4rem; }
.lstat { text-align: center; }
.lstat-n {
  font-family: var(--mono); font-size: 3rem; font-weight: 700;
  background: linear-gradient(135deg,#3dbf8f,#5dd4a8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1;
}
.lstat-n.gold { background: var(--g-warm); -webkit-background-clip: text; background-clip: text; }
.lstat-l { font-family: var(--roboto); font-size: .72rem; font-weight: 500; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .1em; margin-top: .5rem; }

/* REGISTER */
#register { background: #f8faf9; border-top: 1px solid #e5ede9; }
#register .s-eyebrow { color: #1f8c66; }
#register .s-title { color: #0d3d28 !important; }
.reg-widgets-row { margin-top: 2rem; }

.status-panel {
  background: #f0faf6;
  border: 1px solid #c8edde;
  padding: 2rem; border-radius: 10px;
}
.sp-inline { padding: 1.5rem 2rem; }
.sp-head {
  font-family: var(--roboto); font-size: .72rem; font-weight: 500;
  color: #4a7a68; text-transform: uppercase;
  letter-spacing: .12em; margin-bottom: 1.75rem;
}
.bar-group { margin-bottom: 1.4rem; }
.bar-labels { display: flex; justify-content: space-between; font-family: var(--roboto); font-size: .75rem; color: #4a7a68; margin-bottom: .5rem; }
.bar-labels span:last-child { font-family: var(--mono); font-weight: 700; color: #0d3d28; }
.bar-track { height: 5px; background: #d8f0e8; border-radius: 99px; overflow: hidden; }
.bar-fill { height: 100%; background: linear-gradient(90deg,#1f8c66,#3dbf8f); border-radius: 99px; transition: width 1.2s cubic-bezier(.4,0,.2,1); }
.bar-fill.warn { background: linear-gradient(90deg, var(--red), #fb923c); }
.sp-cell { background: #eaf6f1; padding: 1rem 1.1rem; }
.sp-cell-lbl { font-family: var(--roboto); font-size: .65rem; font-weight: 500; color: #4a7a68; text-transform: uppercase; letter-spacing: .1em; margin-bottom: .4rem; }
.sp-cell-val { font-family: var(--mono); font-size: 1.1rem; font-weight: 700; color: #1f8c66; }
.sp-note { font-size: .78rem; color: #5a8a78; line-height: 1.75; }
.sp-note strong { color: #0d3d28; }

/* REGISTER FORM */
#register-form {
  background:
    radial-gradient(ellipse 90% 70% at 100% 50%, rgba(31,140,102,.28) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 0% 30%, rgba(61,191,143,.2) 0%, transparent 50%),
    linear-gradient(135deg, #071510 0%, #0c1f17 40%, #081a12 70%, #060e09 100%);
  border-top: 1px solid rgba(61,191,143,.1);
  position: relative;
}
#register-form::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(61,191,143,.13) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
#register-form .inner { position: relative; z-index: 1; }
#register-form .reg-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }

.reg-form { display: flex; flex-direction: column; gap: 1rem; }
.f-group { display: flex; flex-direction: column; gap: .4rem; }
.f-label { font-family: var(--roboto); font-size: .7rem; font-weight: 500; color: #4a7a68; text-transform: uppercase; letter-spacing: .1em; }
.f-input, .f-select {
  background: #ffffff; border: 1px solid #d1e8df;
  color: #0d3d28; padding: .85rem 1rem;
  font-family: var(--roboto); font-size: .88rem;
  outline: none; width: 100%;
  border-radius: 6px;
  transition: border-color .2s, box-shadow .2s;
  appearance: none;
}
.f-input:focus, .f-select:focus {
  border-color: #3dbf8f;
  box-shadow: 0 0 0 3px rgba(61,191,143,.12);
}
.f-input::placeholder { color: #9bb8ad; }
.f-select option { background: #ffffff; color: #0d3d28; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.f-submit {
  font-family: var(--poppins); font-size: .85rem; font-weight: 700;
  color: #fff; background: var(--g-accent); border: none;
  padding: 1.1rem; cursor: pointer;
  border-radius: 6px; letter-spacing: .02em;
  transition: opacity .2s, box-shadow .3s;
  box-shadow: 0 4px 20px rgba(31,140,102,.25);
}
.f-submit:hover { opacity: .92; box-shadow: 0 8px 28px rgba(31,140,102,.4); }

/* Upsell */
.upsell-box {
  display: flex; align-items: flex-start; gap: .85rem;
  padding: .85rem 1rem;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(61,191,143,.25);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  user-select: none;
}
.upsell-box:hover { border-color: #3dbf8f; }
.upsell-box.checked { border-color: #3dbf8f; background: rgba(255,255,255,.95); }
.upsell-left { flex-shrink: 0; }
.upsell-check {
  width: 20px; height: 20px;
  border: 2px solid #c8edde;
  border-radius: 4px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.upsell-box.checked .upsell-check { background: #3dbf8f; border-color: #3dbf8f; }
.upsell-check input { display: none; }
.upsell-checkmark { font-size: .7rem; color: #fff; opacity: 0; transition: opacity .2s; font-weight: 700; }
.upsell-box.checked .upsell-checkmark { opacity: 1; }
.upsell-mid { flex: 1; display: flex; flex-direction: column; gap: .2rem; }
.upsell-title {
  font-family: var(--poppins); font-size: .8rem; font-weight: 700;
  color: #0d3d28;
  display: flex; align-items: center; gap: .4rem; flex-wrap: nowrap; white-space: nowrap;
}
.upsell-optional {
  font-family: var(--roboto); font-size: .58rem; font-weight: 500;
  color: #5a8a78; background: rgba(61,191,143,.1);
  border: 1px solid rgba(61,191,143,.2);
  padding: .1rem .4rem; border-radius: 99px;
  text-transform: uppercase; letter-spacing: .08em;
  white-space: nowrap;
}
.upsell-desc {
  font-family: var(--roboto); font-size: .7rem;
  color: #5a8a78; line-height: 1.4;
}
.upsell-price {
  font-family: var(--mono); font-size: .82rem; font-weight: 700;
  color: #1f8c66; margin-top: .3rem; display: block;
}

/* Success */
.success-box { display: none; padding: 2.5rem 1rem; text-align: center; }
.success-box.show { display: block; }
.success-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.success-title { font-family: var(--poppins); font-size: 2.2rem; font-weight: 800; color: var(--text-hi); margin-bottom: .75rem; }
.success-msg { font-size: .85rem; color: var(--text-dim); line-height: 1.8; }
.success-msg strong { color: var(--text-hi); }

/* FAQ */
.faq-section { border-top: 1px solid var(--border); background: var(--bg2); }
#faq .s-eyebrow { color: #3dbf8f; }
#faq .s-title { color: #0f1a15; }
.faq-list { margin-top: 4rem; display: flex; flex-direction: column; gap: .75rem; }
details.faq { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; transition: border-color .2s; }
details.faq[open] { border-color: rgba(61,191,143,.4); }
summary.faq-q {
  font-family: var(--poppins); font-size: .9rem; font-weight: 600;
  color: #111827; padding: 1.4rem 1.75rem;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  list-style: none; transition: color .2s;
}
summary.faq-q::-webkit-details-marker { display: none; }
details.faq[open] summary.faq-q { color: #3dbf8f; -webkit-text-fill-color: #3dbf8f; }
.faq-ico { font-size: .9rem; color: #9ca3af; -webkit-text-fill-color: #9ca3af; flex-shrink: 0; transition: transform .25s; }
details.faq[open] .faq-ico { transform: rotate(45deg); }
.faq-a { padding: 0 1.75rem 1.4rem; font-size: .85rem; color: #6b7280; line-height: 1.85; border-top: 1px solid #f3f4f6; padding-top: 1.25rem; }
.faq-a strong { color: #374151; }

/* TOAST */
.toast {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  background: var(--g-card); border: 1px solid var(--border);
  padding: 1rem 1.4rem; z-index: 800;
  border-radius: 10px;
  opacity: 0; transform: translate(60px, 40px);
  transition: opacity .45s cubic-bezier(.22,.68,0,1.2), transform .45s cubic-bezier(.22,.68,0,1.2);
  max-width: 290px; pointer-events: none;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.toast.show { opacity: 1; transform: translate(0,0); pointer-events: auto; }
.toast.hide { opacity: 0; transform: translate(80px, 0); transition: opacity .32s ease-in, transform .32s ease-in; }
.toast-lbl {
  font-family: var(--roboto); font-size: .65rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .12em;
  background: linear-gradient(135deg,#3dbf8f,#5dd4a8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: .35rem;
}
.toast-msg { font-family: var(--roboto); font-size: .8rem; color: var(--text); line-height: 1.5; }
.toast-name { font-weight: 500; color: var(--text-hi); }

/* FOOTER */
footer { background: var(--bg); border-top: 1px solid var(--border); padding: 3rem 2rem; text-align: center; position: relative; z-index: 1; }
.footer-logo {
  font-family: var(--poppins); font-size: 1.3rem; font-weight: 900;
  letter-spacing: .06em; text-transform: uppercase;
  background: var(--g-accent);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: .75rem;
}
.footer-links { display: flex; gap: 1.75rem; justify-content: center; flex-wrap: wrap; margin: 1.25rem 0; }
.footer-links a { font-family: var(--roboto); font-size: .72rem; font-weight: 500; color: var(--text-dim); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; transition: color .2s; }
.footer-links a:hover { color: var(--text-hi); }
.footer-copy { font-family: var(--roboto); font-size: .7rem; color: var(--text-dim); }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Mobile */
@media(max-width:640px) { .nav-links{display:none} .f-row{grid-template-columns:1fr} }
