/*
Theme Name: Lingolib Coming Soon
Theme URI: https://lingolib.com
Author: Lingolib
Author URI: https://lingolib.com
Description: A minimal coming soon landing page for Lingolib.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lingolib-coming-soon
*/

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  height: 100%;
  overflow: hidden;
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #111827;
  background: #fff;
}

.page {
  display: flex;
  height: 100vh;
}

/* ── Left ── */
.left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
}

.left-inner {
  width: 100%;
  max-width: 380px;
}

.logo {
  height: 28px;
  margin-bottom: 2.5rem;
}

.left h1 {
  font-size: clamp(1.875rem, 3vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: #030712;
  margin-bottom: 1.25rem;
}

.subtitle {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.form-group input {
  width: 100%;
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  font-size: 0.875rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}

.form-group input:focus {
  border-color: #3b5ce4;
  box-shadow: 0 0 0 3px rgba(59, 92, 228, 0.15);
}

.form-group input::placeholder {
  color: #9ca3af;
}

.btn-primary {
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #3b5ce4;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: #2d4ad0;
}

.form-note {
  font-size: 0.75rem;
  color: #9ca3af;
}

.success-msg {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #047857;
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.success-msg svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ── Right ── */
.right {
  flex: 1;
  background: #0c0c18;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
  position: relative;
  overflow: hidden;
}

.right-glow {
  position: absolute;
  top: -8rem;
  right: -8rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(59, 92, 228, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.right-inner {
  width: 100%;
  max-width: 440px;
  position: relative;
  z-index: 1;
}

.hero-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.course-img {
  width: 160px;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.hero-text h2 {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  background: #f5a623;
  color: #030712;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}

.price-main {
  font-size: 1.5rem;
  font-weight: 700;
}

.price-period {
  font-size: 0.75rem;
  color: #9ca3af;
}

.price-alt {
  font-size: 0.65rem;
  color: #6b7280;
  display: block;
  margin-top: 0.25rem;
}

/* Features */
.features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}

.features li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #d1d5db;
}

.check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: #3b5ce4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.check svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}

.cancel-note {
  font-size: 0.7rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}

/* Testimonial */
.testimonial {
  border-left: 2px solid #f5a623;
  padding-left: 0.875rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.testimonial p {
  font-size: 0.8rem;
  color: #9ca3af;
  font-style: italic;
  line-height: 1.6;
}

.testimonial .author {
  font-size: 0.7rem;
  color: #6b7280;
  font-style: normal;
  display: block;
  margin-top: 0.25rem;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .page { flex-direction: column; height: auto; }
  html, body { overflow: auto; }
  .left, .right { padding: 2.5rem 2rem; }
  .course-img { width: 120px; }
}

@media (max-width: 600px) {
  .left, .right { padding: 2rem 1.5rem; }
  .hero-row { flex-direction: column; gap: 1rem; }
  .course-img { width: 100%; max-width: 200px; }
}
