.ws-hero {
    position: relative;
    font-family: var(--font-family-primary);
    padding: 100px 0 20px;
    background:
        radial-gradient(60% 50% at 80% 0%, rgba(1, 195, 99, .10) 0%, rgba(1, 195, 99, 0) 70%),
        radial-gradient(60% 50% at 0% 30%, rgba(1, 195, 99, .08) 0%, rgba(1, 195, 99, 0) 65%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
}

.ws-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(1, 195, 99, .12) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .35;
    pointer-events: none;
}

.ws-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 23, 42, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, .025) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
}

.ws-hero > .container {
    position: relative;
    z-index: 1;
}

.ws-hero h1 {
    line-height: 1.1;
    margin-bottom: 0;
    font-size: 46px;
    font-weight: 600;
}

.ws-hero__headline-accent {
    color: var(--color-green);
}

.ws-hero h4 {
    max-width: 520px;
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 1.7;
    color: var(--color-a-ter);
}

.ws-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.ws-hero__eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-red);
    flex-shrink: 0;
    animation: kae-pulse 2s infinite;
}

.ws-hero__cta {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.ws-hero__trust {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ws-hero__trust-avatars {
    display: flex;
}

.ws-hero__trust-avatar {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/assets/images/app/public/home/video_rev_bg.jpg);
    background-repeat: no-repeat;
    background-size: 1000px auto;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .12);
}

.ws-hero__trust-avatar:first-child {
    margin-left: 0;
}

.ws-hero__trust-avatar:nth-child(1) {
    background-position: -170px -7px;
}

.ws-hero__trust-avatar:nth-child(2) {
    background-position: -352px -10px;
}

.ws-hero__trust-avatar:nth-child(3) {
    background-position: -416px -5px;
}

.ws-hero__trust-avatar:nth-child(4) {
    background-position: -661px -5px;
}

.ws-hero__trust-text {
    font-size: 13px;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-hero__visual {
    position: relative;
}

.ws-hero__preview {
    position: relative;
}

.ws-hero__browser {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 60px -20px rgba(16, 24, 40, .18);
}

.ws-hero__browser-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
}

.ws-hero__browser-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.ws-hero__browser-dot--red {
    background: #fb7185;
}

.ws-hero__browser-dot--amber {
    background: #fbbf24;
}

.ws-hero__browser-dot--green {
    background: var(--color-green);
}

.ws-hero__browser-url {
    margin-left: 12px;
    padding: 4px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    font-size: 12px;
    color: #64748b;
    font-family: var(--font-family-secondary);
}

.ws-hero__browser-body {
    padding: 24px;
}

.ws-hero__browser-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ws-hero__browser-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ws-hero__browser-logo {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #6ee7b7 0%, var(--color-green) 100%);
}

.ws-hero__browser-name {
    font-size: 14px;
    font-weight: 700;
}

.ws-hero__browser-phone {
    padding: 4px 12px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 700;
}

.ws-hero__browser-eyebrow {
    font-size: 11px;
    font-weight: 700;
    color: #047857;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ws-hero__browser-title {
    margin-top: 6px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.ws-hero__browser-sub {
    margin-top: 6px;
    font-size: 13px;
    color: #64748b;
    font-family: var(--font-family-secondary);
}

.ws-hero__browser-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 12px;
    margin-top: 20px;
}

