:root{
  --bg: #070a0f;
  --bg-2: #0b1017;
  --panel: rgba(19, 24, 32, .74);
  --panel-2: rgba(23, 29, 39, .62);
  --text: #eef5fb;
  --muted: #9eafbf;
  --quiet: #728395;
  --brand: #68e3ef;
  --brand-2: #9af6ff;
  --accent: #a8f56d;
  --blue: #31b9ff;
  --danger: #ff6b6b;
  --ok: #5af08d;
  --line: rgba(255,255,255,.105);
  --line-strong: rgba(255,255,255,.17);
  --ring: rgba(104,227,239,.45);
  --shadow: 0 28px 80px rgba(0,0,0,.42);
  --shadow-soft: 0 12px 36px rgba(0,0,0,.26);
  --radius: 24px;
  --gap: clamp(22px, 4vw, 54px);
  --fs-hero: clamp(44px, 7vw, 78px);
  --fs-sub: clamp(18px, 2.2vw, 25px);
  color-scheme: dark;
}

*{ box-sizing:border-box; }
.fdetalk-landing, html{ min-height:100%; background:var(--bg); }
.fdetalk-landing{
  min-height:100%;
  margin:0;
  color:var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height:1.5;
  background:
    radial-gradient(900px 520px at 16% 14%, rgba(168,245,109,.12), transparent 62%),
    radial-gradient(760px 560px at 86% 2%, rgba(49,185,255,.15), transparent 62%),
    radial-gradient(900px 700px at 80% 92%, rgba(104,227,239,.09), transparent 58%),
    linear-gradient(180deg, #080b11 0%, #06080d 100%);
  overflow-x:hidden;
}
/* Reset chat app body grid when marketing CSS is loaded alongside application styles (Turbo) */
body.fdetalk-landing{
  display:block !important;
  max-block-size:none !important;
  grid-template-areas:none !important;
  grid-template-columns:none !important;
  grid-template-rows:none !important;
}
.fdetalk-landing #landing-root{
  display:block;
  width:100%;
}
.fdetalk-landing::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 20%, black, transparent 72%);
  opacity:.42;
}
a{ color:var(--brand-2); text-decoration:none; }
a:hover{ text-decoration:underline; }

.wrap{
  position:relative;
  width:min(1180px, 100%);
  margin:0 auto;
  padding:30px clamp(18px, 3vw, 34px) 76px;
}

header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-bottom: clamp(42px, 7vw, 82px);
}
.logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--text);
  font-weight:850;
  letter-spacing:-.01em;
  text-decoration:none;
  white-space:nowrap;
}
.logo-badge{
  width:34px;
  height:34px;
  border-radius:10px;
  display:block;
  object-fit:contain;
  filter: drop-shadow(0 8px 18px rgba(104,227,239,.18));
}
    .cta-header{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      min-width:0;
    }
    .cta-header .login-form{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      min-width:0;
      margin:0;
    }
.login-fields{
  display:grid;
  grid-template-columns: minmax(138px, 260px);
  gap:10px;
  min-width:0;
}

input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea{
  width:100%;
  color:var(--text);
  background: rgba(255,255,255,.055);
  border:1px solid var(--line-strong);
  border-radius:14px;
  padding:13px 14px;
  font:inherit;
  line-height:1.35;
  transition:border-color .15s ease, box-shadow .15s ease, background .15s ease, transform .15s ease;
}
.login-fields input{ min-height:44px; font-size:14px; }
input::placeholder, textarea::placeholder{ color: color-mix(in oklab, var(--muted) 72%, transparent); }
input:focus-visible, textarea:focus-visible{
  outline:none;
  border-color:transparent;
  box-shadow:0 0 0 4px var(--ring);
  background:rgba(255,255,255,.08);
}
textarea{
  min-height:126px;
  resize:vertical;
  overflow:auto;
}

