/* Reset + 基础设置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Banner 区域样式 */

.law-benefits {
  padding: 1rem 1rem;
  background-color: #fff;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.5rem;
  /* margin: 3rem 0 2rem; */
  color: #333;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.benefit-card {
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-bg {
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.card-content {
  width: 100%;
  padding: 1rem 0 0;
  /* background: linear-gradient(to top, rgba(0, 0, 40, 0.8), rgba(0, 0, 0, 0)); */
}

.badge {
  display: inline-block;
  background: linear-gradient(to right, #DCBA7D, #FFF7E1);
  color: #402B07;
  font-weight: bold;
  padding: 0.3rem 0.7rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
}

.card-content h3 {
  color: #FFE7B1;
  font-size: .9rem;
  line-height: 1.5;
  padding: 0rem 0.7rem;
  background: linear-gradient(to right, RGBA(44, 109, 211, 1), RGBA(44, 109, 211, 0));
}

.card-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  background-color: #0C2861;
  padding: 0.7rem;
}
        .container {
            display: flex;
            background-color: #0C2861;
            padding: .7rem;
        }
        .card {
          width: 50%;
            color: #fff;
            background-color: #0C2861;
        }
        .card div{
          display: flex;

        }
        .card h3 {
            font-size: 1.2rem;
            background: none;
            margin-right: .7rem;
            padding: 0;
            border-bottom: 1px dashed #fff;
        }
        .card p {
            font-size: 0.9rem;
            padding: 0;
        }
        .card p span{
            display: flex;
            padding: 0rem 0.7rem ;
            color: #0C2861;
            border-top-left-radius: .5rem;
            border-bottom-left-radius: .5rem;
            font-size: 0.7rem;
            background: linear-gradient(to right, RGBA(255, 255, 255, 1), RGBA(255, 255, 255, 0));
        }
        .card .price {
            font-size: 0.9rem;
        }
        .card .range {
            color: #fff;
        }


/* 响应式微调 */
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .card-bg {
    height: 240px;
  }
}
.project-advantages {
  padding: 1rem 1rem;
  background-color: #f4f7fc;
  text-align: center;
}

.advantage-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.adv-box {
  flex: 1 1 300px;
  max-width: 360px;
  border-radius: 10px;
  padding: 1.5rem;
  color: #fff;
  text-align: left;
}

.adv-box h3 {
  color: #FFE7B1;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.adv-box ul {
  list-style: none;
  padding-left: 0;
}

.adv-box li {
  font-size: 0.95rem;
}

/* 背景色区分 */
.adv-box.blue {
  background: linear-gradient(180deg, #1C519A, #0C2861);
}

.adv-box.light {
  background: #c8d9f0;
  color: #000;
}

.adv-box.lighter {
  background: #E3E9F5;
  color: #000;
}
.adv-box.lighter h3 {
  color: #1a3f8b;
}
/* 审批图文部分 */
.approval-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.approval-card {
  /* background: #fff; */
  border: 1px solid #0C2861;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
}

.approval-card h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #0C2861;
}

.approval-card img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.caption {
  font-size: 0.9rem;
  color: #fff;
  background-color: #0C2861;
  width: 60%;
  border-radius: 1rem;
  margin: 0 auto;
  padding: .3rem 0;
}

/* 响应式：移动端变成单列 */
@media (max-width: 768px) {
  /* .advantage-grid {
    flex-direction: column;
    align-items: center;
  } */

  /* .approval-grid {
    grid-template-columns: 1fr;
  } */
}
.security-ranking {
  padding: 1rem 1rem;
  background:url(/frontend/static/images/eb5/rankbg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.ranking-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}

.ranking-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rank-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #103a80;
  color: #fff;
  padding: 0.8rem 1.2rem;
  border-radius: 50px;
  font-size: 1rem;
  position: relative;
}

.rank-item .rank-number {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #103a80;
  font-weight: bold;
  text-align: center;
  flex-shrink: 0;
}

.rank-item .rank-label {
  flex: 1;
  text-align: left;
}

.rank-item.highlight {
  background: #dae6fa;
  color: #103a80;
  font-weight: bold;
  border: 2px solid #103a80;
}

.rank-item.highlight .rank-label {
  color: #103a80;
}

.rank-item .rank-note {
  position: absolute;
  right: -220px;
  background: #f6d58e;
  color: #333;
  font-size: 0.9rem;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  width: 200px;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.rank-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
  color: #103a80;
  font-weight: bold;
}

.rank-arrow::before {
  content: '';
  width: 2px;
  height: 260px;
  background: linear-gradient(to top, #103a80, transparent);
  margin-bottom: 0.5rem;
}

/* 响应式 */
@media (max-width: 768px) {
  .ranking-container {
    flex-direction: column;
  }

  .rank-item {
    justify-content: center;
    text-align: center;
  }

  .rank-item .rank-note {
    position: static;
    transform: none;
    width: auto;
    margin-top: 0.5rem;
  }

  .rank-arrow::before {
    height: 0;
    width: 0;
  }
}

.security-guarantee{
  background:url(/frontend/static/images/eb5/guarantee-bg.png) no-repeat center center;
  background-size: cover;
  padding: 1rem 1rem;
  text-align: center;
}
.guarantee-container{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap:6rem;
}
.guarantee-container div p{
  width: 60%;
  font-size: 1rem;
  color: #fff;
  padding: 0.3rem;
  border-radius: 2rem;
  border: solid 1px #fff;
  margin: 2rem auto 0;
}
.migration-process {
  padding: 1rem 1rem;
  background:url(/frontend/static/images/eb5/migration-bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
        :root {
            --primary-color: #2c3e50; /* Dark Blue */
            --secondary-color: #8c7ae6; /* Purple accent (approximated) */
            --background-color: #f4f7f9;
            --card-bg-color: #fdfdff;
            --card-border-color: #e0e6f3;
            --step-bg-color: #eef2f5;
            --text-color: #333;
            --text-light-color: #555;
            --white-color: #fff;
        }
            .process-container {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 3rem;
            width: 100%;
            max-width: 1200px;
            flex-wrap: wrap; /* Allows stacking on smaller screens */
            margin: 0 auto;
        }

        /* Individual Process Flow Card */
        .process-flow {
            background-color: #E3E9F5;
            border: 1px solid var(--card-border-color);
            border-radius: 16px;
            padding: 2.5rem 2rem 2rem 2rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
            width: 100%;
            max-width: 450px;
            position: relative;
            margin-top: 50px; /* Space for the circle header */
            box-sizing: border-box;
        }

        /* Header Circle */
        .process-header {
            position: absolute;
            top: -50px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 100px;
            background-color: #0C2861;
            color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.25rem;
            font-weight: 700;
            box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
            border: 4px solid var(--white-color);
        }
        
        /* Steps List */
        .steps-list {
            list-style: none;
            padding: 0;
            margin: 0;
            margin-top: 1.5rem; /* Space below the header */
        }

        /* Individual Step Item */
        .step-item {
            display: flex;
            align-items: stretch; /* Make children same height */
            padding-bottom: .5rem;
            background: url(/frontend/static/images/eb5/step-bg.png) no-repeat center bottom;
            margin-bottom: .5rem;
        }
        .step-item:last-child {
    background: none;
}
        .step-item:last-child {
            margin-bottom: 0;
        }

        /* Step Number Box */
        .step-number {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #0C2861;
            color: #fff;
            font-weight: 700;
            padding: 0 .5rem;
            font-size: 0.9rem;
            writing-mode: vertical-rl; /* Vertical text */
            text-orientation: mixed;
        }

        /* Step Description Box */
        .step-description {
            flex-grow: 1;
            background-color: #fff;
            border: 1px solid var(--card-border-color);
            border-left: none;
            border-radius: 0 8px 8px 0;
            padding: 1rem 1.25rem;
            color: var(--text-color);
            font-weight: 500;
            position: relative;
        }
        
        /* The little underline decoration */
        .step-description.has-underline::after {
            content: '';
            position: absolute;
            bottom: 10px;
            left: 1.25rem;
            width: 40px;
            height: 3px;
            background-color: #ffd700; /* Yellow accent */
            border-radius: 2px;
        }

        /* Responsive Design: Media Queries */
        @media (max-width: 992px) {
            .process-container {
                flex-direction: column;
                align-items: center;
                gap: 20px; /* Increased gap for stacked view to not overlap headers */
                margin: 0 auto;
            }

            .process-flow {
                max-width: 500px;
            }
        }
        
        @media (max-width: 480px) {
            body {
            }
            
            .process-flow {
                padding: 2rem 1rem;
            }
            
            .step-description {
                padding: 0.8rem 1rem;
            }
        }

        :root {
            --primary-color: #2a4a87; /* Dark Blue for milestones */
            --line-color: #d0d9e8; /* Light Blue for connecting lines */
            --text-color: #333;
            --text-light-color: #fff;
            --background-color: #f7faff;
            --bubble-bg-color: #fff;
            --bubble-border-color: #ccc;
        }
        .migration-timeline {
            background:url(/frontend/static/images/eb5/timeline-bg.png) no-repeat center center;
            background-size: cover;
            padding: 1rem 1rem;
        }
        .timeline-wrapper {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .timeline-container {
            position: relative;
            width: 100%;
        }

        /* The main horizontal line for desktop */
        .timeline-container::before {
            content: '';
            position: absolute;
            top: 65px; /* Position in the middle of the duration bubbles */
            left: 0;
            width: 100%;
            height: 4px;
            background-color: var(--line-color);
            z-index: 0;
        }

        .timeline {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: space-between;
            position: relative;
        }

        .timeline-item {
            flex-grow: 1;
            flex-basis: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            text-align: center;
        }

        .timeline-item:first-child {
            align-items: flex-start;
            margin-top: 33px;
        }
        .timeline-item:last-child {
            align-items: flex-end;
        }

        .duration-container {
            position: relative;
            padding-bottom: 50px; /* Space for the vertical connector line */
        }
        
        /* The small vertical line connecting bubble to main line */
        .duration-container::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 2px;
            height: 50px;
            background-color: var(--line-color);
        }
        .duration-container2::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 32px;
            transform: translateX(-50%);
            width: 2px;
            height: 30px;
            background-color: var(--line-color);
        }
        .duration-bubble {
            display: inline-block;
            background-color: var(--bubble-bg-color);
            border: 1px solid var(--bubble-border-color);
            border-radius: 20px;
            padding: 5px 15px;
            font-size: 0.9rem;
            white-space: nowrap;
            margin: 0 auto;
        }

        .milestone {
          display: flex;
            background: linear-gradient( 180deg, #1C519A 0%, #0C2861 100%);
            color: var(--text-light-color);
            font-size: 1rem;
            padding: 12px 20px;
            border-radius: 50px;
            color: #FFE7B1;
            font-weight: 600;
            margin-top: 50px; /* Push below the main line */
            z-index: 1;
            position: relative;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            width: 85%;
            height: 5rem;
            align-items: center;
            justify-content: center;
        }
        
        /* Special handling for the first branched timeline */
        .timeline-item.branch .duration-container {
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            gap: 0.5rem;
            padding-bottom: 0; /* Remove default padding */
        }

        .branch .duration-container::after {
            display: none; /* Hide the default connector */
        }
        
        .branch-path {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .branch-path .duration-container {
            padding-bottom: 20px;
        }
        .branch-path .duration-container::after {
            height: 20px;
        }

        /* Hide connectors for the first and last items */
        .timeline-item:first-child > .duration-container::after,
        .timeline-item.branch .branch-path:first-child .duration-container::after {
            display: none;
        }

        /* --- Responsive Vertical Layout --- */
        @media (max-width: 1024px) {
            body {
            }
            .timeline-container::before {
                /* The main vertical line for mobile */
                top: 0;
                left: 20px;
                width: 4px;
                height: 100%;
            }

            .timeline {
                flex-direction: column;
                max-width: 85%;
                margin: 0 auto;
            }

            .timeline-item {
                flex-direction: row;
                align-items: flex-start; /* Align items to the top */
                padding-left: 50px; /* Space for the line and circle */
                margin-bottom: 40px;
                text-align: left;
            }

            .timeline-item:first-child, .timeline-item:last-child {
                align-items: flex-start;
            }
            
            .timeline-item::before {
                /* The circle on the vertical line */
                content: '';
                position: absolute;
                left: 10px;
                top: 15px; /* Vertically center with milestone */
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background-color: var(--primary-color);
                border: 3px solid var(--line-color);
                z-index: 2;
            }

            .duration-container {
                order: 2; /* Put duration after milestone */
                padding-bottom: 0;
                margin-left: 1rem;
                align-self: center;
            }
            .duration-container2 {
                order: 2; /* Put duration after milestone */
                padding: 0 !important;
                margin-left: 1rem;
                align-self: center;
            }
            .duration-container::after {
                display: none; /* Hide all vertical connectors */
            }
            .duration-container2::after{
              display: none;
            }

            .duration-bubble {
                padding: 4px 12px;
                font-size: 0.85rem;
            }
            
            .milestone {
                order: 1; /* Put milestone first */
                margin-top: 0;
                padding: 10px 15px;
            }

            /* Special handling for branch on vertical view */
            .timeline-item.branch {
                flex-wrap: wrap;
            }
            .timeline-item.branch .milestone {
                width: 100%;
                margin-bottom: 1rem;
            }
            .timeline-item.branch .duration-container {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.8rem;
                margin-left: 0; /* Align with parent */
                margin-top: 10px;
            }
            .branch-path {
                flex-direction: row;
                gap: 1rem;
            }
            .branch-path .duration-container {
                padding-bottom: 0;
                margin-left: 0;
            }
        }

        .project-info {
  padding: 1rem 1rem;
  background-color: #f7f9fc;
  text-align: center;
  background: url(/frontend/static/images/eb5/timeline-bg.png) no-repeat center center;
  background-size: cover;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 2rem;
}

.info-card {
  position: relative;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.info-overlay {
  background: rgba(0, 35, 75, 0.7);
  padding: 1rem 0;
  width: 100%;
  text-align: left;
  background: linear-gradient(to right, RGBA(44, 109, 211, 1), RGBA(44, 109, 211, 0));
}

.info-overlay h3 {
  padding:0 1rem;
  width:60%;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #0C2861;
  background: linear-gradient(to right, RGBA(255, 231, 177, 1), RGBA(255, 231, 177, 0))
}

.info-overlay ul {
  list-style: none;
  margin: 0;
  padding:0 1rem;
}

.info-overlay li {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

/* 移动端：单列布局 */
@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
.guarantee-container {
    gap: 3rem;
}
  .info-card {
    height: auto;
  }

  .info-overlay {
    padding: 1rem;
  }
}

.info-adv{
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover;
  align-items: start;
}
.info-adv div{
  width: 30%;
  text-align: center ;
}
.info-adv div p{
  text-align: left;
  width: 90%;
  font-size: .9rem;
  padding: 0.5rem;
  border-radius: 1rem;
  border: solid 1px #0C2861;
  margin: 2rem auto 0;
}
.info-adv div p strong{ 
  color: #0C2861;
  font-weight: bold;
  font-size: 1rem;
  display: block;
}
.project-case{
  background: url(/frontend/static/images/eb5/case-bg.png) no-repeat center center;
  background-size: cover;
  padding:2rem;
  text-align: center;
}
.swiper-wrapper{
  height: auto !important;
}

.law-section {
  background: url(/frontend/static/images/eb5/law-bg.png) no-repeat center center;
  background-size: cover;
  padding: 1rem 1rem;
  text-align: center;
}

.law-desc {
  max-width: 1000px;
  margin: 0 auto 2.5rem;
  font-size: .9rem;
  line-height: 1.8;
  color: #333;
  border: 1px solid #0C2861;
  border-radius: 50px;
  padding: .3rem .7rem;
  background: #E3E9F5;
  color: #0C2861;
}

.law-cards {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-bottom: 3rem;
}

.law-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  position: relative;
}

/* .law-card:hover {
  transform: translateY(-4px);
} */

.law-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  z-index: -1;
}

.law-caption {
  /* background: #003a8c; */
  color: #FFE7B1;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-align: left;
  font-weight: bold;
  padding:0 0 .2rem 0.75rem;
}

.lawyer-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  background: url(/frontend/static/images/eb5/lawyer-jerry.png) no-repeat center center;
  border-radius: 12px;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.lawyer-profile img {
  max-width: 240px;
  border-radius: 8px;
  object-fit: contain;
}

.lawyer-info {
  max-width: 600px;
  text-align: left;
}

.lawyer-info h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.lawyer-title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  padding: .2rem;
  background: linear-gradient(to right, RGBA(45, 110, 211, 1),RGBA(45, 110, 211, 0));
}

.lawyer-info ul {
  padding-left: 1rem;
  list-style: disc;
  color: #333;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .law-cards {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .lawyer-profile {
    /* flex-direction: column; */
    text-align: center;
  }

  .lawyer-info {
    text-align: center;
  }
}

.brand-section {
  background: #ffffff;
  padding: 1rem 1rem;
  text-align: center;
}

.brand-desc {
  max-width: 900px;
  margin: 0 auto 3rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #444;
}

.brand-cards {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 0 auto;

}

.brand-card {
  background: #f5f8fc;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  position: relative;
}

.brand-card:hover {
  transform: translateY(-4px);
}

.brand-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.brand-card h3 {
  position: absolute;
  top: 0;
  color: #002d6e;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding: 1.5rem 1rem;
  color: #FFE7B1;
}

.brand-card p {
  font-size: 0.9rem;
  color: #333;
}

/* 移动端优化 */
@media (max-width: 1024px) {
  .brand-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .brand-cards {
    gap: 1rem;
  }
}
.g-mzw-tit-m1{
  min-height: 60px !important;
  margin-bottom: 1rem !important;
}
.advantages-section {
            text-align: center;
            position: relative;
            background: #f0f2f5;
            padding: 1rem 1rem;
        }

        .section-title {
            font-weight: 700;
            color: var(--primary-color);
            position: relative;
        }

        /* Faint background text */
        .section-title::before {
            content: 'MIGRATION';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 4rem;
            font-weight: bold;
            color: rgba(0, 0, 0, 0.05);
            letter-spacing: 5px;
            z-index: -1;
        }

        .advantages-list {
            max-width: 1200px;
            margin: 0 auto;
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: space-between;
            align-items: flex-start; /* Align to top for descriptions of different lengths */
        }

        .advantage-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1; /* Each item takes up equal space */
            position: relative;
            padding: 0 10px; /* Spacing between items */
        }

        /* Dotted connector line - HORIZONTAL */
        .advantage-item:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 45px; /* Vertically center with the circle */
            left: calc(50% + 45px); /* Start after the circle */
            width: calc(100% - 90px); /* Fill space until the next circle */
            height: 2px;
            background-image: linear-gradient(to right, var(--line-color) 50%, transparent 50%);
            background-size: 10px 2px;
            background-repeat: repeat-x;
            z-index: -1;
        }

        .advantage-icon {
            width:120px;
            height:120px;
            border-radius: 50%;
            background: linear-gradient( 180deg, #1C519A 0%, #0C2861 100%);
            color: #FFE7B1;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            flex-shrink: 0; /* Prevent circle from shrinking */
            box-shadow: 0 5px 15px rgba(38, 66, 115, 0.2);
        }

        .advantage-description {
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.5;
            min-height: 40px; /* Give some space for multi-line text */
        }

        /* --- Responsive Vertical Layout --- */
        @media (max-width: 992px) {
            .advantages-list {
                /* flex-direction: column; */
                flex-wrap: wrap;
                align-items: center;
                gap: 1rem;
            }

            .advantage-item {
                padding: 0;
                width: 100%;
                max-width: 300px; /* Constrain width in vertical mode */
            }

            /* Dotted connector line - VERTICAL */
            .advantage-item:not(:last-child)::after {
                top: 90px; /* Start below the circle */
                left: 50%;
                transform: translateX(-50%);
                width: 2px; /* Vertical line */
                height: 2rem; /* The gap between items */
                background-image: linear-gradient(to bottom, var(--line-color) 50%, transparent 50%);
                background-size: 2px 10px;
                background-repeat: repeat-y;
            }
        }

