/* Transformation Partner Hero Section Styles */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
:root {
  --pure-white: #ffffff;
  --soft-white: #f9f9fa;
  --cool-gray: #f2f2f3;
  --light-gray: #dbdbdb;
  --medium-gray: #dbdbdb;
  --slate-grey: #616161;
  --charcoal-gray: #333333;
  --ink-black: #232325;
  --jet-black: #0f0f0f;
  --pure-black: #000000;
  --blue: #223dff;
  --blue-hover: #001DF0;
}
.italic{
    font-family: "Instrument Serif", serif;
    font-style: italic;
}
.orbimg{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    z-index: 0;
}
.mx-690{
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}
.fs-89{
    font-size: 89px;
    line-height: 1.1;
}
.mb-12{
    margin-bottom: 12px !important;
}
.label-up {
     display: flex;
    margin: 0px 16px;
    height: 100%;
    justify-content: center;
    position: relative;
    top: 0%;
    transition: 0.3s;
    align-items: center;
    gap: 8px;
    color:white !important;
}

.button:hover .label-up {
  top:-100%;
}
.button {
  display:inline-block;
  height: 56px;
  line-height:56px;
  overflow:hidden;
  text-align:center;
  padding: 0;
}
.w-fit{
    width: fit-content;
}
.bg-primary{
    background-color: var(--blue) !important;
}
.buttonContent{
    padding: 1px;
    background: linear-gradient(180deg, rgba(34, 61, 255, 0.3) 0%, rgba(34, 61, 255, 0.3) 100%),radial-gradient(63.87% 50% at 52.08% 100%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    height: 58px;
    width: fit-content;
}
.button:hover{
    box-shadow: 0px 10.27px 13.4px 0px #223DFF38, 0px 24.72px 32.26px 0px #223DFF30, 0px 42px 107px 0px #223DFF57, 0px 1px 4px 2px #223DFF inset, 0px 1px 18px 2px #F9F9FA inset;
}
.aspect1{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.imgabsolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0.4;
}
.allwhite img{
    filter: brightness(0) invert(1) ;
}
.bg-bottom-gradient{
    background: linear-gradient(195.06deg, #0F0F0F 45.57%, #223DFF 101.01%);
}
.bg-bottom-gradient2{
    background: linear-gradient(195.06deg, #000000 45.57%, #223DFF 101.01%);
}
.ulmb-16 li{
    margin-bottom: 16px;
}
.ulmb-16 li:last-child{
    margin-bottom: 0;
}
.aiIndustrySlider .industry_card{
    border: 1px solid var(--charcoal-gray);
}
.ai_slider_button.slider_button .slick-arrow{
    border-radius: 0;
    border: 1px solid var(--slate-grey);
    background: var(--charcoal-gray);
}
.ai_slider_button.slider_button_white .slick-next{
    left: 60px;
}
.p-16{
    padding-top: 16px;
    padding-bottom: 16px;
}
.halfline{
    background-color: var(--charcoal-gray) ;
    height: 1px;
    width: 100%;
}
.word-nowrap{
    white-space: nowrap;
}
.bg-gradiant-blue{
    background: linear-gradient(173.53deg, #000000 10.58%, #111F80 29.56%, #223DFF 48.53%, #000000 86.47%);

}
.mx700{
    max-width: 700px;
}
.mb-80{
    margin-bottom: 80px;
}
.aisevicecard{
    border: none !important;
    backdrop-filter: blur(100px);
    background: #FFFFFF12 !important;
    padding: 40px;
}
.button_outline{
    border: 1px solid var(--soft-white);
    background: transparent ;
}
.button_outline .imgabsolute{
    opacity: 0;
}
.button_outline:hover .imgabsolute{
    opacity: 0.4;
}
.aidevelopment:last-child{
    grid-column: span 2;
    position: relative;
}
.aidevelopment:last-child .aisevicecard{
    flex-direction: row !important; 
    align-items: end !important;
    background: none !important;
    backdrop-filter:blur(0px) !important;
}
.aidevelopment:last-child .aisevicecard .button_outline {
    max-width: 394px !important;
}
.aidevelopment:last-child img.w-100 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.aiCounterBox .counterBox {
    background: var(--ink-black);
    border: 1px solid var(--ink-black);
}
.aiCounterBox .counterBox .counter ,.aiCounterBox .counterBox .absoluteNumber{
    font-family: "Instrument Serif", serif;
}
.aiCounterBox .counterBox{
    position: relative;
}
.aiCounterBox .counterBox .absoluteNumber{
    color: var(--pure-white) !important;
    -webkit-text-stroke: 2px #232325;
    font-size: 212px;
    line-height: 254.56px;
    left: unset;
    right: -24px;
}
.aiCounterBox .counterBox:hover {
    background: var(--jet-black);
}
.aiCounterBox .numberbox:hover .absoluteNumber {
    top: 30px;
}
.drivingAI{
    position: absolute;
    bottom: 40px;
    left: 60px;
}

/* Experience Section Scroll Animation */
.experience-section-wrapper {
    position: relative;
}

.experience-spacer {
    display: none;
    height: 100vh;
}

.experience-spacer.active {
    display: block;
}

.experience-reveal-section {
    position: relative;
    transition: all 0.3s ease;
}

.experience-reveal-section.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}
.letter {
    font-family: "Instrument Serif", serif;
}
.experience-text-wrapper {
    position: relative;
}

.experience-text {
    display: inline-block;
}

.experience-text-wrapper .letter {
    display: inline-block;
    color: #000000;
    transition: color 0.4s ease;
}

.experience-text-wrapper .letter.revealed {
    color: #ffffff;
}

.experience-reveal-section.animation-complete {
    position: relative;
}
.flex1box{
    flex: 1;
    padding: 12px;
    border-top: 1px solid var(--ink-black);
    border-bottom: 1px solid var(--ink-black);
    border-right: 1px solid var(--ink-black);
}
.flex1box:last-child{
    border-right: none;
}


.px-64{
    padding-left: 164px;
    padding-right: 64px;
}
.mx-554{
    max-width: 554px;
}
.testimonialCard{
    padding: 20px 40px;
    background: #23232599;
    backdrop-filter: blur(100px)

}
.testimonials-container {
    display: flex;
    gap: 24px;
    max-width: 996px;
    height: 100vh;
    min-height: 600px;
    width: 100%;
  }
  
  .column {
    height: 100%;
    overflow: hidden;
  }
  
  .testimonials {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  .column:hover .testimonials {
    animation-play-state: paused;
  }
  
 
  
  .column:nth-child(1) .testimonials {
    animation-name: scrollUp;
    animation-duration: 23s;
  }
  
  .column:nth-child(2) .testimonials {
    animation-name: scrollDown;
    animation-duration: 50s;
  }
  
  .column:nth-child(3) .testimonials {
    animation-name: scrollUp;
    animation-duration: 30s;
  }
  
  @keyframes scrollUp {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-50%);
    }
  }
  
  @keyframes scrollDown {
    from {
      transform: translateY(-50%);
    }
    to {
      transform: translateY(0);
    }
  }
  .h-25{
    height: 25px;
  }
  .bgblur{
    background: #0000000F;
    border: 1px solid #FFFFFF05;
    backdrop-filter: blur(100px);
    padding: 48px 12px;
    position: relative;
  }
.hoverbg{
    position: absolute;
    height: 900px;
    left: 50%;
    top: 50%;
    transform: translateY(calc(-50% - 73px)) translateX(-50%);
    transition: all 0.3s ease;
    opacity: 0;
    z-index: -1;
}
.hoverbgo{
    /* z-index: 1; */
}
.hoverbg:hover{
    opacity: 0 !important;
}
.hoverbgo:hover .hoverbg{
    opacity: 1;
}
.flowerimg{
    margin-top: -24px;
    height: 360px;
}
.development_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.colorblack .accordion-item{
    border-color: var(--slate-grey);
}
.colorblack .accordion-button::after{
    filter: brightness(0) invert(1);
}
.button_separate{
    padding: 0;
    border: none;
    background: white !important;
    color: black;
    display: flex;
    align-items: center;
}
.button_separate div{
    padding: 15px 16px;
    border:1px solid var(--medium-gray);
    height: 100%;
    line-height: 24px;
    height: 58px;
}
.button_separate div:first-child{
    border-right: none; 
}
.mxmode{
    mix-blend-mode: luminosity;
}
.buttonContent_outline{
    background: transparent !important;
}

@media (max-width: 1700px) {
   .fs-89{
    font-size: 64px;
   }
   .buttonContent{
    height: 48px;
   }
   .button{
    height: 46px;
   }
   .label-up{
    margin: 0 12px;
    gap: 6px;
   }
   .p-16{
    padding-top: 12px;
    padding-bottom: 12px;
    }
    .mb-80{
        margin-bottom: 60px;
    }
    .aisevicecard{
        padding: 28px;
    }
    .gap-12 {
        gap: 8px;
    }
    .drivingAI{
        height: 500px;
    }
    .aiCounterBox .counterBox .absoluteNumber {
        color: var(--pure-white) !important;
        -webkit-text-stroke: 2px #232325;
        font-size: 180px;
        line-height: 190px;
        left: unset;
        right: -24px;
    }
    .topright,.bottomleft  {
        width: 30%;
    }
    .hscreen{
        min-height: 500px;
    }
    .flex1box{
        padding: 8px;
    }
    .img96 {
        width: 75px;
        height: 75px;
    }
    .px-64 {
        padding-left: 124px;
        padding-right: 64px;
    }
    .testimonialCard{
        padding: 16px 32px;
    }
    .py200 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .hoverbg{
        height: 700px;
    }
    .bgblur{
        padding: 32px 8px;
    }
    
    .flowerimg{
        height: 300px;
    }
    .button_separate div{
        padding: 11px 12px;
        height: 48px;
    }
    .button_separate img,.custom-list img{
        width: 20px;
        height: 20px;
    }
    .custom-list li{
        gap: 12px;
    }
    .py-20 {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
  @media (max-width: 1023.98px) {
    .developmentSliderMobile {
        display: block !important;
    }
    .aidevelopment:last-child .aisevicecard{
        flex-direction: column !important;
        align-items: start !important;
        height: 100%;
    }
    .ai_slider_button.slider_button_white .slick-next{
        left: calc(50% + 30px);
    }
    .aidevelopment {
        margin: 0 5px;
        width: calc(100% - 10px) !important;
    }
  }
  @media (max-width: 991.98px) {
    
    .aidevelopment:last-child{
        grid-column: span 1;
    }
    .aiCounterBox .counterBox > * {
        text-align: start;
    }
    .drivingAI{
        height: unset;
        width: 100%;
        left: 0;
    }
    .mdgrid1{
        grid-template-columns: repeat(1,1fr);
    }
   
    .letter  {
        font-size: 40px;
        line-height: 42px;
    }
    .img96 {
        width: 60px;
        height: 60px;
    }
    .py100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .px-64 {
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 0;
    }
    .px-64 .mx-554{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .testimonials-container{
        padding: 0;
    }
    .py200 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .hoverbgo{
        background: #252c5f;
    }
    .hoverbg{
        display: none;
    }
    .hoverbgo > div{
        height: 100%;
    }
    .bgblur {
        padding: 24px 16px;
    }
    .hscreen{
        min-height: 650px;
    }
    .ai_slider_button.slider_button_white .slick-next {
        left: calc(50% + 20px);
    }
    .aidevelopment:last-child .aisevicecard .button_outline{
        max-width: 100% !important;
    }
  }
  @media (max-width: 768px) {
    .column:nth-child(3) {
      display: none;
    }
  
    .column:hover .testimonials {
      animation-play-state: running;
    }
  }
  
  @media (max-width: 575.98px) {
    .column {
      display: none;
    }
  
    .column:first-child {
      display: block;
    }
    
    .grid-7.allwhite .imgy50{
        border-bottom: 1px solid var(--slate-grey);
    }
  }
:root {
    --primary: #223dff;
    --primary-hover: #001DF0;
    --secondary: #f9f9fa;
    --background: #ffffff;
    --muted-foreground: #616161;
}

.transformation-hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--background);
}

/* Background Pattern */
.hero-background-pattern {
    position: absolute;
    inset: 0;
    background: rgba(34, 61, 255, 0.03);
    z-index: 0;
}

.hero-radial-gradient {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-gradient-1 {
    background: radial-gradient(circle at 30% 20%, rgba(34, 61, 255, 0.08) 0%, transparent 50%);
}

.hero-gradient-2 {
    background: radial-gradient(circle at 70% 80%, rgba(34, 61, 255, 0.05) 0%, transparent 50%);
}

/* Content Wrapper */
.hero-content-wrapper {
    position: relative;
    z-index: 10;
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 20px;
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 61, 255, 0.1);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    animation: fadeIn 0.6s ease-out;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Title */
.hero-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--jet-black, #0f0f0f);
    margin-bottom: 24px;
    text-align: center;
    animation: fadeIn 0.6s ease-out 0.1s both;
}

.hero-title-accent {
    display: block;
    color: var(--primary);
    margin-top: 8px;
}

/* Description */
.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: var(--muted-foreground);
    max-width: 672px;
    margin: 0 auto 40px;
    animation: fadeIn 0.6s ease-out 0.2s both;
}

@media (min-width: 768px) {
    .hero-description {
        font-size: 20px;
    }
}

/* Buttons */
.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.6s ease-out 0.3s both;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
}
/* Partner Companies */
.hero-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    animation: fadeIn 0.6s ease-out 0.15s both;
}

