:root {
    --ws-primary: #2eabe1;
    --ws-primary-dark: #168fc2;
    --ws-primary-soft: #e8f7fd;
    --ws-navy: #1f2e43;
    --ws-text: #3d4b5e;
    --ws-muted: #6d7b8d;
    --ws-light: #f4f9fc;
    --ws-border: #dce8ef;
    --ws-white: #ffffff;
    --ws-radius-lg: 26px;
    --ws-radius-md: 16px;
    --ws-shadow-lg: 0 32px 80px rgba(31, 46, 67, 0.18);
    --ws-shadow-md: 0 18px 45px rgba(31, 46, 67, 0.11);
}

.ws-home-hero {
    position: relative;
    overflow: hidden;
    padding: 145px 0 95px;
    background:
        radial-gradient(circle at 82% 22%, rgba(46, 171, 225, 0.22), transparent 31%),
        radial-gradient(circle at 10% 88%, rgba(255, 255, 255, 0.92), transparent 34%),
        linear-gradient(135deg, #f9fdff 0%, #edf8fc 48%, #dff3fb 100%);
}

.ws-home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.48));
    pointer-events: none;
}

.ws-home-hero__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ws-home-hero__shape--one {
    width: 420px;
    height: 420px;
    top: -210px;
    right: 12%;
    border: 1px solid rgba(46, 171, 225, 0.15);
    box-shadow: 0 0 0 55px rgba(46, 171, 225, 0.035), 0 0 0 115px rgba(46, 171, 225, 0.025);
}

.ws-home-hero__shape--two {
    width: 520px;
    height: 520px;
    left: -340px;
    bottom: -360px;
    background: rgba(46, 171, 225, 0.08);
}

.ws-home-hero__content,
.ws-home-hero__visual {
    position: relative;
    z-index: 2;
}

.ws-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
    padding: 9px 15px;
    border: 1px solid rgba(46, 171, 225, 0.30);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 25px rgba(31, 46, 67, 0.06);
    color: var(--ws-primary-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    backdrop-filter: blur(10px);
}

.ws-home-hero__title {
    max-width: 650px;
    margin: 0 0 24px;
    color: var(--ws-navy);
    font-size: clamp(43px, 4.7vw, 66px);
    line-height: 1.06;
    font-weight: 750;
    letter-spacing: -0.042em;
}

.ws-home-hero__description {
    max-width: 590px;
    margin-bottom: 32px;
    color: var(--ws-text);
    font-size: 20px;
    line-height: 1.72;
}

.ws-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.ws-btn-primary,
.ws-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 13px 23px;
    border-radius: 10px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ws-btn-primary {
    border: 1px solid var(--ws-primary);
    background: linear-gradient(135deg, #42b7e7 0%, var(--ws-primary) 58%, #2099cb 100%);
    color: var(--ws-white) !important;
    box-shadow: 0 14px 30px rgba(46, 171, 225, 0.31);
}

.ws-btn-primary:hover {
    transform: translateY(-2px);
    border-color: var(--ws-primary-dark);
    box-shadow: 0 18px 38px rgba(46, 171, 225, 0.36);
}

.ws-btn-secondary {
    border: 1px solid rgba(159, 191, 207, 0.72);
    background: rgba(255, 255, 255, 0.80);
    color: var(--ws-navy) !important;
    box-shadow: 0 10px 25px rgba(31, 46, 67, 0.06);
    backdrop-filter: blur(10px);
}

.ws-btn-secondary:hover {
    transform: translateY(-2px);
    border-color: var(--ws-primary);
    background: var(--ws-white);
    box-shadow: 0 15px 30px rgba(31, 46, 67, 0.10);
}

.ws-home-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--ws-muted);
    font-size: 14px;
    font-weight: 600;
}

.ws-home-hero__highlights i {
    margin-right: 6px;
    color: var(--ws-primary);
}

.ws-home-hero__visual {
    padding: 28px 0 36px 38px;
}

