/* ============================================================
   MACROTECH TRAINING — contact.css
   ============================================================ */

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

:root {
  /* ADVANCED DEEP + LIGHT BLUE SYSTEM - MATCHES styles.css */
  
  /* Neutrals */
  --gray-50:  #f8fafc; --gray-900: #0f172a;
  --gray-100: #f1f5f9; --gray-800: #1e293b;
  --gray-600: #475569;
  
  /* Deep/Light Blue */
  --deep-blue-50: #eff6ff; --deep-blue-500: #3b82f6;
  --deep-blue-100: #dbeafe; --light-blue-400: #7dd3fc;
  --deep-blue-200: #bfdbfe;
  
  /* Light Mode */
  --bg: var(--gray-50); --bg2: var(--gray-100);
  --glass: rgba(248,250,252,0.8); --glass-b: rgba(236,245,254,0.5);
  --text: var(--gray-900); --muted: var(--gray-600);
  
  /* Dark Mode */
  --bg-dark: #020617; --bg2-dark: #0f0f23;
  --glass-dark: rgba(15,23,42,0.8); --glass-b-dark: rgba(15,7,37,0.5);
  --text-dark: #f0f9ff; --muted-dark: #e0f2fe;
  
  /* Core */
  --primary: var(--deep-blue-500); --primary-fg: #ffffff;
  --secondary: var(--light-blue-400);
  --success: #10b981; --error: #ef4444;
  --gradient-primary: linear-gradient(135deg, var(--deep-blue-500), var(--light-blue-400));
  
  /* Glows */
  --glow-primary: 0 8px 32px rgba(59,130,246,0.4);
  --glow-secondary: 0 4px 20px rgba(125,211,252,0.5);
  
  /* Shared */
  --font: 'Outfit', sans-serif;
  --font2: 'Space Grotesk', sans-serif;
  --radius-lg: 24px;
  --tr: all 0.35s cubic-bezier(0.4,0,0.2,1);
  
  --bg-rgb: 248,250,252;

  /* Accent aliases */
  --accent:      var(--deep-blue-500);
  --accent2:     var(--light-blue-400);
  --accent-rgb:  59,130,246;
}

:root.dark {
  --bg:      var(--bg-dark);
  --bg2:     var(--bg2-dark);
  --glass:   var(--glass-dark);
  --glass-b: var(--glass-b-dark);
  --text:    #f1f5f9;
  --muted:   #94a3b8;
  --bg-rgb:  2,6,23;
}

/* ---- DARK MODE OVERRIDES --------------------------------- */
:root.dark body {
  background: #020617;
  color: #f1f5f9;
}

/* Navbar */
:root.dark .navbar {
  background: rgba(2,6,23,0.92);
  border-bottom-color: rgba(255,255,255,0.08);
}
:root.dark .nav-links a {
  color: #94a3b8;
}
:root.dark .nav-links a:hover {
  color: #f1f5f9;
}
:root.dark .nav-cta {
  color: #fff !important;
}

/* Page header */
:root.dark .page-header {
  background: radial-gradient(ellipse 100% 60% at 50% 0%, rgba(59,130,246,0.1) 0%, transparent 65%);
}
:root.dark .back-link {
  color: #94a3b8;
  border-color: rgba(255,255,255,0.12);
}
:root.dark .back-link:hover {
  color: #f1f5f9;
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.06);
}
:root.dark .section-label {
  color: #60a5fa;
  background: rgba(59,130,246,0.12);
  border-color: rgba(59,130,246,0.3);
}
:root.dark .page-title {
  color: #f1f5f9;
}
:root.dark .page-subtitle {
  color: #94a3b8;
}

