:root {
    --black: #000625;
    --deep: #000625;
    --panel: #000625;
    --border: #9096a5;
    --accent: #D20765;
    --accent2: #0076ff;
    --text: #c8cdd8;
    --muted: #b3bedb;
    --white: #f0f2f5;
    --danger: #ff4444;
}


.content-inner1{
    padding: 100px 0;
}
@media (max-width: 991px) {
    .content-inner1{
        padding: 50px 0;
    }
}
@media (max-width: 575px) {
    .content-inner1 {
        padding: 30px 0;
    }
}
.content-inner2 {
    padding-top: 100px;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .content-inner1 {
        padding-top: 50px;
    }
}

@media (max-width: 575px) {
    .content-inner1 {
        padding-top: 30px;
    }
}
.content-inner3 {
    padding-top: 0;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .content-inner3 {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .content-inner3 {
        padding-bottom: 30px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--black);
    color: var(--text);
    font-family: 'APTOS';
    font-weight: 300;
    line-height: 1.6;
    overflow-x: hidden;
}

.sticky-contact-rail {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sticky-contact-link {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--white);
    background: linear-gradient(135deg, rgba(17, 24, 42, 0.96), rgba(8, 12, 24, 0.94));
    border: 1px solid rgba(144, 150, 165, 0.22);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.02) inset;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
    backdrop-filter: blur(8px);
}

.sticky-contact-link:hover {
    color: var(--white);
    transform: translateX(-4px);
    border-color: rgba(0, 118, 255, 0.48);
    background: linear-gradient(135deg, rgba(23, 45, 88, 0.98), rgba(10, 20, 42, 0.96));
    box-shadow:
        0 16px 30px rgba(0, 118, 255, 0.2),
        0 8px 18px rgba(210, 7, 101, 0.14),
        0 0 18px rgba(0, 118, 255, 0.16);
}

.sticky-contact-link svg {
    width: 22px;
    height: 22px;
}

.sticky-contact-link--whatsapp:hover {
    border-color: rgba(37, 211, 102, 0.6);
    box-shadow:
        0 16px 30px rgba(37, 211, 102, 0.2),
        0 0 18px rgba(37, 211, 102, 0.16);
}

.sticky-contact-link--mail:hover {
    border-color: rgba(255, 162, 72, 0.58);
    box-shadow:
        0 16px 30px rgba(255, 162, 72, 0.18),
        0 0 18px rgba(255, 162, 72, 0.14);
}

.sticky-contact-link--call:hover {
    border-color: rgba(93, 186, 255, 0.6);
}

@media (max-width: 767.98px) {
    .sticky-contact-rail {
        right: 12px;
        top: auto;
        bottom: 14px;
        transform: none;
        flex-direction: column;
        gap: 8px;
    }

    .sticky-contact-link {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .sticky-contact-link svg {
        width: 20px;
        height: 20px;
    }
}

/* HEADER / NAVBAR */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.main-nav {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    padding: 1.25rem 0;
}

.navbar-brand.brand-logo {
    font-family: "Bebas Neue", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.9rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--white);
}

.navbar-brand.brand-logo:hover {
    color: var(--white);
}

.main-nav .nav-link {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--muted);
    padding-inline: 0.9rem;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
    color: var(--white);
}

.main-nav .nav-link.nav-link-muted {
    opacity: 0.8;
}

.main-nav .dropdown-menu {
    background: rgba(10, 14, 28, 0.96);
    border: 1px solid rgba(144, 150, 165, 0.22);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    padding: 0.55rem;
}

.main-nav .dropdown-menu li + li {
    margin-top: 0.28rem;
}

.main-nav .dropdown-menu .dropdown-item,
.main-nav .dropdown-menu .nav-link {
    color: var(--white);
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    display: block;
}

.main-nav .dropdown-menu .dropdown-item:hover,
.main-nav .dropdown-menu .dropdown-item:focus,
.main-nav .dropdown-menu .nav-link:hover,
.main-nav .dropdown-menu .nav-link:focus,
.main-nav .dropdown-menu .nav-link.active {
    color: var(--white);
    background: linear-gradient(90deg, rgba(0, 118, 255, 0.16), rgba(210, 7, 101, 0.14));
}

.main-nav .dropdown-divider {
    border-top-color: rgba(144, 150, 165, 0.2);
}

.header-products-menu {
    min-width: 380px;
    max-width: 420px;
    padding: 0.85rem;
    overflow: hidden;
}

.header-products-head {
    padding: 0.15rem 0.2rem 0.75rem;
}

.header-products-kicker {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(240, 242, 245, 0.6);
}

.header-products-title {
    margin: 0.3rem 0 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
}

.header-products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.2rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 118, 255, 0.55) rgba(255, 255, 255, 0.06);
}

.header-products-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    padding: 0.8rem;
    border-radius: 16px;
    text-decoration: none;
    color: var(--white);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(144, 150, 165, 0.16);
    min-height: 80px;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.header-products-card:hover,
