/* Huaman lead system polish v3 - Restored Original Style */

/* ============================================
   CONTAINER & BASE
   ============================================ */
.lp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   HERO SECTION - Restored Original Style
   ============================================ */
.lp-hero {
  padding: 80px 24px 60px;
  background: linear-gradient(180deg, var(--color-soft-white) 0%, #fff 100%);
}

.lp-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lp-hero-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--hm-tag-bg);
  color: var(--hm-navy);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
  font-family: var(--font-sans);
}

.lp-hero-content h1 {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 400;
  color: var(--hm-navy);
  line-height: 1.2;
  margin: 0 0 18px;
  font-family: var(--font-serif);
}

.lp-hero-desc {
  font-size: 16px;
  color: var(--hm-text);
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 480px;
  font-family: var(--font-sans);
  font-weight: 400;
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: var(--hm-transition);
  cursor: pointer;
  font-family: var(--font-sans);
}

.lp-btn-primary {
  background: var(--hm-navy);
  color: #fff;
}

.lp-btn-primary:hover {
  background: var(--hm-navy-soft);
}

.lp-btn-secondary {
  background: #fff;
  color: var(--hm-navy);
  border: 1px solid var(--hm-border);
}

.lp-btn-secondary:hover {
  background: var(--hm-tag-bg);
}

.lp-btn-outline {
  background: transparent;
  color: var(--hm-navy);
  border: 1px solid var(--hm-border);
}

.lp-btn-outline:hover {
  background: var(--hm-tag-bg);
}

.lp-hero-visual {
  position: relative;
}

.lp-hero-image-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.lp-hero-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-hero-caps {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.lp-cap-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 400;
  color: var(--hm-navy);
  border: 1px solid var(--hm-border);
  font-family: var(--font-sans);
}

.lp-cap-item i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hm-tag-bg);
  border-radius: 6px;
  color: var(--hm-navy);
  font-size: 11px;
}

/* ============================================
   VALUE PROPOSITION - Simplified
   ============================================ */
.lp-value-section {
  padding: 48px 24px;
  background: #fff;
}

.lp-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lp-value-card {
  padding: 28px 24px;
  background: var(--hm-soft-bg);
  border-radius: 16px;
  border: 1px solid var(--hm-border);
}

.lp-value-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hm-navy);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
}

.lp-value-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--hm-navy);
  margin: 0 0 8px;
  font-family: var(--font-serif);
}

.lp-value-card p {
  font-size: 14px;
  color: var(--hm-text);
  line-height: 1.55;
  margin: 0;
  font-family: var(--font-sans);
}

/* ============================================
   SECTION HEADER - Restored
   ============================================ */
.lp-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.lp-section-header h2 {
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 400;
  color: var(--hm-navy);
  margin: 0 0 12px;
  font-family: var(--font-serif);
}

.lp-section-header p {
  font-size: 15px;
  color: var(--hm-text);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
  font-family: var(--font-sans);
}

.lp-section-header-light h2 {
  color: #fff;
}

.lp-section-header-light p {
  color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   PROCESS TIMELINE - Simplified
   ============================================ */
.lp-process-section {
  padding: 56px 24px;
  background: var(--hm-soft-bg);
}

.lp-timeline {
  max-width: 720px;
  margin: 0 auto;
}

.lp-timeline-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding-bottom: 24px;
}

.lp-timeline-item:last-child {
  padding-bottom: 0;
}

.lp-timeline-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-timeline-num {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hm-navy);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  flex-shrink: 0;
  font-family: var(--font-sans);
}

.lp-timeline-line {
  width: 1px;
  flex: 1;
  background: var(--hm-border);
  margin-top: 8px;
}

.lp-timeline-last .lp-timeline-line {
  display: none;
}

.lp-timeline-content h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--hm-navy);
  margin: 6px 0 6px;
  font-family: var(--font-serif);
}

.lp-timeline-content p {
  font-size: 14px;
  color: var(--hm-text);
  line-height: 1.55;
  margin: 0;
  font-family: var(--font-sans);
}

/* ============================================
   PRODUCT CATEGORIES - White Cards Only
   ============================================ */
.lp-categories-section {
  padding: 56px 24px;
  background: #fff;
}

.lp-categories-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.lp-category-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 220px;
  background: #fff;
  border: 1px solid var(--hm-border);
  transition: var(--hm-transition);
}

