/* ═══════════════════════════════════════════
   FREE TRIAL STYLES — Datoo IPTV
   ═══════════════════════════════════════════ */

/* ── Layout ──────────────────────────────────── */
.ft-main {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.ft-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at top right, hsl(196 100% 50% / 0.15) 0%, transparent 60%),
              radial-gradient(ellipse at bottom left, hsl(220 100% 40% / 0.1) 0%, transparent 60%);
}

.ft-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 1rem 4rem;
  position: relative;
  z-index: 1;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  width: 100%;
  max-width: 1100px;
  align-items: center;
}

@media (min-width: 1024px) {
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
}

/* ── Content Side ────────────────────────────── */
.ft-content {
  max-width: 500px;
}
.ft-content h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.ft-content p {
  font-size: 1.125rem;
  color: var(--muted-foreground, var(--muted));
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

.ft-features {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ft-feature {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ft-feature-icon {
  width: 3rem; height: 3rem;
  border-radius: 0.75rem;
  background: hsl(196 100% 50% / 0.1);
  border: 1px solid hsl(196 100% 50% / 0.2);
  display: flex; align-items: center; justify-content: center;
  color: hsl(196 100% 50%);
  flex-shrink: 0;
}
.ft-feature-text h3 {
  font-size: 1rem; font-weight: 700; color: var(--foreground);
  margin-bottom: 0.25rem;
}
.ft-feature-text p {
  font-size: 0.875rem; color: var(--muted); margin: 0;
}

/* ── Form Side ───────────────────────────────── */
.ft-form-card {
  background: hsl(222 47% 6% / 0.7);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid hsl(196 100% 50% / 0.2);
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 20px 60px hsl(0 0% 0% / 0.5), inset 0 1px 0 hsl(196 100% 90% / 0.05);
  position: relative;
}
.ft-form-card::after {
  content: '';
  position: absolute; inset: -1px; border-radius: inherit;
  background: linear-gradient(180deg, hsl(196 100% 50% / 0.3), transparent);
  z-index: -1; pointer-events: none;
}

.ft-form-card h2 {
  font-size: 1.5rem; font-weight: 800; margin-bottom: 0.5rem;
  text-align: center;
}
.ft-form-card > p {
  font-size: 0.875rem; color: var(--muted); text-align: center;
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
.form-label {
  display: block; font-size: 0.8125rem; font-weight: 600;
  color: hsl(210 40% 85%); margin-bottom: 0.5rem;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.form-input, .form-select {
  width: 100%;
  padding: 1rem 1.25rem;
  background: hsl(222 30% 10%);
  border: 1px solid hsl(220 30% 18%);
  border-radius: 0.75rem;
  color: var(--foreground);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  outline: none;
  appearance: none;
}
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20' stroke='hsl(215 20% 65%)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  background-size: 1.25em; padding-right: 2.5rem;
}
.form-input:focus, .form-select:focus {
  border-color: hsl(196 100% 50%);
  background: hsl(222 30% 12%);
  box-shadow: 0 0 0 3px hsl(196 100% 50% / 0.15);
}
.form-input::placeholder { color: hsl(215 20% 40%); }

.ft-btn { width: 100%; padding: 1.125rem; font-size: 1.125rem; justify-content: center; margin-top: 1rem; }

.ft-secure-badge {
  display: flex; align-items: center; justify-content: center;
  gap: 0.5rem; font-size: 0.75rem; color: var(--muted);
  margin-top: 1.25rem;
}
.ft-secure-badge svg { color: hsl(142 71% 45%); }

/* ── Success State ───────────────────────────── */
.ft-success {
  text-align: center;
  padding: 2rem 0;
}
.ft-success-icon {
  width: 4rem; height: 4rem; border-radius: 50%;
  background: hsl(142 71% 45% / 0.1); border: 2px solid hsl(142 71% 45%);
  display: flex; align-items: center; justify-content: center;
  color: hsl(142 71% 45%); margin: 0 auto 1.5rem;
}
.ft-success h2 { font-size: 1.75rem; margin-bottom: 0.75rem; }
.ft-success p { color: var(--muted); line-height: 1.6; margin-bottom: 2rem; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 640px) {
  .ft-container { padding: 6rem 1rem 3rem; }
  .ft-form-card { padding: 1.5rem; }
  .ft-content h1 { font-size: 2rem; }
}