.header-products-card:focus,
.header-products-card--active {
    color: var(--white);
    transform: translateY(-2px);
    border-color: rgba(0, 118, 255, 0.34);
    background: linear-gradient(135deg, rgba(0, 118, 255, 0.16), rgba(210, 7, 101, 0.12));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.header-products-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--white);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.header-products-icon--pink {
    background: linear-gradient(135deg, #d20765, #ff6bb0);
}

.header-products-icon--blue {
    background: linear-gradient(135deg, #0076ff, #52b2ff);
}

.header-products-icon--violet {
    background: linear-gradient(135deg, #6b5cff, #a86dff);
}

.header-products-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.header-products-copy strong {
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.2;
}

.header-products-copy small {
    margin-top: 0.22rem;
    color: rgba(240, 242, 245, 0.7);
    font-size: 0.82rem;
    line-height: 1.45;
}

.header-products-grid::-webkit-scrollbar {
    width: 8px;
}

.header-products-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
}

.header-products-grid::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(0, 118, 255, 0.85), rgba(210, 7, 101, 0.75));
    border-radius: 999px;
}

.header-products-grid::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(64, 156, 255, 0.95), rgba(232, 72, 147, 0.88));
}

.btn-get-started {
    border-radius: 999px;
    padding-inline: 1.6rem;
    padding-block: 0.55rem;
    font-weight: 600;
    font-size: 0.9rem;
    background: var(--accent2);
    border: none;
    box-shadow: 0 14px 40px rgba(0, 118, 255, 0.45);
}

.btn-get-started:hover {
    background: #1d8bff;
}

/* HERO BANNER WITH VIDEO */
.hero-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--white);
    padding-top: 80px; /* so content is not hidden under mobile navbar */
    overflow: hidden;
}

.hero-video-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(0, 118, 255, 0.65), transparent 55%),
        radial-gradient(circle at bottom right, rgba(210, 7, 101, 0.7), transparent 50%),
        linear-gradient(to right, rgba(0, 6, 37, 0.95), rgba(0, 6, 37, 0.6));
    mix-blend-mode: multiply;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    padding-top: 6rem;
    padding-bottom: 4rem;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.15rem 0.8rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
    margin-bottom: 1.1rem;
}

.hero-title {
    font-family: "Bebas Neue", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2.5rem, 4vw + 1.5rem, 3.8rem);
    letter-spacing: 0.04em;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.hero-subtitle {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(0.98rem, 0.25vw + 0.9rem, 1.05rem);
    max-width: 32rem;
    color: var(--text);
    margin-bottom: 1.8rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    margin-bottom: 1rem;
}

.hero-btn-primary {
    border-radius: 999px;
    padding-inline: 1.7rem;
    padding-block: 0.65rem;
    font-weight: 600;
    box-shadow: 0 18px 50px rgba(0, 118, 255, 0.6);
}

.hero-btn-secondary {
    border-radius: 999px;
    padding-inline: 1.4rem;
    padding-block: 0.6rem;
    font-weight: 500;
    border-width: 1px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(18px);
}

.hero-footnote {
    font-size: 0.85rem;
    color: var(--muted);
}

/* ===== KNOWLEDGE HERO SECTION ===== */
.knowledge-hero-section {
    position: relative;
    background:
    linear-gradient(90deg, #00020a 0%, #03030c 40%, #010110 100%);
    overflow: hidden;
}

.knowledge-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 55%, rgba(44, 105, 255, 0.34), transparent 38%),
        radial-gradient(circle at 90% 80%, rgba(69, 143, 255, 0.2), transparent 32%);
    pointer-events: none;
}

.knowledge-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(100px, 0.42fr) minmax(0, 1fr);
    align-items: center;
    gap: 16px 20px;
    min-height: 420px;
}

.knowledge-copy {
    max-width: 520px;
}

.knowledge-title {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2rem, 2vw + 1.25rem, 4.05rem);
    line-height: 1.04;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
}

.knowledge-text {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    max-width: 380px;
    color: rgba(240, 242, 245, 0.74);
    font-size: 1.03rem;
    line-height: 1.55;
    margin-bottom: 22px;
}

.knowledge-btn {
    border-radius: 999px;
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 14px 45px rgba(0, 118, 255, 0.55);
}

.knowledge-robot-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    pointer-events: none;
}

.knowledge-robot-figure {
    position: relative;
    display: inline-block;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}

.knowledge-robot-figure::before,
.knowledge-robot-figure::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 33%;
    width: 12%;
    height: 6%;
    border-radius: 50%;
    background: linear-gradient(180deg, #0a0a10 0%, #030308 100%);
    transform-origin: 50% 0%;
    transform: scaleY(0.06);
    pointer-events: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
    animation: none;
}

.knowledge-hero-section.knowledge-robot-fired .knowledge-robot-figure::before,
.knowledge-hero-section.knowledge-robot-fired .knowledge-robot-figure::after {
    animation: knowledgeRobotBlink 8.75s ease-in-out forwards;
}

.knowledge-robot-figure::before {
    left: 36%;
}

.knowledge-robot-figure::after {
    left: 52%;
}

.knowledge-scroll-robot {
    width: auto;
    max-width: clamp(104px, 12vw, 176px);
    height: auto;
    display: block;
    filter: drop-shadow(0 18px 36px rgba(0, 118, 255, 0.28));
}

.knowledge-hero-section.knowledge-robot-fired .knowledge-robot-figure {
    visibility: visible;
    animation: knowledgeRobotBounce 8.75s ease-in-out forwards;
}