.lp-category-card:hover {
  box-shadow: var(--hm-shadow-card);
}

.lp-cat-inner {
  padding: 20px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-cat-num {
  font-size: 11px;
  font-weight: 500;
  color: var(--hm-muted);
  margin-bottom: 10px;
  font-family: var(--font-sans);
}

.lp-cat-inner h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--hm-navy);
  font-family: var(--font-serif);
}

.lp-cat-desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--hm-text);
  margin: 0 0 14px;
  flex: 1;
  font-family: var(--font-sans);
}

.lp-cat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 14px;
}

.lp-cat-tags span {
  padding: 3px 8px;
  background: var(--hm-tag-bg);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  color: var(--hm-muted);
  font-family: var(--font-sans);
}

.lp-cat-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--hm-navy);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: var(--hm-transition);
  font-family: var(--font-sans);
}

.lp-cat-link:hover {
  color: var(--hm-accent);
}

/* ============================================
   PRODUCT SERIES DETAIL - Simplified
   ============================================ */
.lp-series-section {
  padding: 56px 24px;
  background: var(--hm-soft-bg);
}

.lp-series-block {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 16px;
  border: 1px solid var(--hm-border);
}

.lp-series-last {
  margin-bottom: 0;
}

.lp-series-header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.lp-series-num {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hm-navy);
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
  font-family: var(--font-sans);
}

.lp-series-title-wrap h3 {
  font-size: 19px;
  font-weight: 500;
  color: var(--hm-navy);
  margin: 0 0 6px;
  font-family: var(--font-serif);
}

.lp-series-title-wrap p {
  font-size: 14px;
  color: var(--hm-text);
  line-height: 1.55;
  margin: 0;
  font-family: var(--font-sans);
}

.lp-series-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-series-products span {
  padding: 6px 14px;
  background: var(--hm-tag-bg);
  border-radius: 6px;
  font-size: 13px;
  color: var(--hm-text);
  font-weight: 400;
  font-family: var(--font-sans);
}

/* ============================================
   CUSTOM OPTIONS - Simplified
   ============================================ */
.lp-options-section {
  padding: 56px 24px;
  background: #fff;
}

.lp-options-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lp-options-group {
  padding: 24px;
  background: var(--hm-soft-bg);
  border-radius: 14px;
  border: 1px solid var(--hm-border);
}

.lp-options-group h4 {
  font-size: 15px;
  font-weight: 500;
  color: var(--hm-navy);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-serif);
}

.lp-options-group h4 i {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hm-navy);
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
}

.lp-options-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lp-options-tags span {
  padding: 5px 12px;
  background: #fff;
  border-radius: 6px;
  font-size: 12px;
  color: var(--hm-text);
  border: 1px solid var(--hm-border);
  font-family: var(--font-sans);
}

/* ============================================
   WHO WE WORK WITH - Simplified
   ============================================ */
.lp-partners-section {
  padding: 56px 24px;
  background: var(--hm-soft-bg);
}

.lp-partners-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.lp-partners-wall span {
  padding: 10px 18px;
  background: #fff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  color: var(--hm-navy);
  border: 1px solid var(--hm-border);
  transition: var(--hm-transition);
  font-family: var(--font-sans);
}

.lp-partners-wall span:hover {
  background: var(--hm-tag-bg);
}

/* ============================================
   WHY HUAMAN - Simplified
   ============================================ */
.lp-why-section {
  padding: 56px 24px;
  background: var(--hm-navy);
}

.lp-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.lp-why-item {
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-why-item i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto 12px;
}

.lp-why-item h4 {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.4;
  font-family: var(--font-sans);
}

/* ============================================
   FINAL CTA - Simplified
   ============================================ */
.lp-cta-section {
  padding: 56px 24px;
  background: var(--hm-navy);
}

.lp-cta-box {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.lp-cta-box h2 {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 400;
  color: #fff;
  margin: 0 0 14px;
  font-family: var(--font-serif);
}

.lp-cta-box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0 0 28px;
  font-family: var(--font-sans);
}

.lp-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-btn-white {
  background: #fff;
  color: var(--hm-navy);
}

.lp-btn-white:hover {
  background: var(--hm-tag-bg);
}