.btn{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:12px 18px;
  border:1px solid transparent;
  border-radius:999px;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  color:#011117;
  font-size:14px;
  font-weight:850;
  letter-spacing:-.01em;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(104,227,239,.22);
  transition:transform .12s ease, filter .18s ease, box-shadow .18s ease;
  text-decoration:none;
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-1px); filter:brightness(1.04); text-decoration:none; }
.btn:disabled{ opacity:.62; cursor:not-allowed; transform:none; }
.btn.alt{
  color:var(--text);
  background:rgba(255,255,255,.04);
  border-color:var(--line);
  box-shadow:none;
}
.btn.full{ width:100%; }

.fdetalk-landing .wrap main.hero{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(390px, .82fr);
  gap:var(--gap);
  align-items:start;
  width:100%;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 18px;
  padding:7px 10px;
  border:1px solid rgba(104,227,239,.18);
  border-radius:999px;
  background:rgba(104,227,239,.065);
  color:var(--brand-2);
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.eyebrow::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 0 18px rgba(168,245,109,.75);
}
h1{
  margin:0;
  max-width:11.8ch;
  font-size:var(--fs-hero);
  line-height:1.03;
  letter-spacing:-.055em;
  text-wrap:balance;
  font-kerning: normal;
}
.sub{
  margin:22px 0 0;
  max-width:52ch;
  color:var(--muted);
  font-size:var(--fs-sub);
  line-height:1.35;
  text-wrap:balance;
}
.sub strong{
  color:var(--text);
  font-weight:850;
}
.badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:26px 0 36px;
  max-width:680px;
}
.chip{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  color:color-mix(in oklab, var(--text) 90%, var(--muted));
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  font-size:12px;
  font-weight:750;
}
.chip .dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--accent), var(--brand));
  box-shadow:0 0 16px rgba(104,227,239,.55);
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin:0 0 34px;
}
.micro-note{
  color:var(--quiet);
  font-size:13px;
}

.card{
  position:relative;
  padding:clamp(20px, 2.4vw, 30px);
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.03)),
    var(--panel);
  box-shadow:var(--shadow-soft);
  backdrop-filter: blur(18px);
}
.card.featured{
  box-shadow:var(--shadow), 0 0 0 1px rgba(104,227,239,.035);
}

.card.spotlight-blue,
.card.spotlight-green{
  isolation:isolate;
}
.card.spotlight-blue::after,
.card.spotlight-green::after{
  content:"";
  position:absolute;
  inset:-2px;
  z-index:3;
  pointer-events:none;
  border-radius:calc(var(--radius) + 2px);
  opacity:0;
  border:1px solid transparent;
  box-shadow:none;
}
.card.spotlight-blue::after{
  --spotlight-color: 49, 185, 255;
  border-color:rgba(var(--spotlight-color), .62);
}
.card.spotlight-green::after{
  --spotlight-color: 168, 245, 109;
  border-color:rgba(var(--spotlight-color), .62);
}
.card.spotlight-on::after{
  animation: spotlightPulseHoldFade 5s ease forwards;
}
.card.spotlight-settled::after{
  opacity:1;
  inset:-1px;
  border-width:1px;
  border-color:rgba(var(--spotlight-color), .58);
  box-shadow:none;
  transition:opacity .25s ease;
}
@keyframes spotlightPulseHoldFade{
  0%{
    opacity:0;
    inset:-2px;
    border-color:rgba(var(--spotlight-color), .50);
    box-shadow:
      0 0 0 1px rgba(var(--spotlight-color), .20),
      0 0 14px rgba(var(--spotlight-color), .34),
      0 0 42px rgba(var(--spotlight-color), .16);
  }
  12%{
    opacity:1;
    inset:-3px;
    border-color:rgba(var(--spotlight-color), .92);
    box-shadow:
      0 0 0 1px rgba(var(--spotlight-color), .45),
      0 0 26px rgba(var(--spotlight-color), .72),
      0 0 82px rgba(var(--spotlight-color), .30);
  }
  30%{
    opacity:.72;
    inset:-2px;
    border-color:rgba(var(--spotlight-color), .68);
    box-shadow:
      0 0 0 1px rgba(var(--spotlight-color), .25),
      0 0 16px rgba(var(--spotlight-color), .48),
      0 0 54px rgba(var(--spotlight-color), .20);
  }
  48%{
    opacity:1;
    inset:-4px;
    border-color:rgba(var(--spotlight-color), .98);
    box-shadow:
      0 0 0 1px rgba(var(--spotlight-color), .50),
      0 0 32px rgba(var(--spotlight-color), .80),
      0 0 96px rgba(var(--spotlight-color), .34);
  }
  62%{
    opacity:.82;
    inset:-3px;
    border-color:rgba(var(--spotlight-color), .78);
    box-shadow:
      0 0 0 1px rgba(var(--spotlight-color), .35),
      0 0 24px rgba(var(--spotlight-color), .62),
      0 0 72px rgba(var(--spotlight-color), .25);
  }
  80%{
    opacity:1;
    inset:-3px;
    border-color:rgba(var(--spotlight-color), .78);
    box-shadow:
      0 0 0 1px rgba(var(--spotlight-color), .35),
      0 0 24px rgba(var(--spotlight-color), .62),
      0 0 72px rgba(var(--spotlight-color), .25);
  }
  100%{
    opacity:1;
    inset:-1px;
    border-color:rgba(var(--spotlight-color), .58);
    box-shadow:none;
  }
}