.hero-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--card-background, #ffffff);
    padding: 12px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.hero-partner-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-partner-img {
    height: 30px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.hero-partner-logo:hover .hero-partner-img {
    opacity: 1;
}

.hero-partner-separator {
    color: var(--muted-foreground);
    font-weight: 600;
    font-size: 18px;
}
.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-width: 160px;
    color:white !important;
}

.hero-btn-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.hero-btn-primary {
    background: var(--primary);
    color: var(--background);
    border: 1px solid var(--primary);
}

.hero-btn-primary:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0px 10px 25px rgba(34, 61, 255, 0.3);
}

.hero-btn-primary:hover .hero-btn-icon {
    transform: translateX(4px);
}

.hero-btn-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.hero-btn-outline:hover {
    background: var(--primary);
    color: var(--background);
    transform: translateY(-2px);
    box-shadow: 0px 10px 25px rgba(34, 61, 255, 0.2);
}

/* Bottom Fade */
.hero-bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: linear-gradient(to top, var(--background), transparent);
    pointer-events: none;
    z-index: 5;
}

/* Fade In Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out both;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 56px;
    }

    .hero-description {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .transformation-hero-section {
        min-height: 80vh;
    }

    .hero-content-wrapper {
        padding: 60px 20px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-title-accent {
        margin-top: 4px;
    }

    .hero-description {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .hero-btn {
        font-size: 16px;
        padding: 14px 28px;
        min-width: 140px;
    }

    .hero-badge {
        font-size: 13px;
        padding: 6px 14px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-buttons {
        width: 100%;
    }

    .hero-btn {
        width: 100%;
    }
}


.what-is-section {
    padding: 100px 0;
    background: var(--background);
    position: relative;
}

/* Header Section */
.what-is-header {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.what-is-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--jet-black);
    margin-bottom: 24px;
}