@media (prefers-reduced-motion: reduce) {
    .knowledge-robot-slot {
        display: none;
    }

    .knowledge-hero-section.knowledge-robot-fired .knowledge-robot-figure {
        animation: none;
    }

    .knowledge-hero-section.knowledge-robot-fired .knowledge-robot-figure::before,
    .knowledge-hero-section.knowledge-robot-fired .knowledge-robot-figure::after {
        animation: none;
    }
}

@keyframes knowledgeRobotBounce {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }
    3% {
        opacity: 1;
        transform: translateY(0);
    }
    10% {
        transform: translateY(-8px);
    }
    17% {
        transform: translateY(0);
    }
    24% {
        transform: translateY(-8px);
    }
    31% {
        transform: translateY(0);
    }
    38% {
        transform: translateY(-8px);
    }
    45% {
        transform: translateY(0);
    }
    52% {
        transform: translateY(-8px);
    }
    59% {
        transform: translateY(0);
    }
    66% {
        transform: translateY(-8px);
    }
    73% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(-8px);
    }
    87% {
        opacity: 1;
        transform: translateY(0);
    }
    93% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 0;
        transform: translateY(14px);
    }
}

@keyframes knowledgeRobotBlink {
    0%,
    3%,
    9.2% {
        transform: scaleY(0.06);
    }
    9.8% {
        transform: scaleY(1);
    }
    10.5% {
        transform: scaleY(0.06);
    }
    23.2% {
        transform: scaleY(0.06);
    }
    23.8% {
        transform: scaleY(1);
    }
    24.5% {
        transform: scaleY(0.06);
    }
    37.2% {
        transform: scaleY(0.06);
    }
    37.8% {
        transform: scaleY(1);
    }
    38.5% {
        transform: scaleY(0.06);
    }
    51.2% {
        transform: scaleY(0.06);
    }
    51.8% {
        transform: scaleY(1);
    }
    52.5% {
        transform: scaleY(0.06);
    }
    65.2% {
        transform: scaleY(0.06);
    }
    65.8% {
        transform: scaleY(1);
    }
    66.5% {
        transform: scaleY(0.06);
    }
    79.2% {
        transform: scaleY(0.06);
    }
    79.8% {
        transform: scaleY(1);
    }
    80.5%,
    87%,
    93%,
    100% {
        transform: scaleY(0.06);
    }
}

.knowledge-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
}

.knowledge-phone-wrap {
    position: relative;
    transform: rotate(-65deg);
}

/* .knowledge-phone-wrap::before {
    content: "";
    position: absolute;
    inset: 18% -18% -16% -18%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18, 61, 164, 0.65), rgba(18, 61, 164, 0));
    filter: blur(8px);
    z-index: 0;
} */

.knowledge-phone {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 40px 75px rgba(0, 0, 0, 0.75));
}

.knowledge-phone-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 36px;
    background: linear-gradient(180deg, #151b37, #0d1021 70%);
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.knowledge-phone-notch {
    width: 38%;
    height: 16px;
    border-radius: 999px;
    background: rgba(6, 10, 18, 0.95);
    margin: 12px auto 8px;
}

.knowledge-phone-screen {
    padding: 12px;
}

.kp-pill {
    height: 26px;
    border-radius: 10px;
    background: linear-gradient(90deg, #8e56ff, #5c91ff);
    margin-bottom: 10px;
}

.kp-card {
    height: 150px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(125, 172, 255, 0.55), rgba(57, 87, 176, 0.55));
    margin-bottom: 12px;
}

.kp-row {
    height: 18px;
    border-radius: 7px;
    background: rgba(168, 184, 221, 0.25);
    margin-bottom: 8px;
}

/* RESPONSIVE TWEAKS */
@media (max-width: 991.98px) {
    .main-nav {
        background: rgba(0, 0, 0, 0.9);
    }

    .main-nav .navbar-collapse {
        margin-top: 0.9rem;
        padding: 1rem;
        border-radius: 20px;
        background: rgba(7, 11, 22, 0.94);
        border: 1px solid rgba(144, 150, 165, 0.14);
        box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
    }

    .main-nav .dropdown-menu.header-products-menu {
        min-width: 100%;
        max-width: 100%;
        position: static;
        transform: none;
        margin-top: 0.55rem;
        box-shadow: none;
    }

    .header-products-grid {
        gap: 0.45rem;
        max-height: 250px;
    }

    .hero-banner {
        align-items: flex-end;
        text-align: left;
    }

    .hero-content {
        padding-top: 5.5rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 575.98px) {
    .header-products-menu {
        padding: 0.7rem;
    }

    .header-products-card {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 0.7rem;
        padding: 0.72rem;
        border-radius: 14px;
        min-height: 74px;
    }

    .header-products-icon {
        width: 42px;
        height: 42px;
        font-size: 0.76rem;
    }

    .header-products-copy strong {
        font-size: 0.92rem;
    }

    .header-products-copy small {
        font-size: 0.78rem;
    }

    .hero-banner {
        min-height: 100vh;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-content {
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .knowledge-hero-section {
        padding: 72px 0 80px;
    }

    .knowledge-hero-shell {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 8px;
    }

    .knowledge-copy {
        margin: 0 auto;
    }

    .knowledge-text {
        margin-left: auto;
        margin-right: auto;
    }

    .knowledge-visual {
        min-height: 320px;
    }

    .knowledge-robot-slot {
        min-height: 120px;
        padding: 8px 0 4px;
    }

    .knowledge-scroll-robot {
        max-width: min(160px, 42vw);
    }

    .knowledge-phone-wrap {
        width: min(300px, 70vw);
        transform: rotate(-5deg);
    }
}

@media (max-width: 575.98px) {
    .knowledge-hero-section {
        padding: 62px 0 72px;
    }

    .knowledge-title {
        font-size: clamp(1.75rem, 7vw, 2.5rem);
    }

    .knowledge-text {
        font-size: 0.95rem;
    }

    .knowledge-phone-wrap {
        width: min(260px, 78vw);
    }
}

/* GRID OVERLAY */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 200, 160, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 200, 160, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

/* ===== AI HELPERS SLIDER ===== */
.ai-slider-section {
    position: relative;
    padding: 80px 0 90px;
    background: radial-gradient(circle at top, rgb(0 0 0), #000000 55%);
}

.ai-slider-shell {
    position: relative;
    border-radius: 40px;
    padding: 30px 18px;
    background: radial-gradient(circle at center, #02081e 0, #000000 70%);
    overflow: hidden;
}

.ai-slider-shell::before,
.ai-slider-shell::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 130px;
    z-index: 5;
    pointer-events: none;
}

.ai-slider-shell::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.96), transparent);
}

.ai-slider-shell::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.96), transparent);
}

