﻿/* ========== PREMIUM BRIGHT THEME - BOSS BABE HOUSE ========== */
:root {
  --bg-main: #FFFFFF;
  --bg-secondary: #F8F7FA; /* Mai Ã®nchis (Gray-200) pentru a fi ABSOLUT vizibil lÃ¢ngÄƒ alb */
  --bg-glass: rgba(255, 255, 255, 0.85);

  --gold-primary: #5c4db5; /* Royal Purple replacing gold */
  --gold-secondary: #fc7d79; /* Light Gold/Pink replacing secondary */
  --gold-dark: #301b6d; /* Dark Purple replacing dark gold */
  --true-gold: #ffc07c; /* Gold pur folosit la detalii */
  
  --text-main: #1D1D1F;
  --text-muted: #52525B; /* Un gri mult mai intens (Zinc-600) pentru lizibilitate maximÄƒ */
  --nav-height: 80px;
  --transition-fast: 0.2s ease;
  --transition-slow: 0.4s ease;
}

/* ========== RESET & TYPOGRAPHY ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
}

body {
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #1D1D1F;
  font-family: 'Syne', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.gold {
  color: var(--gold-primary);
}

.text-center { text-align: center; }
.mt-4 { margin-top: 2rem; }
.mt-2 { margin-top: 1rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-5 { margin-bottom: 3rem; }

/* ========== LAYOUT ========== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section {
  padding: 100px 0;
}

#calculator, #echipamente, #testimoniale, #contact {
  background-color: var(--bg-secondary) !important;
}

.section-title {
  margin-bottom: 4rem;
}

.section-title h2 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.section-title p {
  color: var(--text-muted);
  font-size: 1.2rem;
  max-width: 650px;
  margin: 0 auto;
}

/* ========== NAVBAR ========== */
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  z-index: 1000;
  transition: var(--transition-slow);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 30px rgba(0,0,0,0.03);
}

#navbar.scrolled {
  /* Inherits from above */
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links li a {
  font-weight: 500;
  transition: var(--transition-fast);
  position: relative;
}

.nav-links li a:not(.btn)::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--gold-primary);
  transition: var(--transition-fast);
}

.nav-links li a:not(.btn):hover::after {
  width: 100%;
}

.nav-links li a:not(.btn):hover {
  color: var(--gold-primary);
}

.mobile-menu-icon {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-main);
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-fast);
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 1.05rem;
}

.btn-primary {
  background: var(--gold-primary);
  color: #FFFFFF !important;
  box-shadow: 0 8px 24px rgba(92, 77, 181, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(92, 77, 181, 0.35);
  background: var(--gold-dark);
}

.btn-secondary {
  background: #FFFFFF;
  color: #1D1D1F;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.btn-secondary:hover {
  border-color: var(--gold-primary);
  color: var(--gold-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--text-main);
  color: var(--text-main);
}

.btn-outline:hover {
  background: var(--gold-primary);
  border-color: var(--gold-primary);
  color: #FFFFFF;
}

.btn-block { width: 100%; }

.btn-whatsapp {
  background: #25D366;
  color: white;
  border-radius: 5px;
  padding: 14px 24px;
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3); }

/* ========== HERO SECTION (REDESIGNED) ========== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('assets/hero_bg_bright.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Removed heavy white gradient so the image is fully visible */
  background: rgba(255, 255, 255, 0.1); 
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 4rem;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 1);
}

.hero-title {
  font-size: 4.5rem;
  margin-bottom: 1.5rem;
  color: #1D1D1F;
  letter-spacing: -1px;
}

.hero-subtitle {
  font-size: 1.4rem;
  color: #4A4A4F;
  margin-bottom: 3rem;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: var(--text-main);
  font-size: 2rem;
  animation: bounce 2s infinite;
}

/* ========== BENEFITS SECTION ========== */
/* Pure white cards on light gray bg to give the "Apple" floating feel */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.benefit-card {
  background: #FFFFFF;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  /* Extremely soft, diffuse luxury shadow */
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(92, 77, 181, 0.15); /* BordurÄƒ vizibilÄƒ, extra finÄƒ, uÈ™or aurie */
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(92, 77, 181, 0.15);
}

.icon-box {
  width: 65px;
  height: 65px;
  background: rgba(92, 77, 181, 0.05);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--true-gold);
  margin-bottom: 1.5rem;
}

