.elementor-26 .elementor-element.elementor-element-159b9c0:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-159b9c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-26 .elementor-element.elementor-element-159b9c0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-26 .elementor-element.elementor-element-159b9c0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-26 .elementor-element.elementor-element-95d6118{width:var( --container-widget-width, 111.215% );max-width:111.215%;--container-widget-width:111.215%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-95d6118 *//* =========================================================
   WEB SUPER SEO CONTENT AI
   LANDING PAGE V1
========================================================= */

.wss-content-ai-page {
    --wss-bg: #05030b;
    --wss-bg-soft: #0c0716;
    --wss-card: rgba(20, 12, 36, 0.82);
    --wss-card-strong: #12091f;
    --wss-purple: #7c22ff;
    --wss-magenta: #e633d7;
    --wss-gold: #ffc400;
    --wss-orange: #ff8a00;
    --wss-white: #ffffff;
    --wss-text: #dcd7e6;
    --wss-muted: #a49bae;
    --wss-border: rgba(255, 255, 255, 0.1);
    --wss-gradient: linear-gradient(
        135deg,
        #7224ff 0%,
        #e735c9 46%,
        #ff9500 76%,
        #ffd600 100%
    );

    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 15%, rgba(124, 34, 255, 0.14), transparent 28%),
        radial-gradient(circle at 85% 22%, rgba(255, 196, 0, 0.08), transparent 25%),
        var(--wss-bg);
    color: var(--wss-text);
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.wss-content-ai-page *,
.wss-content-ai-page *::before,
.wss-content-ai-page *::after {
    box-sizing: border-box;
}

.wss-content-ai-page h1,
.wss-content-ai-page h2,
.wss-content-ai-page h3,
.wss-content-ai-page p {
    margin-top: 0;
}

.wss-cai-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.wss-cai-section {
    position: relative;
    padding: 110px 0;
}

.wss-cai-section-heading {
    max-width: 780px;
    margin: 0 auto 55px;
    text-align: center;
}

.wss-cai-section-heading > span,
.wss-cai-mini-title {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--wss-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wss-cai-section-heading h2,
.wss-cai-solution-content h2 {
    margin-bottom: 20px;
    color: var(--wss-white);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.wss-cai-section-heading p,
.wss-cai-solution-content p {
    color: var(--wss-muted);
    font-size: 18px;
    line-height: 1.75;
}


/* HERO */

.wss-cai-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 850px;
    padding: 130px 0 100px;
    overflow: hidden;
    border-bottom: 1px solid var(--wss-border);
}

.wss-cai-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, #000, transparent);
    pointer-events: none;
}

.wss-cai-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.wss-cai-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 196, 0, 0.25);
    border-radius: 999px;
    background: rgba(255, 196, 0, 0.06);
    color: #f7dd82;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.wss-cai-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wss-gold);
    box-shadow: 0 0 15px var(--wss-gold);
}

.wss-cai-hero h1 {
    margin-bottom: 27px;
    color: var(--wss-white);
    font-size: clamp(43px, 6vw, 74px);
    line-height: 1.02;
    letter-spacing: -3px;
}

.wss-cai-hero h1 span {
    display: block;
    padding-bottom: 7px;
    background: var(--wss-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.wss-cai-hero-description {
    max-width: 680px;
    margin-bottom: 35px;
    color: var(--wss-text);
    font-size: 19px;
    line-height: 1.75;
}

.wss-cai-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.wss-cai-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 15px 27px;
    border-radius: 12px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 800;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.wss-cai-button:hover {
    transform: translateY(-3px);
}

.wss-cai-button-primary {
    background: var(--wss-gradient);
    color: #09030e !important;
    box-shadow:
        0 15px 35px rgba(222, 43, 199, 0.18),
        0 8px 30px rgba(255, 196, 0, 0.1);
}

.wss-cai-button-primary:hover {
    box-shadow:
        0 20px 45px rgba(222, 43, 199, 0.28),
        0 8px 35px rgba(255, 196, 0, 0.18);
}

.wss-cai-button-secondary {
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.04);
    color: var(--wss-white) !important;
}

.wss-cai-button-secondary:hover {
    border-color: rgba(255, 196, 0, 0.4);
}

.wss-cai-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--wss-muted);
    font-size: 14px;
}

.wss-cai-hero-benefits div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wss-cai-hero-benefits span {
    color: var(--wss-gold);
    font-weight: 900;
}

.wss-cai-hero-visual {
    position: relative;
}

.wss-cai-logo-card {
    position: relative;
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.08), transparent 45%),
        rgba(11, 6, 20, 0.83);
    box-shadow:
        0 40px 100px rgba(0,0,0,0.55),
        0 0 70px rgba(124, 34, 255, 0.12);
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}