.ws-product-image-frame {
    position: relative;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.88);
    border-radius: var(--ws-radius-lg);
    background: rgba(255,255,255,0.70);
    box-shadow: var(--ws-shadow-lg);
    transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
    backdrop-filter: blur(14px);
}

.ws-product-image-frame::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 38px -32px -30px 55px;
    border-radius: 28px;
    background: rgba(46, 171, 225, 0.16);
    filter: blur(1px);
}

.ws-product-image {
    display: block;
    width: 100%;
    min-height: 385px;
    border-radius: 18px;
    background: #eaf2f6;
    object-fit: cover;
}

.ws-product-image-frame__label {
    position: absolute;
    top: 27px;
    left: 28px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 999px;
    background: rgba(31, 46, 67, 0.80);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
    backdrop-filter: blur(8px);
}

.ws-hero-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 205px;
    padding: 14px 16px;
    border: 1px solid rgba(211, 226, 234, 0.94);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(31, 46, 67, 0.14);
    backdrop-filter: blur(10px);
}

.ws-hero-badge i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    border-radius: 11px;
    background: var(--ws-primary-soft);
    color: var(--ws-primary);
}

.ws-hero-badge strong,
.ws-hero-badge span {
    display: block;
}

.ws-hero-badge strong {
    color: var(--ws-navy);
    font-size: 13px;
}

.ws-hero-badge span {
    color: var(--ws-muted);
    font-size: 10px;
}

.ws-hero-badge--top {
    top: 0;
    right: -12px;
}

.ws-hero-badge--bottom {
    left: 0;
    bottom: 0;
}

.ws-value-strip {
    position: relative;
    z-index: 3;
    margin-top: -1px;
    padding: 23px 0;
    border-top: 1px solid #e4edf2;
    border-bottom: 1px solid #e4edf2;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 12px 35px rgba(31, 46, 67, 0.045);
}

.ws-value-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ws-value-strip__item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 8px 24px;
    border-right: 1px solid #e5edf1;
}

.ws-value-strip__item:last-child {
    border-right: 0;
}

.ws-value-strip__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 11px;
    background: var(--ws-primary-soft);
    color: var(--ws-primary);
}
.ws-value-strip__icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.ws-value-strip strong,
.ws-value-strip span {
    display: block;
}

.ws-value-strip strong {
    margin-bottom: 3px;
    color: var(--ws-navy);
    font-size: 15px;
}

.ws-value-strip__item > div > span {
    color: var(--ws-muted);
    font-size: 12px;
}

.ws-practice-section {
    position: relative;
    padding: 92px 0 82px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
}

.ws-section-heading {
    max-width: 720px;
    margin: 0 auto 46px;
}

.ws-section-heading__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--ws-primary-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ws-section-heading h2 {
    margin-bottom: 14px;
    color: var(--ws-navy);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 750;
    letter-spacing: -.025em;
}

.ws-section-heading p {
    margin: 0;
    color: var(--ws-muted);
    font-size: 17px;
}

.ws-practice-grid {
    align-items: stretch;
}

.ws-practice-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--ws-border);
    border-radius: 21px;
    background: var(--ws-white);
    color: inherit;
    text-decoration: none !important;
    box-shadow: 0 14px 35px rgba(31, 46, 67, 0.07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ws-practice-card:hover {
    transform: translateY(-7px);
    border-color: rgba(46, 171, 225, 0.45);
    box-shadow: 0 25px 55px rgba(31, 46, 67, 0.13);
}

.ws-practice-card__image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 205px;
    padding: 34px 28px 0;
    background:
        radial-gradient(circle at 50% 85%, rgba(46,171,225,.16), transparent 43%),
        linear-gradient(180deg, #f8fcfe 0%, #eef8fc 100%);
}

.ws-practice-card__image img {
    width: auto;
    max-width: 78%;
    max-height: 155px;
    transition: transform .25s ease;
}

.ws-practice-card:hover .ws-practice-card__image img {
    transform: translateY(-4px) scale(1.02);
}

.ws-practice-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 27px 28px 29px;
}

