/* ============================================
   HOMEPAGE EN — page-homepage-en.php styles
   ============================================ */

/* ============================================
   HERO
   ============================================ */
.hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 680px;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(232,135,58,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 90% 20%, rgba(201,147,58,0.06) 0%, transparent 50%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,135,58,0.12);
  border: 1px solid rgba(232,135,58,0.25);
  color: var(--saffron);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-badge svg { width: 14px; height: 14px; }
.hero h1 {
  color: white;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  margin-bottom: 24px;
  line-height: 1.15;
}
.hero h1 em { color: var(--saffron); font-style: normal; }
.hero-desc {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 520px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-guarantees { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-guarantee {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.75);
  font-size: 0.82rem;
}
.hero-guarantee svg { width: 16px; height: 16px; color: var(--saffron); }

/* Hero floating card */
.hero-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 32px;
  backdrop-filter: blur(10px);
  will-change: transform;
}
.hero-card-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--saffron);
  margin-bottom: 20px;
}
.check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.8);
  font-size: 0.875rem;
  line-height: 1.4;
}
.check-item:last-of-type { border-bottom: none; }
.check-icon {
  width: 20px; height: 20px;
  background: rgba(232,135,58,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.check-icon svg { width: 10px; height: 10px; color: var(--saffron); }
.hero-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.price-tag {
  font-family: var(--ff-head);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--saffron);
}
.price-tag span { font-size: 0.75rem; color: rgba(255,255,255,0.65); font-family: var(--ff-body); font-weight: 400; }
.time-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,0.75);
  font-size: 0.8rem;
}
.time-tag svg { width: 14px; height: 14px; color: var(--saffron); }

/* ============================================
   TRUST BAR
   ============================================ */
.trust-bar {
  background: var(--cream2);
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.trust-bar .container {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.trust-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 28px;
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}
.trust-item:last-child { border-right: none; }
.trust-item:hover { background: rgba(232,135,58,0.04); }
.trust-num {
  font-family: var(--ff-head);
  font-size: 2rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  white-space: nowrap;
}
.trust-num sup { font-size: 1rem; vertical-align: super; }
.trust-label { font-size: 0.82rem; color: var(--muted); line-height: 1.4; }
.trust-label strong { display: block; color: var(--text); font-weight: 600; }

/* ============================================
   PAIN POINTS
   ============================================ */
.pain { background: var(--cream); }
.pain .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.pain-text h2 { color: var(--navy); margin-bottom: 20px; }
.pain-text p { color: var(--muted); line-height: 1.75; margin-bottom: 32px; font-size: 1rem; }
.pain-cards { display: flex; flex-direction: column; gap: 14px; }
.pain-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--saffron);
  border-radius: var(--radius);
  padding: 18px 20px;
  transition: all 0.25s;
}
.pain-card:hover { border-color: rgba(232,135,58,0.3); transform: translateX(4px); }
.pain-emoji { font-size: 1.5rem; flex-shrink: 0; }
.pain-card-title { font-weight: 700; color: var(--navy); margin-bottom: 5px; font-size: 0.93rem; }
.pain-card-text { color: var(--muted); font-size: 0.845rem; line-height: 1.55; }

/* ============================================
   SERVICES
   ============================================ */
.services { background: var(--white); padding: var(--space-xl) 0; }
.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
  padding: 0 24px;
}
.section-head h2 { color: var(--navy); margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all 0.3s;
  background: var(--white);
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(232,135,58,0.2); }
.service-icon { font-size: 2.2rem; margin-bottom: 18px; }
.service-card h3 { color: var(--navy); font-size: 1.05rem; margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: 0.875rem; line-height: 1.65; margin-bottom: 20px; }
.service-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; }
.tag {
  display: inline-block;
  padding: 3px 10px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
}
.service-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--saffron);
  font-weight: 600;
  font-size: 0.875rem;
  transition: gap 0.2s;
}
.service-card:hover .service-link { gap: 10px; }
.service-link svg { width: 16px; height: 16px; }