/* Mini offer strip */
:root.dark .mini-offer {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.1);
}
:root.dark .offer-tag { color: #60a5fa; }
:root.dark .offer-price s { color: #64748b; }
:root.dark .offer-price strong { color: #60a5fa; }
:root.dark .slots-chip {
  background: rgba(59,130,246,0.12);
  color: #60a5fa;
  border-color: rgba(59,130,246,0.3);
}

/* Progress indicators */
:root.dark .ps-circle {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  color: #94a3b8;
}
:root.dark .progress-step span {
  color: #64748b;
}
:root.dark .progress-step.active > span {
  color: #60a5fa;
}
:root.dark .progress-step.done > span {
  color: #10b981;
}
:root.dark .progress-line {
  background: rgba(255,255,255,0.1);
}

/* Glass card */
:root.dark .glass-card {
  background: rgba(15,23,42,0.85);
  border-color: rgba(255,255,255,0.1);
}
:root.dark .glass-card::before {
  background: linear-gradient(90deg, transparent, rgba(59,130,246,0.4), transparent);
}

/* Step titles & descriptions */
:root.dark .step h2 {
  color: #f1f5f9;
}
:root.dark .step-desc {
  color: #94a3b8;
}

/* Inputs */
:root.dark .input-group label {
  color: #94a3b8;
}
:root.dark .input-group input,
:root.dark .input-group select {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  color: #f1f5f9;
}
:root.dark .input-group input:focus,
:root.dark .input-group select:focus {
  border-color: #3b82f6;
  background: rgba(59,130,246,0.08);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.2);
}
:root.dark .input-group input::placeholder {
  color: rgba(255,255,255,0.3);
}
:root.dark .input-group select option {
  background: #1e293b;
  color: #f1f5f9;
}

/* Avatars */
:root.dark .avatar {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.14);
}
:root.dark .avatar:hover {
  border-color: #3b82f6;
  background: rgba(59,130,246,0.12);
}
:root.dark .avatar.selected {
  border-color: #3b82f6;
  background: rgba(59,130,246,0.18);
  box-shadow: 0 0 26px rgba(59,130,246,0.35);
}
:root.dark .avatar-name {
  color: #94a3b8;
}

/* Buttons */
:root.dark .btn-primary {
  color: #fff;
  box-shadow: 0 4px 24px rgba(59,130,246,0.35);
}
:root.dark .btn-primary:hover {
  box-shadow: 0 8px 32px rgba(59,130,246,0.55);
}
:root.dark .btn-secondary {
  color: #e2e8f0;
  border-color: rgba(255,255,255,0.18);
}
:root.dark .btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.35);
  color: #f8fafc;
}

/* Success state */
:root.dark .success-title {
  background: linear-gradient(135deg, #60a5fa, #7dd3fc);
  -webkit-background-clip: text;
  background-clip: text;
}
:root.dark .success-msg {
  color: #94a3b8;
}

/* Trust badges */
:root.dark .badge {
  color: #94a3b8;
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.12);
}

/* Footer */
:root.dark .footer {
  background: #0b1120;
  border-top-color: rgba(255,255,255,0.08);
}
:root.dark .footer-brand {
  color: #f1f5f9;
}
:root.dark .footer-details {
  color: #94a3b8;
}
:root.dark .footer-copy {
  color: #64748b;
}
:root.dark .footer-logo {
  filter: brightness(1.5);
}




html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ---- PARTICLES ------------------------------------------- */
#tsparticles {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}


/* ---- NAVBAR ---------------------------------------------- */
.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 48px;
  background: rgba(var(--bg-rgb), 0.96);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
}
.nav-logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
  transition: var(--tr);
}
.nav-brand-name {
  font-size: 1.3rem;
  font-weight: 800;
  margin-left: 10px;
  color: var(--text);
  letter-spacing: -0.5px;
  transition: var(--tr);
}
.nav-logo:hover .nav-logo-img {
  transform: scale(1.05);
  filter: drop-shadow(0 2px 8px rgba(59,130,246,0.25));
}
.nav-logo:hover .nav-brand-name {
  color: var(--accent);
}
.nav-links { 
  display: flex; 
  align-items: center; 
  gap: 32px; 
}

.theme-toggle {
  position: relative;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 2px solid rgba(251,191,36,0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  flex-shrink: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(251,191,36,0.25);
}

.theme-toggle:hover {
  transform: scale(1.12) rotate(15deg);
  box-shadow: 0 4px 20px rgba(251,191,36,0.45);
}

.theme-toggle:active {
  transform: scale(0.95);
}

/* SVG icon base styles */
.theme-toggle .toggle-sun,
.theme-toggle .toggle-moon {
  position: absolute;
  transition: all 0.45s cubic-bezier(0.4,0,0.2,1);
}

/* Light mode: sun visible, moon hidden */
.theme-toggle .toggle-sun {
  color: #d97706;
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.theme-toggle .toggle-moon {
  color: #3b82f6;
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}

/* Dark mode: moon visible, sun hidden */
.theme-toggle.dark {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  border-color: rgba(96,165,250,0.4);
  box-shadow: 0 2px 16px rgba(59,130,246,0.3);
}
.theme-toggle.dark:hover {
  box-shadow: 0 4px 24px rgba(59,130,246,0.55);
  transform: scale(1.12) rotate(-15deg);
}
.theme-toggle.dark .toggle-sun {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}
.theme-toggle.dark .toggle-moon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  color: #93c5fd;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: linear-gradient(135deg, var(--accent), var(--accent2)) !important;
  color: #000 !important;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
box-shadow: 0 4px 18px rgba(30,58,138,0.3);
}
.nav-cta.active {
  box-shadow: 0 0 0 3px rgba(59,130,246,0.25), 0 4px 18px rgba(59,130,246,0.3);
}

/* ---- PAGE HEADER ----------------------------------------- */
.page-header {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 110px 24px 48px;
  background: radial-gradient(ellipse 100% 60% at 50% 0%, rgba(59,130,246,0.07) 0%, transparent 65%);
}
.header-content { max-width: 620px; margin: 0 auto; }

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50px;
  margin-bottom: 24px;
  transition: var(--tr);
}
.back-link:hover {
  color: var(--text);
  border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.04);
}