.wss-cai-logo-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    padding: 1px;
    border-radius: inherit;
    background: var(--wss-gradient);
    opacity: 0.65;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.wss-cai-logo-image {
    display: block;
    width: 100%;
    min-height: 440px;
    border-radius: 20px;
    object-fit: cover;
    background: #08040d;
}

.wss-cai-logo-status {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 999px;
    background: rgba(5,3,11,0.88);
    color: var(--wss-white);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(15px);
}

.wss-cai-logo-status span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--wss-gold);
    box-shadow: 0 0 15px var(--wss-gold);
}

.wss-cai-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.wss-cai-glow-one {
    top: 150px;
    right: 5%;
    width: 330px;
    height: 330px;
    background: rgba(124, 34, 255, 0.2);
}

.wss-cai-glow-two {
    right: 25%;
    bottom: 30px;
    width: 230px;
    height: 230px;
    background: rgba(255, 196, 0, 0.1);
}


/* PROBLEMA */

.wss-cai-problem {
    background: linear-gradient(180deg, #07040e, #0b0613);
}

.wss-cai-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.wss-cai-info-card,
.wss-cai-feature-card,
.wss-cai-audience-card {
    position: relative;
    padding: 34px;
    border: 1px solid var(--wss-border);
    border-radius: 20px;
    background: var(--wss-card);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.wss-cai-info-card:hover,
.wss-cai-feature-card:hover,
.wss-cai-audience-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 196, 0, 0.3);
    box-shadow: 0 25px 55px rgba(0,0,0,0.25);
}

.wss-cai-card-number {
    margin-bottom: 26px;
    background: var(--wss-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 35px;
    font-weight: 900;
}

.wss-cai-info-card h3,
.wss-cai-feature-card h3,
.wss-cai-audience-card h3,
.wss-cai-process-card h3 {
    margin-bottom: 13px;
    color: var(--wss-white);
    font-size: 21px;
    line-height: 1.3;
}

.wss-cai-info-card p,
.wss-cai-feature-card p,
.wss-cai-audience-card p,
.wss-cai-process-card p {
    margin-bottom: 0;
    color: var(--wss-muted);
    font-size: 15px;
    line-height: 1.7;
}


/* SOLUCIÓN */

.wss-cai-solution {
    background:
        radial-gradient(circle at 10% 40%, rgba(224, 51, 215, 0.08), transparent 27%),
        #07040d;
}

.wss-cai-solution-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 80px;
    align-items: center;
}

.wss-cai-highlight-box {
    margin-top: 30px;
    padding: 24px;
    border-left: 3px solid var(--wss-gold);
    border-radius: 0 15px 15px 0;
    background: rgba(255, 196, 0, 0.06);
    color: #d7d0df;
    font-size: 16px;
    line-height: 1.7;
}

.wss-cai-highlight-box strong {
    display: block;
    margin-bottom: 5px;
    color: var(--wss-white);
}

.wss-cai-solution-panel {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 24px;
    background: rgba(16, 9, 29, 0.88);
    box-shadow: 0 30px 70px rgba(0,0,0,0.32);
}

.wss-cai-panel-header {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 21px 25px;
    border-bottom: 1px solid var(--wss-border);
    color: var(--wss-white);
    font-size: 14px;
    font-weight: 800;
}

.wss-cai-panel-light {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--wss-gold);
    box-shadow: 0 0 18px var(--wss-gold);
}

.wss-cai-panel-list {
    padding: 14px;
}

.wss-cai-panel-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 19px;
    border-radius: 14px;
    transition: background 0.25s ease;
}

.wss-cai-panel-item:hover {
    background: rgba(255,255,255,0.045);
}

.wss-cai-panel-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 196, 0, 0.25);
    border-radius: 12px;
    background: rgba(255,196,0,0.06);
    color: var(--wss-gold);
    font-size: 12px;
    font-weight: 900;
}

.wss-cai-panel-item p {
    margin: 0;
    color: var(--wss-text);
    font-size: 15px;
    font-weight: 650;
}


/* FUNCIONES */

.wss-cai-features {
    background: #0a0611;
}

.wss-cai-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.wss-cai-feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    border: 1px solid rgba(255,196,0,0.22);
    border-radius: 15px;
    background:
        linear-gradient(145deg, rgba(124,34,255,0.17), rgba(255,196,0,0.08));
    color: var(--wss-gold);
    font-size: 19px;
    font-weight: 900;
}


/* PROCESO */

.wss-cai-process {
    background:
        radial-gradient(circle at 50% 50%, rgba(124,34,255,0.09), transparent 35%),
        #07040d;
}