.what-is-description {
    font-size: 18px;
    line-height: 1.6;
    color: var(--muted-foreground);
}

/* Grid Layout */
.what-is-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .what-is-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
}

/* Card Styles */
.what-is-card {
    background: var(--background);
    border: 1px solid rgba(34, 61, 255, 0.1);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out both;
}

.what-is-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 61, 255, 0.03) 0%, rgba(34, 61, 255, 0.01) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.what-is-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 20px 40px rgba(34, 61, 255, 0.15);
    border-color: rgba(34, 61, 255, 0.2);
}

.what-is-card:hover::before {
    opacity: 1;
}

/* Icon Container */
.what-is-icon-container {
    width: 56px;
    height: 56px;
    background: rgba(34, 61, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.what-is-card:hover .what-is-icon-container {
    background: rgba(34, 61, 255, 0.2);
    transform: scale(1.05);
}

.what-is-icon {
    width: 28px;
    height: 28px;
    color: var(--primary);
    transition: all 0.3s ease;
}

.what-is-card:hover .what-is-icon {
    transform: rotate(5deg) scale(1.1);
}

/* Card Content */
.what-is-card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--jet-black);
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.what-is-card-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--muted-foreground);
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Staggered Animation Delays */
.what-is-card:nth-child(1) {
    animation-delay: 0.1s;
}

