/* AI-inspired visual overhaul */

:root {
    --ai-bg: #0f1218;
    --ai-surface: #171b23;
    --ai-surface-soft: #202632;
    --ai-border: rgba(130, 165, 255, 0.14);
    --ai-border-strong: rgba(130, 165, 255, 0.28);
    --ai-text: #f3f7ff;
    --ai-text-muted: #9ea8bc;
    --ai-accent: #66d9ff;
    --ai-accent-2: #7c93ff;
    --ai-magenta: #c3a0d9;
    --ai-shadow: 0 20px 45px rgba(0, 0, 0, 0.48);
    --ai-glow: 0 1px 0 rgba(255, 255, 255, 0.14) inset, 0 8px 22px rgba(102, 217, 255, 0.14), 0 0 0 1px rgba(124, 147, 255, 0.22);
}

body.ai-style {
    background:
        radial-gradient(900px 460px at 8% -12%, rgba(102, 217, 255, 0.12), transparent 60%),
        radial-gradient(820px 420px at 92% -5%, rgba(124, 147, 255, 0.14), transparent 58%),
        linear-gradient(180deg, #171c26 0%, #0f1218 40%, #0d1015 100%);
    color: var(--ai-text);
    font-family: var(--font-body);
    overflow-x: hidden;
}

body.ai-style::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 1px 1px, rgba(130, 165, 255, 0.16) 1px, transparent 0) 0 0 / 30px 30px,
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 55%);
    opacity: 0.42;
    pointer-events: none;
    z-index: -1;
}

body.ai-style h1,
body.ai-style h2,
body.ai-style h3,
body.ai-style h4,
body.ai-style h5,
body.ai-style h6,
body.ai-style h1 a,
body.ai-style h2 a,
body.ai-style h3 a,
body.ai-style h4 a,
body.ai-style h5 a,
body.ai-style h6 a {
    background: linear-gradient(135deg, #ffffff 8%, #dce7ff 45%, var(--ai-accent) 78%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.02em;
}

body.ai-style p {
    color: var(--ai-text-muted);
}

body.ai-style .content {
    max-width: 1180px;
}

/* Header */
body.ai-style .main-header {
    background: rgba(15, 19, 27, 0.84);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--ai-border);
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.45);
}

body.ai-style .main-header .logo-wrapper span {
    color: #d7e4ff;
    opacity: 0.95;
    letter-spacing: 0.1em;
    font-family: var(--font-display);
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    margin-left: 20px;
}

body.ai-style .main-header .main-menu ul li a {
    color: #e4ecff;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 500;
}

body.ai-style .main-header .main-menu ul li a:hover {
    color: var(--ai-accent);
    border-color: var(--ai-border-strong);
    background: rgba(124, 147, 255, 0.12);
}

/* Buttons and links */
body.ai-style .button,
body.ai-style button,
body.ai-style input[type="submit"],
body.ai-style .products-list .more-products,
body.ai-style .mobile-menu-wrap .bottom-buttons .cta-work-together {
    border-radius: 999px;
    border: 1px solid rgba(102, 217, 255, 0.32);
    background: linear-gradient(90deg, rgba(102, 217, 255, 0.16) 0%, rgba(124, 147, 255, 0.18) 100%);
    color: #eef6ff;
    font-weight: 600;
    box-shadow: var(--ai-glow);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

body.ai-style .button:hover,
body.ai-style button:hover,
body.ai-style input[type="submit"]:hover,
body.ai-style .products-list .more-products:hover,
body.ai-style .mobile-menu-wrap .bottom-buttons .cta-work-together:hover {
    transform: translateY(-1px);
    border-color: rgba(124, 147, 255, 0.38);
    background: linear-gradient(90deg, rgba(102, 217, 255, 0.24) 0%, rgba(195, 160, 217, 0.18) 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 12px 28px rgba(102, 217, 255, 0.2), 0 0 0 1px rgba(102, 217, 255, 0.24);
    color: #fff;
}

body.ai-style a {
    color: var(--skyblue);
}

body.ai-style a:hover {
    color: #fff;
}

/* Hero */
body.ai-style .hero {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(840px 360px at 18% -16%, rgba(102, 217, 255, 0.12), transparent 62%),
        radial-gradient(760px 330px at 88% -12%, rgba(124, 147, 255, 0.14), transparent 60%),
        radial-gradient(700px 280px at 50% 116%, rgba(4, 8, 14, 0.92), transparent 70%),
        linear-gradient(138deg, #10151f 0%, #0b1019 46%, #070b12 100%);
    border-bottom: 1px solid var(--ai-border);
}

body.ai-style .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 1px 1px, rgba(130, 165, 255, 0.15) 1px, transparent 0) 0 0 / 36px 36px,
        radial-gradient(560px 200px at 28% 10%, rgba(102, 217, 255, 0.08), transparent 72%),
        radial-gradient(520px 180px at 78% 18%, rgba(124, 147, 255, 0.08), transparent 72%);
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}

body.ai-style .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 450px at 50% 125%, rgba(3, 6, 11, 0.9), rgba(3, 6, 11, 0) 58%),
        linear-gradient(180deg, rgba(4, 8, 13, 0.18) 0%, rgba(4, 8, 13, 0.54) 100%);
    pointer-events: none;
    z-index: -1;
}