.benefit-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.benefit-card p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.5;
}

/* ========== TIMELINE SECTION ========== */
.timeline-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: left;
}

.timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
  width: 2px;
  background: rgba(0,0,0,0.05); /* Soft vertical line */
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 100px;
  padding-right: 20px;
}

.timeline-icon {
  position: absolute;
  left: 30px;
  top: 0;
  width: 44px;
  height: 44px;
  background: var(--true-gold);
  color: #111;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(255, 192, 124, 0.4);
  z-index: 1;
}

.timeline-content {
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(92, 77, 181, 0.15);
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.timeline-content h4 {
  color: var(--text-main);
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}
.timeline-content p { color: var(--text-muted); }

/* ========== GALLERY SECTION ========== */
.carousel-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.carousel-slide {
  min-width: 100%;
  position: relative;
  height: 550px;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-main);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.carousel-btn:hover {
  background: var(--gold-primary);
  color: #FFF;
  transform: translateY(-50%) scale(1.05);
}

.carousel-btn.prev { left: 20px; }
.carousel-btn.next { right: 20px; }

.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--gold-primary);
  transform: scale(1.3);
}

/* ========== CALCULATOR SECTION ========== */
.calculator-box {
  background: #FFFFFF;
  padding: 3.5rem;
  border-radius: 24px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(92, 77, 181, 0.15);
}

.slider-container label {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2rem;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid var(--gold-primary);
  cursor: pointer;
  margin-top: -11px;
  box-shadow: 0 4px 10px rgba(212,175,55,0.3);
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #D1D5DB; /* O barÄƒ groasÄƒ È™i clar vizibilÄƒ care se "umple" vizual evident */
  border-radius: 4px;
}