.what-is-card:nth-child(2) {
    animation-delay: 0.2s;
}

.what-is-card:nth-child(3) {
    animation-delay: 0.3s;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .what-is-section {
        padding: 80px 0;
    }

    .what-is-title {
        font-size: 40px;
    }

    .what-is-description {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .what-is-section {
        padding: 60px 0;
    }

    .what-is-header {
        margin-bottom: 48px;
    }

    .what-is-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .what-is-description {
        font-size: 16px;
    }

    .what-is-grid {
        gap: 24px;
    }

    .what-is-card {
        padding: 28px;
    }

    .what-is-icon-container {
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }

    .what-is-icon {
        width: 24px;
        height: 24px;
    }

    .what-is-card-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .what-is-card-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .what-is-section {
        padding: 48px 0;
    }

    .what-is-title {
        font-size: 32px;
    }

    .what-is-card {
        padding: 24px;
    }
}

/* What We Do Section Styles */
:root {
    --card-background: #ffffff;
    --foreground: #0f0f0f;
    --jet-black: #0f0f0f;
}

.what-we-do-section {
    padding: 100px 0;
    background: rgba(249, 249, 250, 0.5);
    position: relative;
}

/* Header Section */
.what-we-do-header {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.what-we-do-badge {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
    margin-bottom: 16px;
}

.what-we-do-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--jet-black);
    margin-bottom: 24px;
}