/* ============================================
   HOW WE WORK
   ============================================ */
.process { background: var(--navy); }
.process .section-head h2 { color: var(--white); }
.process .section-head p { color: rgba(255,255,255,0.75); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(12.5%);
  right: calc(12.5%);
  height: 2px;
  background: linear-gradient(90deg, var(--saffron), rgba(232,135,58,0.2));
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.step-num {
  width: 72px; height: 72px;
  background: rgba(232,135,58,0.1);
  border: 2px solid rgba(232,135,58,0.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-head);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--saffron);
  margin-bottom: 24px;
  position: relative; z-index: 1;
  transition: all 0.3s;
}
.process-step:hover .step-num { background: rgba(232,135,58,0.2); border-color: var(--saffron); transform: scale(1.05); }
.step-time {
  display: inline-block;
  background: rgba(232,135,58,0.15);
  color: var(--saffron);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.process-step h3 { color: var(--white); font-size: 1rem; margin-bottom: 10px; }
.process-step p { color: rgba(255,255,255,0.75); font-size: 0.85rem; line-height: 1.6; }

/* ============================================
   WHY US
   ============================================ */
.why-us { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-list { display: flex; flex-direction: column; gap: 20px; }
.why-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 24px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: all 0.25s;
}
.why-item:hover { transform: translateX(6px); box-shadow: var(--shadow); border-color: rgba(232,135,58,0.2); }
.why-item-icon {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, rgba(232,135,58,0.15), rgba(201,147,58,0.08));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
}
.why-item-title { font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.why-item-text { color: var(--muted); font-size: 0.875rem; line-height: 1.5; }
.stats-panel {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.stat-box { text-align: center; }
.stat-value { font-family: var(--ff-head); font-size: 3rem; font-weight: 900; color: var(--saffron); line-height: 1; margin-bottom: 8px; }
.stat-value sup { font-size: 1.5rem; }
.stat-desc { color: rgba(255,255,255,0.75); font-size: 0.85rem; line-height: 1.4; }
.stat-desc strong { display: block; color: rgba(255,255,255,0.9); font-weight: 600; margin-bottom: 4px; }
.stat-divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); grid-column: 1/-1; margin: 8px 0; }

/* ============================================
   CASES
   ============================================ */
