:root {
  --blush: #F2C4CE;
  --rose: #E8839A;
  --deep-rose: #C4547A;
  --lavender: #DDD6F3;
  --sage: #B5C9C0;
  --cream: #FDF8F4;
  --charcoal: #2C2C2C;
  --muted: #888;
  --serif: 'Cormorant Garamond', serif;
  --sans: 'DM Sans', sans-serif;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: var(--sans);
  color: var(--charcoal);
}

/* LEFT PANEL */
.hero-panel {
  background: linear-gradient(145deg, #e8f2ee 0%, #c9dfd7 45%, #b0cfc7 100%);
}

.hero-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 50% at 20% 80%, rgba(242,196,206,0.5) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 80% 20%, rgba(221,214,243,0.45) 0%, transparent 55%),
    radial-gradient(ellipse 35% 35% at 50% 50%, rgba(255,255,255,0.2) 0%, transparent 55%);
  pointer-events: none;
}

.deco-petal {
  position: absolute;
  user-select: none;
  pointer-events: none;
  opacity: 0.1;
}

.deco-petal img {
  width: 180px;
  height: auto;
  display: block;
}

.deco-petal.top-right {
  top: -40px;
  right: -40px;
  transform: rotate(15deg);
}

.deco-petal.bot-left {
  bottom: -40px;
  left: -40px;
  transform: rotate(-20deg);
}

.brand-wrap {
  animation: fadeUp 0.8s ease both;
}

.brand-badge {
  width: 220px;
  height: 220px;
}

.brand-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-sub {
  letter-spacing: 3px;
  color: #5e8a7a;
}

.steps-visual {
  animation: fadeUp 0.8s 0.15s ease both;
}

.steps-title {
  letter-spacing: 2px;
  color: #5e8a7a;
}

.step-item::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  width: 2px;
  height: calc(100% + 6px);
  background: rgba(255,255,255,0.35);
}

.step-item:last-child::before {
  display: none;
}

.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.step-text-main {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--charcoal);
}

.step-text-sub {
  font-size: 0.75rem;
  color: #6a9080;
  font-weight: 300;
}

.perks-card {
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 18px;
  padding: 22px 26px;
  animation: fadeUp 0.8s 0.25s ease both;
}

.perks-label {
  letter-spacing: 2px;
  color: #4A8C78;
}

.perks-list li {
  font-size: 0.82rem;
  color: var(--charcoal);
}

.dot {
  width: 6px;
  height: 6px;
  background: #4A8C78;
  border-radius: 50%;
  flex-shrink: 0;
}

/* RIGHT PANEL */
.form-panel::before {
  content: '';
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #9ecfbe, #4A8C78, #2d6b57);
  z-index: 2;
}

.form-wrap {
  max-width: 430px;
  animation: fadeUp 0.7s 0.1s ease both;
}

.form-eyebrow,
.form-section-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4A8C78;
}

.form-section-label {
  border-bottom: 1px solid rgba(74,140,120,0.15);
}

.form-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.1;
}

.form-title em {
  font-style: italic;
  color: #4A8C78;
}

.form-desc,
.login-prompt {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.6;
}

.field label {
  display: block;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.input-wrap {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  pointer-events: none;
  opacity: 0.45;
}

.field input,
.field select {
  width: 100%;
  padding: 13px 16px 13px 42px;
  border: 1.5px solid rgba(74,140,120,0.18);
  border-radius: 13px;
  background: #fff;
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--charcoal);
  outline: none;
  transition: border-color 0.22s, box-shadow 0.22s;
  appearance: none;
}

.field input:focus,
.field select:focus {
  border-color: #4A8C78;
  box-shadow: 0 0 0 4px rgba(74,140,120,0.1);
}

.field input::placeholder {
  color: #ccc;
}

.strength-bar {
  margin-top: 8px;
  height: 4px;
  border-radius: 4px;
  background: rgba(74,140,120,0.1);
  overflow: hidden;
}

.strength-fill {
  height: 100%;
  border-radius: 4px;
  width: 0%;
  background: #4A8C78;
  transition: width 0.4s ease, background 0.4s ease;
}

.strength-text {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 5px;
}

.btn-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #5eaa92 0%, #2d6b57 100%);
  color: #fff;
  border: none;
  border-radius: 13px;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 22px rgba(45,107,87,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(45,107,87,0.4);
}

.btn-submit:active {
  transform: translateY(0);
}

.login-prompt a {
  color: #4A8C78;
  text-decoration: none;
  font-weight: 500;
}

.login-prompt a:hover {
  text-decoration: underline;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .form-panel::before {
    left: 0;
  }
}

@media (max-width: 575.98px) {
  .form-wrap {
    max-width: 100%;
  }
}