/* Registration Demo Page Styles - Updated to match atas.net/registration-demo */

/* ==================== INTRO SECTION (based on educators template) ==================== */
.intro {
    overflow: hidden;
  }
  
  .intro .section-bg {
    background-color: var(--base-main);
    inset: 0;
    position: absolute;
  }
  
  .intro .container {
    align-items: center;
    min-height: 100vh;
    z-index: 1;
  }
  
  .intro .section-title {
    align-self: flex-end;
    grid-area: 1/2/1/7;
    gap: 32px;
  }
  .intro .section-title p {
    max-width: 380px;
  }
  
  @media (max-width: 1024px) {
    .intro .section-title {
      align-self: flex-start;
    }
  }
  
  .intro .section-description {
    align-self: normal;
    grid-area: 2/2/2/6;
    margin-top: clamp(32px, 2.125vw, 60px);
    gap: 32px;
    

  }
  .intro .section-description p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
  }
  
  @media (min-width: 1025px) {
    .intro .section-description {
      align-items: flex-start;
      align-self: flex-start;
    }
  }
  
  .intro .section-visual {
    grid-area: 1/7/3/-1;
    margin-top: 40px;
  }
  
  @media (min-width: 1025px) {
    .intro .section-visual {
      margin-top: 0;
    }
    .intro .section-visual-item {
      margin-right: calc(clamp(14px, 7.292vw, 140px) * -1);
    }
  }
  
  @media (max-width: 768px) {
    .intro .section-visual {
      margin-inline: -14px;
    }
  }
  
  .intro .pattern {
    display: none;
  }
  
  @media (min-width: 1025px) {
    .intro .pattern {
      display: block;
      pointer-events: none;
      position: absolute;
    }
    
    .intro .pattern.left {
      aspect-ratio: 3/7;
      background: url(../img/patterns/accordion-left-2.svg) 0/cover no-repeat;
      bottom: 0;
      left: -1vw;
      opacity: 0.3;
      transform: translateY(20%);
      width: clamp(150px, 11.458vw, 220px);
    }
    
    .intro .pattern.left-lg {
      aspect-ratio: 2/3;
      background: url(../img/patterns/ref-left.svg) 0/cover no-repeat;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: clamp(700px, 52.083vw, 1000px);
    }
  }
  
  /* ==================== SOLUTIONS SECTION (based on educators template) ==================== */
  .solutions {
    background: var(--grey-background);
    overflow: hidden;
  }
  
  .solutions[data-theme=dark] {
    background: var(--dark-background);
  }
  
  .solutions .container {
    position: relative;
    row-gap: clamp(32px, 3.125vw, 60px);
    z-index: 1;
  }
  
  .solutions .section-title {
    grid-column: 2/6;
  }
  
  .solutions .section-list {
    --grid: 3;
    column-gap: clamp(24px, 2.604vw, 50px);
    display: grid;
    grid-column: 2/-2;
    grid-template-columns: repeat(var(--grid), 1fr);
    row-gap: clamp(32px, 2.604vw, 50px);
  }
  
  .solutions .section-list-item {
    align-items: flex-start;
    background-color: var(--base-main);
    gap: clamp(24px, 2.083vw, 40px);
    padding: clamp(46px, 3.125vw, 60px) clamp(40px, 2.865vw, 55px);
  }
  
  .solutions .section-list-item.last-one {
    background: transparent;
  }
  
  @media (max-width: 768px) {
    .solutions .section-list-item.last-one {
      padding-block: 28px 0;
    }
  }
  
  .solutions .section-list-item.last-one .data {
    gap: 20px;
  }
  
  .solutions .section-list-item.last-one .data p {
    color: var(--dark-gray);
  }
  
  .solutions .section-list-icon {
    aspect-ratio: 1;
    width: 60px;
  }
  
  .solutions .section-list-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .solutions .section-list-data {
    gap: clamp(16px, 1.25vw, 24px);
  }
  
  .solutions .section-list-data p, 
  .solutions .section-list-data ul {
    color: var(--dark-gray);
  }
   .solutions .section-list-data ul {
    list-style: disc;
    padding-left: 15px;
  }
  .solutions .section-list-link {
    align-self: flex-start;
  }
  
  .solutions .section-list-link svg path {
    fill: var(--blue);
  }
  
  @media (hover: hover) {
    .solutions .section-list-link:hover {
      color: var(--blue);
    }
  }
  
  .solutions .section-list-contact {
    background: var(--gradient-main);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    color: transparent;
  }
  
  .solutions .section-list-links {
    gap: 24px;
  }
  
  .solutions .section-list-links a {
    background: #655bf6;
    height: 34px;
    opacity: 1;
    width: 34px;
  }
  
  @media (hover: hover) {
    .solutions .section-list-links a:hover {
      background: var(--dark-background);
    }
  }
  
  @media  (max-width: 1024px) {
    .solutions .section-list {
      --grid: 2;
      margin-top: 14px;
    }
    
    .solutions .section-list.description {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin-top: 0;
    }

  }
  
  @media (max-width: 768px) {
    .solutions .section-list {
      --grid: 1;
    }
  }

  @media (min-width: 1025px) and (max-width: 1400px) {
    .solutions .section-title,
    .solutions .section-list {
      grid-column: 1 / -1;
    }
  } 
  
  .solutions .section-description {
    grid-column: 1/2;
  }
  
  .solutions .section-cta {
    align-items: flex-start;
    gap: 32px;
    grid-column: 2/3;
  }
  
  .solutions .section-cta .cta:not(:hover) {
    --color: var(--blue);
  }
  
  .solutions .pattern {
    aspect-ratio: 1;
    display: none;
    pointer-events: none;
    position: absolute;
  }
  
  @media (min-width: 1025px) {
    .solutions .pattern {
      display: block;
      opacity: 0.7;
    }
    
    .solutions .pattern.left {
      background: url(../img/patterns/program-left.svg) 0/cover no-repeat;
      left: 0;
      top: 50%;
      transform: translateY(-55%);
      width: clamp(300px, 19.271vw, 370px);
    }
    
    .solutions .pattern.right {
      background: url(../img/patterns/program-right.svg) 100%/cover no-repeat;
      bottom: 0;
      opacity: 0.1;
      right: 0;
      width: clamp(400px, 31.25vw, 600px);
    }
    
    .solutions .pattern.bottom {
      background: url(../img/patterns/program-bottom.svg) 100%/cover no-repeat;
      bottom: 0;
      left: 0;
      width: clamp(300px, 19.792vw, 380px);
    }
  }
  
  .solutions .pattern.right-top {
    background: url(../img/patterns/program-right-gr.svg) 100%/cover no-repeat;
    display: block;
    right: 0;
    top: 0;
    transform: scale(3);
    transform-origin: top right;
    width: clamp(500px, 46.875vw, 900px);
    width: 150px;
  }
  
  @media (min-width: 1025px) {
    .solutions .pattern.right-top {
      transform: none;
      width: clamp(500px, 46.875vw, 900px);
      z-index: 2;
    }
  }
  
  
  /* ==================== FINAL CTA SECTION (based on intro template) ==================== */
  /* Statistics inside final-cta with left alignment */
  .final-cta .section-rows-content {
    --grid: 4;
    column-gap: 20px;
    display: grid;
    grid-column: 2/-2;
    grid-row: 1;
    grid-template-columns: repeat(var(--grid), 1fr);
    margin-bottom: 100px;
    position: relative;
    row-gap: 32px;
    order: -1;
  }
  
  @media (max-width: 768px) {
    .final-cta .section-rows-content {
      --grid: 2;
    }
  }
  
  @media (max-width: 480px) {
    .final-cta .section-rows-content {
      --grid: 1;
      row-gap: clamp(24px, 4vw, 32px);
    }
  }
  
  .final-cta .section-rows-item {
    gap: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .final-cta .section-rows-item .number {
    font-size: 54px;
    font-family: var(--font-bold);
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(90deg, #4E4BF7 0%, #7A4EF4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    margin: 0;
  }
  
  
  .final-cta {
    overflow: hidden;
    position: relative;
  }
  
  .final-cta .section-bg {
    background-color: var(--base-main);
    inset: 0;
    position: absolute;
  }
  
  .final-cta .container {
    align-items: center;
    min-height: 70vh;
    z-index: 1;
    padding-block: clamp(60px, 8vw, 100px);
  }
  
  .final-cta .section-title {
    align-self: flex-start;
    grid-area: 2/8/2/-2;
    color: var(--base-secondary);
  }
  .final-cta .section-title h2 {
    margin-bottom: 24px;
  }
  @media (max-width: 1024px) {
    .final-cta .section-title {
      align-self: flex-start;
    }
  }
  
  .final-cta .section-description {
    align-self: normal;
    grid-area: 3/8/3/-2;
  }
  
  @media (min-width: 1025px) {
    .final-cta .section-description {
      align-items: flex-start;
      align-self: flex-start;
    }
  }
  
  .final-cta .section-description p {
    margin: 0 0 clamp(24px, 2vw, 32px) 0;
  }
  
  .final-cta .section-visual {
    grid-area: 2/2/5/7;
    margin-top: 40px;
  }
 
  .final-cta .section-visual img {
    width: 100%;
    height: auto;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
  }
  
  .final-cta .btn {
    background: var(--gradient);
    color: var(--white);
    border: none;
    transition: var(--transition);
    margin-left: auto;
  }
  
  .final-cta .btn:hover {
    background: var(--gradient-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
  
  .final-cta .pattern {
    display: none;
  }
   


  @media (min-width: 1025px) {
    .final-cta .section-visual {
      margin-top: 0;
    }

    .final-cta .pattern {
      display: block;
      pointer-events: none;
      position: absolute;
    }
    
    .final-cta .pattern.left {
      aspect-ratio: 3/7;
      background: url(../img/patterns/accordion-left-2.svg) 0/cover no-repeat;
      bottom: 0;
      left: -1vw;
      opacity: 0.3;
      transform: translateY(20%);
      width: clamp(150px, 11.458vw, 220px);
    }
    
    .final-cta .pattern.left-lg {
      aspect-ratio: 2/3;
      background: url(../img/patterns/ref-left.svg) 0/cover no-repeat;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: clamp(700px, 52.083vw, 1000px);
    }
  }
    
  @media (max-width: 768px) {
    .final-cta .section-rows-item {
      gap:0;
    }
    .final-cta .section-rows-content {
      margin-bottom: 48px;
    }
    .final-cta .section-visual {
      margin-top: 0;
      margin-bottom: 24px;
    }
    .final-cta .btn {
      margin: 0;
    }
  }
  @media (min-width: 1025px) and (max-width: 1400px) {
    .final-cta .section-rows-content {
      grid-column: 1 / -1;
    }
    .final-cta .section-title {
      grid-area: 2 / 8 / 2 / -1;
    }
    .final-cta .section-visual {
      grid-area: 2 / 1 / 5 / 7;
    }
  }
  
  /* ==================== ROADMAP SECTION (Testimonials-like Slider) ==================== */
  .roadmap {
    position: relative;
    overflow: hidden;
    background: #0A0A0A;
    color: white;
    padding: clamp(60px, 5vw, 100px) 0;
  }
  
  .roadmap[data-theme="dark"] {
    --slide-color: 24 29 47;
    background: var(--dark-background);
  }
  
  /* Container with grid */
  .roadmap .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(20px, 1.25vw, 24px);
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(20px, 1.25vw, 24px);
    position: relative;
    z-index: 1;
    row-gap: clamp(24px, 2vw, 32px);
  }
  
  /* Section content */
  .roadmap .section-content {
    grid-column: 3 / 9;
    gap: clamp(24px, 1.25vw, 32px);
    max-width: 750px;
    position: relative;
    z-index: 1;
  }
  
  .roadmap .section-content h2 {
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 700;
    line-height: 1.2;
    color: white;
  }
  
  .roadmap .section-content p {
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.5;
    opacity: 0.8;
    color: white;
  }
  
  /* Swiper container */
  .roadmap .swiper {
    grid-column: 3 / 11;
    margin: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }
  
  @media (max-width: 1024px) {
    .roadmap .swiper {
      margin: 0;
      width: 100%;
    }
  }
  
  /* Timeline line on top */
  .roadmap .swiper::before {
    content: '';
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent 100%);
    z-index: 1;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
  
  .roadmap .swiper-wrapper {
    align-items: stretch;

    padding: 20px 0;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  /* Slide sizing */
  .roadmap .swiper-slide {
    width: 600px;
    height: auto;
    transition: all 0.4s;
    position: relative;
    /* margin-right: 40px; */
  }
  @media (min-width: 1024px) {
    .swiper-slide:not(.active) {
        transform: translateY(-8%) scale(0.8);
    }
    .roadmap .swiper-slide.active .slide-image {
        margin: 16px 0;
    }
  }
  
    
  .roadmap .swiper-slide:not(.active) .slide-main-title {
    margin-bottom: 10px;
  }

 @media (max-width: 768px) {
  .roadmap .swiper-slide.active .slide-image {
    margin: 16px 0;
  }
  .roadmap .swiper-slide:not(.active) .slide-main-title {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
   .roadmap .swiper-slide:not(.active) .slide-main-title {
    margin-bottom: 16px;
  }
}

  
  @media (max-width: 1024px) {
    .roadmap .swiper-slide {
      width: 550px !important;
      margin-right: 20px;
    }
    
    .roadmap .swiper-slide.swiper-slide-active {
      width: 500px !important;
    }
  }
    
  @media (max-width: 768px) {
    .roadmap .swiper::before {
      top: 49px;
    }
    .roadmap .swiper-slide {
      padding-right: 10px;
      width: 94% !important;
      margin-right: 15px;
    }
    
    .roadmap .swiper-slide.swiper-slide-active {
      width: 80%;
    }
  }

  /* Timeline dots on top */
  .roadmap .swiper-slide .slide-year::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
    transition: all 0.4s ease;
  }
  
  .roadmap .swiper-slide.active .slide-year::before {
    background: linear-gradient(90deg, #4C49F6 0%, #784DF3 100%);

  }
  
  .roadmap .slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    border-radius: clamp(4px, 0.313vw, 6px);
    transition: var(--transition-medium);
  }
  
 
  
  /* Year/Title section */
  .roadmap .slide-year {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    position: relative;
    margin-bottom: 0;
  }
  
  .roadmap .slide-main-title {
    margin-bottom: 16px;
    text-align: center;
  }
  
  .roadmap .slide-main-title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    margin: 0;
    color: #fff;
    
  }

  @media (max-width: 768px) {
    .roadmap .slide-main-title {
      margin-bottom: 4px;
    }
  }

.roadmap .swiper-slide.active .slide-main-title h2 {
    background: linear-gradient(90deg, #4C49F6 0%, #784DF3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-top: -4px;
    padding-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 1023px){
  .roadmap .swiper-slide.active .slide-main-title h2 {
    font-size: 20px;
    margin-top: 7px;
    padding-bottom: 5px;
   
  }
}
  
  @media (max-width: 768px) {
    .roadmap .slide-main-title h2 {
      font-size: 14px;
    }
    
    .roadmap .swiper-slide.active .slide-main-title h2 {
        font-size: 15px;
        margin-top: -3px;
        padding-bottom: 16px;
    }
  }
  
  /* Image section  */
  .roadmap .slide-image {
    width: 100%;
    overflow: hidden;
    margin: 16px 0;
    order: 2;
    aspect-ratio: 7 / 4;
  }
  .roadmap .swiper-slide.active .slide-image{
    margin: 0;
  }
  .roadmap .slide-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;

  }
  
 

  @media (max-width: 768px) { 
    .roadmap .slide-image {
      margin: 0;
    }
    .roadmap .slide-image img {
      height: auto;
    }
    
    .roadmap .swiper-slide-active .slide-image img {
      height: auto;
    }
  }
  
  /* Slide header (testimonials-like structure) */
  .roadmap .slide-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  
  /* Content section */
  .roadmap .slide-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    order: 3;
  }
  
  .roadmap .slide-content-wrapper {
    gap: 12px;
    overflow: hidden;
  }
  
  .roadmap .slide-content-wrapper .content {
    flex: 1;
  }
  
  .roadmap .slide-content-wrapper .content p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    opacity: 0.8;
    color: var(--base-white);
  }
   .roadmap .slide-content-wrapper .content ul {
      list-style: disc;
      padding-left: 15px;
   }
  
  .roadmap .slide-subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    /* letter-spacing: 0.02em; */
    margin: 0;
    color: #fff;
    transition: all 0.4s ease;
  }
  
  .roadmap .swiper-slide-active .slide-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  
  @media (max-width: 768px) {
    .roadmap .slide-header {
      margin: 0;
    }
    .roadmap .slide-subtitle {
      font-size: 16px;
    }
    
    .roadmap .swiper-slide-active .slide-subtitle {
      font-size: 20px;
    }
  }
  
  .roadmap .slide-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: white;
    margin: 0;
    transition: all 0.4s ease;
  }
  
  .roadmap .swiper-slide-active .slide-description {
    font-size: 16px;
    line-height: 1.5;
  }
  

  
  .roadmap .slide-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 14L12 9L17 14' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  }
  
  .roadmap .slide-arrow.active {
    opacity: 1;
  }
  
  /* Active slide styles */
  .roadmap .slide.active-slide {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .roadmap .slide.active-slide .slide-main-title h2 {
    font-size: clamp(28px, 3vw, 40px);
  }
  
  .roadmap .slide.active-slide .slide-content h3 {
    font-size: clamp(20px, 2.2vw, 28px);
  }
  
  .roadmap .slide.active-slide .slide-content .content p {
    font-size: 18px;
  }
  
  /* Navigation buttons */
  .roadmap .swiper-button-prev,
  .roadmap .swiper-button-next {
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #4E4BF7 0%, #7A4EF4 100%);
    border-radius: 6px;
    color: white;
    font-size: 16px;
    margin-top: 0;
    bottom: -27px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    cursor: pointer;
  }
  
  .roadmap .swiper-button-prev {
    right: 0px;
  }
  
  .roadmap .swiper-button-next {
    right: -60px;
  }
  
  .roadmap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
  }
  
  .roadmap .swiper-button-prev::after,
  .roadmap .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
  }
   @media (max-width:1100px) {
    .roadmap .swiper-button-prev, 
    .roadmap .swiper-button-next {
      bottom: -3%;
    }
  }
  
  /* Separator line */
  .roadmap .section-separator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(130, 132, 153, 0.2);
  }
  

  @media (max-width: 768px) {
    .roadmap .swiper-button-next, 
    .roadmap .swiper-button-prev {
      display: none;
    }
    .roadmap .slide-description {
      font-size: 13px;
    }
    
    .roadmap .swiper-slide-active .slide-description {
      font-size: 14px;
    }
  }


  /* ==================== RESPONSIVE ==================== */
  @media (max-width: 1024px) {
    .registration-hero .hero-content {
      grid-template-columns: 1fr;
      gap: clamp(32px, 4vw, 48px);
    }
    
    .registration-hero .hero-visual {
      order: -1;
    }
  }
  
  @media (max-width: 768px) {
    .demo-features .features-list,
    .demo-benefits .benefits-list,
    .demo-support .support-list {
      grid-template-columns: 1fr;
    }
    
    .demo-statistics .statistics-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: clamp(24px, 3vw, 32px);
    }
    
    .registration-hero {
      padding: clamp(60px, 10vw, 80px) 0;
    }
    
    .roadmap {
      padding: 60px 0;
    }
    
    .roadmap .section-content {
      grid-column: 1 / -1;
      margin-bottom: 40px;
    }
    
    .roadmap .swiper {
      grid-column: 1 / -1;
    }
  }
  
  @media (max-width: 480px) {
    .demo-statistics .statistics-grid {
      grid-template-columns: 1fr;
    }
  }
  
  /* ==================== BECOME PARTNER SECTION ==================== */
  .become-partner {
    background: var(--white);
    overflow: hidden;
  }
  
  .become-partner[data-theme=dark] {
    background: var(--dark-background);
  }
  
  .become-partner .container {
    z-index: 1;
    position: relative;
  }
  
  .become-partner .section-title {
    grid-column: 2/8;
    padding-bottom: clamp(24px, 3.125vw, 60px);
  }
  
  .become-partner .section-subtitle {
    grid-area: 2 / 2 / 4 / -2;
    color: var(--dark-gray);
  }
  
  @media (max-width: 1024px) {
    .become-partner .section-subtitle {
      margin-top: 32px;
    }
  }
  
  .become-partner .section-list {
    --grid: 3;
    grid-column: 2/-2;
    display: grid;
    grid-template-columns: repeat(var(--grid), 1fr);
    -moz-gap: 16px;
    gap: 16px;
    margin-top: clamp(24px, 3.125vw, 60px);
  }
  
  @media (max-width: 1024px) {
    .become-partner .section-list {
      --grid: 1;
    }
  }

  @media (min-width: 1025px) and (max-width: 1400px) {
    .become-partner .section-title,
    .become-partner .section-subtitle,
    .become-partner .section-list {
      grid-column: 1 / -1;
    }
  }
  
  .become-partner .section-list-item {
    --fill: var(--gradient);
    padding: 24px 32px;
    gap: 20px;
    align-items: flex-start;
    position: relative;
  }
  
  .become-partner .section-list-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(55px, 5.677vw, 109px);
    aspect-ratio: 109/159;
    opacity: 0.7;
  }
  
  .become-partner .section-list-item:nth-child(3n+1)::before {
    background: url("../img/patterns/ref-grid-1.svg") center/cover no-repeat;
  }
  
  .become-partner .section-list-item:nth-child(3n+2)::before {
    background: url("../img/patterns/ref-grid-2.svg") center/cover no-repeat;
  }
  
  .become-partner .section-list-item:nth-child(3n) {
    --fill: var(--gradient-2);
  }
  
  .become-partner .section-list-item:nth-child(3n)::before {
    background: url("../img/patterns/ref-grid-3.svg") center/cover no-repeat;
  }
  
  .become-partner .section-list-num {
    flex: none;
    background: var(--fill);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  
  /* Icon support for section-list-num */
  .become-partner .section-list-num img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  
  .become-partner .section-list-data {
    gap: 10px;
  }
  
  .become-partner .section-button {
    margin-top: clamp(50px, 3.125vw, 60px);
    grid-column: 6/-2;
    flex-direction: column;
    align-items: flex-end;
  }
  
  @media (max-width: 1024px) {
    .become-partner .section-button {
      align-items: normal;
    }
  }
  
  .become-partner .pattern {
    display: none;
  }
  
  @media (min-width: 1025px) {
    .become-partner .pattern {
      display: block;
      position: absolute;
      pointer-events: none;
      top: 0;
      right: 0;
      aspect-ratio: 1;
      background: url("../img/patterns/partner-right.svg") center/cover no-repeat;
      width: clamp(600px, 46.875vw, 900px);
    }
  }
  @media (max-width: 768px) {
    .become-partner .section-list-item {
      padding: 24px 0 0 32px;
    }
  }