.ws-hero__browser-form {
    padding: 16px;
    border: 1px solid #d1fae5;
    border-radius: 16px;
    background: linear-gradient(135deg, #ecfdf5 0%, #fff 100%);
}

.ws-hero__browser-form-label {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #047857;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ws-hero__browser-form-field {
    height: 26px;
    margin-bottom: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.ws-hero__browser-form-btn {
    padding: 10px;
    border-radius: 8px;
    background: var(--color-green);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.ws-hero__browser-aside {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ws-hero__browser-reviews {
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.ws-hero__browser-reviews-label {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ws-hero__browser-reviews-stars {
    margin-top: 2px;
    font-size: 12px;
    color: #f59e0b;
}

.ws-hero__browser-reviews-text {
    font-size: 11px;
    color: #475569;
}

.ws-hero__browser-book {
    padding: 10px;
    border-radius: 12px;
    background: #0f172a;
    color: #fff;
}

.ws-hero__browser-book-label {
    font-size: 10px;
    font-weight: 700;
    color: #6ee7b7;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ws-hero__browser-book-text {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
}

.ws-hero__float {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    padding: 14px 20px 14px 14px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 60px -20px rgba(16, 24, 40, .18);
    animation: ws-floaty 6s ease-in-out infinite;
}

.ws-hero__float--top {
    top: -30px;
    left: -20px;
}

.ws-hero__float--bottom {
    right: -10px;
    bottom: -20px;
    animation-delay: 1.2s;
}

.ws-hero__float-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 18px;
}

.ws-hero__float-icon--phone {
    background: #d1fae5;
    color: #047857;
}

.ws-hero__float-icon--check {
    background: var(--color-green);
    color: #fff;
    font-weight: 700;
}

.ws-hero__float-label {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ws-hero__float-value {
    font-size: 13px;
    font-weight: 700;
}

.ws-ribbon {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 60px;
    padding: 32px 0;
    background: transparent;
    font-family: var(--font-family-primary);
}

.ws-ribbon__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.ws-ribbon__rule {
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.ws-ribbon__label {
    font-size: 11px;
    font-weight: 700;
    color: var(--color-a-ter);
    text-transform: uppercase;
    letter-spacing: .25em;
    white-space: nowrap;
}

.ws-ribbon__viewport {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.ws-ribbon__track {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 40px;
    width: max-content;
    animation: ws-ribbon-scroll 40s linear infinite;
}

.ws-ribbon__item {
    font-size: 15px;
    font-weight: 600;
    color: #94a3b8;
    white-space: nowrap;
    font-family: var(--font-family-secondary);
}

.ws-leak {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #fff;
    font-family: var(--font-family-primary);
}

.ws-leak::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -160px;
    right: -180px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(241, 8, 50, .08) 0%, transparent 70%);
    pointer-events: none;
}

.ws-leak::after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: -160px;
    left: -180px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(241, 8, 50, .05) 0%, transparent 70%);
    pointer-events: none;
}

.ws-leak > .container {
    position: relative;
    z-index: 1;
}

.ws-leak h2 {
    margin-bottom: 16px;
    line-height: 1.15;
}

.ws-leak h4 {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-a-ter);
}

.ws-leak__tagline {
    margin-bottom: 16px;
    color: var(--color-red);
}

.ws-leak__cards {
    display: flex;
    flex-wrap: wrap;
}

.ws-leak__cards > div {
    display: flex;
}

.ws-leak__card {
    flex: 1;
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: #fff;
    transition: transform .25s, box-shadow .25s;
}

.ws-leak__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(16, 24, 40, .15);
}

.ws-leak__card-stat {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: var(--color-red);
    font-family: var(--font-family-primary);
}

.ws-leak__card-title {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-text-sec);
}

.ws-leak__card-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-leak__callout {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 40px;
    padding: 32px;
    border: 1px solid rgba(241, 8, 50, .2);
    border-radius: 24px;
    background: linear-gradient(to right, #fdecef, #fff, #fdecef);
    box-shadow: 0 10px 30px -12px rgba(16, 24, 40, .1);
}

.ws-leak__callout-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #f5d7d7;
    color: #fff;
    font-size: 24px;
}

.ws-leak__callout-eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-red);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ws-leak__callout-title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.ws-leak__callout-text {
    margin: 0;
    font-size: 14px;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-basics {
    overflow: hidden;
    padding: 90px 0;
    border-top: 1px solid #f1f5f9;
    background: url(/assets/images/app/public/solutions/kate_ai_receptionist/kate_ai_receptionist_demo_bg.png) no-repeat center center;
    background-size: cover;
    font-family: var(--font-family-primary);
}

.ws-basics h2 {
    margin-bottom: 16px;
    line-height: 1.2;
}

.ws-basics h4 {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-a-ter);
}