.card h2{
  margin:0 0 14px;
  font-size:18px;
  letter-spacing:-.02em;
}
.list{
  display:grid;
  gap:13px;
  padding:0;
  margin:0;
  list-style:none;
}
.list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:color-mix(in oklab, var(--text) 91%, var(--muted));
  font-size:15px;
}
.check{
  flex:none;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:7px;
  color:#04120a;
  background:linear-gradient(135deg, var(--brand), var(--accent));
  font-size:12px;
  font-weight:950;
  transform:translateY(1px);
}
.panel-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:14px;
}
.mini{
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
}
.mini strong{
  display:block;
  margin-bottom:4px;
  font-size:13px;
}
.mini span{
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}

aside.card{
  position:sticky;
  top:22px;
  overflow:visible;
}
aside.card::before{
  content:"";
  position:absolute;
  inset:0;
  height:auto;
  border-radius:inherit;
  background:linear-gradient(90deg, var(--accent), var(--brand), var(--blue)) top center / calc(100% - 4px) 4px no-repeat;
  opacity:.9;
  z-index:1;
  pointer-events:none;
}
.form-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.form-head h2{
  margin:0 0 4px;
  font-size:24px;
}
.hint{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.step-pill{
  flex:none;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(104,227,239,.095);
  color:var(--brand-2);
  border:1px solid rgba(104,227,239,.16);
  font-size:12px;
  font-weight:850;
}
form{ display:grid; gap:16px; }
.field{ display:grid; gap:8px; min-width:0; }
label{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:baseline;
  color:var(--text);
  font-weight:800;
  font-size:13px;
  letter-spacing:-.01em;
}
.label-hint{
  color:var(--quiet);
  font-weight:650;
  font-size:12px;
}
.control{ position:relative; }
#apply input[type="text"], #apply input[type="url"], #apply input[type="email"]{ min-height:51px; }
.status{
  position:absolute;
  right:10px;
  top:50%;
  width:25px;
  height:25px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#04110b;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  opacity:.34;
  font-size:13px;
  font-weight:950;
  transition:opacity .2s ease, background .2s ease;
}
.valid .status{ opacity:1; background:var(--ok); }
.invalid input, .invalid textarea,
.login-fields input.invalid{
  border-color:color-mix(in oklab, var(--danger) 72%, transparent);
}
.login-fields input.invalid{
  box-shadow:0 0 0 3px rgba(255,107,107,.14);
}
.landing-flash{
  position:fixed;
  top:16px;
  left:50%;
  transform:translateX(-50%);
  z-index:100;
  max-width:min(520px, calc(100vw - 32px));
  margin:0;
  padding:12px 18px;
  border-radius:14px;
  font-size:14px;
  line-height:1.4;
  text-align:center;
  color:var(--text);
  background:rgba(20,26,38,.95);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 12px 40px rgba(0,0,0,.35);
}
.landing-flash--alert{
  border-color:color-mix(in oklab, var(--danger) 50%, transparent);
  color:#ffd4d4;
}
.message{
  min-height:16px;
  color:var(--quiet);
  font-size:12px;
  line-height:1.4;
}
.invalid .message{ color:var(--danger); }
.progressive{
  display:grid;
  gap:16px;
  overflow:visible;
  transition:opacity .2s ease, margin .2s ease;
}
.progressive[hidden]{ display:none; }
.trust-steps{
  display:grid;
  gap:9px;
  margin:6px 0 2px;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.075);
  color:var(--muted);
  font-size:12px;
  line-height:1.42;
}
.trust-steps b{ color:var(--text); }
.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.agree{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.035);
  border:1px dashed rgba(255,255,255,.14);
  color:var(--text);
  font-size:13px;
  font-weight:720;
}
.agree input{ transform:translateY(3px); }
.agree.invalid{ border-color:color-mix(in oklab, var(--danger) 70%, transparent); }
.submit-row{
  display:grid;
  justify-items:center;
  gap:10px;
  margin-top:4px;
  text-align:center;
}
.subcopy{
  max-width:48ch;
  color:var(--quiet);
  font-size:12px;
  line-height:1.45;
}

