/* =========================================
   Worksorted Request Demo
========================================= */

.ws-trial-hero,
.ws-trial-video-section,
.ws-trial-benefits,
.ws-trial-steps {
    box-sizing: border-box;
}

.ws-trial-hero {
    position: relative;
    padding: 150px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%,
            rgba(117, 201, 236, 0.23) 0,
            rgba(117, 201, 236, 0) 30%),
        radial-gradient(circle at 8% 85%,
            rgba(29, 146, 189, 0.12) 0,
            rgba(29, 146, 189, 0) 27%),
        linear-gradient(135deg,
            #f7fbfd 0%,
            #edf8fc 52%,
            #f9fcfd 100%);
}

.ws-trial-hero::before,
.ws-trial-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(29, 146, 189, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.ws-trial-hero::before {
    top: 90px;
    left: -70px;
    width: 230px;
    height: 230px;
}

.ws-trial-hero::after {
    right: 4%;
    bottom: -130px;
    width: 330px;
    height: 330px;
}

.ws-trial-hero .container {
    position: relative;
    z-index: 2;
}

.ws-trial-hero__content {
    padding-right: 55px;
}

.ws-trial-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #1d92bd;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ws-trial-hero h1 {
    max-width: 650px;
    margin: 22px 0 24px;
    color: #142b37;
    font-size: clamp(2.7rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: -0.045em;
}

.ws-trial-hero__lead {
    max-width: 610px;
    margin: 0 0 32px;
    color: #60747e;
    font-size: 1.08rem;
    line-height: 1.8;
}

.ws-trial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.ws-trial-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 23px;
    border-radius: 11px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.ws-trial-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.ws-trial-btn--primary {
    border: 1px solid #1d92bd;
    color: #ffffff;
    background: linear-gradient(135deg, #1d92bd, #147da5);
    box-shadow: 0 14px 28px rgba(29, 146, 189, 0.24);
}

.ws-trial-btn--primary:hover {
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(29, 146, 189, 0.3);
}

.ws-trial-btn--secondary {
    border: 1px solid rgba(29, 146, 189, 0.25);
    color: #176f91;
    background: rgba(255, 255, 255, 0.75);
}

.ws-trial-btn--secondary:hover {
    color: #176f91;
    background: #ffffff;
}

.ws-trial-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.ws-trial-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #50656f;
    font-size: 0.85rem;
    font-weight: 600;
}

.ws-trial-highlight i {
    color: #1d92bd;
}

/* Hero panel */

.ws-trial-hero__panel {
    padding: 38px;
    border: 1px solid rgba(21, 67, 86, 0.09);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 32px 75px rgba(31, 82, 105, 0.13),
        0 8px 24px rgba(31, 82, 105, 0.06);
    backdrop-filter: blur(12px);
}

.ws-trial-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e7eff2;
}

.ws-trial-panel__label {
    display: block;
    margin-bottom: 9px;
    color: #1d92bd;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ws-trial-panel__header h2 {
    margin: 0;
    color: #18313d;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.35;
}

.ws-trial-days {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
    border-radius: 20px;
    color: #1d92bd;
    background: #edf8fc;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ws-trial-days strong {
    display: block;
    color: #126f91;
    font-size: 1.65rem;
    line-height: 1;
}

.ws-trial-panel__items {
    padding-top: 28px;
}

.ws-trial-panel__item {
    display: flex;
    gap: 18px;
}

.ws-trial-panel__item+.ws-trial-panel__item {
    margin-top: 26px;
}

.ws-trial-panel__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: #1d92bd;
    background: #eef8fc;
    font-size: 1rem;
}

.ws-trial-panel__item h3 {
    margin: 1px 0 6px;
    color: #203843;
    font-size: 1rem;
    font-weight: 700;
}

.ws-trial-panel__item p {
    margin: 0;
    color: #6b7c84;
    font-size: 0.88rem;
    line-height: 1.65;
}

/* Shared heading */

.ws-trial-section-heading {
    max-width: 750px;
    margin: 0 auto 52px;
    text-align: center;
}

.ws-trial-section-heading h2 {
    margin: 17px 0 16px;
    color: #172f3b;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.ws-trial-section-heading p {
    margin: 0;
    color: #677983;
    font-size: 1rem;
    line-height: 1.8;
}

/* Video */

.ws-trial-video-section {
    padding: 105px 0;
    background: #ffffff;
}

.ws-trial-video {
    max-width: 1020px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dfe9ed;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 30px 75px rgba(25, 63, 80, 0.14);
}

.ws-trial-video__topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 18px;
    border-bottom: 1px solid #e5edef;
    background: #f8fbfc;
}

.ws-trial-video__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #c9d6db;
}

.ws-trial-video__title {
    margin-left: 10px;
    color: #71828a;
    font-size: 0.77rem;
    font-weight: 600;
}

.ws-trial-video__content {
    position: relative;
    background: #122733;
}