.ws-basics__card {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 28px 24px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: #fff;
    transition: transform .25s, box-shadow .25s;
}

.ws-basics__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(16, 24, 40, .15);
}

.ws-basics__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #d1fae5;
    color: #047857;
    font-size: 22px;
}

.ws-basics__card-title {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    color: var(--color-text-sec);
}

.ws-basics__card-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-flow {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background-color: var(--color-grey-light);
    background-image: url(/assets/images/app/public/solutions/shared/steps_bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    font-family: var(--font-family-primary);
}

.ws-flow::before {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: url(/assets/images/app/public/solutions/shared/steps_bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    pointer-events: none;
}

.ws-flow > .container {
    position: relative;
    z-index: 1;
}

.ws-flow h2 {
    line-height: 1.15;
}

.ws-flow h4 {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-a-ter);
}

.ws-flow__panel {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    padding: 40px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 30px -12px rgba(16, 24, 40, .1);
}

.ws-flow__panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(1, 195, 99, .12) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .35;
    pointer-events: none;
}

.ws-flow__steps,
.ws-flow__stats {
    position: relative;
}

.ws-flow__step {
    padding: 16px 0;
    text-align: center;
}

.ws-flow__step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 18px;
    background: #fff;
    font-size: 24px;
    box-shadow: 0 10px 30px -12px rgba(16, 24, 40, .12);
    animation: ws-pulse 2.2s ease-out infinite;
}

.ws-flow__step-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-sec);
}

.ws-flow__step-text {
    font-size: 13px;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-flow__stats {
    margin-top: 40px;
}

.ws-flow__stat {
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.ws-flow__stat-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--color-a-ter);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ws-flow__stat-value {
    margin-top: 4px;
    font-size: 28px;
    font-weight: 800;
    color: var(--color-green);
}

.ws-roi {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background-color: var(--color-grey-light);
    font-family: var(--font-family-primary);
}

.ws-roi::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 80px;
    right: 0;
    width: 128px;
    height: 324px;
    background-image: url(/assets/images/app/public/pricing/pricing_features_flair.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.ws-roi::after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 80px;
    left: 0;
    width: 128px;
    height: 324px;
    background-image: url(/assets/images/app/public/pricing/pricing_features_flair.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    pointer-events: none;
}

.ws-roi > .container {
    position: relative;
    z-index: 1;
}

.ws-roi__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 40px;
}

.ws-roi__row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.ws-roi__card {
    flex: 1;
    margin-bottom: 24px;
    padding: 32px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 38, 57, .04);
}

.ws-roi__card--results {
    background: linear-gradient(160deg, #ffffff 0%, #f5fbf7 100%);
}

.ws-roi__card-title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-sec);
    font-family: var(--font-family-primary);
}

.ws-roi__card-subtle {
    margin: 0 0 24px;
    font-size: 14px;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-roi__plans {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.ws-roi__plan {
    position: relative;
    padding: 18px 16px;
    border: 2px solid #ececea;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

.ws-roi__plan:hover {
    border-color: var(--color-green);
}

.ws-roi__plan--active {
    border-color: var(--color-green);
    background: rgba(1, 195, 99, .06);
    box-shadow: 0 0 0 4px rgba(1, 195, 99, .08);
}

.ws-roi__plan-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-text-sec);
}

.ws-roi__plan-price {
    margin-top: 6px;
    font-size: 26px;
    font-weight: 800;
    color: var(--color-text-sec);
    font-family: var(--font-family-primary);
}

.ws-roi__plan-period {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-roi__plan-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--color-green);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.ws-roi__field {
    margin-bottom: 20px;
}

.ws-roi__field-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.ws-roi__field-label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-sec);
    font-family: var(--font-family-primary);
}

.ws-roi__field-value {
    min-width: 70px;
    padding: 4px 10px;
    border-radius: 8px;
    background: rgba(1, 195, 99, .12);
    color: var(--color-green);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    font-family: var(--font-family-primary);
}