.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(59,130,246,0.08);
  border: 1px solid rgba(59,130,246,0.22);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.page-title {
  font-size: clamp(2rem, 6vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: -1px;
}
.gradient-text {
  background: linear-gradient(135deg, #1e3a8a, #1e40af, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-subtitle {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 28px;
  line-height: 1.7;
}

/* Mini offer strip */
.mini-offer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.88rem;
}
.offer-tag { color: var(--accent); font-weight: 700; }
.offer-price s { color: var(--muted); }
.offer-price strong { color: var(--accent); font-size: 1rem; }
.slots-chip {
  background: rgba(59,130,246,0.1);
  color: var(--accent);
  border: 1px solid rgba(59,130,246,0.22);
  padding: 4px 14px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.8rem;
  animation: chipPulse 1.8s ease-in-out infinite;
}
@keyframes chipPulse { 0%, 100% { opacity:1; } 50% { opacity:0.55; } }

/* ---- MAIN FORM ------------------------------------------- */
.form-section {
  position: relative;
  z-index: 1;
  padding: 8px 24px 72px;
}

/* Progress */
.progress-wrapper { max-width: 420px; margin: 0 auto 36px; }
.progress-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.ps-circle {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--muted);
  transition: var(--tr);
  position: relative;
}
.progress-step span {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  transition: color 0.3s;
  text-align: center;
}

/* Active step */
.progress-step.active .ps-circle {
  background: var(--accent);
  border-color: var(--accent);
  color: #000;
  box-shadow: 0 0 22px rgba(59,130,246,0.4);
}
.progress-step.active > span { color: var(--accent); }

/* Done step — show checkmark via ::after, hide number */
.progress-step.done .ps-circle {
  background: var(--success);
  border-color: var(--success);
  color: transparent; /* hide number */
  font-size: 0;       /* hide number */
}
.progress-step.done .ps-circle::after {
  content: '✓';
  position: absolute;
  font-size: 1rem;
  font-weight: 900;
  color: #000;
  line-height: 1;
}
.progress-step.done > span { color: var(--success); }

/* Connecting line */
.progress-line {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.08);
  min-width: 44px;
  margin-top: 22px; /* align with circle centre */
  border-radius: 2px;
  transition: background 0.5s ease;
}
.progress-line.active { background: var(--accent); }
.progress-line.done   { background: var(--success); }

/* ---- FORM CARD ------------------------------------------- */
.glass-card {
  background: var(--glass);
  border: 1px solid var(--glass-b);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}
.glass-card::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,0.45), transparent);
}
.form-card {
  max-width: 560px;
  margin: 0 auto;
  padding: 48px 40px;
  text-align: left;
}

/* Steps */
.step { display: none; }
.step.active { display: block; animation: stepIn 0.38s cubic-bezier(0.4,0,0.2,1); }
@keyframes stepIn {
  from { opacity: 0; transform: translateX(28px); }
  to   { opacity: 1; transform: translateX(0); }
}
.step h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 6px; }
.step-desc { font-size: 0.9rem; color: var(--muted); margin-bottom: 28px; line-height: 1.6; }
.step-buttons { display: flex; gap: 12px; margin-top: 10px; }
.optional { font-size: 0.75rem; color: var(--muted); font-weight: 400; text-transform: none; letter-spacing: 0; }

/* Inputs */
.input-group { margin-bottom: 20px; }
.input-group label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--muted);
  margin-bottom: 8px;
}
.input-group input,
.input-group select {
  width: 100%;
  padding: 14px 18px;
  background: #f9fafb;
  border: 1.5px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  color: var(--text);
  font-family: var(--font);
  font-size: 0.95rem;
  outline: none;
  transition: var(--tr);
  appearance: none;
  -webkit-appearance: none;
}
.input-group input:focus,
.input-group select:focus {
  border-color: var(--accent);
  background: rgba(59,130,246,0.05);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.12);
}
.input-group input.error  { border-color: var(--error) !important; }
.input-group input.valid  { border-color: var(--success) !important; }
.input-group input::placeholder { color: rgba(0,0,0,0.25); }
.input-group select option { background: #ffffff; color: var(--text); }

/* Avatars */
.avatars {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 14px;
}
.avatar {
  width: 76px; height: 76px;
  font-size: 2.2rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(255,255,255,0.08);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--tr);
  user-select: none;
  -webkit-user-select: none;
}
.avatar:hover {
  border-color: var(--accent);
  transform: scale(1.1) rotate(-5deg);
  background: rgba(59,130,246,0.08);
}
.avatar.selected {
  border-color: var(--accent);
  background: rgba(59,130,246,0.14);
  transform: scale(1.14);
  box-shadow: 0 0 26px rgba(59,130,246,0.32);
}
.avatar-name {
  text-align: center;
  font-size: 0.84rem;
  color: var(--muted);
  margin-bottom: 22px;
  min-height: 22px;
}