body.ai-style body.ai-style .hero .carousel li .left h2 {
    text-shadow: 0 0 18px rgba(102, 217, 255, 0.14);
}

body.ai-style .hero .carousel li .left p {
    color: #b7c5de;
}

body.ai-style .hero .carousel .slick-arrow {
    opacity: 0.85;
    border: 1px solid var(--ai-border-strong);
    border-radius: 999px;
    background: rgba(23, 29, 39, 0.78);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 8px 22px rgba(102, 217, 255, 0.12), 0 0 0 1px rgba(124, 147, 255, 0.16);
    transition: opacity 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.ai-style .hero .carousel .slick-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) translateY(-1px);
    border-color: rgba(102, 217, 255, 0.34);
    background: linear-gradient(90deg, rgba(102, 217, 255, 0.22) 0%, rgba(195, 160, 217, 0.16) 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 12px 28px rgba(102, 217, 255, 0.2), 0 0 0 1px rgba(102, 217, 255, 0.24);
}

/* Keep hero slick glows visible without breaking slide clipping */
body.ai-style .hero .carousel .slick-list {
    padding: 12px 20px;
    margin: -12px -20px;
}

@media screen and (min-width: 1024px) {
    body.ai-style .hero .carousel .slick-prev {
        left: -90px;
        right: auto;
    }

    body.ai-style .hero .carousel .slick-next {
        right: -90px;
    }
}

/* Cards */
body.ai-style .home-news {
    background: transparent;
}

body.ai-style .post-card .post-card-content,
body.ai-style .projects-list ul li .box-content {
    border: 1px solid var(--ai-border);
    background: linear-gradient(180deg, rgba(28, 34, 45, 0.92), rgba(19, 23, 30, 0.95));
    box-shadow: var(--ai-shadow);
    border-radius: 16px;
}

body.ai-style .post-card .post-card-content .post-card-text-content .date {
    color: #8ea3c8;
}

body.ai-style .post-card .post-card-content:hover,
body.ai-style .projects-list ul li .box-content:hover {
    transform: translateY(-4px);
    border-color: var(--ai-border-strong);
}

/* PDE card text block (4th item in software projects list) */
body.ai-style .software-page .projects-list ul li:nth-child(4) .box-content .text {
    padding: 16px 20px 16px;
    background: linear-gradient(180deg, rgba(20, 26, 37, 0.94), rgba(14, 19, 29, 0.97));
    border-top: 1px solid rgba(124, 147, 255, 0.2);
}