.ws-roi__field-help {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-roi__slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    margin-top: 6px;
    padding: 0;
    border-radius: 999px;
    background: #ececea;
    outline: none;
}

.ws-roi__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--color-green);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    cursor: pointer;
}

.ws-roi__slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--color-green);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    cursor: pointer;
}

.ws-roi__slider:focus {
    outline: none;
}

.ws-roi__advanced-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 8px 0 18px;
    padding: 16px;
    border: 1px solid #ececea;
    border-radius: 12px;
    background: #f9fafb;
}

.ws-roi__advanced-toggle-text {
    flex: 1;
}

.ws-roi__advanced-toggle-title {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text-sec);
    font-family: var(--font-family-primary);
}

.ws-roi__advanced-toggle-desc {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.4;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-roi__switch {
    position: relative;
    flex-shrink: 0;
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #d1d5db;
    cursor: pointer;
    transition: background .2s;
}

.ws-roi__switch::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    transition: transform .2s;
}

.ws-roi__switch--on {
    background: var(--color-green);
}

.ws-roi__switch--on::after {
    transform: translateX(20px);
}

.ws-roi__advanced {
    display: none;
}

.ws-roi__advanced--show {
    display: block;
}

.ws-roi__advanced-info {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-left: 3px solid var(--color-green);
    border-radius: 8px;
    background: linear-gradient(135deg, #f0fdf4 0%, #f9fafb 100%);
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-roi__advanced-info strong {
    color: var(--color-text-sec);
}

.ws-roi__actions {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    margin-top: 24px;
}

.ws-roi__actions .btn {
    flex: 1;
    min-width: 160px;
    justify-content: center;
}

.ws-roi__metric {
    margin-bottom: 14px;
    padding: 18px;
    border: 1px solid #ececea;
    border-radius: 14px;
    background: #fff;
    transition: transform .2s, box-shadow .2s;
}

.ws-roi__metric:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 38, 57, .06);
}

.ws-roi__metric--featured {
    border: 0;
    background: linear-gradient(135deg, var(--color-green) 0%, #2dd47a 100%);
    color: #fff;
}

.ws-roi__metric--featured .ws-roi__metric-label,
.ws-roi__metric--featured .ws-roi__metric-sub {
    color: rgba(255, 255, 255, .85);
}

.ws-roi__metric--featured .ws-roi__metric-value {
    font-size: 36px;
    color: #fff;
}

.ws-roi__metric--success {
    border-color: rgba(37, 186, 59, .3);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.ws-roi__metric-label {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--color-a-ter);
    text-transform: uppercase;
    letter-spacing: .8px;
    font-family: var(--font-family-secondary);
}

.ws-roi__metric-value {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--color-text-sec);
    font-family: var(--font-family-primary);
}

.ws-roi__metric-sub {
    margin-top: 4px;
    font-size: 12px;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-roi__metric-row {
    display: flex;
    flex-wrap: wrap;
}

.ws-roi__metric-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.ws-roi__metric-row .ws-roi__metric {
    flex: 1;
}

.ws-roi__summary {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #fde68a;
    border-radius: 14px;
    background: #fff8e6;
}

.ws-roi__summary-title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text-sec);
    font-family: var(--font-family-primary);
}

.ws-roi__summary-text {
    margin: 0 0 8px;
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-roi__summary-text:last-child {
    margin-bottom: 0;
}

.ws-roi__summary-text strong {
    color: var(--color-text-sec);
}

.ws-roi__disclaimer {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
    font-style: italic;
    text-align: center;
}

.ws-impact {
    padding: 90px 0;
    background-image: url(/assets/images/app/public/solutions/kate_ai_estimator/kate_ai_estimator_advantages_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 500px;
    font-family: var(--font-family-primary);
}

.ws-impact h2 {
    line-height: 1.15;
}

.ws-impact__card {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 32px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: #fff;
    transition: transform .25s, box-shadow .25s;
}

.ws-impact__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(16, 24, 40, .15);
}

.ws-impact__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #d1fae5;
    color: #047857;
    font-size: 22px;
}