@keyframes floatLabel {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(0.85); }
}

.input-group label.active {
  animation: floatLabel 0.4s ease-out;
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #000;
  font-family: var(--font);
  font-weight: 800;
  font-size: 0.97rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: var(--tr);
box-shadow: 0 4px 24px rgba(30,58,138,0.28);
  white-space: nowrap;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(30,58,138,0.5); }
.btn-primary:active { transform: scale(0.97); }
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  background: transparent;
  color: var(--text);
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.97rem;
  border: 1.5px solid rgba(255,255,255,0.16);
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  transition: var(--tr);
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.34);
  transform: translateY(-2px);
}

/* ---- SUCCESS STATE --------------------------------------- */
.success-state { text-align: center; padding: 20px 0; }
.success-icon {
  font-size: 5.5rem;
  display: block;
  margin-bottom: 18px;
  animation: pop 0.55s cubic-bezier(0.36,0.07,0.19,0.97) forwards;
}
@keyframes pop {
  0%   { transform: scale(0) rotate(-20deg); }
  75%  { transform: scale(1.18) rotate(5deg); }
  100% { transform: scale(1) rotate(0); }
}
.success-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--accent), #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.success-msg { color: var(--muted); font-size: 1rem; line-height: 1.6; margin-bottom: 8px; }
.redirect-note { font-size: 0.78rem; color: rgba(255,255,255,0.22); margin-bottom: 20px; }

/* ---- TRUST BADGES ---------------------------------------- */
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.badge {
  font-size: 0.78rem;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* ---- FOOTER ---------------------------------------------- */
.footer {
  background: var(--bg2);
  border-top: 1px solid var(--glass-b);
  padding: 40px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer-brand {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer-logo {
  height: 28px;
  width: auto;
  object-fit: contain;
}
.footer-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  font-size: 0.87rem;
  color: var(--muted);
  margin-bottom: 18px;
}
.footer-copy { font-size: 0.76rem; color: var(--muted); }




/* ---- SHAKE ----------------------------------------------- */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%       { transform: translateX(-8px); }
  40%       { transform: translateX(8px); }
  60%       { transform: translateX(-5px); }
  80%       { transform: translateX(5px); }
}

/* ---- RESPONSIVE ------------------------------------------ */
@media (max-width: 700px) {
  .navbar { padding: 12px 16px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-links { gap: 16px; }
  
  .page-header { padding: 90px 16px 32px; }
  .page-title { font-size: 2.2rem; }
  .page-subtitle { font-size: 0.9rem; margin-bottom: 20px; }
  
  .form-section { padding: 8px 16px 48px; }
  .progress-wrapper { max-width: 100%; margin-bottom: 28px; }
  .progress-line { min-width: 24px; margin-top: 18px; }
  .ps-circle { width: 36px; height: 36px; font-size: 0.85rem; }
  .progress-step span { font-size: 0.6rem; }
  
  .form-card { padding: 28px 20px; border-radius: 20px; }
  .step h2 { font-size: 1.3rem; }
  .step-desc { font-size: 0.85rem; margin-bottom: 20px; }
  
  .input-group label { font-size: 0.68rem; }
  .input-group input, .input-group select { padding: 12px 16px; font-size: 16px; }
  
  .avatars { gap: 10px; }
  .avatars .avatar { width: 60px; height: 60px; font-size: 1.6rem; border-radius: 14px; }
  
  .step-buttons { flex-direction: column; gap: 10px; margin-top: 20px; }
  .step-buttons button { width: 100%; }
  
  .mini-offer { padding: 10px 16px; gap: 6px; }
  .offer-price strong { font-size: 0.95rem; }
  
  .trust-badges { gap: 8px; flex-direction: column; align-items: center; }
  .badge { width: 100%; max-width: 280px; text-align: center; }
  
  .success-icon { font-size: 4.5rem; }
  .success-title { font-size: 1.8rem; }
}