.wss-cai-process-grid {
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.wss-cai-process-card {
    flex: 1;
    padding: 28px;
    border: 1px solid var(--wss-border);
    border-radius: 18px;
    background: rgba(255,255,255,0.025);
}

.wss-cai-process-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: var(--wss-gradient);
    color: #07030c;
    font-weight: 900;
}

.wss-cai-process-line {
    align-self: center;
    flex: 0 0 25px;
    height: 1px;
    background: linear-gradient(90deg, var(--wss-purple), var(--wss-gold));
}


/* TABLA */

.wss-cai-comparison {
    background: #0a0611;
}

.wss-cai-table-wrapper {
    overflow-x: auto;
    border: 1px solid var(--wss-border);
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

.wss-cai-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    background: rgba(13,8,23,0.95);
}

.wss-cai-table th,
.wss-cai-table td {
    padding: 20px 22px;
    border-right: 1px solid var(--wss-border);
    border-bottom: 1px solid var(--wss-border);
    text-align: center;
}

.wss-cai-table th:first-child,
.wss-cai-table td:first-child {
    text-align: left;
}

.wss-cai-table th {
    color: var(--wss-white);
    font-size: 14px;
    font-weight: 800;
}

.wss-cai-table td {
    color: var(--wss-muted);
    font-size: 14px;
}

.wss-cai-table tr:last-child td {
    border-bottom: none;
}

.wss-cai-table th:last-child,
.wss-cai-table td:last-child {
    border-right: none;
}

.wss-cai-highlight-column {
    background: linear-gradient(
        180deg,
        rgba(124,34,255,0.12),
        rgba(255,196,0,0.06)
    );
    color: var(--wss-white) !important;
    font-weight: 700;
}


/* AUDIENCIA */

.wss-cai-audience {
    background: #07040d;
}

.wss-cai-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.wss-cai-audience-card > div {
    margin-bottom: 25px;
    color: var(--wss-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
}


/* PRECIO */

.wss-cai-pricing {
    background:
        radial-gradient(circle at 50% 50%, rgba(255,196,0,0.08), transparent 30%),
        radial-gradient(circle at 50% 50%, rgba(124,34,255,0.12), transparent 50%),
        #09050f;
}

.wss-cai-pricing-card {
    position: relative;
    max-width: 590px;
    margin: 0 auto;
    padding: 1px;
    border-radius: 29px;
    background: var(--wss-gradient);
    box-shadow:
        0 45px 100px rgba(0,0,0,0.45),
        0 0 75px rgba(124,34,255,0.13);
}

.wss-cai-pricing-content {
    padding: 48px;
    border-radius: 28px;
    background: #0b0612;
}

.wss-cai-popular-label {
    position: absolute;
    top: -16px;
    left: 50%;
    padding: 9px 18px;
    border-radius: 999px;
    background: var(--wss-gradient);
    color: #08030d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.wss-cai-price-header {
    text-align: center;
}

.wss-cai-price-header p {
    margin-bottom: 7px;
    color: var(--wss-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wss-cai-price-header h3 {
    margin-bottom: 25px;
    color: var(--wss-white);
    font-size: 28px;
}

.wss-cai-price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
    color: var(--wss-white);
}

.wss-cai-price strong {
    font-size: 82px;
    line-height: 0.85;
    letter-spacing: -5px;
}

.wss-cai-currency {
    align-self: flex-start;
    margin: 8px 8px 0 0;
    color: var(--wss-gold);
    font-size: 14px;
    font-weight: 900;
}

.wss-cai-period {
    margin-left: 8px;
    color: var(--wss-muted);
    font-size: 15px;
}

.wss-cai-price-description {
    max-width: 440px;
    margin: 0 auto 30px;
    color: var(--wss-muted);
    text-align: center;
    line-height: 1.7;
}

.wss-cai-price-features {
    display: grid;
    gap: 14px;
    margin-bottom: 30px;
    padding: 25px 0;
    border-top: 1px solid var(--wss-border);
    border-bottom: 1px solid var(--wss-border);
}

.wss-cai-price-features div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--wss-text);
    font-size: 15px;
}

.wss-cai-price-features span {
    color: var(--wss-gold);
    font-weight: 900;
}

.wss-cai-button-price {
    width: 100%;
    margin-bottom: 16px;
    background: var(--wss-gradient);
    color: #08030d !important;
    box-shadow: 0 18px 40px rgba(255,196,0,0.12);
}

.wss-cai-pricing-card small {
    display: block;
    color: #7f7788;
    text-align: center;
    line-height: 1.5;
}


/* ECOSISTEMA */

.wss-cai-ecosystem {
    background: #07040d;
}

