:root{
  --bg0:#070b14;
  --bg1:#0b1220;
  --panel:#0f1b33;
  --panel2:#0c172c;
  --text:#eaf0ff;
  --muted:#aeb7d6;
  --line:rgba(255,255,255,.10);
  --shadow: 0 14px 50px rgba(0,0,0,.35);

  --accent:#00d084;
  --accent2:#3b82f6;
  --danger:#ff4d4d;

  --radius:18px;
  --radius2:12px;

  --container: 1120px;
}

*{ box-sizing:border-box; }

html,body{ height:100%; }

body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(1100px 600px at 10% 0%, rgba(0,208,132,.22), transparent 55%),
    radial-gradient(900px 500px at 90% 10%, rgba(59,130,246,.18), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 35%, var(--bg0));
  color:var(--text);
  line-height:1.5;
}

.fc-skiplink{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.fc-skiplink:focus{
  left:16px;
  top:16px;
  width:auto;
  height:auto;
  padding:10px 14px;
  background:#000;
  border:1px solid var(--line);
  border-radius:10px;
  z-index:9999;
}

.fc-container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding:0 18px;
}

.fc-topbar{
  border-bottom:1px solid rgba(255,255,255,.06);
  background: rgba(0,0,0,.10);
  backdrop-filter: blur(10px);
}
.fc-marquee{
  overflow:hidden;
  white-space:nowrap;
  padding:12px 0;
  font-size:14px;
  color:rgba(255,255,255,.92);
  display:flex;
}
.fc-marquee span{
  animation: fc-marquee 18s linear infinite;
  padding-left:100%;
}
@keyframes fc-marquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-100%); }
}

.fc-hero{
  padding:56px 0 28px;
}

.fc-hero__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:24px;
  align-items:center;
}
.fc-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.fc-brand__logo{
  width:54px;
  height:54px;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.35));
}
.fc-brand__name{
  font-weight:800;
  letter-spacing:.02em;
  font-size:18px;
}
.fc-hero__title{
  margin:16px 0 10px;
  font-size:42px;
  line-height:1.1;
}
.fc-hero__lead{
  margin:0 0 20px;
  color:var(--muted);
  font-size:16px;
  max-width:62ch;
}
.fc-hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:20px 0 18px;
}
.fc-hero__right{
  display:flex;
  justify-content:center;
}
.fc-hero__image{
  width:min(440px, 100%);
  height:auto;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  padding:16px;
}

.fc-btn{
  appearance:none;
  border:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  padding:12px 16px;
  border-radius:12px;
  font-weight:700;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease;
}
.fc-btn:active{ transform: translateY(1px); }
.fc-btn--primary{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#031019;
}
.fc-btn--ghost{
  background: rgba(255,255,255,.04);
  color: var(--text);
  border:1px solid rgba(255,255,255,.12);
}
.fc-btn--ghost:hover{ border-color: rgba(255,255,255,.22); }

.fc-quickinfo{
  display:grid;
  grid-template-columns: 1fr;
  gap:12px;
}
.fc-quickinfo__item{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius2);
  padding:14px 14px;
}
.fc-quickinfo__label{
  font-size:12px;
  color: rgba(255,255,255,.70);
  text-transform:uppercase;
  letter-spacing:.08em;
}
.fc-text{ color:rgba(255,255,255,.92); }
.fc-link{
  color: rgba(255,255,255,.96);
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,.35);
}
.fc-link:hover{ border-bottom-color: rgba(0,208,132,.9); }

.fc-section{
  padding:46px 0;
}
.fc-section--alt{
  background: rgba(255,255,255,.02);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.fc-section__head{
  margin-bottom:20px;
}
.fc-section__title{
  margin:0 0 10px;
  font-size:26px;
}
.fc-section__subtitle{
  margin:0;
  color:var(--muted);
  max-width:72ch;
}

.fc-card{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius);
  padding:18px;
  box-shadow: 0 20px 70px rgba(0,0,0,.25);
}
.fc-card--tight{ padding:16px; }
.fc-card__title{ margin:0 0 12px; font-size:18px; }

.fc-tablewrap{ overflow:auto; }
.fc-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:720px;
}
.fc-table th, .fc-table td{
  padding:14px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
}
.fc-table th{
  color:#e8efff;
  font-weight:800;
  letter-spacing:.02em;
  position:sticky;
  top:0;
  background: rgba(0,0,0,.10);
  backdrop-filter: blur(6px);
}
.fc-muted{
  margin:14px 0 0;
  color:var(--muted);
}

