.sarabit-section-block {
    position: relative;
}

.sarabit-section-heading {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 2vw, 2.5rem);
    line-height: 1.2;
    color: #0f172a;
}

.sarabit-section-intro {
    margin: 0 0 2rem;
    color: #475569;
    line-height: 1.7;
}

.sarabit-section-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
}

.sarabit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 44px;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.sarabit-btn:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

.sarabit-testimonials {
    display: grid;
    grid-template-columns: repeat(var(--sarabit-columns, 3), minmax(0, 1fr));
    gap: 1.5rem;
}

.sarabit-testimonial-card {
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.sarabit-testimonial-card__top {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sarabit-testimonial-card__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    background: #e2e8f0;
}

.sarabit-testimonial-card__name {
    margin: 0;
    font-size: 1.05rem;
    color: #0f172a;
}

.sarabit-testimonial-card__role {
    margin: 0.2rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
}

.sarabit-testimonial-card__text {
    margin: 0;
    color: #334155;
    line-height: 1.75;
}

.sarabit-testimonial-card__rating {
    display: flex;
    gap: 0.2rem;
    margin-top: 1rem;
    color: #f59e0b;
}

.sarabit-image-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
}

.sarabit-image-content--image-right .sarabit-image-content__media {
    order: 2;
}

.sarabit-image-content__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.sarabit-image-content__list {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.sarabit-image-content__list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #334155;
}

.sarabit-image-content__dot {
    width: 10px;
    height: 10px;
    margin-top: 0.45rem;
    border-radius: 999px;
    background: #0f766e;
    flex: 0 0 auto;
}

.sarabit-tabs {
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.sarabit-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.sarabit-tabs__tab {
    border: 0;
    background: #e2e8f0;
    color: #0f172a;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sarabit-tabs__tab.is-active {
    background: #0f766e;
    color: #fff;
}

.sarabit-tabs__panels {
    padding: 1.5rem;
}

.sarabit-tabs__panel {
    display: none;
    color: #334155;
    line-height: 1.75;
}

.sarabit-tabs__panel.is-active {
    display: block;
}

.sarabit-faq {
    display: grid;
    gap: 1rem;
}

.sarabit-faq__item {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.sarabit-faq__question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    text-align: left;
    color: #0f172a;
    font-weight: 600;
    cursor: pointer;
}

.sarabit-faq__icon {
    font-size: 1.35rem;
    line-height: 1;
    color: #0f766e;
}

.sarabit-faq__answer {
    display: none;
    padding: 0 1.25rem 1.25rem;
    color: #475569;
    line-height: 1.75;
}

.sarabit-faq__item.is-open .sarabit-faq__answer {
    display: block;
}

.sarabit-slider {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #0f172a;
    color: #fff;
}

.sarabit-slider__viewport {
    overflow: hidden;
}

.sarabit-slider__track {
    display: flex;
    transition: transform 0.4s ease;
}

.sarabit-slider__slide {
    min-width: 100%;
    position: relative;
    min-height: var(--sarabit-slide-height, 460px);
    background-size: cover;
    background-position: center;
}

.sarabit-slider__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.9), rgba(15, 118, 110, 0.45));
}

.sarabit-slider__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding: 4rem 4rem 5rem;
}

.sarabit-slider__title {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.1;
}

.sarabit-slider__text {
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.75;
}

.sarabit-slider__controls {
    position: absolute;
    inset: auto 1.5rem 1.5rem auto;
    display: flex;
    gap: 0.75rem;
    z-index: 2;
}

.sarabit-slider__arrow {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    cursor: pointer;
}

.sarabit-slider__dots {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    gap: 0.5rem;
    z-index: 2;
}

.sarabit-slider__dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
}

.sarabit-slider__dot.is-active {
    background: #fff;
}

.sarabit-jumbotron {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 4rem;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.sarabit-jumbotron::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.88), rgba(30, 41, 59, 0.58));
}

.sarabit-jumbotron__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.sarabit-jumbotron__heading {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 1.08;
}

.sarabit-jumbotron__description {
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
}

.sarabit-list-group {
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
}

.sarabit-list-group--flush {
    border-radius: 0;
}

.sarabit-list-group__item {
    display: flex;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #e2e8f0;
}

.sarabit-list-group__item:last-child {
    border-bottom: 0;
}

.sarabit-list-group__icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ecfeff;
    color: #0f766e;
}

.sarabit-list-group__title {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
}

.sarabit-list-group__text {
    margin: 0.35rem 0 0;
    color: #64748b;
    line-height: 1.6;
}

.sarabit-cards {
    display: grid;
    grid-template-columns: repeat(var(--sarabit-columns, 3), minmax(0, 1fr));
    gap: 1.5rem;
}

.sarabit-card {
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.sarabit-card__image img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.sarabit-card__body {
    padding: 1.4rem;
}

.sarabit-card__title {
    margin: 0 0 0.85rem;
    font-size: 1.2rem;
    color: #0f172a;
}

.sarabit-card__text {
    margin: 0 0 1.1rem;
    color: #475569;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .sarabit-testimonials,
    .sarabit-cards,
    .sarabit-image-content {
        grid-template-columns: 1fr;
    }

    .sarabit-slider__content,
    .sarabit-jumbotron {
        padding: 2.5rem;
    }
}

@media (max-width: 767px) {
    .sarabit-slider__controls {
        inset: auto 1rem 1rem auto;
    }

    .sarabit-slider__dots {
        left: 1rem;
        bottom: 1rem;
    }

    .sarabit-tabs__nav {
        flex-direction: column;
    }
}
