/* ========== HOW IT WORKS FULL SCREEN (prefix 'hw-', 'hs-') ========== */

/* Full Screen Sections */
.hw-section-full,
.hs-section-full {
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  background: var(--bg-color);
  position: relative;
  overflow: hidden;
}

/* Alternating background */
.hs-section-full:nth-child(even) {
  background: var(--grey-soft);
}

/* Full Width Containers */
.hw-container-full,
.container-full {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 2;
}

/* HW Hero Section */
.hw-section-full {
  background: linear-gradient(145deg, var(--bg-color), var(--bg-blue-soft));
}

.hw-badge-wrapper {
  text-align: center;
  margin-bottom: 1.5rem;
}

.hw-badge {
  background: var(--primary-navy);
  color: var(--white-color);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.6rem 2.5rem;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 5px 15px var(--primary-navy-10);
}

.hw-heading {
  text-align: center;
  margin-bottom: 1rem;
}

.hw-heading-main {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--primary-navy);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.hw-heading-sub {
  font-size: 3rem;
  font-weight: 300;
  color: var(--accent-slate);
  line-height: 1.2;
}

.hw-content-grid-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 2rem 0;
}

.hw-content-left-full {
  background: var(--white-color);
  border-radius: 30px;
  padding: 2.5rem;
  box-shadow: 0 20px 40px -20px var(--primary-navy-10);
  border: 1px solid var(--border-color);
}

.hw-content-right-full {
  display: flex;
  align-items: center;
}

.hw-quote-box-full {
  background: var(--primary-navy);
  color: var(--white-color);
  border-radius: 30px;
  padding: 2.5rem;
  position: relative;
}

.hw-quote-box-full i {
  font-size: 2rem;
  opacity: 0.3;
  margin-bottom: 1rem;
}

.hw-quote-box-full p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
}

.hw-paragraph-full {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-medium);
  margin-bottom: 0;
}

.hw-dots-full {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(var(--primary-navy) 2px, transparent 2px);
  background-size: 25px 25px;
  opacity: 0.03;
  z-index: 1;
}

/* Steps Grid */
.hs-steps-grid-full {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.hs-step-card-full {
  background: var(--white-color);
  border-radius: 30px;
  padding: 2.5rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 40px -20px var(--primary-navy-10);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hs-step-card-full:hover {
  border-color: var(--primary-navy);
  transform: translateY(-5px);
  box-shadow: 0 30px 60px -30px var(--navy);
}

.hs-step-card-header-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.hs-step-number-full {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-navy);
  opacity: 0.2;
}

.hs-step-icon-full {
  width: 50px;
  height: 50px;
  background: var(--primary-navy-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-navy);
  font-size: 1.3rem;
}

.hs-step-card-title-full {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 1.5rem;
  line-height: 1.4;
  min-height: 3.6rem;
}

.hs-step-card-list-full {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.hs-step-card-list-full li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-medium);
}

.hs-step-card-list-full li i {
  color: var(--primary-navy);
  font-size: 1rem;
  margin-top: 0.2rem;
  min-width: 1.2rem;
}

/* Section Header */
.hs-section-header-full {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.hs-section-label-full {
  color: var(--primary-navy);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
  background: var(--primary-navy-soft);
  padding: 0.4rem 2rem;
  border-radius: 30px;
}

.hs-section-title-full {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-navy);
  line-height: 1.3;
}

/* Models Grid */
.hs-models-grid-full {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.hs-model-card-full {
  background: var(--white-color);
  border-radius: 30px;
  padding: 2.5rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 40px -20px var(--primary-navy-10);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hs-model-card-full:hover {
  border-color: var(--primary-navy);
  transform: translateY(-5px);
  box-shadow: 0 30px 60px -30px var(--navy);
}

.hs-model-badge-full {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--primary-navy);
}

.hs-model-title-full {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 0.3rem;
}

.hs-model-subtitle-full {
  font-size: 0.9rem;
  color: var(--accent-slate);
  margin-bottom: 1.5rem;
}

.hs-model-list-full {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.hs-model-list-full li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-medium);
}

.hs-model-list-full li i {
  color: var(--primary-navy);
  font-size: 0.9rem;
  margin-top: 0.2rem;
  min-width: 1rem;
}

/* Flow Header */
.hs-flow-header-full {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 1rem;
}

.hs-flow-label-wrapper-full {
  margin-bottom: 1.5rem;
}

.hs-flow-label-full {
  color: var(--primary-navy);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--primary-navy-soft);
  padding: 0.5rem 2rem;
  border-radius: 30px;
}

.hs-flow-title-full {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hs-flow-description-full {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--text-medium);
  max-width: 600px;
  margin: 0 auto;
}

