/* Hero */
.accelerate-ai-page .hero{ background: var(--black); color: var(--white); max-height: 900px; background: var(--black) url("../jpg/bg-hero-4.jpg"); background-position: center; background-size: cover; }
.accelerate-ai-page .hero:before{ content: ""; display: block; width: 100%; height: 150px; position: absolute; bottom: 0; left: 0; background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(13,13,13,1) 100%); }

.accelerate-ai-page .hero .content{ display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; z-index: 30; }
.accelerate-ai-page .hero .text{ max-width: 100%; text-align: center; padding-top: 120px; }
.accelerate-ai-page .hero .text .label{ text-transform: uppercase; font-size: 13px; display: inline-block; border-radius: 30px; margin-bottom: 20px; background: rgba(0,0,0,.3); padding: 8px 15px; font-weight: 600; }
.accelerate-ai-page .hero .text .title{ color: var(--white); letter-spacing: -1px; margin-bottom: 30px; font-size: 120px; font-weight: 500; line-height: 1; font-family: var(--hanken); }
.accelerate-ai-page .hero .text .title span{ font-size: 30px; display: inline-block; position: relative; top: -81px; right: -15px; }
.accelerate-ai-page .hero .text .subtitle{ font-weight: 300; font-size: 24px; line-height: 1.6; margin-bottom: 30px; }
.accelerate-ai-page .hero .text .button{ margin-top: 30px; }

.accelerate-ai-page .hero .techs-logos{ display: flex; align-items: center; justify-content: center; gap: 40px; height: 100%; margin-top: 140px }
.accelerate-ai-page .hero .techs-logos li{}
.accelerate-ai-page .hero .techs-logos li figure{}
.accelerate-ai-page .hero .techs-logos li figure img{ width: 100%; }

    .accelerate-ai-page .hero .techs-logos li.databricks{ width: 140px; }
    .accelerate-ai-page .hero .techs-logos li.aws{ width: 60px; }
    .accelerate-ai-page .hero .techs-logos li.azure{ width: 110px; }
    .accelerate-ai-page .hero .techs-logos li.openai{ width: 110px; }
    .accelerate-ai-page .hero .techs-logos li.anthropic{ width: 130px; }
    .accelerate-ai-page .hero .techs-logos li.landgraph{ width: 140px; }
    .accelerate-ai-page .hero .techs-logos li.nvidia{ width: 120px; }
    .accelerate-ai-page .hero .techs-logos li.llama{ width: 75px; }

/* Framework*/
.accelerate-ai-page .framework{ background: var(--black) url("../jpg/bg-framework.jpg"); background-size: cover; background-position: center; color: var(--white); padding: 150px 0 100px; text-align: center; position: relative; }
.accelerate-ai-page .framework:before{ content: ""; display: block; width: 100%; height: 300px; position: absolute; bottom: 0; left: 0; background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(13,13,13,1) 100%); }

.accelerate-ai-page .framework .content{ display: flex; align-items: center; justify-content: center; flex-direction: column; }
.accelerate-ai-page .framework .title{ font-size: 42px; font-weight: 400; font-family: var(--hanken); letter-spacing: -1px; max-width: 900px; margin: 0 auto 30px; }
.accelerate-ai-page .framework .title span{ font-weight: bold; display: block; font-size: 48px; }
.accelerate-ai-page .framework .description{ font-size: 16px; font-weight: 300; max-width: 650px; margin: 0 auto 30px; line-height: 1.6; }
.accelerate-ai-page .framework .button{ margin-top: 40px; }