.cases { background: var(--white); }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); transition: all 0.3s; }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.case-header { padding: 28px; color: white; position: relative; overflow: hidden; }
.case-header-1 { background: linear-gradient(135deg, #0D1B2A, #1a3050); }
.case-header-2 { background: linear-gradient(135deg, #1a2a0a, #2d4a0e); }
.case-header-3 { background: linear-gradient(135deg, #1a0a0a, #3d1010); }
.case-industry { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.6; margin-bottom: 10px; }
.case-header h3 { font-size: 1rem; margin-bottom: 8px; }
.case-result {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,0.12);
  padding: 5px 12px; border-radius: 20px;
  font-size: 0.8rem; font-weight: 600; margin-top: 8px;
}
.case-result svg { width: 12px; height: 12px; }
.case-body { padding: 24px 28px; background: var(--white); }
.case-body p { color: var(--muted); font-size: 0.875rem; line-height: 1.6; margin-bottom: 16px; }
.case-finding {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 10px 14px;
  background: #FFF8F0; border: 1px solid rgba(232,135,58,0.2);
  border-radius: 8px; font-size: 0.82rem; color: #8B5E2A; line-height: 1.5;
}
.case-finding svg { width: 14px; height: 14px; color: var(--saffron); flex-shrink: 0; margin-top: 2px; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials { background: var(--cream); }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 32px; border: 1px solid var(--border);
  transition: all 0.25s; position: relative;
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.testimonial::before {
  content: '"'; position: absolute; top: 20px; right: 28px;
  font-family: var(--ff-head); font-size: 5rem;
  color: rgba(232,135,58,0.1); line-height: 1;
}
.stars { display: flex; gap: 3px; margin-bottom: 16px; }
.stars svg { width: 16px; height: 16px; color: #F59E0B; fill: #F59E0B; }
.testimonial p { color: var(--text); font-size: 0.95rem; line-height: 1.7; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-head); font-size: 1.1rem; font-weight: 700;
  color: white; flex-shrink: 0;
}
.av-1 { background: linear-gradient(135deg, #0D1B2A, #2d4a70); }
.av-2 { background: linear-gradient(135deg, #1a5c1a, #2d8b2d); }
.av-3 { background: linear-gradient(135deg, #6B1A1A, #A33535); }
.av-4 { background: linear-gradient(135deg, #4A1A6B, #7A35A3); }
.author-name { font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.author-meta { font-size: 0.8rem; color: var(--muted); }
.testimonial-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: #F0FDF4; color: #16A34A;
  font-size: 0.72rem; font-weight: 700;
  padding: 4px 10px; border-radius: 20px; margin-top: 24px;
  border: 1px solid rgba(22,163,74,0.15);
}
.testimonial-tag svg { width: 12px; height: 12px; }

/* ============================================
   FAQ
   ============================================ */
.faq { background: var(--white); }
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 22px 0; cursor: pointer;
  font-weight: 600; color: var(--navy); font-size: 1rem;
  transition: color 0.2s; width: 100%; background: none; border: none;
  text-align: left; font-family: var(--ff-body);
}
.faq-question:hover { color: var(--saffron); }
.faq-question svg { width: 20px; height: 20px; color: var(--saffron); flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer {
  color: var(--muted); font-size: 0.95rem; line-height: 1.7;
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-item.open .faq-answer { max-height: 600px; padding-bottom: 22px; }

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section { background: var(--navy); position: relative; overflow: hidden; padding: var(--space-xl) 0; }
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 100% at 50% 100%, rgba(232,135,58,0.1) 0%, transparent 60%);
}
.cta-section .container {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 440px;
  gap: 80px; align-items: center;
}
.cta-text h2 { color: var(--white); margin-bottom: 16px; }
.cta-text p { color: rgba(255,255,255,0.65); font-size: 1.05rem; line-height: 1.7; margin-bottom: 32px; }
.cta-contacts { display: flex; flex-direction: column; gap: 14px; }
.cta-contact-item {
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,0.7); font-size: 0.95rem; transition: color 0.2s;
}
.cta-contact-item:hover { color: var(--white); }
.cta-contact-icon {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ci-phone { background: rgba(255,255,255,0.08); }
.ci-tg { background: #229ED9; }
.ci-email { background: rgba(232,135,58,0.2); }
.cta-contact-icon svg { width: 18px; height: 18px; color: white; }
.cta-form { background: var(--white); border-radius: var(--radius-lg); padding: 40px; }
.cta-form h3 { color: var(--navy); margin-bottom: 8px; font-size: 1.3rem; }
.cta-form-sub { color: var(--muted); font-size: 0.875rem; margin-bottom: 28px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid rgba(13,27,42,0.25); border-radius: 8px;
  font-family: var(--ff-body); font-size: 0.95rem;
  color: var(--text); background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s; outline: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--saffron); box-shadow: 0 0 0 3px rgba(232,135,58,0.12);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit { width: 100%; margin-top: 4px; justify-content: center; }
.form-privacy { margin-top: 12px; text-align: center; font-size: 0.78rem; color: var(--muted); }
.form-privacy a { color: var(--saffron); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-card { animation: none; max-width: 480px; margin: 0 auto; }
  .pain .container { grid-template-columns: 1fr; gap: 48px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .process-steps::before { display: none; }
  .cases-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .cta-section .container { grid-template-columns: 1fr; gap: 48px; }
  .trust-bar .container { flex-wrap: wrap; }
  .trust-item { min-width: 45%; }
}
@media (max-width: 768px) {
  section { padding: 56px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .stats-panel { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .trust-item { min-width: 100%; }
}