/* Process Grid - Equal Height Cards */
.hs-process-grid-full {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.hs-process-card-full {
  background: var(--white-color);
  border-radius: 24px;
  border: 1px solid var(--border-color);
  box-shadow: 0 10px 25px -10px var(--primary-navy-soft);
  transition: all 0.3s ease;
  display: flex;
  height: 100%;
}

.hs-process-card-full:hover {
  border-color: var(--primary-navy);
  box-shadow: 0 20px 40px -20px var(--darkest-navy);
  transform: translateY(-3px);
}

.hs-process-card-inner-full {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hs-process-card-number-full {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-navy);
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 1rem;
}

.hs-process-card-heading-full {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 1.2rem;
  line-height: 1.4;
  min-height: 3.4rem;
}

.hs-process-card-list-full {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.hs-process-card-item-full {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-medium);
}

.hs-process-card-item-full i {
  color: var(--primary-navy);
  font-size: 1rem;
  margin-top: 0.2rem;
  min-width: 1.2rem;
  flex-shrink: 0;
}

.hs-process-card-item-full span {
  flex: 1;
}

/* Closing Note */
.hs-closing-note-full {
  background: var(--primary-navy);
  border-radius: 40px;
  padding: 2.5rem 3rem;
  text-align: center;
  max-width: 900px;
  margin: 2rem auto 0;
}

.hs-closing-text-full {
  color: var(--white-color);
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 1200px) {
  .hs-step-card-title-full {
    min-height: 4.2rem;
  }
  
  .hs-process-card-heading-full {
    min-height: 4rem;
  }
}

@media (max-width: 992px) {
  .hw-content-grid-full {
    grid-template-columns: 1fr;
  }
  
  .hs-steps-grid-full {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hs-models-grid-full {
    grid-template-columns: 1fr;
  }
  
  .hs-process-grid-full {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .hw-heading-main {
    font-size: 2.5rem;
  }
  
  .hw-heading-sub {
    font-size: 2rem;
  }
  
  .hs-flow-title-full {
    font-size: 2.2rem;
  }
  
  .hs-step-card-title-full {
    min-height: auto;
  }
  
  .hs-process-card-heading-full {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .container-full {
    padding: 0 1.5rem;
  }
  
  .hw-heading-main {
    font-size: 2rem;
  }
  
  .hw-heading-sub {
    font-size: 1.6rem;
  }
  
  .hs-section-title-full {
    font-size: 2rem;
  }
  
  .hs-flow-title-full {
    font-size: 2rem;
  }
  
  .hs-flow-description-full {
    font-size: 1.1rem;
  }
  
  .hs-steps-grid-full {
    grid-template-columns: 1fr;
  }
  
  .hs-process-grid-full {
    grid-template-columns: 1fr;
  }
  
  .hs-closing-note-full {
    padding: 2rem 1.5rem;
  }
  
  .hs-closing-text-full {
    font-size: 1.1rem;
  }
}

/* Remove old unused classes */
.hs-timeline-full,
.hs-timeline-item-full,
.hs-timeline-left-full,
.hs-timeline-number-full,
.hs-timeline-content-full,
.hs-timeline-title-full,
.hs-timeline-list-full,
.hs-note-full,
.hs-note-text-full {
  display: none;
}
/* ========== IMPROVED HW HERO SECTION - PREMIUM DESIGN ========== */

.hw-content-premium {
    max-width: 1000px;
    margin: 2rem auto 0;
    background: linear-gradient(145deg, var(--white-color), #fff);
    border-radius: 50px;
    padding: 3.5rem;
    box-shadow: 0 40px 70px -30px rgba(19, 41, 75, 0.25);
    border: 1px solid rgba(19, 41, 75, 0.1);
    position: relative;
    overflow: hidden;
}

/* Decorative accent line */
.hw-accent-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--primary-navy), #4a6fa5, var(--primary-navy));
}

/* Statement block */
.hw-statement-block {
    margin-bottom: 2.5rem;
    position: relative;
}

.hw-statement-text {
    font-size: 1.4rem;
    line-height: 1.7;
    color: var(--primary-navy);
    font-weight: 500;
    letter-spacing: -0.01em;
    position: relative;
    padding-left: 2rem;
    border-left: 6px solid var(--primary-navy);
    margin-bottom: 0;
    font-style: normal;
}

/* Partner card */
.hw-partner-card {
    background: linear-gradient(135deg, var(--primary-navy) 0%, #1e3a5f 100%);
    border-radius: 30px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 25px 40px -20px var(--primary-navy);
}

.hw-partner-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: white;
    flex-shrink: 0;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hw-partner-content {
    flex: 1;
}

.hw-partner-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.3rem 1.2rem;
    border-radius: 30px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.hw-partner-text {
    color: white;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.95;
    font-weight: 500;
}

/* Meta footer */
.hw-meta-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 0.5rem;
}

.hw-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--text-medium);
    font-weight: 500;
}

.hw-meta-item i {
    color: var(--primary-navy);
    font-size: 1rem;
}

/* Remove old content grid */
.hw-content-grid-full {
    display: none;
}

/* Responsive */
@media (max-width: 992px) {
    .hw-content-premium {
        padding: 3rem;
    }
    
    .hw-statement-text {
        font-size: 1.3rem;
    }
    
    .hw-partner-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .hw-content-premium {
        padding: 2.5rem 1.8rem;
        border-radius: 40px;
    }
    
    .hw-statement-text {
        font-size: 1.2rem;
        padding-left: 1.5rem;
    }
    
    .hw-partner-card {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1.8rem;
    }
    
    .hw-partner-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }
    
    .hw-partner-text {
        font-size: 1.1rem;
    }
    
    .hw-meta-footer {
        gap: 1.2rem;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hw-content-premium {
        padding: 2rem 1.2rem;
    }
    
    .hw-statement-text {
        font-size: 1.1rem;
    }
    
    .hw-meta-footer {
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
    }
}