/* Key Components */
.accelerate-ai-page .key-components{ background: #0D0D0D; color: var(--white); padding: 100px 0 110px; position: relative; }
.accelerate-ai-page .key-components .content:before{ content: ""; display: block; width: 680px; height: 680px; position: absolute; bottom: 90px; left: 20px; background: radial-gradient(45.27% 45.49% at 50% 50%, #042EB9 0%, rgba(0, 0, 0, 0) 100%); opacity: .5; }

.accelerate-ai-page .key-components .head{ text-align: center; margin-bottom: 50px; position: relative; z-index: 20; }
.accelerate-ai-page .key-components .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.accelerate-ai-page .key-components .head .label span{ display: inline-block; padding: 6px 25px; border-radius: 30px; background: var(--black); }
.accelerate-ai-page .key-components .head .title{ letter-spacing: -1px; position: relative; font-family: var(--hanken); font-size: 48px; font-weight: 500; }

.accelerate-ai-page .key-components .ai-agents{ display: flex; flex-wrap: wrap; justify-content: stretch; position: relative; z-index: 20; }
.accelerate-ai-page .key-components .ai-agents li{ width: 33.333%; padding: 10px; }
.accelerate-ai-page .key-components .ai-agents li .box-border{ background: radial-gradient(177.99% 105.81% at 50.18% 100%, rgba(255, 255, 255, 0) 0%, rgba(181, 192, 255, 0.2) 100%); height: 100%; padding: 1px; border-radius: 20px; }
.accelerate-ai-page .key-components .ai-agents li .box-content{ display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; text-align: left; padding: 30px 30px 40px; background: #09051f; border-radius: 20px; height: 100%; box-shadow: 0 23px 38.3px 0 #FFFFFF0D inset; position: relative; }
.accelerate-ai-page .key-components .ai-agents li .box-content figure{ width: 100%; margin-bottom: 20px; margin-top: 0; }
.accelerate-ai-page .key-components .ai-agents li .box-content figure img{ width: 100%; }
.accelerate-ai-page .key-components .ai-agents li .box-content h3{ font-size: 22px; margin-bottom: 15px; font-weight: 500; letter-spacing: -1px; }
.accelerate-ai-page .key-components .ai-agents li .box-content p{ font-size: 15px; color: #D7D7D7; font-weight: 300; line-height: 1.6; }

.accelerate-ai-page .key-components .ai-agents li:nth-child(n+4){ width: 50%; margin-top: 30px; }
.accelerate-ai-page .key-components .ai-agents li:nth-child(n+4) .box-content{ flex-direction: row; align-items: center; }
.accelerate-ai-page .key-components .ai-agents li:nth-child(n+4) .box-content .text{ max-width: 260px; }
.accelerate-ai-page .key-components .ai-agents li:nth-child(n+4) .box-content figure{ margin-bottom: 0; position: absolute; right: 0; top: 0; }

.accelerate-ai-page .key-components .ai-agents li.pods figure{ position: relative; left: -50px; width: 340px; margin-bottom: 0; }
.accelerate-ai-page .key-components .ai-agents li.augmented figure{}
.accelerate-ai-page .key-components .ai-agents li.metrics figure{}
.accelerate-ai-page .key-components .ai-agents li.tools figure{ width: 280px; }
.accelerate-ai-page .key-components .ai-agents li.agents figure{ width: 240px; right: 40px !important; }

/* Services */
.accelerate-ai-page .services{ background: var(--black); color: var(--white); padding: 140px 0 100px; position: relative; }

.accelerate-ai-page .services .head{ text-align: center; margin-bottom: 70px; position: relative; z-index: 20; }
.accelerate-ai-page .services .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.accelerate-ai-page .services .head .label span{ display: inline-block; padding: 6px 25px; border-radius: 30px; background: var(--black); }
.accelerate-ai-page .services .head .title{ letter-spacing: -1px; position: relative; font-family: var(--hanken); font-size: 52px; font-weight: 600; margin-bottom: 40px; }
.accelerate-ai-page .services .head .title span{ display: block; }
.accelerate-ai-page .services .head .description{ font-size: 15px; font-weight: 300; line-height: 1.6; }

.accelerate-ai-page .services .ai-agents{ display: flex; justify-content: stretch; position: relative; z-index: 20; }
.accelerate-ai-page .services .ai-agents li{ width: 33.333%; padding: 10px; }
.accelerate-ai-page .services .ai-agents li:nth-child(4){ width: 40%; }
.accelerate-ai-page .services .ai-agents li .box-border{ background: radial-gradient(177.99% 105.81% at 50.18% 100%, rgba(255, 255, 255, 0) 0%, rgba(181, 192, 255, 0.2) 100%); height: 100%; padding: 1px; border-radius: 20px; }
.accelerate-ai-page .services .ai-agents li .box-content{ display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; text-align: left; padding: 30px 30px 40px; background: #09051f; border-radius: 20px; height: 100%; box-shadow: 0 23px 38.3px 0 #FFFFFF0D inset; }
.accelerate-ai-page .services .ai-agents li .box-content .value{ font-size: 58px; margin-bottom: 20px; font-weight: 600; letter-spacing: -1px; background: linear-gradient(276.14deg, #FFFFFF 34.43%, #70BEFA 122.59%); color: transparent; background-clip: text; }
.accelerate-ai-page .services .ai-agents li .box-content .description{ font-size: 14px; color: #D7D7D7; font-weight: 300; line-height: 1.6; }
.accelerate-ai-page .services .ai-agents li .box-content .description strong{ font-weight: bold; display: block; }

/* Performance Metrics */
.accelerate-ai-page .performance-metrics{ background: var(--black); color: var(--white); padding: 50px 0 200px; position: relative; }
.accelerate-ai-page .performance-metrics .content{ position: relative; z-index: 10; }

.accelerate-ai-page .performance-metrics .head{ text-align: center; margin-bottom: 100px; position: relative; z-index: 20; }
.accelerate-ai-page .performance-metrics .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.accelerate-ai-page .performance-metrics .head .label span{ display: inline-block; padding: 6px 20px; border-radius: 30px; background: var(--black); }
.accelerate-ai-page .performance-metrics .head .title{ letter-spacing: -1px; position: relative; font-family: var(--hanken); font-size: 48px; font-weight: 600; }
.accelerate-ai-page .performance-metrics .head .title span{ display: block; }
.accelerate-ai-page .performance-metrics .head .description{ font-size: 17px; color: #CED8FC; line-height: 1.8; margin-top: 20px; font-weight: 300; }
.accelerate-ai-page .performance-metrics .head .description span{ display: block; }

.accelerate-ai-page .performance-metrics .ai-agents{ display: flex; justify-content: stretch; gap: 40px; position: relative; z-index: 20; max-width: 1024px; margin: 0 auto; }
.accelerate-ai-page .performance-metrics .ai-agents li{ width: 33.333%; }
.accelerate-ai-page .performance-metrics .ai-agents li .box-border{ background: radial-gradient(177.99% 105.81% at 50.18% 100%, rgba(255, 255, 255, 0) 0%, rgba(181, 192, 255, 0.2) 100%); height: 100%; padding: 1px; border-radius: 20px; }
.accelerate-ai-page .performance-metrics .ai-agents li .box-content{ display: flex; align-items: center; flex-direction: column; justify-content: flex-start; text-align: center; padding: 30px 20px 40px; background: #09051f; border-radius: 20px; height: 100%; box-shadow: 0 23px 38.3px 0 #FFFFFF0D inset; }
.accelerate-ai-page .performance-metrics .ai-agents li .box-content figure{ width: 100%; height: 170px; margin: 30px 0 50px; }
.accelerate-ai-page .performance-metrics .ai-agents li .box-content figure img{ height: 100%; width: auto; }
.accelerate-ai-page .performance-metrics .ai-agents li .box-content h3{ font-size: 20px; font-weight: 300; line-height: 1.4; }
.accelerate-ai-page .performance-metrics .ai-agents li .box-content h3 span{ display: block; font-size: 15px; font-weight: 300; letter-spacing: 0; margin-top: 10px; }

    .accelerate-ai-page .performance-metrics .ai-agents li.sonarqube figure img{}
    .accelerate-ai-page .performance-metrics .ai-agents li.velocity figure img{}
    .accelerate-ai-page .performance-metrics .ai-agents li.rates figure img{}

/* Rowing */
.accelerate-ai-page .rowing{ background: var(--black); color: var(--white); padding: 100px 0 50px; position: relative; }

.accelerate-ai-page .rowing .head{ text-align: center; margin-bottom: 70px; position: relative; z-index: 20; }
.accelerate-ai-page .rowing .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.accelerate-ai-page .rowing .head .label span{ display: inline-block; padding: 6px 25px; border-radius: 30px; background: var(--black); }
.accelerate-ai-page .rowing .head .title{ letter-spacing: -1px; position: relative; font-family: var(--hanken); font-size: 52px; font-weight: 600; margin-bottom: 30px; }
.accelerate-ai-page .rowing .head .title span{ display: block; }
.accelerate-ai-page .rowing .head .description{ font-size: 17px; font-weight: 300; line-height: 1.7; }
.accelerate-ai-page .rowing .head .description span{ display: block; }

.accelerate-ai-page .rowing .rowing-image{ width: 100%; max-width: 950px; margin: 0 auto; line-height: 0; }
.accelerate-ai-page .rowing .rowing-image img{ width: 100%; }

.accelerate-ai-page .rowing .rowing-stats{ display: flex; justify-content: space-between; position: relative; }
.accelerate-ai-page .rowing .metric{ width: 300px; position: absolute; }
.accelerate-ai-page .rowing .metric .box-border{ background: linear-gradient(88.91deg, #13139F -6.7%, #879FFF 48.17%, #080876 101.95%); padding: 1px; border-radius: 20px; }
.accelerate-ai-page .rowing .metric .box-content{ display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-start; text-align: left; padding: 20px; background: #09051f; border-radius: 20px; height: 100%; }
.accelerate-ai-page .rowing .metric .box-content .value{ font-size: 62px; background: linear-gradient(80.75deg, #B8B2FF 17.92%, #3158F3 69.84%); color: transparent; background-clip: text; font-weight: 600; letter-spacing: -1px; }
.accelerate-ai-page .rowing .metric .box-content .description{ font-size: 13px; color: #D7D7D7; font-weight: 300; line-height: 1.6; margin-top: 10px; }
.accelerate-ai-page .rowing .metric .box-content .description span{ display: block; }

.accelerate-ai-page .rowing .metric.improvement{ top: -30px; left: 0; }
.accelerate-ai-page .rowing .metric.code{ top: -30px; right: 0; }
.accelerate-ai-page .rowing .metric.issue{ bottom: -30px; left: 50%; transform: translateX(-50%); }

/* AI Services Carousel */
.accelerate-ai-page .ai-services-carousel-wrapper{ background: var(--black); color: var(--white); padding: 140px 0 80px; }
.accelerate-ai-page .ai-services-carousel-wrapper .content{ max-width: 1100px; }
.accelerate-ai-page .ai-services-carousel-wrapper .header{ color: var(--black); align-items: center; justify-content: center; }
.accelerate-ai-page .ai-services-carousel-wrapper .header h3{ letter-spacing: -1px; font-size: 32px; }

.accelerate-ai-page .ai-services-carousel-wrapper li{ width: 100%; }
.accelerate-ai-page .ai-services-carousel-wrapper .info-box{ display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; }
.accelerate-ai-page .ai-services-carousel-wrapper .info-box .right{ width: 600px; }
.accelerate-ai-page .ai-services-carousel-wrapper .info-box .right .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.accelerate-ai-page .ai-services-carousel-wrapper .info-box .right .label span{ display: inline-block; padding: 6px 15px; border-radius: 30px; background: var(--black); color: var(--white); }
.accelerate-ai-page .ai-services-carousel-wrapper .info-box .right h3{ font-size: 42px; font-weight: 600; letter-spacing: -1px; margin-bottom: 20px; }
.accelerate-ai-page .ai-services-carousel-wrapper .info-box .right h3 span{ display: block; }
.accelerate-ai-page .ai-services-carousel-wrapper .info-box .right p{ font-size: 15px; font-weight: 300; line-height: 1.5; color: #B9BDCF; }
.accelerate-ai-page .ai-services-carousel-wrapper .info-box .right .button{ margin-top: 30px; }

.accelerate-ai-page .ai-services-carousel-wrapper .info-box .left{ width: 420px; overflow: hidden; line-height: 0; }
.accelerate-ai-page .ai-services-carousel-wrapper .info-box .left img{ width: 100%; }

    .accelerate-ai-page .ai-services-carousel-wrapper .cube .info-box .left{ width: 390px; }
    .accelerate-ai-page .ai-services-carousel-wrapper .cloud .info-box .left{}
    .accelerate-ai-page .ai-services-carousel-wrapper .head .info-box .left{}

.accelerate-ai-page .ai-services-carousel-wrapper .carrousel-controls{ margin: 0; position: relative; top: 40px; }
.accelerate-ai-page .ai-services-carousel-wrapper .carrousel-controls .carrousel-dots{ justify-content: center; align-items: center; }
.accelerate-ai-page .ai-services-carousel-wrapper .carrousel-controls .carrousel-dots .swiper-pagination-bullet{ background: #303030; }
.accelerate-ai-page .ai-services-carousel-wrapper .carrousel-controls .carrousel-dots .swiper-pagination-bullet:hover, 
.accelerate-ai-page .ai-services-carousel-wrapper .carrousel-controls .carrousel-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #D9D9D9; width: 13px; height: 13px; }

/* Sample Metrics */
.accelerate-ai-page .sample-metrics{ background: var(--black) url("../svg/bg-metrics.svg"); background-size: 1600px 753px; background-position: center 210px; background-repeat: no-repeat; color: var(--white); padding: 0 0 100px; position: relative; height: 1000px; }
.accelerate-ai-page .sample-metrics .head{ text-align: center; margin-bottom: 70px; position: relative; z-index: 20; }
.accelerate-ai-page .sample-metrics .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.accelerate-ai-page .sample-metrics .head .label span{ display: inline-block; padding: 6px 25px; border-radius: 30px; background: var(--black); }
.accelerate-ai-page .sample-metrics .head .title{ letter-spacing: -1px; position: relative; font-family: var(--hanken); font-size: 52px; font-weight: 600; margin-bottom: 30px; }
.accelerate-ai-page .sample-metrics .head .title span{ display: block; }
.accelerate-ai-page .sample-metrics .head .description{ font-size: 17px; font-weight: 300; line-height: 1.7; }
.accelerate-ai-page .sample-metrics .head .description span{ display: block; }

.accelerate-ai-page .sample-metrics .core-metrics{ position: relative; }
.accelerate-ai-page .sample-metrics .core-metrics li{ width: 120px; display: flex; justify-content: center; align-items: center; flex-direction: column; position: absolute; }
.accelerate-ai-page .sample-metrics .core-metrics li .box-border{ background: linear-gradient(90deg, #3E378B 5.95%, #8FA6EF 49.01%, #F8FAFF 55.89%, #3159F3 96.66%); padding: 1px; width: 110px; height: 110px; border-radius: 30px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.accelerate-ai-page .sample-metrics .core-metrics li .box-border .box-content{ background: #0e103d; width: 100%; height: 100%; border-radius: 30px; }
.accelerate-ai-page .sample-metrics .core-metrics li .box-border .box-content figure{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.accelerate-ai-page .sample-metrics .core-metrics li .box-border .box-content figure img{ width: 50px; }
.accelerate-ai-page .sample-metrics .core-metrics li .label{ font-size: 12px; text-align: center; margin-top: 15px; line-height: 1.5; }
.accelerate-ai-page .sample-metrics .core-metrics li .label span{ display: block; }

    .accelerate-ai-page .sample-metrics .core-metrics li.code{ left: 0; top: 80px; }
    .accelerate-ai-page .sample-metrics .core-metrics li.experience{ left: 50%; margin-left: -300px; }
    .accelerate-ai-page .sample-metrics .core-metrics li.security{ left: 50%; margin-left: 190px; }
    .accelerate-ai-page .sample-metrics .core-metrics li.team{ right: 0; top: 80px; }
    .accelerate-ai-page .sample-metrics .core-metrics li.efficiency{ left: 50%; margin-left: -60px; top: 160px; }
    .accelerate-ai-page .sample-metrics .core-metrics li.quality{ left: 50%; margin-left: -300px; top: 330px; }
    .accelerate-ai-page .sample-metrics .core-metrics li.delivery{ left: 50%;  margin-left: 190px; top: 330px; }

    .accelerate-ai-page .sample-metrics .core-metrics li.efficiency .box-border .box-content figure img{ width: 70px; }
    .accelerate-ai-page .sample-metrics .core-metrics li.efficiency .label{ font-size: 16px; }


@media screen and (max-width: 1280px){

    /* Hero */
    .accelerate-ai-page .hero .text .title{ font-size: 72px; }
    .accelerate-ai-page .hero .text .title span { font-size: 20px; top: -44px; right: -10px; }
    .accelerate-ai-page .hero .text .subtitle{ font-size: 16px; }
    .accelerate-ai-page .hero .techs-logos{ flex-wrap: wrap; }

    /* Key Components */
    .accelerate-ai-page .key-components{ padding: 70px 0 60px; }
    .accelerate-ai-page .key-components .ai-agents li .box-content figure{ height: 150px; }
    .accelerate-ai-page .key-components .ai-agents li .box-content h3{ font-size: 22px; }
    .accelerate-ai-page .key-components .ai-agents li .box-content p{ font-size: 14px; }

    /* Services */
    .accelerate-ai-page .services .head .title{ font-size: 42px; }
    .accelerate-ai-page .services .ai-agents li:nth-child(4){ width: 100%; }
    .accelerate-ai-page .services .ai-agents li .box-content figure{ height: 150px; }
    .accelerate-ai-page .services .ai-agents li .box-content .value{ font-size: 42px; }
    .accelerate-ai-page .services .ai-agents li .box-content .description{ font-size: 14px; }

    /* Performance Metrics */
    .accelerate-ai-page .performance-metrics .head{ margin-bottom: 60px; }
    .accelerate-ai-page .performance-metrics .head .title{ font-size: 42px; }
    .accelerate-ai-page .performance-metrics .ai-agents li .box-content figure{ height: 150px; }
    .accelerate-ai-page .performance-metrics .ai-agents li .box-content h3{ font-size: 20px; }
    .accelerate-ai-page .performance-metrics .ai-agents li .box-content p{ font-size: 14px; }
    .accelerate-ai-page .services .ai-agents li{ width: 50%; }
    .accelerate-ai-page .services .ai-agents li:nth-child(4){ width: 50%; }

    /* Sample Metrics */
    .accelerate-ai-page .sample-metrics{ background-position: center 100px; padding: 100px 0 0; height: 930px; }
    .accelerate-ai-page .sample-metrics .head .title{ font-size: 48px; }
    .accelerate-ai-page .sample-metrics .head .description{ font-size: 16px; }

    .accelerate-ai-page .sample-metrics .core-metrics li{ width: 90px; }
    .accelerate-ai-page .sample-metrics .core-metrics li .box-border{ width: 90px; height: 90px; }
    .accelerate-ai-page .sample-metrics .core-metrics li .box-border .box-content figure img{ width: 40px; }

        .accelerate-ai-page .sample-metrics .core-metrics li.code{ left: 80px; top: 80px; }
        .accelerate-ai-page .sample-metrics .core-metrics li.experience{ left: 26%; margin-left: 0; }
        .accelerate-ai-page .sample-metrics .core-metrics li.security{ left: 67%; margin-left: 0; }
        .accelerate-ai-page .sample-metrics .core-metrics li.team{ right: 80px; top: 80px; }
        .accelerate-ai-page .sample-metrics .core-metrics li.efficiency{ left: 50%; margin-left: -45px; top: 160px; }
        .accelerate-ai-page .sample-metrics .core-metrics li.quality{ left: 26%; margin-left: 0; top: 300px; }
        .accelerate-ai-page .sample-metrics .core-metrics li.delivery{ left: 67%; margin-left: 0; top: 300px; }

        .accelerate-ai-page .sample-metrics .core-metrics li.efficiency .box-border .box-content figure img{ width: 60px; }

    /* Framweork */
    .accelerate-ai-page .framework .title{ font-size: 36px; }
    .accelerate-ai-page .framework .title span{ font-size: 40px; }
    .accelerate-ai-page .framework .description{ font-size: 15px; }

    /* AI Services Carousel */
    .accelerate-ai-page .ai-services-carousel-wrapper .info-box .left{ width: 300px; }
    .accelerate-ai-page .ai-services-carousel-wrapper .cube .info-box .left{ width: 300px; }
    .accelerate-ai-page .ai-services-carousel-wrapper .info-box .right h3{ font-size: 36px; }

    /* Rowing */
    .accelerate-ai-page .rowing .head .title{ font-size: 42px; }
    .accelerate-ai-page .rowing .head .description{ font-size: 16px; }


}

@media screen and (max-width: 1024px){

    /* Hero */
    .accelerate-ai-page .hero .text .title{ font-size: 62px; }
    .accelerate-ai-page .hero .text .title span{ font-size: 16px; top: -36px; right: -7px; }
    .accelerate-ai-page .hero .techs-logos{ gap: 30px; margin: 90px 0 20px; }

    /* Key Components */
    .accelerate-ai-page .key-components{ padding: 70px 0 40px; }
    .accelerate-ai-page .key-components .head .title{ font-size: 32px; }
    .accelerate-ai-page .key-components .head .description{ font-size: 14px; }
    .accelerate-ai-page .key-components .ai-agents{ flex-direction: column; max-width: 450px; margin: 0 auto; }
    .accelerate-ai-page .key-components .ai-agents li{ width: 100%; padding: 0; margin-bottom: 15px; }
    .accelerate-ai-page .key-components .ai-agents li .box-content figure{ height: auto; right: auto !important; }
    .accelerate-ai-page .key-components .ai-agents li:nth-child(n+4){ width: 100%; }
    .accelerate-ai-page .key-components .ai-agents li:nth-child(n+4){ margin-top: 0; }
    .accelerate-ai-page .key-components .ai-agents li:nth-child(n+4) .box-content{ flex-direction: column; }
    .accelerate-ai-page .key-components .ai-agents li:nth-child(n+4) .box-content figure{ position: relative; width: 90%; margin: 0 auto; }
    .accelerate-ai-page .key-components .ai-agents li:nth-child(n+4) .box-content .text{ max-width: 100%; }

    /* Services */
    .accelerate-ai-page .services{ padding: 140px 0 0; }
    .accelerate-ai-page .services .head .title{ font-size: 32px; max-width: 600px; margin: 0 auto 20px; }
    .accelerate-ai-page .services .head .title span{ display: inline; }
    .accelerate-ai-page .services .head .description{ font-size: 14px; }
    .accelerate-ai-page .services .ai-agents{ flex-direction: column; max-width: 450px; margin: 0 auto; }
    .accelerate-ai-page .services .ai-agents li{ width: 100%; }
    .accelerate-ai-page .services .ai-agents li:nth-child(4){ width: 100%; }

    /* Performance Metrics */
    .accelerate-ai-page .performance-metrics{ padding: 140px 0 0; }
    .accelerate-ai-page .performance-metrics .content{ max-width: 600px; }
    .accelerate-ai-page .performance-metrics .head .title{ font-size: 32px; }
    .accelerate-ai-page .performance-metrics .head .title span{ display: inline; }
    .accelerate-ai-page .performance-metrics .head .description{ font-size: 14px; }
    .accelerate-ai-page .performance-metrics .ai-agents{ flex-direction: column; max-width: 450px; margin: 0 auto; }
    .accelerate-ai-page .performance-metrics .ai-agents li{ width: 100%; }

    /* Rowing */
    .accelerate-ai-page .rowing{ padding: 40px 0 0; }
    .accelerate-ai-page .rowing .head .title{ font-size: 42px; }
    .accelerate-ai-page .rowing .head .description{ font-size: 14px; }

    /* Sample Metrics */
    .accelerate-ai-page .sample-metrics{ background-position: center 100px; background-size: 1024px 482px; padding: 100px 0 140px; height: auto; }
    .accelerate-ai-page .sample-metrics .head .title{ font-size: 42px; }
    .accelerate-ai-page .sample-metrics .head .description{ font-size: 15px; }

    .accelerate-ai-page .sample-metrics .core-metrics{ position: relative; display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; justify-content: center; }
    .accelerate-ai-page .sample-metrics .core-metrics li{ width: 90px; position: relative; }
    .accelerate-ai-page .sample-metrics .core-metrics li .box-border{ width: 90px; height: 90px; }
    .accelerate-ai-page .sample-metrics .core-metrics li .box-border .box-content figure img{ width: 40px; }

        .accelerate-ai-page .sample-metrics .core-metrics li.code{ left: 0; top: 0; }
        .accelerate-ai-page .sample-metrics .core-metrics li.experience{ left: 0; margin-left: 0; }
        .accelerate-ai-page .sample-metrics .core-metrics li.security{ left: 0; margin-left: 0; }
        .accelerate-ai-page .sample-metrics .core-metrics li.team{ right: 0; top: 0; }
        .accelerate-ai-page .sample-metrics .core-metrics li.efficiency{ left: 0; margin-left: 0; top: 0; }
        .accelerate-ai-page .sample-metrics .core-metrics li.quality{ left: 0; margin-left: 0; top: 0; }
        .accelerate-ai-page .sample-metrics .core-metrics li.delivery{ left: 0; margin-left: 0; top: 0; }

        .accelerate-ai-page .sample-metrics .core-metrics li.efficiency .box-border .box-content figure img{ width: 60px; }
        .accelerate-ai-page .sample-metrics .core-metrics li.efficiency .label{ font-size: 13px; }

    /* Framweork */
    .accelerate-ai-page .framework{ padding: 80px 0 60px; }
    .accelerate-ai-page .framework .title{ font-size: 28px; }
    .accelerate-ai-page .framework .title span{ font-size: 32px; }

    /* AI Services Carousel */
    .accelerate-ai-page .ai-services-carousel-wrapper{ padding: 80px 0; }
    .accelerate-ai-page .ai-services-carousel-wrapper .info-box{ flex-direction: column; }
    .accelerate-ai-page .ai-services-carousel-wrapper .info-box .left{ margin-bottom: 50px; }
    .accelerate-ai-page .ai-services-carousel-wrapper .info-box .right{ width: 100%; }
    .accelerate-ai-page .ai-services-carousel-wrapper .info-box .right h3{ font-size: 28px; }
    .accelerate-ai-page .ai-services-carousel-wrapper .info-box .right h3 span{ display: inline; }
    .accelerate-ai-page .ai-services-carousel-wrapper .carrousel-controls{ top: 80px; }

    /* Rowing */
    .accelerate-ai-page .rowing .head .title{ font-size: 32px; }
    .accelerate-ai-page .rowing .head .title span{ display: inline; }
    .accelerate-ai-page .rowing .head .description{ font-size: 14px; }
    .accelerate-ai-page .rowing .head .description span{ display: inline; margin-bottom: 30px; }
    
    .accelerate-ai-page .rowing .rowing-image{ width: 90%; }
    .accelerate-ai-page .rowing .metric .box-content .value{ font-size: 52px; }
    
    .accelerate-ai-page .rowing .rowing-image{ display: none; }
    .accelerate-ai-page .rowing .rowing-stats{ flex-direction: column; gap: 20px; padding-bottom: 60px; max-width: 500px; margin: 0 auto; }
    .accelerate-ai-page .rowing .metric.improvement{ position: static; width: 100%; }
    .accelerate-ai-page .rowing .metric.code{ position: static; width: 100%; }
    .accelerate-ai-page .rowing .metric.issue{ position: static; width: 100%; transform: none; }
    .accelerate-ai-page .rowing .metric .box-content .description span{ display: inline; }

}

@media screen and (max-width: 767px){

    /* Hero */
    .accelerate-ai-page .hero .text .title{ font-size: 48px; }
    .accelerate-ai-page .hero .text .title span{ font-size: 14px; top: -28px; right: -7px; }
    .accelerate-ai-page .hero .text .subtitle{ font-size: 15px; }

    /* Rowing */
    .accelerate-ai-page .rowing .metric .box-content .value{ font-size: 42px; }
    
}