.ws-practice-card__body h3 {
    margin-bottom: 11px;
    color: var(--ws-navy);
    font-size: 21px;
    font-weight: 750;
}

.ws-practice-card__body p {
    margin-bottom: 22px;
    color: var(--ws-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ws-practice-card__body span {
    margin-top: auto;
    color: var(--ws-primary-dark);
    font-size: 13px;
    font-weight: 750;
}

.ws-practice-card__body i {
    margin-left: 7px;
    transition: transform .2s ease;
}

.ws-practice-card:hover .ws-practice-card__body i {
    transform: translateX(4px);
}

.ws-video-section {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    background: #ffffff;
}

 

.ws-video-card {
    overflow: hidden;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 30px 70px rgba(31, 46, 67, 0.16);
    backdrop-filter: blur(12px);
}

.ws-video-card__topbar {
    display: flex;
    align-items: center;
    min-height: 43px;
    padding: 0 14px;
    color: var(--ws-muted);
    font-size: 12px;
}

.ws-video-card__topbar strong {
    margin-left: 9px;
    color: var(--ws-navy);
    font-size: 12px;
    font-weight: 700;
}

.ws-video-card__dot {
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 50%;
    background: #cbd8df;
}

.ws-video-card__content {
    overflow: hidden;
    border-radius: 16px;
    background: #dce8ee;
}

.ws-video-content {
    max-width: 490px;
    padding-left: 42px;
}

.ws-video-content h2 {
    margin: 0 0 20px;
    color: var(--ws-navy);
    font-size: clamp(31px, 3vw, 43px);
    line-height: 1.14;
    font-weight: 750;
    letter-spacing: -0.03em;
}

.ws-video-content>p {
    margin-bottom: 29px;
    color: var(--ws-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ws-video-benefits {
    display: grid;
    gap: 18px;
    margin-bottom: 30px;
}

.ws-video-benefit {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.ws-video-benefit__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin-top: 2px;
    border-radius: 9px;
    background: var(--ws-primary-soft);
    color: var(--ws-primary-dark);
    font-size: 12px;
}

.ws-video-benefit__icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

.ws-video-benefit strong,
.ws-video-benefit span {
    display: block;
}

.ws-video-benefit strong {
    margin-bottom: 4px;
    color: var(--ws-navy);
    font-size: 15px;
    font-weight: 750;
}

.ws-video-benefit div>span {
    color: var(--ws-muted);
    font-size: 13px;
    line-height: 1.55;
}

.ws-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ws-primary-dark);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none !important;
}

.ws-text-link i {
    transition: transform 0.2s ease;
}

.ws-text-link:hover {
    color: var(--ws-primary);
}

.ws-text-link:hover i {
    transform: translateX(4px);
}

.ws-features-section {
    position: relative;
    overflow: hidden;
    padding: 105px 0 90px;
    background: linear-gradient(180deg,
            #f4f9fc 0%,
            #edf6fa 52%,
            #f8fbfd 100%);
}

.ws-features-section::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: -250px;
    top: -210px;
    border-radius: 50%;
    border: 1px solid rgba(46, 171, 225, 0.15);
    box-shadow:
        0 0 0 55px rgba(46, 171, 225, 0.035),
        0 0 0 115px rgba(46, 171, 225, 0.025);
    pointer-events: none;
}

.ws-features-section .container {
    position: relative;
    z-index: 1;
}

.ws-features-grid {
    align-items: stretch;
}

.ws-features-grid > div {
    display: flex;
}

.ws-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 285px;
    overflow: hidden;
    border: 1px solid var(--ws-border);
    border-radius: 21px;
    background: var(--ws-white);
    color: inherit;
    text-decoration: none !important;
    box-shadow: 0 12px 32px rgba(31, 46, 67, 0.065);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.ws-feature-card::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--ws-primary),
        #70cbed
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.ws-feature-card:hover {
    transform: translateY(-7px);
    border-color: rgba(46, 171, 225, 0.42);
    box-shadow: 0 24px 55px rgba(31, 46, 67, 0.13);
}

.ws-feature-card:hover::before {
    transform: scaleX(1);
}

.ws-feature-card__icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex: 0 0 auto;
    padding: 24px 28px 0;
    background: transparent;
}