.ws-impact__card-title {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 700;
    color: var(--color-text-sec);
}

.ws-impact__card-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-impact__card-stat {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 4px;
}

.ws-impact__card-stat-value {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: var(--color-green);
    font-family: var(--font-family-primary);
}

.ws-impact__card-stat-label {
    font-size: 14px;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-launch {
    padding: 90px 0;
    background: url(/assets/images/app/public/solutions/kate_ai_receptionist/kate_ai_receptionist_glow_bg.png) no-repeat center center;
    background-size: cover;
    font-family: var(--font-family-primary);
}

.ws-launch h2 {
    margin-bottom: 16px;
    line-height: 1.15;
}

.ws-launch h4 {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-a-ter);
}

.ws-launch__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding: 10px 20px;
    border: 1px solid #d1fae5;
    border-radius: 999px;
    background: #ecfdf5;
}

.ws-launch__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-green);
}

.ws-launch__badge-text {
    font-size: 13px;
    font-weight: 600;
    color: #047857;
}

.ws-launch__step {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: #fff;
    transition: transform .25s, box-shadow .25s;
}

.ws-launch__step:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(16, 24, 40, .15);
}

.ws-launch__step-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #d1fae5;
    color: #047857;
    font-size: 22px;
}

.ws-launch__step-eyebrow {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ws-launch__step-title {
    margin: 4px 0 8px;
    font-size: 19px;
    font-weight: 700;
    color: var(--color-text-sec);
}

.ws-launch__step-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-compare {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
    font-family: var(--font-family-primary);
}

.ws-compare::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 100px;
    right: 0;
    width: 400px;
    height: 400px;
    background-image: url(/assets/images/app/public/solutions/kate_ai_estimator/kate_ai_estimator_steps_flair_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .4;
    pointer-events: none;
}

.ws-compare::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 400px;
    height: 400px;
    background-image: url(/assets/images/app/public/solutions/kate_ai_estimator/kate_ai_estimator_steps_flair_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .4;
    pointer-events: none;
}

.ws-compare > .container {
    position: relative;
    z-index: 1;
}

.ws-compare h2 {
    margin-bottom: 16px;
    line-height: 1.15;
}

.ws-compare h4 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-a-ter);
    text-align: center;
}

.ws-compare__wrap {
    overflow-x: auto;
    margin-top: 40px;
}

.ws-compare__table {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ws-compare__row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 70px;
    border-bottom: 1px solid #e5e5e5;
}

.ws-compare__row:last-child {
    border-bottom: none;
}

.ws-compare__feature {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    font-family: var(--font-family-primary);
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-sec);
}

.ws-compare__feature--head {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.ws-compare__header,
.ws-compare__header-mk {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    padding: 20px 10px;
    font-family: var(--font-family-primary);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.ws-compare__item,
.ws-compare__item-mk {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 260px;
    padding: 14px 12px;
}

.ws-compare__header-mk,
.ws-compare__item-mk {
    background: rgba(0, 195, 99, .05);
}

.ws-compare__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.ws-compare__status svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.ws-trust {
    padding: 90px 0;
    background-color: #000;
    background-image: url(/assets/images/app/public/solutions/kate_ai_receptionist/kate_ai_receptionist_interested_bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--font-family-primary);
}

.ws-trust h2 {
    line-height: 1.15;
    color: #fff;
}

.ws-trust h4 {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .65);
}

.ws-trust__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.ws-trust__pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border: 1px solid rgba(1, 195, 99, .25);
    border-radius: 999px;
    background: rgba(1, 195, 99, .12);
    color: #6ee7b7;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ws-trust__cards {
    margin-top: 30px;
}

.ws-trust__card {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .05);
    transition: transform .25s, background .25s, border-color .25s, box-shadow .25s;
}

.ws-trust__card:hover {
    transform: translateY(-4px);
    border-color: rgba(1, 195, 99, .3);
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .35);
}

.ws-trust__card-quote {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 1;
    color: var(--color-green);
    font-family: Georgia, serif;
}

.ws-trust__card-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .9);
    font-family: var(--font-family-secondary);
}