/* Benefits */

.ws-trial-benefits {
    padding: 105px 0 75px;
    background: #f7fafb;
}

.ws-trial-benefit-card {
    height: 100%;
    padding: 35px 30px;
    border: 1px solid #e2ebee;
    border-radius: 19px;
    background: #ffffff;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.ws-trial-benefit-card:hover {
    border-color: rgba(29, 146, 189, 0.24);
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(25, 73, 94, 0.11);
}

.ws-trial-benefit-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 23px;
    border-radius: 16px;
    color: #1d92bd;
    background: #eaf6fb;
    font-size: 1.15rem;
}

.ws-trial-benefit-card h3 {
    margin: 0 0 13px;
    color: #1c3440;
    font-size: 1.12rem;
    font-weight: 700;
}

.ws-trial-benefit-card p {
    margin: 0;
    color: #6b7c84;
    font-size: 0.92rem;
    line-height: 1.75;
}

/* Steps */

.ws-trial-steps {
    padding: 105px 0 80px;
    background: #ffffff;
}

.ws-trial-step {
    position: relative;
    height: 100%;
    padding: 34px 30px;
    border-top: 3px solid #1d92bd;
    border-radius: 0 0 16px 16px;
    background: #f8fbfc;
}

.ws-trial-step__number {
    display: block;
    margin-bottom: 24px;
    color: rgba(29, 146, 189, 0.3);
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1;
}

.ws-trial-step h3 {
    margin: 0 0 12px;
    color: #1c3440;
    font-size: 1.1rem;
    font-weight: 700;
}

.ws-trial-step p {
    margin: 0;
    color: #6b7c84;
    font-size: 0.91rem;
    line-height: 1.75;
}

/* Responsive */

@media (max-width: 991px) {
    .ws-trial-hero {
        padding: 115px 0 85px;
    }

    .ws-trial-hero__content {
        padding-right: 15px;
        margin-bottom: 55px;
        text-align: center;
    }

    .ws-trial-hero__lead {
        margin-right: auto;
        margin-left: auto;
    }

    .ws-trial-actions,
    .ws-trial-highlights {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .ws-trial-hero {
        padding: 90px 0 70px;
    }

    .ws-trial-hero h1 {
        font-size: 2.45rem;
    }

    .ws-trial-actions {
        flex-direction: column;
    }

    .ws-trial-btn {
        width: 100%;
    }

    .ws-trial-highlights {
        align-items: flex-start;
        flex-direction: column;
    }

    .ws-trial-hero__panel {
        padding: 28px 23px;
        border-radius: 20px;
    }

    .ws-trial-panel__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ws-trial-days {
        flex-direction: row;
        gap: 6px;
        width: auto;
        height: auto;
        padding: 11px 15px;
    }

    .ws-trial-days strong {
        font-size: 1.25rem;
    }

    .ws-trial-video-section,
    .ws-trial-benefits,
    .ws-trial-steps {
        padding-top: 78px;
        padding-bottom: 58px;
    }

    .ws-trial-section-heading {
        margin-bottom: 38px;
    }

    .ws-trial-video {
        border-radius: 15px;
    }

    .ws-trial-video__title {
        overflow: hidden;
        max-width: 190px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ws-trial-btn,
    .ws-trial-benefit-card {
        transition: none;
    }
}

/* Request demo refinements */
.ws-trial-days--demo {
    gap: 7px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
}

.ws-trial-days--demo i {
    color: #126f91;
    font-size: 1.35rem;
}

.ws-demo-cta {
    padding: 25px 0 105px;
    background: #ffffff;
}

.ws-demo-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 54px 58px;
    overflow: hidden;
    border-radius: 25px;
    background:
        radial-gradient(circle at 90% 10%, rgba(117, 201, 236, 0.22), transparent 28%),
        linear-gradient(135deg, #102d3b 0%, #174a60 100%);
    box-shadow: 0 28px 65px rgba(20, 58, 75, 0.18);
}

.ws-demo-cta__content {
    max-width: 700px;
}

.ws-demo-cta__eyebrow {
    color: #8dd7f2;
}

.ws-demo-cta h2 {
    margin: 14px 0 13px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.ws-demo-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.98rem;
    line-height: 1.75;
}

.ws-demo-cta__button {
    flex: 0 0 auto;
    border-color: #ffffff;
    color: #126f91;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.16);
}

.ws-demo-cta__button:hover {
    color: #126f91;
    background: #f2fbfe;
}

@media (max-width: 991px) {
    .ws-demo-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 45px 40px;
    }
}

@media (max-width: 767px) {
    .ws-trial-days--demo {
        flex-direction: row;
    }

    .ws-demo-cta {
        padding: 15px 0 75px;
    }

    .ws-demo-cta__inner {
        padding: 38px 26px;
        border-radius: 20px;
    }

    .ws-demo-cta__button {
        width: 100%;
    }
}