.ws-feature-card__icon img {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.ws-feature-card:hover .ws-feature-card__icon img {
    transform: translateY(-3px) scale(1.05);
}

.ws-feature-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 28px 26px;
}

.ws-feature-card__content h3 {
    margin: 0 0 8px;
    color: var(--ws-navy);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 750;
    transition: color 0.2s ease;
}

.ws-feature-card:hover .ws-feature-card__content h3 {
    color: var(--ws-primary-dark);
}

.ws-feature-card__content > p {
    margin: 0 0 16px;
    color: var(--ws-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ws-feature-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--ws-primary-dark);
    font-size: 13px;
    font-weight: 750;
}

.ws-feature-card__link i {
    transition: transform 0.2s ease;
}

.ws-feature-card:hover .ws-feature-card__link i {
    transform: translateX(4px);
}

.ws-features-section__action {
    margin-top: 20px;
}


.ws-cta-section {
    position: relative;
    padding: 55px 0 95px;
    background: #ffffff;
}

.ws-cta-card {
    position: relative;
    overflow: hidden;
    padding: 58px 62px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 15%, rgba(255, 255, 255, 0.18), transparent 24%),
        linear-gradient(135deg, #1f2e43 0%, #244765 52%, #168fc2 100%);
    box-shadow: 0 28px 70px rgba(31, 46, 67, 0.22);
}

.ws-cta-card__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ws-cta-card__glow--one {
    width: 320px;
    height: 320px;
    top: -210px;
    right: 7%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 0 0 52px rgba(255, 255, 255, 0.035),
        0 0 0 105px rgba(255, 255, 255, 0.025);
}

.ws-cta-card__glow--two {
    width: 260px;
    height: 260px;
    left: -145px;
    bottom: -185px;
    background: rgba(46, 171, 225, 0.16);
}

.ws-cta-card .row {
    position: relative;
    z-index: 1;
}

.ws-cta-card__content {
    max-width: 710px;
}

.ws-cta-card__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #9bdcf5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ws-cta-card h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(31px, 3.2vw, 45px);
    line-height: 1.13;
    font-weight: 750;
    letter-spacing: -0.03em;
}

.ws-cta-card p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.7;
}

.ws-cta-card__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 28px;
}

.ws-cta-card__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    padding: 14px 22px;
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 11px;
    background: #ffffff;
    color: var(--ws-navy) !important;
    font-size: 14px;
    font-weight: 750;
    box-shadow: 0 14px 32px rgba(10, 33, 50, 0.22);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.ws-cta-card__primary:hover {
    transform: translateY(-2px);
    background: #f8fcfe;
    box-shadow: 0 18px 38px rgba(10, 33, 50, 0.28);
}

.ws-cta-card__primary i {
    transition: transform 0.2s ease;
}

.ws-cta-card__primary:hover i {
    transform: translateX(4px);
}

.ws-cta-card__note {
    max-width: 260px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
    line-height: 1.55;
}


.ws-testimonials-section {
    position: relative;
    padding: 95px 0 100px;
    background:
        radial-gradient(circle at 10% 10%, rgba(46, 171, 225, 0.08), transparent 26%),
        linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.ws-testimonials-grid {
    align-items: stretch;
}

.ws-testimonials-grid > div {
    display: flex;
}

.ws-testimonial-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 300px;
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--ws-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 36px rgba(31, 46, 67, 0.075);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ws-testimonial-card::before {
    content: "“";
    position: absolute;
    top: 2px;
    right: 20px;
    color: rgba(46, 171, 225, 0.10);
    font-size: 96px;
    line-height: 1;
    font-family: Georgia, serif;
    pointer-events: none;
}

.ws-testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(46, 171, 225, 0.38);
    box-shadow: 0 24px 52px rgba(31, 46, 67, 0.12);
}