body.ai-style .software-page .projects-list ul li:nth-child(4) .box-content .text h3 {
    font-size: 1.24em;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

body.ai-style .software-page .projects-list ul li:nth-child(4) .box-content .services-logos {
    margin-top: 8px;
}

body.ai-style .software-page .projects-list ul li:nth-child(4) .box-content .services-logos li {
    width: 28px;
    min-width: 28px;
    height: 28px;
}

/* Sections */
body.ai-style .experience,
body.ai-style .service-row,
body.ai-style .who-we-are-mision,
body.ai-style .who-we-are-vision,
body.ai-style .who-we-are-intro-text,
body.ai-style .services-description-page .intro,
body.ai-style .post-content,
body.ai-style .page-content {
    background: transparent;
}

body.ai-style .service-row {
    border-top: 1px solid rgba(142, 168, 216, 0.16);
}

body.ai-style .service-row:nth-child(odd) {
    background: rgba(22, 27, 36, 0.58);
}

body.ai-style.home .service-row.server,
body.ai-style.home .service-row.server:nth-child(odd) {
    background: transparent;
    padding: 120px 0;
    border-top: none;
}

body.ai-style .service-row .text p,
body.ai-style .services-description-page .intro .content p,
body.ai-style .who-we-are-intro-text p,
body.ai-style .who-we-are-mision p,
body.ai-style .who-we-are-vision p,
body.ai-style .contact-page .contact-form .right p,
body.ai-style .post-content .article-content p {
    color: var(--ai-text-muted);
}

body.ai-style .section-title,
body.ai-style .post-title,
body.ai-style .page-title,
body.ai-style .top-title-page h1 {
    background: linear-gradient(135deg, #ffffff 8%, #dce7ff 45%, var(--ai-accent) 78%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Inputs */
body.ai-style input,
body.ai-style select,
body.ai-style textarea {
    background: rgba(22, 27, 36, 0.84);
    color: #f4f8ff;
    border: 1px solid rgba(130, 165, 255, 0.18);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.ai-style input:focus,
body.ai-style select:focus,
body.ai-style textarea:focus {
    border-color: rgba(102, 217, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(102, 217, 255, 0.16);
}

/* Match pre-footer fields with Trabajemos Juntos controls */
body.ai-style .pre-footer .form input:not([type="submit"]),
body.ai-style .pre-footer .form select,
body.ai-style .pre-footer .form textarea,
body.ai-style .pre-footer .form .selector {
    background: rgba(22, 27, 36, 0.84);
    color: #f4f8ff;
    border: 1px solid rgba(130, 165, 255, 0.18);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.ai-style .pre-footer .form input:not([type="submit"]):focus,
body.ai-style .pre-footer .form select:focus,
body.ai-style .pre-footer .form textarea:focus,
body.ai-style .pre-footer .form .selector:focus-within {
    border-color: rgba(102, 217, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(102, 217, 255, 0.16);
}

/* Read more */
body.ai-style .read-more span {
    color: #dce8ff;
}

body.ai-style .read-more i {
    border-color: var(--ai-border-strong);
    background: rgba(124, 147, 255, 0.2);
    color: #fff;
}

body.ai-style .read-more:hover i {
    background: rgba(102, 217, 255, 0.24);
}

/* Mobile menu */
body.ai-style .mobile-menu-wrap {
    background: #141821;
    border-right: 1px solid var(--ai-border-strong);
}

body.ai-style .mobile-menu-wrap .logo-header {
    background: linear-gradient(135deg, #202632 0%, #141821 100%);
    border-bottom: 1px solid var(--ai-border);
}

body.ai-style .mobile-menu-wrap .mobile-menu li a {
    color: #dce7ff;
}

body.ai-style .mobile-menu-wrap .mobile-menu li a:hover {
    background: rgba(124, 147, 255, 0.2);
}

/* Footer */
body.ai-style .pre-footer {
    background:
        radial-gradient(420px 220px at 12% 15%, rgba(102, 217, 255, 0.1), transparent 60%),
        radial-gradient(520px 230px at 86% 20%, rgba(124, 147, 255, 0.12), transparent 55%),
        linear-gradient(130deg, #202632 0%, #151922 100%);
    border-top: 1px solid var(--ai-border);
    border-bottom: 1px solid var(--ai-border);
}

body.ai-style .main-footer {
    background: #12161d;
    border-top: 1px solid rgba(142, 168, 216, 0.18);
}

body.ai-style .post-footer {
    background: #0d1015;
    border-top: 1px solid rgba(142, 168, 216, 0.18);
}

body.ai-style .main-footer .menu-item a {
    color: #c8d7f2;
}

body.ai-style .main-footer .menu-item a:hover {
    color: #fff;
}

body.ai-style .main-footer .social-links a {
    background: rgba(124, 147, 255, 0.1) !important;
    border: 1px solid var(--ai-border-strong);
}

body.ai-style .main-footer .social-links a:hover {
    background: rgba(102, 217, 255, 0.16) !important;
    color: #fff;
}

/* WhatsApp button */
body.ai-style .whatsapp-floating-button {
    background: linear-gradient(140deg, #2f3744 0%, #0e7490 100%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 10px 24px rgba(1, 22, 39, 0.5);
    color: var(--white);
    opacity: .8;
}

body.ai-style .whatsapp-floating-button:hover {
    opacity: 1;
}

/* Scrollbar */
body.ai-style ::-webkit-scrollbar-track {
    background-color: #15181c;
}

body.ai-style ::-webkit-scrollbar-thumb {
    background-color: #425b86;
    border: 2px solid #15181c;
}

/* Responsive touchups */
@media screen and (max-width: 1280px) {
    body.ai-style .hero .carousel li .left h2 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 1023px) {
    body.ai-style .main-header {
        height: 60px;
    }
    
    body.ai-style .main-header .logo-wrapper span {
        opacity: 0.85;
        margin-left: 10px;
    }
    
    body.ai-style .main-header .logo-wrapper span .ai-status-dot{
        width: 6px;
        height: 6px;
    }
    
    body.ai-style .hero {
        margin-top: 60px;
    }

    body.ai-style .post-card .post-card-content,
    body.ai-style .projects-list ul li .box-content {
        border-radius: 14px;
    }
}

@media screen and (max-width: 767px) {
    body.ai-style .hero {
        height: 700px;
    }

    body.ai-style .hero .carousel li .left h2 {
        font-size: 2em;
    }

    body.ai-style .hero .carousel li .left p,
    body.ai-style .services-description-page .intro .content p,
    body.ai-style .who-we-are-intro-text p,
    body.ai-style .who-we-are-mision p,
    body.ai-style .who-we-are-vision p,
    body.ai-style .post-content .article-content,
    body.ai-style .contact-page .contact-form .right p {
        font-size: 0.98em;
        line-height: 1.6;
    }

    body.ai-style .ai-stats-strip .content {
        flex-wrap: wrap;
        gap: 30px;
    }

    body.ai-style .ai-stat {
        width: 45%;
        padding: 0 20px;
    }

    body.ai-style .ai-stat-sep {
        display: none;
    }

    body.ai-style .ai-stat-number {
        font-size: 2.5em;
    }
}

/* =============================================
   AI STATUS DOT
   ============================================= */
body.ai-style .ai-status-dot {
    display: inline-block;
    margin: 0 !important;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ai-accent);
    vertical-align: middle;
    position: absolute !important;
    top: 50%;
    left: 0;
    padding: 0 !important;
    transform: translateY(-50%);
    box-shadow: 0 0 6px var(--ai-accent);
    animation: ai-pulse-dot 2.4s ease-in-out infinite;
}

@keyframes ai-pulse-dot {
    0%, 100% { box-shadow: 0 0 4px var(--ai-accent); opacity: 1; }
    50% { box-shadow: 0 0 14px var(--ai-accent), 0 0 28px rgba(45, 226, 230, 0.35); opacity: 0.75; }
}

/* =============================================
   AI BADGE CHIP
   ============================================= */
body.ai-style .ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(102, 217, 255, 0.08);
    border: 1px solid rgba(102, 217, 255, 0.2);
    color: var(--ai-accent);
    font-size: 0.72em;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--font-display);
    backdrop-filter: blur(6px);
}

body.ai-style .ai-badge i {
    font-size: 1.5em;
    opacity: 0.9;
}

/* =============================================
   HERO — refined
   ============================================= */
body.ai-style .hero .carousel li .left {
    position: relative;
}

body.ai-style .hero .carousel li .left h2 {
    font-weight: 700;
    line-height: 1;
}

/* =============================================
   EXPERIENCE — glassmorphic cards
   ============================================= */
body.ai-style .experience ul {
    gap: 24px;
}

body.ai-style .experience ul li {
    background: rgba(24, 29, 38, 0.76);
    border: 1px solid var(--ai-border);
    border-radius: 20px;
    padding: 38px 40px;
    backdrop-filter: blur(10px);
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 8px 32px rgba(2, 8, 22, 0.4);
}

body.ai-style .experience ul li:hover {
    border-color: var(--ai-border-strong);
    transform: translateY(-5px);
    box-shadow: 0 24px 55px rgba(2, 8, 22, 0.55), 0 0 0 1px rgba(102, 217, 255, 0.18);
}

body.ai-style .experience ul li figure img {
    filter: drop-shadow(0 0 10px rgba(102, 217, 255, 0.36));
}

body.ai-style .experience ul li h3 {
    font-size: 2.3em;
    margin-bottom: 12px;
    line-height: 1.1;
}

/* =============================================
   STATS STRIP
   ============================================= */
body.ai-style .ai-stats-strip {
    padding: 65px 0;
    border-top: 1px solid var(--ai-border);
    border-bottom: 1px solid var(--ai-border);
    background: rgba(17, 21, 29, 0.82);
    backdrop-filter: blur(6px);
}

body.ai-style .ai-stats-strip .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.ai-style .ai-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 55px;
    flex: 1;
}

body.ai-style .ai-stat-number {
    font-family: var(--font-display);
    font-size: 3.4em;
    font-weight: 700;
    background: linear-gradient(135deg, #f6f9ff 0%, var(--ai-accent) 45%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

body.ai-style .ai-stat-label {
    font-size: 0.78em;
    color: var(--ai-text-muted);
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}

body.ai-style .ai-stat-sep {
    width: 1px;
    height: 52px;
    background: var(--ai-border);
    flex-shrink: 0;
}

/* =============================================
   TOP TITLE PAGE — gradient heading + glow
   ============================================= */
body.ai-style .top-title-page {
    padding: 55px 0 48px;
    position: relative;
    overflow: hidden;
}

body.ai-style .top-title-page::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(102, 217, 255, 0.55) 28%, rgba(124, 147, 255, 0.5) 72%, transparent 100%);
    box-shadow: 0 0 18px rgba(102, 217, 255, 0.25);
    pointer-events: none;
}

/* Reusable glow divider based on top-title-page::after */
body.ai-style .glow-light.divider,
body.ai-style .glow-light-divider {
    display: block;
    height: 1px;
    width: 84%;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent 0%, rgba(102, 217, 255, 0.55) 28%, rgba(124, 147, 255, 0.5) 72%, transparent 100%);
    box-shadow: 0 0 18px rgba(102, 217, 255, 0.25);
    pointer-events: none;
}

body.ai-style .top-title-page h1 {
    background: linear-gradient(135deg, #ffffff 10%, #dce7ff 45%, var(--ai-accent) 75%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-size: 3em;
    font-weight: 700;
    position: relative;
}

/* =============================================
   SERVICE ROWS — accent left bar on headings
   ============================================= */
body.ai-style .service-row .text h2 {
    position: relative;
    padding-left: 20px;
}

body.ai-style .service-row .text h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--ai-accent) 0%, var(--ai-accent-2) 100%);
    box-shadow: 0 0 10px rgba(102, 217, 255, 0.26);
}

body.ai-style .service-row .text a {
    color: var(--skyblue);
}

body.ai-style .service-row .text a:hover {
    color: #fff;
    text-decoration: none;
}

/* =============================================
   SERVICES INTRO — description page
   ============================================= */
body.ai-style .services-description-page .intro .content a {
    color: var(--skyblue);
}

/* =============================================
   BEAM DIVIDER
   ============================================= */
body.ai-style .ai-beam-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(102, 217, 255, 0.55) 25%, rgba(124, 147, 255, 0.55) 50%, rgba(195, 160, 217, 0.35) 75%, transparent 100%);
    position: relative;
    overflow: visible;
    margin: 0;
}

body.ai-style .ai-beam-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--ai-accent), var(--ai-accent-2));
    box-shadow: 0 0 20px rgba(102, 217, 255, 0.38), 0 0 40px rgba(102, 217, 255, 0.18);
}