.lp-btn-white-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.lp-btn-white-outline:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.lp-btn-white-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: none;
}

.lp-btn-white-ghost:hover {
  color: #fff;
}

/* ============================================
   SECONDARY CTA
   ============================================ */
.lp-secondary-cta {
  padding: 48px 24px;
  background: var(--hm-soft-bg);
}

.lp-secondary-cta-inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.lp-secondary-cta-inner h3 {
  font-size: 22px;
  font-weight: 400;
  color: var(--hm-navy);
  margin: 0 0 10px;
  font-family: var(--font-serif);
}

.lp-secondary-cta-inner p {
  font-size: 14px;
  color: var(--hm-text);
  line-height: 1.55;
  margin: 0 0 20px;
  font-family: var(--font-sans);
}

/* ============================================
   FLOATING TOOLBAR - Fixed Single Set
   ============================================ */
.lp-toolbar {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 999;
  max-width: 44px;
}

.lp-toolbar-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hm-navy);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: var(--hm-transition);
}

.lp-toolbar-btn:hover {
  background: var(--hm-navy-soft);
}

.lp-toolbar-lang {
  position: relative;
}

.lp-lang-dropdown {
  position: absolute;
  right: 42px;
  top: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--hm-shadow-card);
  overflow: hidden;
  display: none;
  min-width: 80px;
}

.lp-toolbar-lang:hover .lp-lang-dropdown {
  display: block;
}

.lp-lang-dropdown a {
  display: block;
  padding: 8px 12px;
  color: var(--hm-navy);
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  transition: var(--hm-transition);
  font-family: var(--font-sans);
}

.lp-lang-dropdown a:hover,
.lp-lang-dropdown a.active {
  background: var(--hm-tag-bg);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
  .lp-categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .lp-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .lp-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .lp-hero-visual {
    order: -1;
  }
  
  .lp-value-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .lp-options-groups {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .lp-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lp-hero {
    padding: 48px 20px 40px;
  }
  
  .lp-hero-actions {
    flex-direction: column;
  }
  
  .lp-btn {
    width: 100%;
    justify-content: center;
  }
  
  .lp-categories-grid {
    grid-template-columns: 1fr;
  }
  
  .lp-category-card {
    min-height: 180px;
  }
  
  .lp-timeline-item {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }
  
  .lp-timeline-num {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }
  
  .lp-why-grid {
    grid-template-columns: 1fr;
  }
  
  .lp-partners-wall span {
    padding: 8px 14px;
    font-size: 12px;
  }
  
  .lp-series-header {
    flex-direction: column;
  }
  
  .lp-toolbar {
    right: 12px;
    bottom: 12px;
  }
  
  .lp-toolbar-btn {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  
  .lp-lang-dropdown {
    right: 40px;
  }
}

/* ============================================
   ORIGINAL STYLES (v1) - Preserved
   ============================================ */
.lead-catalog-cta {
  padding: 64px 20px;
  background: linear-gradient(135deg, #f7f8fb 0%, #eef3f8 100%);
}

.lead-catalog-cta-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 44px 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, #17365d, #1f5d8f);
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 60px rgba(23, 54, 93, 0.22);
}

.lead-catalog-cta h2 {
  max-width: 760px;
  margin: 0 auto 16px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 800;
}

.lead-catalog-cta p {
  max-width: 800px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,0.86);
  font-size: 17px;
  line-height: 1.75;
}

.lead-catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: #db9040;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(219,144,64,.28);
}

.lead-catalog-btn:hover {
  opacity: .95;
  transform: translateY(-1px);
}

.catalog-request-notice {
  margin: 0 0 26px;
  padding: 24px 26px;
  border: 1px solid rgba(23,54,93,.12);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(23,54,93,.06), rgba(219,144,64,.08));
  box-shadow: 0 12px 34px rgba(23,54,93,.08);
}

.catalog-request-notice h2,
.catalog-request-notice h3 {
  margin: 0 0 10px;
  color: #17365d;
  font-size: 22px;
}

.catalog-request-notice p {
  margin: 0 0 8px;
  color: #3b4658;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .lead-catalog-cta {
    padding: 42px 16px;
  }

  .lead-catalog-cta-inner {
    padding: 32px 22px;
    border-radius: 22px;
  }

  .lead-catalog-cta p {
    font-size: 15px;
  }
}