/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #1a1a2e;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* === CONTAINER === */
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* === HEADER === */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; height: 68px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  z-index: 1000;
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.logo { font-size: 1.15rem; font-weight: 800; color: #1a1a2e; }
.logo span { color: #2563eb; }
.main-nav { display: flex; gap: 28px; }
.nav-link { font-size: 0.85rem; font-weight: 500; color: #4b5563; transition: color 0.2s; }
.nav-link:hover { color: #2563eb; }
.header-actions { display: flex; align-items: center; gap: 12px; }

/* Lang Switcher */
.lang-switcher { position: relative; }
.lang-current {
  display: flex; align-items: center; gap: 5px;
  padding: 6px 10px; border: 1px solid #e5e7eb; border-radius: 6px;
  font-size: 0.8rem; font-weight: 500; color: #374151; background: #fff;
  transition: border-color 0.2s;
}
.lang-current:hover { border-color: #2563eb; }
.lang-menu {
  position: absolute; top: calc(100% + 4px); right: 0;
  background: #fff; border: 1px solid #e5e7eb; border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  min-width: 150px; opacity: 0; visibility: hidden;
  transform: translateY(-4px); transition: all 0.2s; z-index: 100; overflow: hidden;
}
.lang-switcher:hover .lang-menu, .lang-menu.show { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-option {
  display: block; width: 100%; padding: 10px 16px;
  font-size: 0.85rem; text-align: left; color: #374151; transition: background 0.15s;
}
.lang-option:hover { background: #f9fafb; }
.lang-option.active { color: #2563eb; font-weight: 600; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; border-radius: 8px; transition: all 0.2s; white-space: nowrap;
}
.btn-primary {
  background: #2563eb; color: #fff !important; padding: 10px 20px; font-size: 0.85rem;
}
.btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.btn-sm { padding: 8px 16px; font-size: 0.8rem; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #1a1a2e; border-radius: 2px; transition: 0.3s; }

/* === SECTION COMMON === */
.section { padding: 90px 0; }
.section-label {
  display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #2563eb; background: #eff6ff;
  padding: 6px 14px; border-radius: 20px; margin-bottom: 14px;
}
.section-title {
  font-size: clamp(1.8rem, 3.8vw, 2.6rem); font-weight: 800;
  line-height: 1.2; margin-bottom: 14px; color: #1a1a2e;
}
.section-sub {
  font-size: 1.05rem; color: #6b7280; max-width: 640px; margin: 0 auto 44px; line-height: 1.7;
}
.highlight { color: #dc2626; }
.price-highlight { color: #d97706; }

/* === HERO === */
.hero-section {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  text-align: center; padding: 100px 0 80px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #1e3a5f 100%);
  overflow: hidden;
}
.hero-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(37,99,235,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(245,158,11,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, rgba(6,182,212,0.08) 0%, transparent 50%);
  z-index: 0;
}
.hero-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(5,150,105,0.12); color: #34d399;
  font-size: 0.8rem; font-weight: 600; padding: 8px 18px;
  border-radius: 30px; margin-bottom: 28px; border: 1px solid rgba(5,150,105,0.2);
}
.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 900;
  line-height: 1.08; color: #fff; margin-bottom: 18px;
}
.hero-title .highlight { color: #f87171; }
.hero-title .price-highlight { color: #fbbf24; }
.hero-sub {
  font-size: clamp(0.95rem, 1.6vw, 1.15rem); color: rgba(255,255,255,0.7);
  max-width: 620px; margin: 0 auto 34px; line-height: 1.7;
}
.hero-cta-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.btn-hero {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff !important; padding: 16px 38px; font-size: 1.05rem; font-weight: 700;
  border-radius: 10px; transition: all 0.25s; box-shadow: 0 4px 14px rgba(245,158,11,0.3);
}
.btn-hero:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,158,11,0.4); }
.btn-hero-outline {
  border: 2px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.85) !important; padding: 14px 32px; font-size: 1rem; font-weight: 600;
  border-radius: 10px; transition: all 0.25s;
}
.btn-hero-outline:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.06); }
.hero-trust {
  display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px;
}
.trust-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.82rem; color: rgba(255,255,255,0.6);
}
.trust-item svg { width: 15px; height: 15px; color: #34d399; }
.hero-cities { font-size: 0.8rem; color: rgba(255,255,255,0.4); }

/* === ROI === */
.roi-section { background: #f8fafc; }
.roi-section .section-sub { margin: 0 0 40px; }
.roi-visual {
  display: flex; gap: 36px; align-items: center; margin-bottom: 44px;
  background: #fff; border-radius: 16px; padding: 32px; border: 1px solid #e5e7eb;
}
.roi-bars { flex: 1; min-width: 220px; }
.bar-group { margin-bottom: 10px; }
.bar-label { font-size: 0.85rem; font-weight: 600; color: #374151; margin-bottom: 5px; }
.bar {
  height: 44px; border-radius: 8px; display: flex; align-items: center;
  padding: 0 14px; font-weight: 700; font-size: 0.9rem; transition: width 1s ease;
}
.bar span { position: relative; z-index: 1; }
.bar-red { background: linear-gradient(90deg, #fee2e2, #fca5a5); color: #dc2626; }
.bar-green { background: linear-gradient(90deg, #d1fae5, #a7f3d0); color: #059669; }
.bar-save { font-size: 0.9rem; color: #059669; font-weight: 600; margin-top: 3px; }
.roi-big-number { text-align: center; flex-shrink: 0; }
.num-save { display: block; font-size: 2.6rem; font-weight: 900; color: #059669; line-height: 1; }
.num-label { font-size: 0.85rem; color: #6b7280; margin-top: 4px; display: block; }
.roi-table-wrapper { overflow-x: auto; border-radius: 12px; border: 1px solid #e5e7eb; background: #fff; }
.roi-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.roi-table th {
  background: #f8fafc; padding: 13px 16px; text-align: left; font-weight: 600;
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
}
.roi-table td { padding: 12px 16px; border-bottom: 1px solid #f1f5f9; }
.roi-table tbody tr:hover { background: #f8fafc; }
.col-loss { text-align: right; color: #6b7280; }
.col-save { text-align: right; color: #059669; font-weight: 700; }
.total-loss { color: #dc2626; }
.total-save { color: #059669; }
.cat-icon { margin-right: 6px; }

/* === WHAT'S INSIDE === */
.inside-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.inside-card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 14px;
  padding: 30px 24px; transition: all 0.25s;
}
.inside-card:hover { border-color: #2563eb; box-shadow: 0 4px 16px rgba(0,0,0,0.04); transform: translateY(-2px); }
.inside-icon { font-size: 1.6rem; margin-bottom: 12px; }
.inside-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: #1a1a2e; }
.inside-card p { font-size: 0.85rem; color: #6b7280; line-height: 1.7; }

/* === TRAPS SECTION === */
/* === PRICING === */
.pricing-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #1e3a5f 100%);
}
.pricing-section .section-label { background: rgba(37,99,235,0.2); color: #93b4ff; }
.pricing-section .section-title { color: #fff; }
.pricing-section .section-sub { color: rgba(255,255,255,0.55); }
.pricing-card {
  max-width: 500px; margin: 0 auto; background: #fff;
  border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); overflow: hidden; position: relative;
}
.pricing-badge {
  position: absolute; top: 18px; right: -30px;
  background: #d97706; color: #fff; font-size: 0.7rem; font-weight: 700;
  padding: 5px 38px; transform: rotate(45deg); text-transform: uppercase; letter-spacing: 1px;
}
.pricing-header {
  text-align: center; padding: 36px 28px 20px;
  background: linear-gradient(135deg, #eff6ff, #fff);
}
.pricing-old { font-size: 1.1rem; color: #9ca3af; text-decoration: line-through; margin-bottom: 2px; }
.pricing-amount { display: flex; align-items: baseline; justify-content: center; gap: 2px; }
.pricing-amount .currency { font-size: 1.4rem; font-weight: 700; color: #374151; margin-top: 6px; }
.pricing-amount .amount { font-size: 3.6rem; font-weight: 900; color: #1a1a2e; line-height: 1; }
.pricing-note { font-size: 0.82rem; color: #6b7280; margin-top: 6px; }
.pricing-features { padding: 22px 28px; display: flex; flex-direction: column; gap: 13px; }
.pricing-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem; color: #374151;
}
.pricing-features li svg { flex-shrink: 0; margin-top: 2px; }
.pricing-guide-note {
  margin: 0 28px 18px; padding: 12px 16px;
  background: #fffbeb; border-radius: 8px;
  display: flex; gap: 8px; align-items: flex-start; font-size: 0.8rem; color: #374151;
}
.pricing-guide-note svg { flex-shrink: 0; margin-top: 2px; }
.btn-pricing {
  display: block; margin: 0 28px;
  background: linear-gradient(135deg, #d97706, #b45309);
  color: #fff !important; padding: 15px 24px; font-size: 1rem; font-weight: 700;
  border-radius: 10px; text-align: center; transition: all 0.25s;
}
.btn-pricing:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(217,119,6,0.3); }
.pricing-payment {
  display: flex; align-items: center; gap: 10px; justify-content: center;
  padding: 16px 28px 10px; font-size: 0.78rem; color: #6b7280;
}
.payment-icons { display: flex; gap: 6px; }
.payment-icons span {
  background: #f3f4f6; padding: 3px 8px; border-radius: 4px;
  font-size: 0.65rem; font-weight: 700; color: #6b7280; letter-spacing: 0.5px;
}
.pricing-guarantee {
  display: flex; align-items: center; gap: 7px; justify-content: center;
  padding: 8px 28px 28px; font-size: 0.8rem; color: #6b7280;
}
.pricing-guarantee svg { color: #059669; }

/* Guide Standards */
.pricing-guide-standards { margin: 18px 28px 28px; }
.guide-standards-header {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.9rem; font-weight: 700; color: #1f2937; margin-bottom: 12px;
}
.guide-standards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.gs-item { display: flex; align-items: flex-start; gap: 7px; font-size: 0.8rem; color: #6b7280; line-height: 1.5; }
.gs-check { color: #059669; font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* === TESTIMONIALS === */
.testimonials-section { background: #f8fafc; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 14px;
  padding: 28px 24px; transition: all 0.25s;
}
.testimonial-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.04); transform: translateY(-2px); }
.testi-stars { color: #d97706; font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.testi-text { font-size: 0.88rem; color: #6b7280; line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 0.82rem; flex-shrink: 0;
}
.testi-name { font-size: 0.9rem; font-weight: 600; color: #1a1a2e; }
.testi-role { font-size: 0.8rem; color: #6b7280; }

/* === FAQ === */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.faq-item { border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; transition: border-color 0.2s; }
.faq-item.active { border-color: #2563eb; }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 18px 22px;
  font-size: 0.92rem; font-weight: 600; color: #1a1a2e;
  text-align: left; background: #fff; transition: background 0.2s; gap: 14px;
}
.faq-question:hover { background: #f9fafb; }
.faq-question svg { flex-shrink: 0; transition: transform 0.3s; }
.faq-item.active .faq-question svg { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-item.active .faq-answer { max-height: 500px; padding: 0 22px 18px; }
.faq-answer p { font-size: 0.88rem; color: #6b7280; line-height: 1.7; }

/* === FOOTER === */
.site-footer { background: #0f172a; color: #94a3b8; padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer-logo { font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.footer-logo span { color: #2563eb; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; margin-bottom: 18px; max-width: 300px; color: #64748b; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: #1e293b; color: #64748b; transition: all 0.2s;
}
.footer-social a:hover { background: #2563eb; color: #fff; }
.footer-links h4, .footer-contact h4, .footer-legal h4 {
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  color: #94a3b8; margin-bottom: 14px;
}
.footer-links a, .footer-contact a, .footer-legal a {
  display: block; font-size: 0.85rem; color: #64748b; margin-bottom: 8px; transition: color 0.2s;
}
.footer-links a:hover, .footer-contact a:hover, .footer-legal a:hover { color: #fff; }
.footer-contact p { font-size: 0.8rem; color: #475569; margin-top: 8px; }
.footer-bottom {
  border-top: 1px solid #1e293b; padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px; font-size: 0.8rem; color: #475569;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .inside-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .main-nav { display: none; }
  .header-cta { display: none; }
  .hamburger { display: flex; }
  .main-nav.open {
    display: flex; flex-direction: column; position: absolute;
    top: 68px; left: 0; right: 0; background: #fff;
    border-bottom: 1px solid #e5e7eb; padding: 16px 24px; gap: 16px; box-shadow: 0 10px 20px rgba(0,0,0,0.06);
  }
  .hero-section { min-height: auto; padding: 80px 0 60px; }
  .hero-cta-group { flex-direction: column; align-items: center; }
  .roi-visual { flex-direction: column; align-items: stretch; }
  .roi-visual { padding: 20px; }
  .num-save { font-size: 2rem; }
  .inside-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .guide-standards-grid { grid-template-columns: 1fr; }
  .pricing-guide-standards { margin: 16px; }
  .pricing-card { margin: 0; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .pricing-amount .amount { font-size: 2.8rem; }
}

/* === PROBLEMS SECTION (Replaces old traps) === */
 .problems-section { background: #f8fafc; }
 .problems-section .section-label { background: #eff6ff; }
 .problems-section .section-sub { margin: 0 auto 32px; }
 .problems-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 16px;
   margin-bottom: 28px;
 }
 .problem-card {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 8px;
   padding: 26px 16px;
   background: #fff;
   border: 1px solid #e5e7eb;
   border-radius: 12px;
   transition: all 0.25s;
   text-align: center;
   box-shadow: 0 1px 3px rgba(0,0,0,0.02);
 }
 .problem-card:hover {
   border-color: #2563eb;
   box-shadow: 0 4px 16px rgba(0,0,0,0.06);
   transform: translateY(-3px);
 }
 .problem-icon { font-size: 1.8rem; margin-bottom: 2px; }
 .problem-label { font-size: 0.88rem; font-weight: 700; color: #1a1a2e; line-height: 1.3; }
 .problem-count { font-size: 0.72rem; color: #2563eb; font-weight: 600; margin-top: 2px; }
 .problems-cta {
   text-align: center; font-size: 0.88rem; color: #6b7280;
   padding: 16px 20px; background: #fff; border-radius: 10px; border: 1px dashed #d1d5db;
 }
@media (max-width: 900px) {
  .problems-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .problems-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* === PAYPAL BUTTON === */
.paypal-container {
  margin: 0 28px 16px;
  min-height: 45px;
}
@media (max-width: 480px) {
  .paypal-container { margin: 0 16px 16px; }
}