.ai-swiper {
    padding: 10px 40px 26px;
}

.ai-card {
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    overflow: hidden;
    background: #050814;
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.86),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}

.ai-card-media {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.ai-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ai-card-media::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.ai-card-body {
    padding: 20px 22px 22px;
    color: var(--white);
}

.ai-card-title {
    font-family: "Bebas Neue", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.2;
}

.ai-card-title-link {
    color: inherit;
    text-decoration: none;
    display: inline;
    background-image: linear-gradient(90deg, #3ac4ce, #a181ff, #ff984e);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: left calc(100% - 1px);
    padding-bottom: 2px;
    transition:
        background-size 0.32s ease,
        color 0.25s ease,
        text-shadow 0.3s ease,
        filter 0.25s ease;
}

.ai-card-title-link:hover {
    color: #fff;
    background-size: 100% 2px;
    text-shadow:
        0 0 24px rgba(58, 196, 206, 0.35),
        0 0 40px rgba(161, 129, 255, 0.2);
}

.ai-card-title-link:focus-visible {
    outline: 2px solid #3ac4ce;
    outline-offset: 4px;
    border-radius: 4px;
    color: #fff;
}

@media (hover: none), (pointer: coarse) {
    .ai-card-title-link:active {
        color: #fff;
        filter: brightness(1.08);
    }
}

@media (max-width: 575.98px) {
    .ai-card-title {
        font-size: 1.28rem;
        letter-spacing: 0.14em;
    }

    .ai-card-title-link:focus-visible {
        outline-offset: 3px;
    }
}

.ai-card-text {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.87rem;
    line-height: 1.6;
    color: var(--muted);
}

.ai-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.ai-nav::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.ai-nav-prev {
    left: 24px;
}

.ai-nav-prev::before {
    transform: rotate(-135deg);
}

.ai-nav-next {
    right: 24px;
}

.ai-nav-next::before {
    transform: rotate(45deg);
}

.ai-nav:hover {
    background: rgba(255, 255, 255, 0.22);
}

.ai-slider-cta {
    text-align: center;
    margin-top: 26px;
}

.ai-slider-btn {
    border-radius: 999px;
    padding-inline: 1.8rem;
    padding-block: 0.7rem;
    font-weight: 600;
    box-shadow: 0 18px 45px rgba(0, 118, 255, 0.6);
}

@media (max-width: 991.98px) {
    .ai-slider-section {
        padding: 60px 0 70px;
    }

    .ai-slider-shell {
        border-radius: 28px;
        padding-inline: 10px;
    }

    .ai-slider-shell::before,
    .ai-slider-shell::after {
        width: 90px;
    }

    .ai-swiper {
        padding-inline: 30px;
    }
}

@media (max-width: 575.98px) {
    .ai-slider-shell {
        padding-inline: 4px;
        border-radius: 22px;
    }

    .ai-slider-shell::before,
    .ai-slider-shell::after {
        width: 70px;
    }

    .ai-swiper {
        padding-inline: 26px;
    }

    .ai-card-body {
        padding-inline: 16px;
    }
}

/* ===== SINGLE AI HERO ===== */
.single-ai-section {
    padding: 90px 16px 110px;
    display: flex;
    justify-content: center;
    background: radial-gradient(circle at top, rgb(0 0 0), #000000 55%);
}

.single-ai-shell {
    max-width: 720px;
    width: 100%;
    text-align: center;
}

.single-ai-avatar-wrap {
    max-width: 420px;
    margin: 0 auto 32px;
    position: relative;
}

.single-ai-avatar {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(1) brightness(0.7);
    transform: translateY(14px) scale(0.94);
    transition:
        filter 600ms ease,
        transform 600ms ease,
        box-shadow 600ms ease;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.9);
}

.single-ai-section.in-view .single-ai-avatar {
    filter: grayscale(0) brightness(1);
    transform: translateY(0) scale(1);
    box-shadow:
        0 40px 110px rgba(0, 0, 0, 0.95),
        0 0 60px rgba(255, 165, 0, 0.35);
}

.single-ai-copy {
    max-width: 640px;
    margin: 0 auto;
}

.single-ai-title {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 14px;
}

.single-ai-text {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--muted);
}

@media (max-width: 767.98px) {
    .single-ai-section {
        padding: 70px 18px 90px;
    }

    .single-ai-avatar-wrap {
        max-width: 320px;
        margin-bottom: 26px;
    }

    .single-ai-title {
        font-size: 1.5rem;
    }

    .single-ai-text {
        font-size: 0.86rem;
    }
}

/* ===== AI ROLES GRID ===== */
.ai-roles-section {
    padding: 80px 16px 110px;
    background: radial-gradient(circle at top, rgba(132, 56, 255, 0.35), transparent 55%);
}

.ai-roles-grid {
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    /* Equal columns so blue + orange cards match width (2fr 1fr made orange narrow & overly tall). */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 26px;
    /* Same row height for blue + orange so bottom edges align. */
    align-items: stretch;
}

.ai-role-card {
    position: relative;
    border-radius: 28px;
    padding: 32px 34px;
    color: #ffffff;
    box-shadow:
        0 32px 90px rgba(0, 0, 0, 0.85),
        0 0 0 1px rgba(255, 255, 255, 0.06);
}

.ai-role-primary {
    grid-column: 1 / 3;
    background: radial-gradient(circle at top left, #8a3bff, #2811b0);
}

.ai-role-blue {
    background: radial-gradient(circle at top left, #257cff, #173bbf);
}

.ai-role-amber {
    background: radial-gradient(circle at top left, #ffb347, #ff8a22);
}

.ai-role-blue,
.ai-role-amber {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(14px, 3vw, 26px);
    padding: clamp(22px, 4vw, 30px) clamp(22px, 4vw, 32px);
}

.ai-role-copy {
    max-width: 420px;
}

.ai-role-blue .ai-role-copy,
.ai-role-amber .ai-role-copy {
    max-width: none;
    min-width: 0;
    flex: 1 1 0;
}

.ai-role-title {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.25;
    margin-bottom: 14px;
}

.ai-role-text {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.ai-role-media {
    position: absolute;
    right: 20px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    gap: 0px;
}

.ai-role-media-small {
    position: static;
    margin-top: 22px;
    justify-content: flex-start;
}

.ai-role-blue .ai-role-media-small,
.ai-role-amber .ai-role-media-small {
    margin-top: 0;
    flex-shrink: 0;
}

.ai-role-blue .ai-role-robot img,
.ai-role-amber .ai-role-robot img {
    height: clamp(150px, 22vw, 240px);
    width: auto;
    transform: translateY(6px);
}

.ai-role-phone img {
    display: block;
    height: 230px;
    width: auto;
    filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.85));
}

.ai-role-robot img {
    display: block;
    height: 355px;
    width: auto;
    filter: drop-shadow(0 24px 65px rgba(0, 0, 0, 0.9));
    transform: translateY(14px);
}

@media (max-width: 991.98px) {
    .ai-roles-section {
        padding: 70px 18px 90px;
    }

    .ai-roles-grid {
        grid-template-columns: 1fr;
    }

    .ai-role-primary {
        grid-column: 1 / 2;
    }

    .ai-role-media {
        position: static;
        justify-content: flex-end;
        margin-top: 22px;
    }

    .ai-role-blue,
    .ai-role-amber {
        height: auto;
        flex-direction: row;
        align-items: center;
    }

    .ai-role-blue .ai-role-copy,
    .ai-role-amber .ai-role-copy {
        flex: 1 1 auto;
    }

    .ai-role-blue .ai-role-media-small,
    .ai-role-amber .ai-role-media-small {
        margin-top: 0;
    }

    .ai-role-blue .ai-role-robot img,
    .ai-role-amber .ai-role-robot img {
        height: clamp(140px, 26vw, 200px);
    }
}

@media (max-width: 575.98px) {
    .ai-role-card {
        padding: 26px 22px 28px;
    }

    .ai-role-title {
        font-size: 1.4rem;
    }

    .ai-role-text {
        font-size: 0.9rem;
    }

    .ai-role-blue,
    .ai-role-amber {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        padding: 24px 20px 22px;
    }

    .ai-role-blue .ai-role-copy,
    .ai-role-amber .ai-role-copy {
        max-width: 32rem;
        flex: none;
    }

    .ai-role-media,
    .ai-role-media-small {
        justify-content: center;
    }

    .ai-role-phone img {
        height: 210px;
    }

    .ai-role-robot img {
        height: 130px;
    }

    .ai-role-blue .ai-role-robot img,
    .ai-role-amber .ai-role-robot img {
        height: clamp(118px, 36vw, 150px);
        transform: translateY(4px);
    }
}

/* ===== LEARN WORKERS SECTION ===== */
.learn-workers-section {
    position: relative;
    padding: 90px 0 120px;
    background: #000;
}

.learn-workers-head {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.learn-workers-title {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2rem, 2.2vw + 1rem, 3.3rem);
    line-height: 1.08;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 10px 45px rgba(0, 0, 0, 0.95);
}

.learn-workers-text {
    max-width: 700px;
    margin: 0 auto 16px;
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(240, 242, 245, 0.74);
}

.learn-workers-visual {
    position: relative;
    max-width: 900px;
    min-height: 520px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: visible;
    background:
        radial-gradient(circle at center, rgba(75, 55, 255, 0.24), transparent 40%),
        radial-gradient(circle at center bottom, rgba(108, 33, 255, 0.35), transparent 55%);
}

.learn-workers-visual::before {
    content: "";
    position: absolute;
    inset: auto 50% 122px auto;
    transform: translateX(50%);
    width: 2px;
    height: 180px;
    background: linear-gradient(to bottom, rgba(152, 123, 255, 0.7), rgba(152, 123, 255, 0.05));
}

.learn-robot-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(290px, 50vw);
}

.learn-robot {
    width: 100%;
    display: block;
    filter: drop-shadow(0 40px 85px rgba(0, 0, 0, 0.95));
}

.learn-node {
    position: absolute;
    min-width: 180px;
    max-width: 210px;
    border-radius: 14px;
    padding: 10px 13px;
    background: linear-gradient(180deg, rgba(26, 26, 45, 0.88), rgba(14, 14, 30, 0.78));
    border: 1px solid rgba(153, 132, 255, 0.2);
    color: #fff;
    font-size: 0.83rem;
    line-height: 1.25;
    font-weight: 500;
    z-index: 1;
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.7),
        0 0 35px rgba(92, 62, 255, 0.18);
    transition:
        transform 0.32s cubic-bezier(0.34, 1.2, 0.64, 1),
        box-shadow 0.32s ease,
        border-color 0.28s ease;
}

@media (min-width: 992px) {
    .learn-node:hover {
        z-index: 6;
        border-color: rgba(183, 148, 255, 0.55);
        box-shadow:
            0 22px 46px rgba(108, 33, 255, 0.38),
            0 14px 32px rgba(152, 123, 255, 0.28),
            0 8px 22px rgba(255, 120, 55, 0.2),
            0 4px 14px rgba(0, 0, 0, 0.55);
    }

    .learn-node-top:hover {
        transform: translateX(-50%) translateY(-10px) scale(1.02);
    }

    .learn-node:not(.learn-node-top):hover {
        transform: translateY(-10px) scale(1.02);
    }
}

@media (max-width: 991.98px) {
    .learn-node:hover {
        z-index: 6;
        border-color: rgba(183, 148, 255, 0.5);
        transform: translateY(-8px) scale(1.018);
        box-shadow:
            0 16px 36px rgba(108, 33, 255, 0.32),
            0 10px 24px rgba(152, 123, 255, 0.22),
            0 6px 18px rgba(255, 120, 55, 0.16),
            0 3px 12px rgba(0, 0, 0, 0.48);
    }
}

@media (max-width: 575.98px) {
    .learn-node:hover {
        transform: translateY(-6px) scale(1.015);
        box-shadow:
            0 12px 28px rgba(108, 33, 255, 0.28),
            0 6px 18px rgba(152, 123, 255, 0.18),
            0 4px 14px rgba(255, 120, 55, 0.12),
            0 2px 10px rgba(0, 0, 0, 0.45);
    }
}

@media (hover: none) {
    .learn-node:hover {
        transform: none;
        box-shadow:
            0 14px 30px rgba(0, 0, 0, 0.7),
            0 0 35px rgba(92, 62, 255, 0.18);
        border-color: rgba(153, 132, 255, 0.2);
        z-index: 1;
    }

    .learn-node:active {
        z-index: 6;
        border-color: rgba(183, 148, 255, 0.45);
        transform: translateY(-5px) scale(1.01);
        box-shadow:
            0 12px 28px rgba(108, 33, 255, 0.28),
            0 6px 18px rgba(152, 123, 255, 0.2),
            0 4px 12px rgba(0, 0, 0, 0.45);
    }
}

.learn-node span {
    display: block;
    margin-top: 2px;
    color: rgba(240, 242, 245, 0.58);
    font-size: 0.72rem;
    font-weight: 400;
}

.learn-node-top {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.learn-node-top-left {
    top: 60px;
    left: 80px;
}

.learn-node-top-right {
    top: 60px;
    right: 80px;
}

.learn-node-mid-left {
    top: 180px;
    left: 28px;
}

.learn-node-bottom-left {
    top: 286px;
    left: 58px;
}

.learn-node-mid-right {
    top: 180px;
    right: 28px;
}

.learn-node-bottom-right {
    top: 286px;
    right: 58px;
}

@media (max-width: 991.98px) {
    .learn-workers-visual {
        min-height: 660px;
    }

    .learn-node {
        position: static;
        min-width: 0;
        max-width: 100%;
    }

    .learn-workers-visual {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 18px 14px 250px;
    }

    .learn-workers-visual::before {
        display: none;
    }

    .learn-node-top,
    .learn-node-top-left,
    .learn-node-top-right,
    .learn-node-mid-left,
    .learn-node-bottom-left,
    .learn-node-mid-right,
    .learn-node-bottom-right {
        top: auto;
        left: auto;
        right: auto;
        transform: none;
    }

    .learn-robot-wrap {
        width: min(270px, 65vw);
    }
}

@media (max-width: 575.98px) {
    .learn-workers-section {
        padding: 72px 0 90px;
    }

    .learn-workers-head {
        margin-bottom: 34px;
    }

    .learn-workers-text {
        font-size: 0.9rem;
    }

    .learn-workers-visual {
        grid-template-columns: 1fr;
        padding-bottom: 230px;
        min-height: 0;
    }
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
    padding: 90px 0 110px;
    background: #000;
}

.testimonials-head {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.testimonials-title {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 2.4vw + 1rem, 3.2rem);
    line-height: 1.08;
    color: #fff;
    margin-bottom: 16px;
}

.testimonials-text {
    max-width: 690px;
    margin: 0 auto 10px;
    color: rgba(240, 242, 245, 0.72);
    font-size: 0.95rem;
    line-height: 1.65;
}

.testimonials-grid-wrap {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    max-height: 305px; /* show only around 2 lines of cards */
    overflow: hidden;
    transition: max-height 400ms ease;
}

.testimonials-grid-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(to top, #000 35%, rgba(0, 0, 0, 0));
    pointer-events: none;
}

.testimonials-grid-wrap.expanded {
    max-height: 1200px;
}

.testimonials-grid-wrap.expanded::after {
    display: none;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.testimonial-card {
    min-height: 132px;
    background: linear-gradient(180deg, rgba(16, 16, 20, 0.95), rgba(8, 8, 10, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px 12px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.65);
}

.testimonial-card h3 {
    font-size: 0.85rem;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 600;
}

.testimonial-stars {
    color: #ffc800;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.testimonial-card p {
    color: rgba(240, 242, 245, 0.72);
    font-size: 0.78rem;
    line-height: 1.45;
    margin-bottom: 8px;
}

.testimonial-card span {
    color: rgba(240, 242, 245, 0.42);
    font-size: 0.68rem;
}

.testimonials-cta-row {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.testimonials-view-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 999px;
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 200ms ease, border-color 200ms ease;
}

.testimonials-view-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 991.98px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid-wrap {
        max-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .testimonials-section {
        padding: 70px 0 85px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid-wrap {
        max-height: 360px;
    }
}

/* ===== FAQ SECTION ===== */
.faq-section {
    --faq-teal: #3ac4ce;
    --faq-purple: #a181ff;
    --faq-orange: #ff984e;
    position: relative;
    padding: 90px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 50% at 12% 88%, rgba(58, 196, 206, 0.18), transparent 52%),
        radial-gradient(ellipse 70% 45% at 92% 8%, rgba(161, 129, 255, 0.16), transparent 48%),
        radial-gradient(ellipse 50% 40% at 70% 55%, rgba(255, 152, 78, 0.08), transparent 50%),
        linear-gradient(185deg, #03050a 0%, #050810 45%, #020306 100%);
}

.faq-bubbles-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.faq-section-inner {
    position: relative;
    z-index: 1;
}

.faq-bubble {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    will-change: transform, opacity;
    animation: faqBubbleDrift var(--faq-dur, 9s) ease-in-out infinite;
}

@keyframes faqBubbleDrift {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    33% {
        transform: translate3d(var(--faq-dx, 12px), var(--faq-dy, -18px), 0) scale(1.08);
    }
    66% {
        transform: translate3d(var(--faq-dx2, -10px), var(--faq-dy2, 14px), 0) scale(0.94);
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-bubbles-layer {
        display: none;
    }
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: clamp(28px, 5vw, 48px);
    align-items: start;
}

.faq-intro {
    max-width: 470px;
}

.faq-kicker {
    margin: 0 0 0.65rem;
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(154, 210, 218, 0.95);
}

.faq-title {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #fff;
    font-size: clamp(2rem, 1.4vw + 1.4rem, 3.2rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 18px;
}

.faq-title-accent {
    background: linear-gradient(115deg, #8af0f8 0%, var(--faq-teal) 35%, var(--faq-purple) 62%, var(--faq-orange) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 24px rgba(161, 129, 255, 0.25));
}

.faq-text {
    color: rgba(220, 224, 245, 0.78);
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 18px;
    max-width: 420px;
}

.faq-accordion-wrap {
    position: relative;
    border-radius: 22px;
    padding: clamp(12px, 2vw, 18px) clamp(14px, 2.5vw, 22px);
    background:
        linear-gradient(155deg, rgba(10, 14, 24, 0.92), rgba(6, 9, 16, 0.94)) padding-box,
        linear-gradient(135deg, rgba(58, 196, 206, 0.45), rgba(161, 129, 255, 0.4), rgba(255, 152, 78, 0.38)) border-box;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(58, 196, 206, 0.06) inset,
        0 -1px 40px rgba(161, 129, 255, 0.06) inset;
    backdrop-filter: blur(12px);
}

.faq-accordion .faq-item {
    border: none;
    background: transparent;
    border-bottom: none;
    border-radius: 14px;
    margin-bottom: 8px;
    overflow: hidden;
}

.faq-accordion .faq-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-header {
    margin-bottom: 0;
}

.faq-btn {
    position: relative;
    width: 100%;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    color: rgba(244, 246, 250, 0.95) !important;
    font-size: 1.02rem;
    font-weight: 600;
    padding: 1.05rem 2.75rem 1.05rem 1.1rem !important;
    box-shadow: none !important;
    border: 1px solid rgba(140, 165, 210, 0.12) !important;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.faq-btn:hover {
    background: rgba(58, 196, 206, 0.08) !important;
    border-color: rgba(58, 196, 206, 0.28) !important;
    color: #fff !important;
}

.faq-btn:not(.collapsed) {
    color: #fff !important;
    background: linear-gradient(105deg, rgba(58, 196, 206, 0.14), rgba(161, 129, 255, 0.12), rgba(255, 152, 78, 0.08)) !important;
    border-color: rgba(161, 129, 255, 0.35) !important;
    box-shadow: 0 0 28px rgba(161, 129, 255, 0.12) !important;
}

.faq-btn:focus {
    box-shadow: none !important;
}

.faq-btn:focus-visible {
    box-shadow: 0 0 0 2px rgba(58, 196, 206, 0.45) !important;
}

.faq-btn::after {
    background-image: none !important;
    content: "";
    position: absolute;
    right: 1.15rem;
    top: 50%;
    width: 9px;
    height: 9px;
    margin: 0 !important;
    border-right: 2px solid rgba(200, 210, 245, 0.85);
    border-bottom: 2px solid rgba(200, 210, 245, 0.85);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.28s ease, border-color 0.25s ease;
}

.faq-btn:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-135deg);
    border-right-color: var(--faq-teal);
    border-bottom-color: var(--faq-purple);
}

.faq-accordion .faq-item:nth-child(3n + 1) .faq-btn:hover {
    border-color: rgba(58, 196, 206, 0.35) !important;
}

.faq-accordion .faq-item:nth-child(3n + 2) .faq-btn:hover {
    border-color: rgba(161, 129, 255, 0.38) !important;
}

.faq-accordion .faq-item:nth-child(3n) .faq-btn:hover {
    border-color: rgba(255, 152, 78, 0.38) !important;
}

.faq-body {
    color: rgba(210, 218, 245, 0.82);
    font-size: 0.92rem;
    line-height: 1.65;
    padding: 0 1.1rem 1.15rem !important;
    margin: 0 !important;
    border-top: 1px solid rgba(120, 155, 200, 0.12);
    background: linear-gradient(180deg, rgba(3, 6, 14, 0.35), transparent);
}

@media (max-width: 991.98px) {
    .faq-section {
        padding: 72px 0 86px;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .faq-intro {
        max-width: 100%;
        text-align: center;
    }

    .faq-kicker {
        text-align: center;
    }

    .faq-title {
        text-align: center;
    }

    .faq-text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .faq-accordion-wrap {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .faq-section {
        padding: 64px 0 76px;
    }

    .faq-accordion-wrap {
        border-radius: 18px;
        padding: 10px 12px;
    }

    .faq-btn {
        font-size: 0.93rem !important;
        padding: 0.95rem 2.35rem 0.95rem 0.9rem !important;
        line-height: 1.35 !important;
        text-align: left !important;
    }

    .faq-btn::after {
        right: 0.95rem;
    }

    .faq-body {
        padding: 0 0.85rem 1rem !important;
        font-size: 0.88rem;
    }

    .faq-intro {
        padding-inline: 4px;
    }
}

/* ===== FOOTER ===== */
.site-footer {
    padding: 70px 0 20px;
    background: linear-gradient(90deg, #00020a 0%, #03030c 40%, #010110 100%);
    color: #f2f5ff;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 52px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
    display: inline-block;
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-desc {
    max-width: 370px;
    color: rgba(240, 244, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 18px;
}

.footer-socials {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.footer-socials a {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.8rem;
    transition: background 200ms ease;
}

.footer-socials a:hover {
    background: rgba(255, 255, 255, 0.28);
}

.footer-links-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 34px;
}

.footer-links a,
.footer-contact p {
    display: block;
    font-size: 0.9rem;
    color: rgba(240, 244, 255, 0.82);
    text-decoration: none;
    margin-bottom: 8px;
}

.footer-contact p {
    margin-bottom: 10px;
}

.footer-title {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #ffffff;
    font-size: clamp(1.8rem, 1.2vw + 1.1rem, 2.8rem);
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 0.72rem 1.35rem;
    background: linear-gradient(90deg, #d8ebff, #bddbff);
    color: #0c1a48;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 24px;
    box-shadow: 0 4px 45px rgba(29, 102, 255, 0.45);
}

.footer-address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.footer-address h4 {
    color: #ffffff;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.footer-address p {
    color: rgba(240, 244, 255, 0.8);
    font-size: 0.88rem;
    line-height: 1.6;
}

.footer-bottom {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(240, 244, 255, 0.72);
    font-size: 0.84rem;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: rgba(240, 244, 255, 0.82);
    text-decoration: none;
    font-size: 0.84rem;
}

@media (max-width: 991.98px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-links-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .site-footer {
        padding-top: 54px;
    }

    .footer-links-grid,
    .footer-address-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom-links {
        gap: 14px;
        flex-wrap: wrap;
    }
}