.fc-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:16px;
}
.fc-price{
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.12);
  padding:18px;
  background: rgba(255,255,255,.03);
}
.fc-price--primary{
  background:
    radial-gradient(600px 320px at 0% 0%, rgba(0,208,132,.22), transparent 55%),
    rgba(255,255,255,.03);
}
.fc-price--secondary{
  background:
    radial-gradient(600px 320px at 0% 0%, rgba(59,130,246,.22), transparent 55%),
    rgba(255,255,255,.03);
}
.fc-price__title{
  margin:0 0 12px;
  font-size:20px;
}
.fc-price__body{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.fc-price__row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:12px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.10);
}
.fc-price__row span{
  color: rgba(255,255,255,.86);
}
.fc-price__row strong{
  color:#ffffff;
  font-size:18px;
}
.fc-price__badge{
  margin-top:8px;
  display:inline-flex;
  align-self:flex-start;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(0,208,132,.14);
  border:1px solid rgba(0,208,132,.35);
  color: rgba(255,255,255,.96);
  font-weight:700;
  font-size:13px;
}
.fc-price__badge--alt{
  background: rgba(59,130,246,.14);
  border-color: rgba(59,130,246,.35);
}

.fc-list{
  margin:0;
  padding-left:18px;
  color: rgba(255,255,255,.90);
}
.fc-list li{ margin:8px 0; }

.fc-steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:16px;
}
.fc-step{
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding:18px;
}
.fc-step__num{
  width:42px;
  height:42px;
  border-radius:14px;
  background: rgba(0,208,132,.16);
  border:1px solid rgba(0,208,132,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:12px;
}
.fc-step__title{
  margin:0 0 8px;
  font-size:18px;
}
.fc-step__text{
  margin:0;
  color: var(--muted);
}

.fc-formcard{
  padding:18px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.12);
}
.fc-form{
  margin:0;
}
.fc-form__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:14px;
}
.fc-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.fc-field__label{
  font-size:12px;
  color: rgba(255,255,255,.72);
  text-transform:uppercase;
  letter-spacing:.08em;
}
.fc-field input,
.fc-field select,
.fc-field textarea{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:12px 12px;
  color: var(--text);
  outline:none;
}
.fc-field textarea{ resize: vertical; min-height:110px; }
.fc-field input:focus,
.fc-field select:focus,
.fc-field textarea:focus{
  border-color: rgba(0,208,132,.55);
  box-shadow: 0 0 0 3px rgba(0,208,132,.15);
}
.fc-check{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:14px;
  color: rgba(255,255,255,.86);
}
.fc-check input{
  margin-top:3px;
  width:18px;
  height:18px;
  accent-color: var(--accent);
}
.fc-form__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:16px;
}
.fc-form__status{
  color: rgba(255,255,255,.86);
}
.fc-formnote{
  margin-top:14px;
  font-size:14px;
}

.fc-cookie{
  position:fixed;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:9999;
  background: rgba(10,16,28,.84);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.fc-cookie[hidden]{
  display:none;
}
.fc-cookie__content{
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.fc-cookie__title{
  font-weight:900;
}
.fc-cookie__text{
  color: var(--muted);
}
.fc-cookie__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.fc-cookie__details{
  border-bottom: 1px dashed rgba(255,255,255,.35);
  padding-bottom:2px;
}

.fc-footer{
  padding:28px 0 34px;
  background: rgba(0,0,0,.25);
  border-top:1px solid rgba(255,255,255,.06);
}
.fc-footer__grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:16px;
  align-items:start;
}
.fc-footer__title{
  font-weight:900;
  margin-bottom:6px;
}
.fc-footer__text{
  color: var(--muted);
  font-size:14px;
}
.fc-footer__links{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.fc-footer__bottom{
  margin-top:20px;
  color: rgba(255,255,255,.60);
  text-align:center;
  font-size:14px;
}

@media (max-width: 980px){
  .fc-hero__grid{ grid-template-columns: 1fr; }
  .fc-hero__title{ font-size:34px; }
  .fc-grid{ grid-template-columns: 1fr; }
  .fc-steps{ grid-template-columns: 1fr; }
  .fc-footer__grid{ grid-template-columns: 1fr; }
  .fc-form__grid{ grid-template-columns: 1fr; }
  .fc-table{ min-width: 620px; }
}

