/* =============================================================================
   REMOTIR WWW - HOME PAGE STYLES
   =============================================================================
   Styles specific to the home page sections.
   ============================================================================= */

/* =============================================================================
   HERO SECTION
   ============================================================================= */
.hero {
    background-color: #05052c;
    padding-top: 96px;
    padding-bottom: 340px;
    position: relative;
    overflow: visible;
}

.hero__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
}

.hero__bg-image {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: bottom right;
}

.hero__content {
    position: relative;
    z-index: 1;
    text-align: left;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.hero__title {
    font-size: 62px;
    font-weight: var(--font-semibold);
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -1.24px;
}

.hero__subtitle {
    font-size: 28px;
    font-weight: var(--font-regular);
    color: #d5d7da;
    line-height: 38px;
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

/* Hero Button Styles */
.btn--hero {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: var(--font-semibold);
    line-height: 28px;
    border-radius: 8px;
}

.btn--hero-primary {
    background-color: #ffffff;
    color: #414651;
    border: 1px solid #d5d7da;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}

.btn--hero-primary:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
}

.btn--hero-secondary {
    background-color: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    border: 1px solid transparent;
}

.btn--hero-secondary:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

/* =============================================================================
   LOGO CAROUSEL SECTION
   ============================================================================= */
.logos-section {
    background-color: #05052c;
    padding: 48px 0;
    overflow: hidden;
}

.logos-section__tagline {
    font-size: 16px;
    font-weight: var(--font-regular);
    color: #d5d7da;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 24px;
}

.logos-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Fade edges using gradient masks */
.logos-carousel::before,
.logos-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}

.logos-carousel::before {
    left: 0;
    background: linear-gradient(to right, #05052c 0%, transparent 100%);
}

.logos-carousel::after {
    right: 0;
    background: linear-gradient(to left, #05052c 0%, transparent 100%);
}

.logos-carousel__track {
    display: flex;
    align-items: center;
    gap: 60px;
    animation: scroll-logos 30s linear infinite;
    width: max-content;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.logos-carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    min-width: 140px;
    flex-shrink: 0;
}

.logos-carousel__item--with-text {
    gap: 11px;
}

.logos-carousel__logo {
    max-height: 40px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.logos-carousel__logo-icon {
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.logos-carousel__logo-text {
    max-height: 22px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.logos-carousel__text {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
    color: #ffffff;
}

.logos-carousel__text-only {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #ffffff;
    white-space: nowrap;
}

/* Pause animation on hover */
.logos-carousel:hover .logos-carousel__track {
    animation-play-state: paused;
}

/* =============================================================================
   FORCE MULTIPLIER SECTION
   ============================================================================= */
.section--multiplier {
    background-color: #05052c;
    padding: 96px 0;
}

.multiplier__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 48px;
}

.multiplier__title {
    font-size: 48px;
    font-weight: var(--font-semibold);
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.96px;
    flex: 1;
}

.multiplier__subtitle {
    font-size: 24px;
    font-weight: var(--font-regular);
    color: #d5d7da;
    line-height: 1.3;
    flex: 1;
}

.multiplier__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.multiplier__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-radius: 12px;
    min-height: 330px;
}

.multiplier__card--blue {
    background: linear-gradient(180deg, rgba(9, 40, 92, 1) 0%, rgba(8, 32, 69, 1) 100%), #18215e;
}

.multiplier__card--teal {
    background: linear-gradient(180deg, rgba(11, 58, 61, 1) 0%, rgba(11, 37, 41, 1) 100%);
}

.multiplier__card--purple {
    background: linear-gradient(180deg, rgba(54, 33, 94, 1) 0%, rgba(31, 21, 54, 1) 100%), #261942;
}

.multiplier__card--gray {
    background: linear-gradient(180deg, rgba(58, 67, 72, 1) 0%, rgba(32, 39, 45, 1) 100%);
}

.multiplier__icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.multiplier__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.multiplier__card-title {
    font-size: 24px;
    font-weight: var(--font-semibold);
    color: #ffffff;
    line-height: 1.3;
}

.multiplier__card-text {
    font-size: 20px;
    font-weight: var(--font-regular);
    color: #b3b8db;
    line-height: 1.3;
}

.multiplier__card-text--purple {
    color: #d6bbfb;
}

/* Responsive styles for multiplier section */
@media (max-width: 768px) {
    .multiplier__header {
        flex-direction: column;
        gap: 24px;
    }
    
    .multiplier__title {
        font-size: 36px;
    }
    
    .multiplier__subtitle {
        font-size: 20px;
    }
    
    .multiplier__grid {
        grid-template-columns: 1fr;
    }
    
    .multiplier__card {
        min-height: auto;
        padding: 24px;
        gap: 24px;
    }
    
    .multiplier__card-title {
        font-size: 20px;
    }
    
    .multiplier__card-text {
        font-size: 18px;
    }
}

/* =============================================================================
   WHO WE HELP / PERSONAS SECTION
   ============================================================================= */
.section--personas {
    background-color: #05052c;
    padding: 96px 0;
}

.section--personas .container {
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.persona-block {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.persona-block__header {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.persona-block__title {
    font-size: 48px;
    font-weight: var(--font-semibold);
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.96px;
}

.persona-block__description {
    font-size: 22px;
    font-weight: var(--font-regular);
    color: #d5d7da;
    line-height: 1.3;
    max-width: 800px;
}

.persona-block__fixes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.persona-block__fixes-label {
    font-size: 24px;
    font-weight: var(--font-regular);
    color: #ffffff;
    line-height: 1.3;
}

.persona-block__cards {
    display: flex;
    gap: 12px;
}

.persona-block__cards--3col {
    display: flex;
    gap: 12px;
}

.persona-block__cards--2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.persona-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 18px;
    border-radius: 12px;
    flex: 1;
}

.persona-card__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    object-fit: contain;
}

.persona-card__text {
    font-size: 22px;
    font-weight: var(--font-medium);
    color: #ffffff;
    line-height: 1.3;
}

/* Persona card color variants */
.persona-card--blue {
    background: linear-gradient(180deg, rgba(9, 40, 92, 1) 0%, rgba(8, 32, 69, 1) 100%), #18215e;
}

.persona-card--teal {
    background: linear-gradient(180deg, rgba(11, 58, 61, 1) 0%, rgba(11, 37, 41, 1) 100%);
}

.persona-card--purple {
    background: linear-gradient(180deg, rgba(54, 33, 94, 1) 0%, rgba(31, 21, 54, 1) 100%), #261942;
}

.persona-card--gray {
    background: linear-gradient(180deg, rgba(58, 67, 72, 1) 0%, rgba(32, 39, 45, 1) 100%);
}

/* Responsive styles for personas section */
@media (max-width: 968px) {
    .section--personas .container {
        gap: 80px;
    }
    
    .persona-block__title {
        font-size: 36px;
    }
    
    .persona-block__description {
        font-size: 18px;
    }
    
    .persona-block__fixes-label {
        font-size: 20px;
    }
    
    .persona-block__cards--3col {
        flex-direction: column;
    }
    
    .persona-block__cards--2x2 {
        grid-template-columns: 1fr;
    }
    
    .persona-card__text {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .section--personas .container {
        gap: 64px;
    }
    
    .persona-block {
        gap: 32px;
    }
    
    .persona-block__title {
        font-size: 32px;
    }
    
    .persona-block__description {
        font-size: 16px;
    }
    
    .persona-card {
        gap: 16px;
        padding: 16px;
    }
    
    .persona-card__icon {
        width: 40px;
        height: 40px;
    }
    
    .persona-card__text {
        font-size: 16px;
    }
}

/* =============================================================================
   RESULTS SECTION (Homepage)
   ============================================================================= */
.section--results {
    background-color: #05052c;
    padding: 96px 0;
}

.results-header--split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 48px;
}

.results-header--split .results-header__title {
    font-size: 48px;
    font-weight: var(--font-semibold);
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.96px;
    flex: 1;
}

.results-header--split .results-header__subtitle {
    font-size: 24px;
    font-weight: var(--font-regular);
    color: #d5d7da;
    line-height: 1.3;
    flex: 1;
}

/* Case Studies Grid */
.case-studies-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.case-studies-grid__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Case Study Card */
.case-study-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #1f2b7b;
    background: radial-gradient(
        ellipse at 82% 13%,
        rgba(34, 47, 134, 1) 0%,
        rgba(24, 33, 94, 1) 100%
    );
    text-decoration: none;
    transition: transform var(--transition-base), 
                border-color var(--transition-base),
                box-shadow var(--transition-base);
}

.case-study-card:hover {
    transform: translateY(-4px);
    border-color: #2970FF;
    box-shadow: 0 8px 32px rgba(41, 112, 255, 0.15);
}

/* Card Icon */
.case-study-card__icon {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-study-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Card Content */
.case-study-card__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Card Title */
.case-study-card__title {
    font-size: 28px;
    font-weight: var(--font-medium);
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.56px;
}

.case-study-card__link {
    font-size: 16px;
    font-weight: var(--font-medium);
    color: #717680;
    transition: color var(--transition-fast);
}

.case-study-card:hover .case-study-card__link {
    color: #a0a4ab;
}

/* Responsive Results */
@media (max-width: 968px) {
    .results-header--split {
        flex-direction: column;
        gap: 24px;
    }
    
    .results-header--split .results-header__title {
        font-size: 36px;
    }
    
    .results-header--split .results-header__subtitle {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .case-studies-grid__row {
        grid-template-columns: 1fr;
    }
    
    .case-study-card {
        height: auto;
        min-height: 280px;
    }
    
    .case-study-card__title {
        font-size: 24px;
    }
    
    .case-study-card__icon {
        width: 64px;
        height: 64px;
    }
}

/* =============================================================================
   CTA SECTION
   ============================================================================= */
.section--cta {
    background-color: #05052c;
    padding: 96px 0 0 0;
    overflow: hidden;
}

.section--cta .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cta__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
    width: 100%;
}

.cta__title {
    font-size: 62px;
    font-weight: var(--font-semibold);
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -1.24px;
}

.cta__subtitle {
    font-size: 28px;
    font-weight: var(--font-regular);
    color: #d5d7da;
    line-height: 38px;
}

.cta__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 600px;
}

.cta__input {
    width: 100%;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: var(--font-regular);
    line-height: 30px;
    color: #181d27;
    background-color: #ffffff;
    border: 1px solid #d5d7da;
    border-radius: 8px;
    outline: none;
    transition: border-color var(--transition-fast);
}

.cta__input::placeholder {
    color: #535862;
}

.cta__input:focus {
    border-color: #2970ff;
}

.cta__submit {
    width: 100%;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: var(--font-semibold);
    line-height: 28px;
    color: #ffffff;
    background-color: #2970ff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color var(--transition-fast);
}

.cta__submit:hover {
    background-color: #1d5ed9;
}

.cta__visual {
    width: 100%;
    max-width: 1198px;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.cta__image {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* Responsive styles for CTA section */
@media (max-width: 968px) {
    .cta__title {
        font-size: 48px;
    }
    
    .cta__subtitle {
        font-size: 24px;
        line-height: 32px;
    }
    
    .cta__form {
        max-width: 500px;
    }
    
    .cta__input {
        font-size: 18px;
        padding: 12px 20px;
    }
    
    .cta__visual {
        height: 350px;
    }
}

@media (max-width: 640px) {
    .cta__title {
        font-size: 36px;
    }
    
    .cta__subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    
    .cta__input {
        font-size: 16px;
        padding: 12px 16px;
    }
    
    .cta__submit {
        font-size: 16px;
        padding: 12px 20px;
    }
    
    .cta__visual {
        height: 250px;
    }
}

/* =============================================================================
   SHARED SECTION STYLES
   ============================================================================= */
.section {
    padding: 96px 0;
}

.section__header {
    margin-bottom: 48px;
}

.section__header--center {
    text-align: center;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.section__title {
    font-size: var(--text-4xl);
    font-weight: var(--font-semibold);
    color: var(--color-text-primary);
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-tight);
    margin-bottom: var(--space-6);
}

.section__title--lg {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.section__subtitle {
    font-size: var(--text-xl);
    font-weight: var(--font-regular);
    color: rgba(255, 255, 255, 0.75);
    line-height: 30px;
}

.section__subtitle--narrow {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.section__cta {
    text-align: center;
    margin-top: 48px;
}

/* =============================================================================
   SECTION 1: PROBLEMS SECTION
   ============================================================================= */
.section--problems {
    background-color: var(--color-bg-primary);
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.problem-card {
    background-color: #2a2153;
    border-radius: 24px;
    padding: 40px 48px;
    text-align: center;
    min-width: 280px;
}

.problem-card__title {
    font-size: 24px;
    font-weight: var(--font-semibold);
    color: var(--color-text-primary);
    line-height: 30px;
    margin-bottom: 8px;
}

.problem-card__text {
    font-size: var(--text-md);
    font-weight: var(--font-regular);
    color: rgba(255, 255, 255, 0.75);
    line-height: 24px;
}

/* =============================================================================
   SECTION 2: SOLUTIONS SECTION
   ============================================================================= */
.section--solutions {
    background-color: var(--color-bg-primary);
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.solution-card {
    background-color: #2a2153;
    border-radius: 12px;
    padding: 40px 48px;
    text-align: center;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.solution-card__icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.solution-card__icon svg {
    width: 100%;
    height: 100%;
}

.solution-card__title {
    font-size: 24px;
    font-weight: var(--font-semibold);
    color: var(--color-text-primary);
    line-height: 30px;
    margin-bottom: 8px;
}

.solution-card__text {
    font-size: var(--text-md);
    font-weight: var(--font-regular);
    color: rgba(255, 255, 255, 0.75);
    line-height: 24px;
}

/* =============================================================================
   SECTION 3: ENGINE DIAGRAM SECTION
   ============================================================================= */
.section--engine {
    background-color: var(--color-bg-primary);
    padding-bottom: 120px;
    overflow: hidden;
}

/* Image-based engine diagram */
.engine-diagram-image {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.engine-diagram-image__img {
    width: 100%;
    height: auto;
    display: block;
}

/* =============================================================================
   SECTION 4: FEATURES LIGHT SECTION
   ============================================================================= */
.section--features-light {
    background-color: #ffffff;
    padding: 128px 0;
}

.section__title--dark {
    color: #181d27;
}

.section__subtitle--dark {
    color: #535862;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    justify-content: space-between;
}

.feature-card--purple {
    background-color: #ebe9fe;
}

.feature-card--blue {
    background-color: #eff4ff;
}

.feature-card--orange {
    background-color: #fff4ed;
}

.feature-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
}

.feature-card__icon svg {
    width: 100%;
    height: 100%;
}

.feature-card__content {
    margin-top: auto;
}

.feature-card__title {
    font-size: 20px;
    font-weight: var(--font-semibold);
    color: #181d27;
    line-height: 30px;
    margin-bottom: 8px;
}

.feature-card__text {
    font-size: 16px;
    font-weight: var(--font-regular);
    color: #535862;
    line-height: 24px;
}

/* =============================================================================
   SECTION 5: STEPS TIMELINE SECTION
   ============================================================================= */
.section--steps {
    background-color: #ffffff;
    padding: 48px 0 128px;
}

.steps-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

.steps-timeline__line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #2970FF 0%, #2970FF 80%, transparent 100%);
    transform: translateX(-50%);
    z-index: 0;
}

.steps-timeline__dot {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    z-index: 1;
}

.steps-timeline__dot--top {
    top: -32px;
}

.step-card {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e9eaeb;
    border-radius: 12px;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
    width: 100%;
    position: relative;
    z-index: 1;
}

.step-card__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}

.step-card__icon--red {
    background-color: #db3124;
}

.step-card__icon--purple {
    background-color: #7b3ced;
}

.step-card__icon--blue {
    background-color: #1e61d4;
}

.step-card__icon--green {
    background-color: #149658;
}

.step-card__content {
    flex: 1;
}

.step-card__title {
    font-size: 20px;
    font-weight: var(--font-semibold);
    color: #181d27;
    line-height: 30px;
    margin-bottom: 4px;
}

.step-card__text {
    font-size: 18px;
    font-weight: var(--font-regular);
    color: #535862;
    line-height: 28px;
}

/* =============================================================================
   SECTION 6: COMPARISON SECTION
   ============================================================================= */
.section--comparison {
    background-color: #05052c;
    padding: 128px 0;
}

.section__subtitle--purple {
    color: #bdb4fe;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    max-width: 1200px;
    margin: 0 auto;
}

.comparison-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comparison-column__title {
    font-size: 20px;
    font-weight: var(--font-semibold);
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin-bottom: 16px;
}

.comparison-column__title--muted {
    color: #bdb4fe;
}

.comparison-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comparison-cards--before {
    align-items: center;
}

.comparison-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 24px;
    background: #22225e;
    border-radius: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3), 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
}

.comparison-card--positive {
    width: 100%;
}

.comparison-card__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.comparison-card__icon--red {
    background-color: #ff3b30;
}

.comparison-card__icon--green {
    background-color: #34c759;
}

.comparison-card__text {
    font-size: 18px;
    font-weight: 500;
    color: #bdb4fe;
    line-height: 20px;
}

/* =============================================================================
   SECTION 7: TESTIMONIALS SECTION
   ============================================================================= */
.section--testimonials {
    background-color: #ffffff;
    padding: 96px 0 128px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1216px;
    margin: 0 auto;
}

.testimonials-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonials-column--offset-down {
    padding-top: 32px;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #e9eaeb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.testimonial-card__logo {
    height: 32px;
}

.testimonial-card__logo svg {
    height: 32px;
    width: auto;
}

.testimonial-card__quote {
    font-size: 16px;
    font-weight: var(--font-regular);
    color: #535862;
    line-height: 24px;
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 0.75px solid rgba(0, 0, 0, 0.08);
}

.testimonial-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card__info {
    font-size: 16px;
    line-height: 24px;
}

.testimonial-card__name {
    font-weight: var(--font-semibold);
    color: #181d27;
}

.testimonial-card__role {
    font-weight: var(--font-regular);
    color: #181d27;
}

/* =============================================================================
   SECTION 8: CTA BANNER SECTION
   ============================================================================= */
.section--cta-banner {
    background-color: #ffffff;
    padding: 80px 0;
}

.cta-banner {
    background-color: #05052c;
    border-radius: 24px;
    display: flex;
    align-items: center;
    overflow: visible;
    min-height: 480px;
}

.cta-banner__content {
    flex: 1;
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.cta-banner__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cta-banner__title {
    font-size: 36px;
    font-weight: var(--font-semibold);
    color: #ffffff;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.cta-banner__subtitle {
    font-size: 20px;
    font-weight: var(--font-regular);
    color: #ebe9fe;
    line-height: 30px;
}

.btn--lg {
    padding: 16px 22px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 10px;
}

.cta-banner__visual {
    flex: 1;
    position: relative;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-banner__dashboard {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Dashboard cards */
.dashboard-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border-radius: 12px;
    padding: 16px;
    position: absolute;
}

.dashboard-card--main {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    width: 416px;
    height: 256px;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 24px 48px -12px rgba(10, 13, 18, 0.18);
}

.dashboard-card--sales {
    width: 280px;
    top: -50px;
    left: 0;
    box-shadow: 0px 24px 48px -12px rgba(10, 13, 18, 0.18);
}

.dashboard-card--revenue {
    width: 216px;
    bottom: -30px;
    right: 20px;
    box-shadow: 0px 32px 64px -12px rgba(10, 13, 18, 0.14);
}

.dashboard-card__label {
    font-size: 16px;
    font-weight: var(--font-semibold);
    color: #181d27;
    line-height: 24px;
    margin-bottom: 12px;
}

.dashboard-card__row {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.dashboard-card__stats {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-card__value {
    font-size: 30px;
    font-weight: var(--font-semibold);
    color: #181d27;
    line-height: 38px;
}

.dashboard-card__change {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.dashboard-card__change--positive span {
    font-size: 14px;
    font-weight: 500;
    color: #079455;
    line-height: 20px;
}

.dashboard-card__change-text {
    color: #535862 !important;
}

.dashboard-card__pie {
    width: 80px;
    height: 80px;
}

.dashboard-card__pie svg {
    width: 100%;
    height: 100%;
}

/* Chart styles */
.dashboard-chart {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dashboard-chart__lines {
    flex: 1;
    width: 100%;
}

.dashboard-chart__lines svg {
    width: 100%;
    height: 100%;
}

.dashboard-chart__labels {
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 12px;
    color: #535862;
    line-height: 18px;
}

/* =============================================================================
   SECTION 9: PRICING SECTION
   ============================================================================= */
.section--pricing {
    background-color: #05052c;
    padding: 96px 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid #e9eaeb;
    border-radius: 12px;
    box-shadow: 0px 1px 3px rgba(10, 13, 18, 0.1), 0px 1px 2px -1px rgba(10, 13, 18, 0.1);
    display: flex;
    flex-direction: column;
}

.pricing-card__header {
    padding: 32px 24px 0;
    text-align: center;
}

.pricing-card__title {
    font-size: 32px;
    font-weight: var(--font-semibold);
    color: #181d27;
    line-height: 1.2;
    letter-spacing: -0.64px;
    margin-bottom: 16px;
}

.pricing-card__price {
    font-size: 20px;
    font-weight: var(--font-semibold);
    color: #181d27;
    line-height: 30px;
    margin-bottom: 4px;
}

.pricing-card__description {
    font-size: 16px;
    font-weight: var(--font-regular);
    color: #535862;
    line-height: 24px;
}

.pricing-card__content {
    padding: 24px 24px 24px 24px;
    flex: 1;
}

.pricing-card__label {
    font-size: 16px;
    font-weight: var(--font-semibold);
    color: #181d27;
    line-height: 24px;
    margin-bottom: 24px;
}

.pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing-card__feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pricing-card__check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    flex-shrink: 0;
}

.pricing-card__feature span {
    font-size: 16px;
    font-weight: var(--font-regular);
    color: #535862;
    line-height: 24px;
}

.pricing-card__footer {
    padding: 0 24px 24px;
}

.btn--full {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* =============================================================================
   RESPONSIVE STYLES
   ============================================================================= */

@media (max-width: 968px) {
    /* Logo Carousel */
    .logos-section {
        padding: 32px 0;
    }
    
    .logos-carousel::before,
    .logos-carousel::after {
        width: 80px;
    }
    
    .logos-carousel__track {
        gap: 40px;
    }
    
    .logos-carousel__item {
        min-width: 120px;
    }
    
    /* Hero */
    .hero {
        padding-top: 64px;
        padding-bottom: 280px;
    }
    
    .hero__title {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -0.96px;
    }
    
    .hero__subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    
    .hero__actions {
        flex-wrap: wrap;
    }
    
    .section {
        padding: 64px 0;
    }
    
    .section__title--lg {
        font-size: 36px;
        line-height: 44px;
    }
    
    .section__subtitle {
        font-size: var(--text-lg);
    }
    
    .problems-grid,
    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .problem-card,
    .solution-card {
        padding: 32px 24px;
    }
    
    .section--engine {
        padding-bottom: 80px;
    }
    
    /* Section 4: Features */
    .section--features-light {
        padding: 80px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .feature-card {
        min-height: auto;
        padding: 24px;
    }
    
    /* Section 5: Steps */
    .section--steps {
        padding: 48px 0 80px;
    }
    
    .steps-timeline__line {
        display: none;
    }
    
    .steps-timeline__dot {
        display: none;
    }
    
    .step-card {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    /* Section 6: Comparison */
    .section--comparison {
        padding: 80px 0;
    }
    
    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .comparison-cards--before .comparison-card {
        transform: none !important;
    }
    
    /* Section 7: Testimonials */
    .section--testimonials {
        padding: 64px 0 80px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .testimonials-column--offset-down {
        padding-top: 0;
    }
    
    .testimonials-column {
        gap: 24px;
    }
    
    /* Section 8: CTA Banner */
    .cta-banner {
        flex-direction: column;
        min-height: auto;
    }
    
    .cta-banner__content {
        padding: 48px 32px;
        gap: 32px;
    }
    
    .cta-banner__title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .cta-banner__subtitle {
        font-size: 18px;
        line-height: 28px;
    }
    
    .cta-banner__visual {
        display: none;
    }
    
    /* Section 9: Pricing */
    .section--pricing {
        padding: 64px 0;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
        gap: 24px;
    }
    
    .pricing-card__title {
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    /* Hero */
    .hero {
        padding-top: 48px;
        padding-bottom: 200px;
    }
    
    .hero__bg {
        justify-content: center;
    }
    
    .hero__bg-image {
        width: 150%;
        max-width: none;
        transform: translateX(10%);
    }
    
    .hero__title {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.72px;
    }
    
    .hero__subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    
    .hero__actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    
    .btn--hero {
        width: 100%;
        justify-content: center;
    }
    
    .section {
        padding: 48px 0;
    }
    
    .section__title--lg {
        font-size: 28px;
        line-height: 36px;
    }
    
    .section__subtitle {
        font-size: var(--text-md);
        line-height: 24px;
    }
    
    .solution-card {
        gap: 24px;
    }
    
    .solution-card__icon {
        width: 80px;
        height: 80px;
    }
    
    .problem-card__title,
    .solution-card__title {
        font-size: 20px;
    }
    
    .section--engine {
        padding-bottom: 64px;
    }
    
    /* Section 4: Features */
    .section--features-light {
        padding: 48px 0;
    }
    
    .feature-card__title {
        font-size: 18px;
    }
    
    /* Section 5: Steps */
    .section--steps {
        padding: 32px 0 48px;
    }
    
    .step-card {
        padding: 24px;
    }
    
    .step-card__title {
        font-size: 18px;
    }
    
    .step-card__text {
        font-size: 16px;
    }
    
    /* Section 6: Comparison */
    .section--comparison {
        padding: 48px 0;
    }
    
    .comparison-card__text {
        font-size: 16px;
    }
    
    /* Section 7: Testimonials */
    .section--testimonials {
        padding: 48px 0;
    }
    
    .testimonial-card {
        padding: 24px;
        gap: 32px;
    }
    
    .testimonial-card__quote {
        font-size: 15px;
    }
    
    /* Section 8: CTA Banner */
    .section--cta-banner {
        padding: 24px 0;
    }
    
    .cta-banner__content {
        padding: 32px 24px;
        gap: 24px;
    }
    
    .cta-banner__title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .cta-banner__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    
    .btn--lg {
        padding: 12px 18px;
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Section 9: Pricing */
    .section--pricing {
        padding: 48px 0;
    }
    
    .pricing-card__header {
        padding: 24px 20px 0;
    }
    
    .pricing-card__title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .pricing-card__content {
        padding: 20px;
    }
    
    .pricing-card__footer {
        padding: 0 20px 20px;
    }
}

/* =============================================================================
   BUSINESS CASE SECTION
   ============================================================================= */
.section--business-case {
    background-color: var(--color-bg);
    padding: 96px 0;
}

.business-case__header {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
    padding: 0 18px;
}

.business-case__title {
    flex: 0 0 auto;
    width: 470px;
    font-size: 68px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.36px;
    color: white;
}

.business-case__subtitle {
    flex: 1;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-text-muted);
    padding-top: 40px;
}

.business-case__table {
    border-radius: 12px;
    overflow: hidden;
    margin: 0 18px 48px;
}

.business-case__row {
    display: flex;
}

.business-case__row--header .business-case__cell {
    background-color: #090952;
    font-weight: 700;
    color: white;
}

.business-case__cell {
    flex: 1;
    padding: 18px;
    font-size: 18px;
    line-height: 1.3;
    color: var(--color-text-muted);
    background-color: #070740;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.business-case__cell--label {
    background-color: #090952;
    font-weight: 700;
    color: white;
}

.business-case__cell--last {
    border-right: none;
}

.business-case__row--last .business-case__cell {
    border-bottom: none;
}

.business-case__footnote {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-text-muted);
    margin: 0 18px 48px;
}

.business-case__cta {
    margin-left: 18px;
}

/* =============================================================================
   FORCE MULTIPLIER PERSONAS SECTION
   ============================================================================= */
.section--multiplier-personas {
    background-color: var(--color-bg);
    padding: 96px 0;
}

.multiplier-personas__header {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
    padding: 0 18px;
    align-items: center;
}

.multiplier-personas__title {
    flex: 0 0 auto;
    width: 480px;
    font-size: 68px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.36px;
    color: white;
}

.multiplier-personas__subtitle {
    flex: 1;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-text-muted);
}

.multiplier-personas__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 18px;
}

.multiplier-persona {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-radius: 12px;
    min-height: 330px;
}

.multiplier-persona--blue {
    background: radial-gradient(ellipse at center 35%, rgba(9, 40, 92, 1) 0%, rgba(8, 32, 69, 1) 100%), 
                linear-gradient(90deg, rgb(24, 33, 94) 0%, rgb(24, 33, 94) 100%);
}

.multiplier-persona--teal {
    background: radial-gradient(ellipse at center 35%, rgba(11, 58, 61, 1) 0%, rgba(11, 37, 41, 1) 100%);
}

.multiplier-persona--purple {
    background: radial-gradient(ellipse at center 35%, rgba(54, 33, 94, 1) 0%, rgba(31, 21, 54, 1) 100%), 
                linear-gradient(90deg, rgb(38, 25, 66) 0%, rgb(38, 25, 66) 100%);
}

.multiplier-persona--gray {
    background: radial-gradient(ellipse at center 35%, rgba(58, 67, 72, 1) 0%, rgba(32, 39, 45, 1) 100%);
}

.multiplier-persona__header {
    display: flex;
    flex-direction: column;
}

.multiplier-persona__label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.multiplier-persona--blue .multiplier-persona__label {
    color: #84adff;
}

.multiplier-persona--teal .multiplier-persona__label {
    color: #099250;
}

.multiplier-persona--purple .multiplier-persona__label {
    color: #7a5af8;
}

.multiplier-persona--gray .multiplier-persona__label {
    color: #a4a7ae;
}

.multiplier-persona__role {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: white;
}

.multiplier-persona__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.85);
}

/* Business Case & Multiplier Personas Responsive */
@media (max-width: 992px) {
    .business-case__header {
        flex-direction: column;
        gap: 16px;
    }
    
    .business-case__title {
        width: 100%;
        font-size: 48px;
    }
    
    .business-case__subtitle {
        padding-top: 0;
        font-size: 20px;
    }
    
    .multiplier-personas__header {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .multiplier-personas__title {
        width: 100%;
        font-size: 48px;
    }
    
    .multiplier-personas__subtitle {
        font-size: 20px;
    }
    
    .multiplier-persona__role {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    .section--business-case,
    .section--multiplier-personas {
        padding: 64px 0;
    }
    
    .business-case__title,
    .multiplier-personas__title {
        font-size: 36px;
    }
    
    .business-case__subtitle,
    .multiplier-personas__subtitle {
        font-size: 18px;
    }
    
    .business-case__table {
        overflow-x: auto;
        margin: 0 0 32px;
    }
    
    .business-case__row {
        min-width: 600px;
    }
    
    .business-case__cell {
        font-size: 14px;
        padding: 12px;
    }
    
    .business-case__footnote {
        font-size: 16px;
        margin: 0 18px 32px;
    }
    
    .business-case__cta {
        margin-left: 18px;
    }
    
    .multiplier-personas__grid {
        grid-template-columns: 1fr;
    }
    
    .multiplier-persona {
        min-height: 280px;
    }
    
    .multiplier-persona__role {
        font-size: 48px;
    }
    
    .multiplier-persona__text {
        font-size: 18px;
    }
}
