:root{
  --fde-bg:#090909;--fde-panel:#121214;--fde-panel2:#171719;--fde-gold:#e0aa17;--fde-gold2:#f4dc72;--fde-text:#f5f2e9;--fde-muted:#b9b8b4;--fde-line:rgba(224,170,23,.38)
}
html{scroll-behavior:smooth}
body{margin:0!important;background:var(--fde-bg)!important}
body.fde-modal-open{overflow:hidden!important}
.fde-home{background:radial-gradient(circle at 50% 0%,rgba(224,170,23,.09),transparent 30%),linear-gradient(180deg,#090909,#0c0c0d 55%,#090909);color:var(--fde-text);min-height:100vh;font-family:Arial,Helvetica,sans-serif}
.fde-home *{box-sizing:border-box}
.fde-nav{max-width:1180px;margin:auto;padding:22px 28px;display:flex;align-items:center;justify-content:space-between}
.fde-brand{display:flex;align-items:center;gap:12px;font-size:13px;letter-spacing:.04em;color:#eee}
.fde-brand img{width:50px;height:50px;object-fit:contain;border-radius:50%}
.fde-access{color:var(--fde-gold2)!important;text-decoration:none!important;border:1px solid var(--fde-line);padding:9px 15px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.08em}
.fde-access:hover{background:rgba(224,170,23,.1)}
.fde-hero{max-width:960px;margin:0 auto;text-align:center;padding:92px 28px 72px}
.fde-kicker{font-size:11px;font-weight:800;letter-spacing:.26em;color:var(--fde-gold2);margin-bottom:18px}
.fde-hero h1{font-size:clamp(44px,6vw,78px);line-height:1.02;margin:0 auto 25px;max-width:920px;font-weight:850;letter-spacing:-.035em;background:linear-gradient(90deg,#d89e0f,#f4dc72);-webkit-background-clip:text;background-clip:text;color:transparent}
.fde-subtitle{font-size:clamp(20px,2.5vw,29px);line-height:1.32;max-width:820px;margin:0 auto 20px;color:#f0eee8;font-weight:650}
.fde-curiosity{font-size:16px;line-height:1.62;max-width:720px;margin:0 auto 34px;color:var(--fde-muted)}
.fde-main-cta,.fde-submit{display:inline-flex;justify-content:center;align-items:center;border:none;text-decoration:none!important;background:linear-gradient(90deg,#d99f0f,#f2d96a);color:#121212!important;font-weight:900;letter-spacing:.03em;border-radius:14px;min-height:54px;padding:0 30px;box-shadow:0 15px 40px rgba(224,170,23,.12);cursor:pointer;font-size:14px}
.fde-main-cta:hover,.fde-submit:hover{transform:translateY(-1px);filter:brightness(1.04)}
.fde-note{margin-top:18px;font-size:12px;color:#8f8f8c}
.fde-values{max-width:1080px;margin:0 auto;padding:0 28px 88px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.fde-card{background:linear-gradient(180deg,rgba(26,26,28,.94),rgba(16,16,17,.96));border:1px solid var(--fde-line);border-radius:22px;padding:32px;box-shadow:0 30px 65px rgba(0,0,0,.22)}
.fde-symbol{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(224,170,23,.5);color:var(--fde-gold2);margin-bottom:16px}
.fde-card h2{font-size:17px;color:var(--fde-gold2);margin:0 0 14px;letter-spacing:.03em}
.fde-card p{margin:0;font-size:15px;line-height:1.72;color:#d6d3cc}
.fde-footer{max-width:1080px;margin:auto;padding:28px 28px 42px;border-top:1px solid #222;display:flex;justify-content:space-between;gap:20px;color:#777;font-size:11px}
.fde-footer-links{display:flex;gap:8px}.fde-footer a{color:#9f8b51!important;text-decoration:none!important}

.fde-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:22px}
.fde-modal.is-open{display:flex}
.fde-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(6px)}
.fde-modal-dialog{position:relative;z-index:2;width:min(640px,100%);max-height:92vh;overflow:auto;background:linear-gradient(180deg,#171719,#111112);border:1px solid var(--fde-line);border-radius:24px;padding:30px;box-shadow:0 32px 90px rgba(0,0,0,.6)}
.fde-modal-close{position:absolute;top:13px;right:15px;width:38px;height:38px;border-radius:50%;border:1px solid #3c3c3e;background:#111;color:#ddd;font-size:25px;line-height:1;cursor:pointer}
.fde-modal-head{padding:4px 46px 20px 2px}
.fde-modal-head .fde-kicker{margin-bottom:12px}
.fde-modal-head h2{font-size:30px;line-height:1.16;margin:0 0 12px;color:#f5f2e9;letter-spacing:-.02em}
.fde-modal-head p{font-size:15px;line-height:1.6;color:#bdbab3;margin:0}
.fde-form-card{background:#0d0d0e;border:1px solid rgba(224,170,23,.22);border-radius:18px;padding:24px}
.fde-field{margin-bottom:16px}.fde-field label{display:block;margin-bottom:7px;color:#eee;font-weight:700;font-size:13px}
.fde-field input{width:100%;height:50px;border-radius:12px;border:1px solid #39393b;background:#090909;color:#fff;padding:0 15px;font-size:15px;outline:none}
.fde-field input:focus{border-color:#a67b12;box-shadow:0 0 0 3px rgba(224,170,23,.08)}
.fde-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.fde-consent{display:flex;align-items:flex-start;gap:10px;color:#aaa;font-size:12px;line-height:1.45;margin:2px 0 18px}.fde-consent input{margin-top:2px}
.fde-submit{width:100%;font-size:13px}.fde-form-message{margin-top:14px;line-height:1.5;font-size:13px}.fde-form-message.success{color:#d8c36b}.fde-form-message.error{color:#ff8c8c}


.fde-success-box{text-align:center;padding:22px 10px 8px}
.fde-success-icon{width:54px;height:54px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:rgba(224,170,23,.12);border:1px solid rgba(224,170,23,.5);color:var(--fde-gold2);font-size:26px;font-weight:900}
.fde-success-box h3{margin:0 0 10px;color:var(--fde-gold2);font-size:22px;line-height:1.25}
.fde-success-box p{margin:0 auto 20px;max-width:430px;color:#d6d3cc;font-size:14px;line-height:1.6}
.fde-success-wa{display:flex;width:100%;min-height:50px;align-items:center;justify-content:center;border-radius:13px;background:linear-gradient(90deg,#d99f0f,#f2d96a);color:#121212!important;text-decoration:none!important;font-size:12px;font-weight:900;letter-spacing:.03em}
.fde-success-close{margin-top:12px;border:0;background:transparent;color:#9f9d98;text-decoration:underline;cursor:pointer;font-size:12px}

@media (max-width:1024px){
  .fde-nav{padding:20px 24px}
  .fde-hero{padding:78px 24px 64px}
  .fde-hero h1{font-size:56px;max-width:760px}
  .fde-subtitle{font-size:23px;max-width:720px}
  .fde-curiosity{font-size:15px;max-width:650px}
  .fde-values{padding:0 24px 72px}
  .fde-card{padding:28px}
  .fde-card p{font-size:14px}
}

@media (max-width:767px){
  .fde-nav{padding:16px 16px}
  .fde-brand span{display:none}.fde-brand img{width:42px;height:42px}
  .fde-access{padding:8px 12px;font-size:10px}
  .fde-hero{padding:54px 18px 48px}
  .fde-kicker{font-size:10px;letter-spacing:.22em;margin-bottom:14px}
  .fde-hero h1{font-size:38px;line-height:1.03;letter-spacing:-.03em;margin-bottom:20px}
  .fde-subtitle{font-size:19px;line-height:1.35;margin-bottom:17px;max-width:560px}
  .fde-curiosity{font-size:14px;line-height:1.58;margin-bottom:28px;max-width:520px}
  .fde-main-cta{min-height:50px;padding:0 24px;font-size:12px;border-radius:13px}
  .fde-note{font-size:11px;margin-top:15px}
  .fde-values{grid-template-columns:1fr;padding:0 16px 46px;gap:14px;grid-auto-rows:auto!important;align-items:start!important}
  .fde-card{padding:21px 19px;border-radius:18px;height:auto!important;min-height:0!important;max-height:none!important;align-self:start!important;margin:0!important}
  .fde-symbol{width:32px;height:32px;margin-bottom:14px}
  .fde-card h2{font-size:15px;margin-bottom:11px}
  .fde-card p{font-size:13.5px;line-height:1.66}
  .fde-footer{padding:24px 16px 32px;flex-direction:column;font-size:10.5px}
  .fde-modal{padding:12px;align-items:flex-end}
  .fde-modal-dialog{width:100%;max-height:94vh;border-radius:22px 22px 14px 14px;padding:20px 16px 16px}
  .fde-modal-close{top:10px;right:11px;width:34px;height:34px;font-size:22px}
  .fde-modal-head{padding:2px 42px 16px 2px}
  .fde-modal-head h2{font-size:23px;line-height:1.2;margin-bottom:10px}
  .fde-modal-head p{font-size:13.5px;line-height:1.55}
  .fde-form-card{padding:18px 15px;border-radius:16px}
  .fde-grid-2{grid-template-columns:1fr}
  .fde-field{margin-bottom:13px}.fde-field label{font-size:12px}.fde-field input{height:47px;font-size:14px}
  .fde-submit{min-height:50px;font-size:12px}
}

@media (max-width:767px){.fde-success-box{padding:16px 2px 4px}.fde-success-icon{width:48px;height:48px;font-size:23px}.fde-success-box h3{font-size:19px}.fde-success-box p{font-size:13px;margin-bottom:16px}}