.wss-cai-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.wss-cai-ecosystem-item {
    position: relative;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--wss-border);
    border-radius: 18px;
    background: rgba(255,255,255,0.025);
}

.wss-cai-ecosystem-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
}

.wss-cai-ecosystem-item span {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.wss-cai-ecosystem-item h3 {
    margin-bottom: 12px;
    color: var(--wss-white);
    font-size: 19px;
}

.wss-cai-ecosystem-item p {
    margin: 0;
    color: var(--wss-muted);
    font-size: 14px;
    line-height: 1.65;
}

.wss-cai-business::before {
    background: linear-gradient(90deg, #0f7cff, #18d7ff);
}

.wss-cai-business span {
    color: #26c7ff;
}

.wss-cai-schema::before {
    background: linear-gradient(90deg, #13d66f, #b4ff00);
}

.wss-cai-schema span {
    color: #6aff8f;
}

.wss-cai-ai::before {
    background: linear-gradient(90deg, #634cff, #b233ff);
}

.wss-cai-ai span {
    color: #a981ff;
}

.wss-cai-content::before {
    background: var(--wss-gradient);
}

.wss-cai-content span {
    color: var(--wss-gold);
}


/* CTA FINAL */

.wss-cai-final-cta {
    padding: 40px 0 100px;
    background: #07040d;
}

.wss-cai-final-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 52px;
    border: 1px solid rgba(255,196,0,0.2);
    border-radius: 28px;
    background:
        linear-gradient(120deg, rgba(124,34,255,0.12), rgba(255,196,0,0.06)),
        #0b0613;
    box-shadow: 0 35px 80px rgba(0,0,0,0.28);
}

.wss-cai-final-box span {
    display: block;
    margin-bottom: 12px;
    color: var(--wss-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wss-cai-final-box h2 {
    margin-bottom: 12px;
    color: var(--wss-white);
    font-size: clamp(28px, 4vw, 45px);
    line-height: 1.08;
}

.wss-cai-final-box p {
    max-width: 700px;
    margin-bottom: 0;
    color: var(--wss-muted);
    font-size: 16px;
    line-height: 1.7;
}


/* RESPONSIVE */

@media (max-width: 1024px) {

    .wss-cai-hero {
        min-height: auto;
        padding-top: 110px;
    }

    .wss-cai-hero-grid,
    .wss-cai-solution-grid {
        grid-template-columns: 1fr;
    }

    .wss-cai-hero-content {
        text-align: center;
    }

    .wss-cai-hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .wss-cai-hero-actions,
    .wss-cai-hero-benefits {
        justify-content: center;
    }

    .wss-cai-hero-visual {
        max-width: 650px;
        margin: 0 auto;
    }

    .wss-cai-logo-card {
        transform: none;
    }

    .wss-cai-problem-grid,
    .wss-cai-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wss-cai-audience-grid,
    .wss-cai-ecosystem-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wss-cai-process-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .wss-cai-process-line {
        display: none;
    }

    .wss-cai-final-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {

    .wss-cai-container {
        width: min(100% - 28px, 1180px);
    }

    .wss-cai-section {
        padding: 78px 0;
    }

    .wss-cai-hero {
        padding: 90px 0 70px;
    }

    .wss-cai-hero-grid {
        gap: 45px;
    }

    .wss-cai-hero h1 {
        font-size: 42px;
        letter-spacing: -1.7px;
    }

    .wss-cai-hero-description {
        font-size: 17px;
    }

    .wss-cai-hero-actions {
        flex-direction: column;
    }

    .wss-cai-button {
        width: 100%;
    }

    .wss-cai-hero-benefits {
        display: grid;
        gap: 10px;
    }

    .wss-cai-logo-card {
        padding: 12px;
        border-radius: 21px;
    }

    .wss-cai-logo-image {
        min-height: 330px;
        border-radius: 14px;
    }

    .wss-cai-logo-status {
        right: 20px;
        bottom: 20px;
    }

    .wss-cai-section-heading h2,
    .wss-cai-solution-content h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .wss-cai-problem-grid,
    .wss-cai-features-grid,
    .wss-cai-audience-grid,
    .wss-cai-ecosystem-grid,
    .wss-cai-process-grid {
        grid-template-columns: 1fr;
    }

    .wss-cai-info-card,
    .wss-cai-feature-card,
    .wss-cai-audience-card {
        padding: 27px;
    }

    .wss-cai-solution-grid {
        gap: 45px;
    }

    .wss-cai-pricing-content {
        padding: 42px 24px 30px;
    }

    .wss-cai-price strong {
        font-size: 69px;
    }

    .wss-cai-final-box {
        padding: 35px 25px;
    }
}/* End custom CSS */