.what-we-do-description {
    font-size: 18px;
    line-height: 1.6;
    color: var(--muted-foreground);
}

/* Grid Layout */
.what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .what-we-do-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Card Styles */
.what-we-do-card {
    background: var(--card-background);
    border-radius: 24px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.what-we-do-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

/* Decorative Circle */
.what-we-do-card-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    background: rgba(34, 61, 255, 0.05);
    border-radius: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s ease;
}

.what-we-do-card:hover .what-we-do-card-decoration {
    background: rgba(34, 61, 255, 0.1);
    transform: translate(40%, -40%) scale(1.1);
}

/* Highlight Badge */
.what-we-do-highlight {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary);
    background: rgba(34, 61, 255, 0.1);
    padding: 4px 12px;
    border-radius: 9999px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

/* Icon Box */
.what-we-do-icon-box {
    width: 48px;
    height: 48px;
    background: var(--foreground);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.what-we-do-card:hover .what-we-do-icon-box {
    transform: scale(1.05);
}

.what-we-do-icon {
    width: 24px;
    height: 24px;
    color: var(--background);
    transition: all 0.3s ease;
}

.what-we-do-card:hover .what-we-do-icon {
    transform: rotate(5deg);
}

/* Card Content */
.what-we-do-card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--jet-black);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.what-we-do-card-description {
    font-size: 16px;
    line-height: 1.75;
    color: var(--muted-foreground);
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .what-we-do-section {
        padding: 80px 0;
    }

    .what-we-do-title {
        font-size: 40px;
    }

    .what-we-do-description {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .what-we-do-section {
        padding: 60px 0;
    }

    .what-we-do-header {
        margin-bottom: 48px;
    }

    .what-we-do-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .what-we-do-description {
        font-size: 16px;
    }

    .what-we-do-grid {
        gap: 24px;
    }

    .what-we-do-card {
        padding: 28px;
    }

    .what-we-do-icon-box {
        width: 44px;
        height: 44px;
        margin-bottom: 20px;
    }

    .what-we-do-icon {
        width: 22px;
        height: 22px;
    }

    .what-we-do-card-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .what-we-do-card-description {
        font-size: 15px;
    }

    .what-we-do-card-decoration {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .what-we-do-section {
        padding: 48px 0;
    }

    .what-we-do-title {
        font-size: 32px;
    }

    .what-we-do-card {
        padding: 24px;
    }

    .what-we-do-badge {
        font-size: 12px;
    }
}

/* Strategy Section Styles */
.strategy-section {
    padding: 100px 0;
    background: var(--background);
    position: relative;
}

/* Header Section */
.strategy-header {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.strategy-badge {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
    margin-bottom: 16px;
}

.strategy-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--jet-black);
    margin: 0;
}

/* Grid Layout */
.strategy-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    max-width: 896px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .strategy-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Card Styles */
.strategy-card {
    display: flex;
    gap: 24px;
    padding: 24px;
    border-radius: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.strategy-card:hover {
    background: rgba(249, 249, 250, 0.5);
}

/* Icon Container */
.strategy-icon-container {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: var(--primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.strategy-card:hover .strategy-icon-container {
    transform: scale(1.05);
    box-shadow: 0px 8px 16px rgba(34, 61, 255, 0.2);
}

.strategy-icon {
    width: 32px;
    height: 32px;
    color: var(--background);
    transition: all 0.3s ease;
}

.strategy-card:hover .strategy-icon {
    transform: rotate(5deg);
}

/* Card Content */
.strategy-content {
    flex: 1;
}

.strategy-card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--jet-black);
    margin-bottom: 12px;
}

.strategy-card-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--muted-foreground);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .strategy-section {
        padding: 80px 0;
    }

    .strategy-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .strategy-section {
        padding: 60px 0;
    }

    .strategy-header {
        margin-bottom: 48px;
    }

    .strategy-title {
        font-size: 36px;
    }

    .strategy-grid {
        gap: 24px;
    }

    .strategy-card {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .strategy-icon-container {
        width: 56px;
        height: 56px;
    }

    .strategy-icon {
        width: 28px;
        height: 28px;
    }

    .strategy-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .strategy-card-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .strategy-section {
        padding: 48px 0;
    }

    .strategy-title {
        font-size: 32px;
    }

    .strategy-card {
        padding: 16px;
    }

    .strategy-badge {
        font-size: 12px;
    }
}

/* Case Study Section Styles */
.case-study-section {
    padding: 100px 0;
    background: var(--foreground, #0f0f0f);
    color: var(--background);
    position: relative;
}

.case-study-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
    align-items: center;
}

@media (min-width: 1024px) {
    .case-study-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 64px;
    }
}