.ws-trust__card-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ws-trust__card-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(1, 195, 99, .15);
    color: #6ee7b7;
    font-size: 14px;
    font-weight: 700;
}

.ws-trust__card-name {
    font-weight: 700;
    color: rgba(255, 255, 255, .9);
}

.ws-trust__card-role {
    font-size: 13px;
    color: rgba(255, 255, 255, .55);
    font-family: var(--font-family-secondary);
}

.ws-pricing {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
    font-family: var(--font-family-primary);
}

.ws-pricing::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 80px;
    right: 0;
    width: 128px;
    height: 324px;
    background-image: url(/assets/images/app/public/pricing/pricing_features_flair.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.ws-pricing > .container {
    position: relative;
    z-index: 1;
}

.ws-pricing h2 {
    line-height: 1.15;
}

.ws-pricing h4 {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-a-ter);
}

.ws-pricing__plans {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.ws-pricing__plans::before,
.ws-pricing__plans::after {
    content: none;
}

.ws-pricing__plans > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .ws-pricing__plans > [class*='col-'] {
        margin-bottom: 0;
    }
}

.ws-pricing__plan {
    position: relative;
    display: block;
    flex: 1;
    padding: 40px;
    border: 1px solid var(--color-grey-dark);
    border-radius: 25px;
    background: #fff;
    text-align: center;
}

.ws-pricing__plan--featured {
    border-color: var(--color-green);
    box-shadow: 0 30px 60px -30px rgba(1, 195, 99, .35);
}

.ws-pricing__plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 14px;
    border-radius: 999px;
    background: var(--color-green);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    white-space: nowrap;
}

.ws-pricing__plan-name {
    display: inline-block;
    margin-bottom: 40px;
    padding: 5px 15px;
    border-radius: 25px;
    background-color: rgba(1, 195, 99, .15);
    color: var(--color-text-sec);
    font-family: var(--font-family-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 19.32px;
    letter-spacing: .02em;
    text-align: center;
}

.ws-pricing__plan-icon svg.svg-icon {
    width: 60px;
    height: 60px;
}

.ws-pricing__plan-price-base {
    color: var(--color-btn-primary);
    font-family: var(--font-family-primary);
    font-size: 80px;
    font-weight: 600;
    line-height: 72.74px;
    letter-spacing: -.02em;
    text-align: center;
}

.ws-pricing__plan-price-currency,
.ws-pricing__plan-price-dec {
    font-family: var(--font-family-primary);
    font-size: 21.35px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .03em;
    text-align: left;
    vertical-align: top;
}

.ws-pricing__plan-period {
    display: block;
    font-family: var(--font-family-primary);
    text-align: center;
}

.ws-pricing__plan-info {
    color: var(--color-text-sec);
    font-family: var(--font-family-primary);
}

.ws-pricing__plan-info h2 {
    margin-bottom: 16px;
    font-family: var(--font-family-primary);
    font-size: 21px;
    font-weight: 600;
    line-height: 25.6px;
    color: var(--color-text-sec);
}

.ws-styles {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    font-family: var(--font-family-primary);
}

.ws-styles::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 60px;
    right: -40px;
    width: 320px;
    height: 320px;
    background-image: url(/assets/images/app/public/solutions/kate_ai_estimator/kate_ai_estimator_steps_flair_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .3;
    pointer-events: none;
}

.ws-styles > .container {
    position: relative;
    z-index: 1;
}

.ws-styles h2 {
    margin-bottom: 16px;
    line-height: 1.15;
}

.ws-styles h4 {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-a-ter);
}

.ws-styles__cards {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.ws-styles__card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    border: 1px solid rgba(1, 195, 99, .18);
    border-radius: 20px;
    background: linear-gradient(135deg, #ecfdf5 0%, #fff 100%);
    transition: transform .25s, box-shadow .25s;
}

.ws-styles__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(16, 24, 40, .15);
}

.ws-styles__card--dark {
    border-color: #1e293b;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
}