.ws-testimonial-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.ws-testimonial-card__avatar {
    display: block;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #eef5f8;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(31, 46, 67, 0.12);
}

.ws-testimonial-card__top strong,
.ws-testimonial-card__top span {
    display: block;
}

.ws-testimonial-card__top strong {
    margin-bottom: 4px;
    color: var(--ws-navy);
    font-size: 15px;
    font-weight: 750;
}

.ws-testimonial-card__top span {
    color: var(--ws-muted);
    font-size: 12px;
    line-height: 1.45;
}

.ws-testimonial-card__rating {
    display: flex;
    gap: 4px;
    margin-bottom: 18px;
    color: #f6b73c;
    font-size: 13px;
}

.ws-testimonial-card blockquote {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--ws-text);
    font-size: 16px;
    line-height: 1.75;
    font-style: normal;
}

.ws-testimonials-section__action {
    margin-top: 12px;
}


.ws-why-section {
    position: relative;
    padding: 95px 0 88px;
    overflow: hidden;
    background: var(--ws-navy);
}

.ws-why-section::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    top: -320px;
    right: -120px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(255, 255, 255, 0.025),
        0 0 0 140px rgba(255, 255, 255, 0.018);
    pointer-events: none;
}

.ws-why-section .container {
    position: relative;
    z-index: 1;
}

.ws-why-section .ws-section-heading__eyebrow {
    color: #82d5f3;
}

.ws-why-section .ws-section-heading h2 {
    color: #ffffff;
}

.ws-why-section .ws-section-heading p {
    color: rgba(255, 255, 255, 0.68);
}

.ws-why-grid {
    align-items: stretch;
}

.ws-why-grid > div {
    display: flex;
}

.ws-why-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 330px;
    flex-direction: column;
    padding: 30px 27px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(8px);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

.ws-why-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #2eabe1, #82d5f3);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.ws-why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(130, 213, 243, 0.42);
    background: rgba(255, 255, 255, 0.085);
}

.ws-why-card:hover::after {
    transform: scaleX(1);
}

.ws-why-card__number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(255, 255, 255, 0.10);
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.ws-why-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 27px;
    border: 1px solid rgba(130, 213, 243, 0.26);
    border-radius: 15px;
    background: rgba(46, 171, 225, 0.13);
    color: #82d5f3;
    font-size: 21px;
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.ws-why-card:hover .ws-why-card__icon {
    transform: scale(1.06);
    background: rgba(46, 171, 225, 0.20);
}

.ws-why-card h3 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 750;
}

.ws-why-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    line-height: 1.72;
}


.ws-integrations-section {
    position: relative;
    padding: 95px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 12%, rgba(46, 171, 225, 0.08), transparent 25%),
        #f7fafc;
}

.ws-integrations-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.ws-integration-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 126px;
    padding: 24px 20px;
    border: 1px solid var(--ws-border);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(31, 46, 67, 0.055);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.ws-integration-card img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 52px;
    filter: grayscale(1);
    opacity: 0.67;
    transition:
        transform 0.22s ease,
        filter 0.22s ease,
        opacity 0.22s ease;
}

.ws-integration-card:hover {
    transform: translateY(-5px);
    border-color: rgba(46, 171, 225, 0.42);
    box-shadow: 0 18px 38px rgba(31, 46, 67, 0.10);
}

.ws-integration-card:hover img {
    transform: scale(1.04);
    filter: grayscale(0);
    opacity: 1;
}

.ws-integrations-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 34px;
    padding: 25px 28px;
    border: 1px solid rgba(46, 171, 225, 0.17);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.72);
}

.ws-integrations-footer > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ws-integrations-footer strong {
    color: var(--ws-navy);
    font-size: 15px;
    font-weight: 750;
}

.ws-integrations-footer span {
    max-width: 700px;
    color: var(--ws-muted);
    font-size: 13px;
    line-height: 1.55;
}