.experience-selector .radio-group {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.experience-selector label {
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.experience-selector input[type="radio"] {
    accent-color: var(--gold-primary);
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.earnings-result {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.earnings-result h3 { font-size: 1.2rem; color: var(--text-muted); }
.earnings-result .amount {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-main);
}
.small-text { font-size: 0.9rem; color: var(--text-muted); }

/* ========== TEAM SECTION ========== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}

.team-card {
  text-align: center;
  padding: 2.5rem 2rem;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(92, 77, 181, 0.15);
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.team-card p.gold {
  font-weight: 700;
}

.staff-photo {
  max-width: 140px;
  margin: 0 auto 1.5rem auto;
}

.staff-photo img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.team-highlight {
  text-align: center;
  margin-bottom: 4rem;
  padding: 3rem;
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid rgba(92, 77, 181, 0.2);
  box-shadow: 0 15px 40px rgba(92, 77, 181, 0.08);
}

.team-highlight .highlight-photo {
  margin: 0 auto;
  transition: transform 0.3s;
}

.team-grid.team-grid-5 {
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
}
.team-grid.team-grid-5 .team-card { grid-column: span 2; }
.team-grid.team-grid-5 .team-card:nth-child(4) { grid-column: 2 / span 2; width: 100%; }
.team-grid.team-grid-5 .team-card:nth-child(5) { grid-column: 4 / span 2; width: 100%; }

/* ========== TESTIMONIALS ========== */
.testimonials .stars {
  color: #ffc07c; /* Stele aurii direct (Dark Gold din manual) */
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.testimonial-card p {
  font-style: italic;
  font-size: 1rem;
  color: #4A4A4F;
}
.testimonial-card {
  background: #FFFFFF;
  text-align: left;
}

/* ========== FAQ SECTION ========== */
.faq-list {
  max-width: 850px;
  margin: 0 auto;
}

.faq-item {
  background: #FFFFFF;
  border: 1px solid rgba(92, 77, 181, 0.2);
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.faq-question {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.faq-icon {
  color: var(--gold-primary);
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon { transform: rotate(180deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 400px;
  padding: 0 2rem 2rem 2rem;
}

.faq-answer p {
  color: var(--text-muted);
  font-size: 1.05rem;
  border-top: 1px solid rgba(0,0,0,0.05);
  padding-top: 1.5rem;
}

/* ========== CONTACT SECTION ========== */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.15rem;
}

.info-item i {
  color: var(--gold-primary);
  font-size: 1.5rem;
  width: 30px;
  text-align: center;
}

.contact-form-box {
  background: #FFFFFF;
  padding: 3.5rem;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border: 1px solid rgba(92, 77, 181, 0.15);
}

.contact-form-box h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.form-group { margin-bottom: 1.5rem; }
.form-row { display: flex; gap: 1.5rem; }
.half-width { flex: 1; }

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 500;
}

input, textarea {
  width: 100%;
  background: #F3F4F6; /* Fundal super clar faÈ›Äƒ de albul peretelui formularului */
  border: 1px solid rgba(0,0,0,0.1);
  padding: 14px 18px;
  border-radius: 12px;
  color: var(--text-main);
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.3s ease;
}

input:focus, textarea:focus {
  outline: none;
  background: #FFFFFF;
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 4px rgba(92, 77, 181, 0.1);
}

/* ========== FOOTER ========== */
footer {
  background: #FFFFFF;
  padding: 4rem 0 3rem;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.footer-logo { margin-bottom: 1.5rem; }

/* ========== WIDGETS & CHAT ========== */
.floating-widgets {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.chat-toggle-btn {
  width: 65px;
  height: 65px;
  background: var(--gold-primary);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  box-shadow: 0 8px 25px rgba(212,175,55,0.4);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-widget, .telegram-widget {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  color: #fff;
  transition: transform 0.3s ease;
}

.whatsapp-widget {
  background-color: #25D366;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.telegram-widget {
  background-color: #0088cc;
  box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3);
}

.chat-toggle-btn:hover, .whatsapp-widget:hover, .telegram-widget:hover {
  transform: scale(1.1);
  color: #fff;
}

.live-chat-container {
  position: fixed;
  bottom: 30px;
  right: 115px;
  width: 350px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(20px) scale(0.95);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(0,0,0,0.05);
}

.live-chat-container.active {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: all;
}

.chat-header {
  background: var(--gold-primary);
  color: #FFFFFF;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.chat-header-info { display: flex; align-items: center; gap: 12px; }
.chat-avatar {
  background: rgba(255,255,255,0.2);
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; justify-content: center; align-items: center;
}
.chat-header h4 { color: #FFFFFF; margin:0; }
.online-status { font-size: 0.85rem; opacity: 0.9; }
.online-status::before { content: ''; display: inline-block; width: 8px; height: 8px; background: #25D366; border-radius: 50%; margin-right: 6px; }

.chat-body {
  height: 320px;
  padding: 20px;
  background: #F9F9FB;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.chat-message {
  max-width: 85%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.chat-message.received {
  background: #FFFFFF;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.chat-message.sent {
  background: var(--gold-primary);
  color: #FFFFFF;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

.chat-footer {
  padding: 15px 20px;
  background: #FFFFFF;
  display: flex;
  gap: 12px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.chat-footer input {
  flex: 1;
  background: #F5F5F7;
  border: 1px solid transparent;
  padding: 12px 16px;
  border-radius: 20px;
}
.chat-footer button {
  background: var(--gold-primary);
  color: #FFFFFF;
  border: none;
  width: 45px; height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}
.chat-footer button:hover { transform: scale(1.1); }

/* ========== ANIMATIONS & RESPONSIVE ========== */
.fade-in-up { animation: fadeInUp 1s ease forwards; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); } 40% { transform: translateY(-15px) translateX(-50%); } 60% { transform: translateY(-7px) translateX(-50%); } }

@media (max-width: 992px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: 3.5rem; }
  .contact-wrapper { grid-template-columns: 1fr; gap: 3rem; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid.team-grid-5 .team-card:nth-child(4), .team-grid.team-grid-5 .team-card:nth-child(5) { grid-column: span 1; width: 100%; }
}

@media (max-width: 768px) {
  .hero-title { font-size: 2.8rem; }
  .hero-subtitle { font-size: 1.1rem; }
  .hero-buttons { flex-direction: column; }
  .nav-links {
    position: absolute; top: var(--nav-height); left: -100%; width: 100%;
    background: rgba(255,255,255,0.95); backdrop-filter: blur(15px);
    flex-direction: column; padding: 2rem 0; border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .nav-links.active { left: 0; }
  .mobile-menu-icon { display: block; }
  .benefits-grid, .team-grid { grid-template-columns: 1fr; }
  .timeline-container::before { left: 30px; }
  .timeline-icon { left: 10px; }
  .timeline-item { padding-left: 70px; }
  .live-chat-container { bottom: 0; right: 0; width: 100%; height: 100vh; border-radius: 0; }
}