/* Case Study Content */
.case-study-content {
    max-width: 100%;
}

.case-study-badge {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
    margin-bottom: 16px;
}

.case-study-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--background);
    margin-bottom: 24px;
}

.case-study-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.case-study-tag {
    background: rgba(255, 255, 255, 0.1);
    color: var(--background);
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 14px;
}

.case-study-intro {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
}

.case-study-key-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.case-study-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.case-study-check-icon {
    width: 20px;
    height: 20px;
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 2px;
}

.case-study-point span {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* Case Study Results */
.case-study-results {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 32px;
}

@media (min-width: 1024px) {
    .case-study-results {
        padding: 48px;
    }
}

.case-study-results-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--background);
    margin-bottom: 32px;
}

.case-study-stats {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
}

.case-study-stat {
    display: flex;
    align-items: center;
    gap: 24px;
}

.case-study-stat-icon-box {
    width: 64px;
    height: 64px;
    background: var(--primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.case-study-stat-icon {
    width: 32px;
    height: 32px;
    color: var(--background);
}

.case-study-stat-content {
    flex: 1;
}

.case-study-stat-value {
    font-size: 36px;
    font-weight: 700;
    color: var(--background);
    margin-bottom: 4px;
}

.case-study-stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.case-study-footer {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.case-study-footer-text {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* CTA Section Styles */
.cta-section {
    padding: 100px 0;
    background: var(--background);
    position: relative;
}

.cta-content {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.cta-quote-icon {
    width: 48px;
    height: 48px;
    color: rgba(34, 61, 255, 0.3);
    margin: 0 auto 24px;
}

.cta-quote-icon svg {
    width: 100%;
    height: 100%;
}

.cta-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--jet-black);
    margin-bottom: 32px;
}

.cta-quote {
    font-size: 20px;
    line-height: 1.75;
    color: var(--muted-foreground);
    max-width: 768px;
    margin: 0 auto 48px;
    font-style: italic;
    border: none;
    padding: 0;
}

@media (min-width: 768px) {
    .cta-quote {
        font-size: 24px;
    }
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
    }
}

.cta-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
    min-width: 200px;
}

.cta-btn-outline:hover {
    background: var(--primary);
    color: var(--background);
    transform: translateY(-2px);
    box-shadow: 0px 10px 25px rgba(34, 61, 255, 0.2);
}

/* Responsive Design for Case Study */
@media (max-width: 1024px) {
    .case-study-section {
        padding: 80px 0;
    }

    .case-study-title {
        font-size: 40px;
    }

    .case-study-results {
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .case-study-section {
        padding: 60px 0;
    }

    .case-study-grid {
        gap: 48px;
    }

    .case-study-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .case-study-intro {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .case-study-point span {
        font-size: 15px;
    }

    .case-study-results {
        padding: 24px;
    }

    .case-study-results-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .case-study-stats {
        gap: 24px;
        margin-bottom: 32px;
    }

    .case-study-stat-icon-box {
        width: 56px;
        height: 56px;
    }

    .case-study-stat-icon {
        width: 28px;
        height: 28px;
    }

    .case-study-stat-value {
        font-size: 32px;
    }

    .case-study-footer {
        margin-top: 32px;
        padding-top: 24px;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .cta-quote {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .cta-buttons {
        width: 100%;
    }

    .cta-btn-outline {
        width: 100%;
        font-size: 16px;
        padding: 14px 28px;
    }
}

@media (max-width: 480px) {
    .case-study-title {
        font-size: 32px;
    }

    .case-study-tag {
        font-size: 13px;
        padding: 6px 12px;
    }

    .case-study-stat {
        gap: 16px;
    }

    .case-study-stat-icon-box {
        width: 48px;
        height: 48px;
    }

    .case-study-stat-icon {
        width: 24px;
        height: 24px;
    }

    .case-study-stat-value {
        font-size: 28px;
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-quote {
        font-size: 16px;
    }
}