.ws-integrations-footer .ws-text-link {
    flex: 0 0 auto;
}

@media (max-width: 1199px) {
    .ws-integrations-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ws-integrations-section {
        padding: 78px 0 82px;
    }

    .ws-integrations-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ws-integrations-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .ws-integrations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .ws-integration-card {
        min-height: 112px;
        padding: 20px 16px;
    }

    .ws-integration-card img {
        max-height: 44px;
    }
}

@media (max-width: 576px) {
    .ws-integrations-section {
        padding: 62px 0 66px;
    }

    .ws-integrations-footer {
        padding: 22px;
    }
}

@media (max-width: 991px) {
    .ws-why-section {
        padding: 78px 0 68px;
    }

    .ws-why-card {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .ws-why-section {
        padding: 62px 0 52px;
    }

    .ws-why-card {
        min-height: 0;
        padding: 27px 24px;
    }
}

@media (max-width: 991px) {
    .ws-testimonials-section {
        padding: 78px 0 82px;
    }
}

@media (max-width: 576px) {
    .ws-testimonials-section {
        padding: 62px 0 66px;
    }

    .ws-testimonial-card {
        min-height: 0;
        padding: 26px 24px;
    }

    .ws-testimonial-card__avatar {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }
}

@media (max-width: 991px) {
    .ws-cta-section {
        padding: 45px 0 75px;
    }

    .ws-cta-card {
        padding: 48px 42px;
    }

    .ws-cta-card__actions {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    .ws-cta-section {
        padding: 35px 0 60px;
    }

    .ws-cta-card {
        padding: 38px 25px;
        border-radius: 22px;
    }

    .ws-cta-card h2 {
        font-size: 31px;
    }

    .ws-cta-card__primary {
        width: 100%;
    }

    .ws-cta-card__note {
        max-width: none;
    }
}

@media (max-width: 991px) {
    .ws-home-hero {
        padding: 125px 0 75px;
    }

    .ws-home-hero__visual {
        margin-top: 48px;
        padding-left: 0;
    }

    .ws-product-image-frame {
        transform: none;
    }

    .ws-value-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ws-value-strip__item:nth-child(2) {
        border-right: 0;
    }

    .ws-value-strip__item:nth-child(-n+2) {
        border-bottom: 1px solid #e5edf1;
    }

    .ws-video-section {
        padding: 80px 0;
    }

    .ws-video-content {
        max-width: none;
        padding-left: 0;
    }

    .ws-features-section {
        padding: 80px 0 65px;
    }
}

@media (max-width: 576px) {
    .ws-home-hero {
        padding: 105px 0 60px;
    }

    .ws-home-hero__title {
        font-size: 40px;
    }

    .ws-home-hero__description {
        font-size: 17px;
    }

    .ws-home-hero__actions .btn {
        width: 100%;
    }

    .ws-home-hero__highlights {
        display: grid;
        gap: 10px;
    }

    .ws-product-image {
        min-height: 245px;
    }

    .ws-hero-badge {
        display: none;
    }

    .ws-value-strip__grid {
        grid-template-columns: 1fr;
    }

    .ws-value-strip__item {
        border-right: 0;
        border-bottom: 1px solid #e5edf1;
    }

    .ws-value-strip__item:last-child {
        border-bottom: 0;
    }

    .ws-practice-section {
        padding: 68px 0 54px;
    }
    .ws-video-section {
        padding: 64px 0;
    }

    .ws-video-card {
        padding: 8px;
        border-radius: 18px;
    }

    .ws-video-card__topbar {
        min-height: 38px;
    }

    .ws-video-content h2 {
        font-size: 31px;
    }

    .ws-features-section {
        padding: 65px 0 50px;
    }
    .ws-feature-card {
        min-height: 260px;
    }

    .ws-feature-card__icon {
        padding: 22px 25px 0;
    }

    .ws-feature-card__icon img {
        width: 54px;
        height: 54px;
    }

    .ws-feature-card__content {
        padding: 18px 25px 24px;
    }
}