.ws-styles__card-head {
    position: relative;
    min-height: 180px;
    padding: 24px;
}

.ws-styles__card-eyebrow {
    font-size: 11px;
    font-weight: 700;
    color: #047857;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ws-styles__card-eyebrow--light {
    color: #6ee7b7;
}

.ws-styles__card-title {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.ws-styles__card--dark .ws-styles__card-title {
    color: #fff;
}

.ws-styles__card-sub {
    margin-top: 6px;
    font-size: 13px;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-styles__card--dark .ws-styles__card-sub {
    color: rgba(255, 255, 255, .7);
}

.ws-styles__card-emoji {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #fff;
    font-size: 28px;
    box-shadow: 0 10px 30px -12px rgba(16, 24, 40, .12);
}

.ws-styles__card--dark .ws-styles__card-emoji {
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
}

.ws-styles__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}

.ws-styles__card-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-styles__card--dark .ws-styles__card-text {
    color: rgba(255, 255, 255, .8);
}

.ws-styles__card-cta {
    display: block;
    text-align: center;
}

.ws-styles__tagline {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 30px;
    padding: 28px;
    border: 1px solid #d1fae5;
    border-radius: 24px;
    background: linear-gradient(to right, #ecfdf5, #fff, #ecfdf5);
}

.ws-styles__tagline-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--color-green);
    color: #fff;
    font-size: 20px;
}

.ws-styles__tagline-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text-sec);
}

.ws-faq {
    padding: 90px 0;
    border-top: 1px solid #f1f5f9;
    background: url(/assets/images/app/public/solutions/kate_ai_estimator/kate_ai_estimator_glow_bg.png) no-repeat center center;
    background-size: cover;
    font-family: var(--font-family-primary);
}

.ws-faq h2 {
    margin-bottom: 40px;
    line-height: 1.15;
}

.ws-faq .faq__item {
    margin-bottom: 10px;
    padding: 15px 0 15px 15px;
    border-top: 0;
    background-color: var(--color-white);
}

.ws-faq .faq__item-name {
    padding-right: 60px;
    font-size: 16px;
}

.ws-contact {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: var(--color-grey-light);
    font-family: var(--font-family-primary);
}

.ws-contact::before {
    content: '+';
    position: absolute;
    z-index: 0;
    top: 40px;
    left: 80px;
    color: var(--color-green);
    font-size: 32px;
    font-weight: 300;
    opacity: .55;
    pointer-events: none;
    user-select: none;
}

.ws-contact::after {
    content: '+';
    position: absolute;
    z-index: 0;
    right: 80px;
    bottom: 40px;
    color: var(--color-green);
    font-size: 24px;
    font-weight: 300;
    opacity: .55;
    pointer-events: none;
    user-select: none;
}

.ws-contact > .container {
    position: relative;
    z-index: 1;
}

.ws-contact h2 {
    line-height: 1.15;
}

.ws-contact h4 {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-a-ter);
}

.ws-contact__trust {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
    font-size: 13px;
    color: var(--color-a-ter);
    font-family: var(--font-family-secondary);
}

.ws-contact__form-wrap {
    margin-top: 40px;
    padding: 40px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 30px -12px rgba(16, 24, 40, .08);
}

.ws-contact__form label {
    display: none;
}

.ws-contact__form input,
.ws-contact__form textarea,
.ws-contact__form select {
    border-radius: 12px;
}

.ws-contact__form-footer {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.ws-contact__confirm {
    margin: 40px auto 0;
    padding: 48px 32px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 30px -12px rgba(16, 24, 40, .08);
    text-align: center;
}

.ws-contact__confirm img {
    display: block;
    max-width: 200px;
    margin: 0 auto 20px;
}

@keyframes ws-floaty {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes ws-pulse {
    0%, 100% { box-shadow: 0 10px 30px -12px rgba(16, 24, 40, .12), 0 0 0 0 rgba(1, 195, 99, .4); }
    50% { box-shadow: 0 10px 30px -12px rgba(16, 24, 40, .12), 0 0 0 18px rgba(1, 195, 99, 0); }
}

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