/* =============================================
   PRE-FOOTER — gradient heading
   ============================================= */
body.ai-style .pre-footer h2 {
    background: linear-gradient(135deg, #fff 15%, #dce7ff 50%, var(--ai-accent) 80%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    padding-bottom: 10px;
}

/* =============================================
   HOME NEWS — section title gradient
   ============================================= */
body.ai-style .home-news .section-title {
    background: linear-gradient(90deg, #fff 0%, #dce7ff 55%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* =============================================
   WHO WE ARE — gradient headline + icon glow
   ============================================= */
body.ai-style .who-we-are-intro h2 {
    background: linear-gradient(135deg, #ffffff 10%, #dce7ff 50%, var(--ai-accent) 80%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.ai-style .who-we-are-mision figure img,
body.ai-style .who-we-are-vision figure img {
    filter: drop-shadow(0 0 14px rgba(102, 217, 255, 0.22));
}

body.ai-style .who-we-are-mision h3,
body.ai-style .who-we-are-vision h3 {
    background: linear-gradient(90deg, #fff 0%, #dce7ff 55%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.ai-style.who-we-are-page .who-we-are-mision,
body.ai-style.who-we-are-page .who-we-are-vision {
    border-top: 1px solid var(--ai-border);
    border-bottom: 1px solid var(--ai-border);
}

body.ai-style.who-we-are-page .who-we-are-mision {
    background:
        radial-gradient(560px 220px at 16% 18%, rgba(102, 217, 255, 0.08), transparent 65%),
        linear-gradient(145deg, rgba(21, 27, 38, 0.92) 0%, rgba(14, 18, 27, 0.96) 100%);
}

body.ai-style.who-we-are-page .who-we-are-vision {
    background:
        radial-gradient(520px 200px at 84% 24%, rgba(124, 147, 255, 0.12), transparent 62%),
        linear-gradient(145deg, rgba(17, 22, 31, 0.92) 0%, rgba(11, 14, 22, 0.96) 100%);
}

/* =============================================
   FOOTER — widget titles gradient
   ============================================= */
body.ai-style .main-footer .footer-widget-title {
    background: linear-gradient(90deg, #fff 0%, #dce7ff 55%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
}

body.ai-style .post-footer .copy,
body.ai-style .post-footer .locations {
    color: var(--ai-text-muted);
}

/* =============================================
   CONTENT TAGS — pill style
   ============================================= */
body.ai-style .content-tag a {
    background: rgba(124, 147, 255, 0.12);
    border: 1px solid rgba(124, 147, 255, 0.24);
    color: #dce7ff;
    border-radius: 999px;
    padding: 4px 14px;
    font-size: 0.76em;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
}

/* =============================================
   POST SIDEBAR & CONTENT
   ============================================= */
body.ai-style .post-content .content .column-right ul li {
    background: rgba(24, 29, 38, 0.76);
    border: 1px solid var(--ai-border);
    border-radius: 20px;
    padding: 22px 24px;
    margin-bottom: 16px;
    backdrop-filter: blur(10px);
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 8px 32px rgba(2, 8, 22, 0.4);
}

body.ai-style .post-content .content .column-right ul li:hover {
    border-color: var(--ai-border-strong);
    transform: translateY(-5px);
    box-shadow: 0 24px 55px rgba(2, 8, 22, 0.55), 0 0 0 1px rgba(102, 217, 255, 0.18);
}

body.ai-style .post-content .content .column-right ul li:last-child {
    border-bottom: 1px solid var(--ai-border);
}

body.ai-style .post-content .content .column-right ul li a {
    color: var(--ai-accent-2);
}

body.ai-style .post-content .content .column-right ul li a:hover {
    color: var(--ai-accent);
}

body.ai-style .post-content .content .column-right .posts-aside-title {
    background: linear-gradient(90deg, #fff 0%, var(--ai-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* =============================================
   CONTACT PAGE
   ============================================= */
body.ai-style .pre-footer .recaptcha-message a,
body.ai-style .contact-page .contact-form .left .recaptcha-message a {
    color: var(--ai-accent);
    opacity: 0.8;
    text-decoration: none;
}

body.ai-style .pre-footer .recaptcha-message a:hover,
body.ai-style .contact-page .contact-form .left .recaptcha-message a:hover {
    text-decoration: underline;
    color: var(--white);
}

/* =============================================
   RESPONSIVE EXTRAS
   ============================================= */
@media screen and (max-width: 1023px) {
    body.ai-style .experience ul li {
        padding: 28px 28px;
    }

    body.ai-style .top-title-page h1 {
        font-size: 2.4em;
        line-height: 1.2;
    }

    body.ai-style .ai-stat-number {
        font-size: 2.8em;
    }

    body.ai-style .ai-stat {
        padding: 0 30px;
    }
    
    body.ai-style .top-title-page{
        padding: 55px 0 30px;
    }

    body.ai-style .experience ul li h3{
        font-size: 1.8em;
    }

    body.ai-style.home .service-row.server, 
    body.ai-style.home .service-row.server:nth-child(odd){
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    body.ai-style .experience ul li {
        padding: 24px 22px;
        border-radius: 16px;
    }

    body.ai-style .top-title-page h1 {
        font-size: 2em;
    }

    body.ai-style .service-row .text h2 {
        font-size: 1.55em;
        padding-left: 16px;
    }

    body.ai-style .ai-badge {
        font-size: 0.68em;
        padding: 4px 11px;
    }
}