footer{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-top:70px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.09);
  color:var(--quiet);
  font-size:13px;
}

.toast{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:50;
  display:none;
  max-width:min(420px, calc(100vw - 32px));
  padding:13px 15px;
  border:1px solid var(--line-strong);
  border-radius:16px;
  background:rgba(18,23,31,.94);
  color:var(--text);
  box-shadow:var(--shadow);
}
.toast.show{ display:block; animation:pop .2s ease; }
@keyframes pop{ from{ transform:translateY(7px); opacity:0 } to{ transform:translateY(0); opacity:1 } }

.modal-backdrop{
  position:fixed;
  inset:0;
  z-index:60;
  display:none;
  place-items:center;
  padding:18px;
  background:rgba(3,6,10,.72);
  backdrop-filter: blur(10px);
}
.modal-backdrop.show{ display:grid; animation:fadeIn .16s ease; }
.modal{
  width:min(520px, 100%);
  border:1px solid var(--line-strong);
  border-radius:var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035)),
    rgba(18,23,31,.96);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.modal::before{
  content:"";
  display:block;
  height:4px;
  background:linear-gradient(90deg, var(--accent), var(--brand), var(--blue));
  opacity:.9;
}
.modal-body{ padding:24px; }
.modal-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:10px;
}
.modal h2{
  margin:0;
  font-size:22px;
  letter-spacing:-.02em;
}
.modal p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}
.modal-close{
  flex:none;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:var(--text);
  font-size:20px;
  line-height:1;
  cursor:pointer;
}
.modal-close:hover{ background:rgba(255,255,255,.075); }
.modal-actions{
  display:flex;
  justify-content:flex-end;
  margin-top:20px;
}
@keyframes fadeIn{ from{ opacity:0 } to{ opacity:1 } }

@media (max-width: 980px){
  header{ margin-bottom:42px; }
  .fdetalk-landing .wrap main.hero{ grid-template-columns:1fr; }
  h1{ max-width:12ch; }
  aside.card{ position:relative; top:auto; }
}
@media (max-width: 760px){
  header{ align-items:flex-start; }
  .cta-header{ flex-direction:column; align-items:flex-end; }
  .login-fields{ grid-template-columns:minmax(200px, 260px); }
  .panel-grid{ grid-template-columns:1fr; }
  .grid-2{ grid-template-columns:1fr; }
}
@media (max-width: 520px){
  .wrap{ padding-top:22px; }
  header{ flex-direction:column; align-items:stretch; gap:18px; }
  .cta-header{ align-items:stretch; }
  .login-fields{ grid-template-columns:1fr; }
  .hero-actions .btn,
  aside.card .btn,
  .btn.full{ width:100%; }
  .cta-header .btn{ width:auto; }
  h1{ font-size:clamp(40px, 15vw, 62px); max-width:10ch; line-height:1.04; }
  .hero-actions{ align-items:stretch; }
  .micro-note{ text-align:center; }
}
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ animation:none !important; transition:none !important; scroll-behavior:auto !important; }
}
