﻿
:root {
    --bg: #010107;
    /*   --font-body: "Urbanist", "Questrial", "Quicksand", "Nunito", "Century Gothic", sans-serif;
    --font-header: "Montserrat", "Questrial", "Quicksand", "Nunito", "Century Gothic", sans-serif;*/
    /**Orbitron,Ojuju,Bruno Ace*/
    --font-body: "Zalando Sans Expanded","Urbanist", "Questrial", "Quicksand", "Nunito", "Century Gothic", sans-serif;
    --font-header: "Zalando Sans Expanded","Montserrat", "Questrial", "Quicksand", "Nunito", "Century Gothic", sans-serif;
    --font-small: 14px;
    --panel: #111732;
    /*--card: #011d3a;*/
    --card: linear-gradient(145deg, rgba(0, 102, 204, 0.15) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 204, 255, 0.12) 100%);
    --text: #eef2ff;
    --bgBlueBlack: #1E1E1E;
    --muted: #a8b3d1;
    --marker: #2c9edc;
    --brand: #60a5fa;
    --brand-2: #22d3ee;
    --brand-cyan: #009688;
    --accent: #34d399;
    --ring: #93c5fd;
    --shadow: 0 10px 25px rgba(0,0,0,.35);
    --radius: 18px;
    --radius-sm: 12px;
    --gap: 16px;
    --max: 1120px;
    --focus: 0 0 0 3px var(--ring);
    --icon: linear-gradient(145deg, color-mix(in srgb, var(--brand) 30%, transparent), color-mix(in srgb, var(--accent) 30%, transparent));
    --shadow: radial-gradient(1200px 800px at 15% -10%, #1a2349 0%, transparent 45%), radial-gradient(900px 600px at 115% 0%, #0b2b37 0%, transparent 45%), linear-gradient(180deg, var(--bg), var(--bg));
    /* metrics circle*/
    --stroke: 2.5;
    --ringColor: #7cc7ff;
    --trackColor: #3a4a7a55;
    /* uses your existing palette Starry background */
    --star: var(--text); /* main star color */
    --star-2: var(--ringColor); /* cool blue stars */
    --star-3: var(--brand-2); /* cyan accents */
}

html {
    height: 100%;
    margin: 0;
    font-size: 20px;
    position: relative;
    min-height: 100%;
}


@media (min-width: 768px) {
    html {
        font-size: 20px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 60px;
    color: #ffffff;
    background-color: var(--bg);
}
    /*Soft vignettes that match your existing gradients*/
    body::before {
        content: "";
        position: fixed;
        inset: -10% -10% -10% -10%;
        z-index: -2;
        pointer-events: none;
        background: radial-gradient(1200px 800px at 15% -10%, #1a2349 0%, transparent 45%), radial-gradient(900px 600px at 115% 0%, #0b2b37 0%, transparent 45%), linear-gradient(180deg, var(--bg), var(--bg));
    }

    body p,
    body span,
    body li,
    body h1, body h2, body h3, body h4, body h5, body h6 {
        display: inline-block;
        transition: background .35s ease, border-color .35s ease, transform .35s ease, box-shadow .35s ease;
    }

        body p:is(:hover, :focus-visible),
        body span:is(:hover, :focus-visible),
        body li:is(:hover, :focus-visible),
        body h1:is(:hover, :focus-visible),
        body h2:is(:hover, :focus-visible),
        body h3:is(:hover, :focus-visible),
        body h4:is(:hover, :focus-visible),
        body h5:is(:hover, :focus-visible),
        body h6:is(:hover, :focus-visible) {
            transform: translateY(-5px) scale(1.02);
            color: var(--ringColor);
        }

#shell {
    display: grid;
    grid-template-rows: auto 1fr; /* header height and the rest */
    height: 100vh;
}

/* header sits in the first row, normal flow (no fixed/sticky needed) */
#siteHeader {
    position: relative;
    z-index: 1050;
    background: var(--bg, #010107);
}

/* the page area is the scroller */
#page {
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* smooth iOS scrolling */
    background: transparent;
}

/* optional: border for separation */
#siteHeader .navbar {
    border-bottom: 1px solid rgba(255,255,255,.08);
}

a {
    color: #000000;
    text-decoration: underline;
}

p {
    margin-bottom: 0 !important;
}

    p.font-small {
        font-size: 15px !important;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 3px !important;
    font-family: var(--font-header);
    font-weight: 500;
}

hr.light {
    margin: 1px !important;
    width: 100%;
}



.italic-text {
    font-style: italic;
}


    .italic-text.highlight {
        font-weight: 800;
        font-size: 36px;
    }



/* --------------------------
    BEGIN Custom Sizes
 --------------------------*/

.h-380 {
    height: 380px !important;
}

.mt-150 {
    margin-top: 150px;
}

.w-120 {
    width: 120px !important;
}


/* --------------------------
    BEGIN Starry background
 --------------------------*/
/* Make the canvas fill the screen and sit behind everything */
#starfield {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* behind page content */
    background: var(--bg);
    display: block; /* removes inline gap in some browsers */
}

main.pb-3 {
    background-color: black !important;
}

/* ---------------------------------------
     Video Banner
 ---------------------------------------*/

.video-header {
    position: relative;
    width: 100%;
    /*height: 100vh;*/ /* Full screen height */
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    /*z-index: -1;*/ /* Send video behind content */
}

.overlay {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    height: 320px;
    /* padding-top: 40vh;Vertically center headline */
}

/* ---------------------------------------
     Paragraph Text Animation
 ---------------------------------------*/

@keyframes reveal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.revealed {
    opacity: 0;
    display: inline-block; /* Makes each span behave like a word */
    animation: reveal 0.5s forwards;
}

/* ---------------------------------------
     float the -accordion 
 ---------------------------------------*/

/* mobile = inline/static */
/*.float-fixedAccordion {*/
/*position: static;*/ /* no floating */
/*inset: auto;
    z-index: auto;
    display:none;
}*/

.float-fixedAccordion {
    position: fixed; /* relative to the viewport */
    height: 200px;
    left: 50px;
    top: 140px;
    z-index: 1050;
    /* optional styling */
    padding: 12px 16px;
    border-radius: 12px;
    background: transparent;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
}

/* iOS safe-area padding if you pin to the bottom */
@supports (padding: env(safe-area-inset-bottom)) {
    .float-fixedAccordion {
        bottom: calc(24px + env(safe-area-inset-bottom));
    }
}


/* desktop only = floating */
/*@media (min-width: 768px) {
    .float-fixedAccordion {
        position: fixed !important;
        right: 24px;
        bottom: 24px;
        z-index: 1050;
    }*/


/* ---------------------------------------
          Scroll bar 
 ---------------------------------------*/


:root {
    /* tie into your existing tokens */
    --sb-track: color-mix(in srgb, var(--bg, #010107) 85%, #000);
    --sb-thumb: linear-gradient(180deg, var(--brand, #60a5fa), var(--brand-2, #22d3ee));
    --sb-thumb-hover: linear-gradient(180deg, color-mix(in srgb, var(--brand, #60a5fa) 90%, #fff 0%), color-mix(in srgb, var(--brand-2, #22d3ee) 90%, #fff 0%));
    --sb-thumb-active: linear-gradient(180deg, var(--accent, #34d399), var(--brand, #60a5fa));
    --sb-size: 10px;
    --sb-radius: 999px;
}

/* Firefox */
* {
    scrollbar-width: thin; /* auto | thin | none */
    scrollbar-color: color-mix(in srgb, var(--brand, #60a5fa) 70%, var(--brand-2, #22d3ee)) color-mix(in srgb, var(--bg, #010107) 90%, #000);
}

/* Chromium/WebKit */
@supports selector(::-webkit-scrollbar) {
    ::-webkit-scrollbar {
        width: var(--sb-size);
        height: var(--sb-size);
    }

    ::-webkit-scrollbar-track {
        background: var(--sb-track);
        border-radius: var(--sb-radius);
        margin: 4px; /* rounded ends */
    }

    ::-webkit-scrollbar-thumb {
        background: var(--sb-thumb);
        border-radius: var(--sb-radius);
        border: 2px solid var(--sb-track); /* visual gap around the thumb */
        box-shadow: 0 0 0 1px rgba(255,255,255,.05) inset;
    }

        ::-webkit-scrollbar-thumb:hover {
            background: var(--sb-thumb-hover);
        }

        ::-webkit-scrollbar-thumb:active {
            background: var(--sb-thumb-active);
        }

    ::-webkit-scrollbar-corner {
        background: transparent;
    }
}

/* Main app scroller (prevents layout shift when the bar appears) */
#page {
    scrollbar-gutter: stable both-edges;
}

/* Optional: compact variant for inner scroll areas */
.scroll-compact {
    scrollbar-width: thin;
}

@supports selector(::-webkit-scrollbar) {
    .scroll-compact::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
}

/* Optional: light theme override (if you have one) */
.theme-light, .navbar-light {
    --sb-track: #e9eefb;
    --sb-thumb: linear-gradient(180deg, var(--brand, #60a5fa), var(--accent, #34d399));
    --sb-thumb-hover: linear-gradient(180deg, var(--brand-2, #22d3ee), var(--brand, #60a5fa));
    --sb-thumb-active: linear-gradient(180deg, var(--accent, #34d399), var(--brand-2, #22d3ee));
    scrollbar-color: color-mix(in srgb, var(--brand, #60a5fa) 70%, var(--brand-2, #22d3ee)) #e9eefb;
}


.hero {
    background: linear-gradient(to right, #115eb4, #203a43, #54d1e0);
    color: white;
    text-align: center;
    padding: 20px 0;
}

    .hero hero-top-margin {
        margin-top: 60px;
    }

.home-banner {
    padding: 10px 0 0 0 !important;
}


.client-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    text-align: center;
}

.shadow-lg {
    box-shadow: 0 1rem 7rem 4px #2c7dcd, /* outside shadow */
    inset 0 1rem 7rem 4px #2c7dcd !important; /* inside shadow */
}

.bgBlueBlack {
    background-color: var(--bgBlueBlack);
    margin: -40px -18px -62px -18px;
    padding: 20px;
}

.borderBlue {
    border: 1px solid #2c7dcd;
}

.card {
    background: var(--card) !important;
    /*border: 1px solid color-mix(in srgb, var(--card) 70%, #fff);*/
    border: 1px solid rgba(0, 204, 255, 0.3);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 100%;
}

    .card.fixed-height {
        height: 260px;
        margin-bottom: 30px;
    }

    .card.card-small {
        height: 220px;
        width: 320px;
        margin: auto;
    }

    .card.fixed-height180 {
        min-height: 180px;
        margin-bottom: 15px;
    }

    .card.fixed-height200 {
        min-height: 200px;
        margin-bottom: 15px;
    }

    /* --- Hover / keyboard focus state --- */
    .card:is(:hover, :focus-visible) {
        background: linear-gradient(145deg, rgba(0, 204, 255, 0.15) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 204, 255, 0.15) 100%);
        border-color: rgba(0, 204, 255, 0.4);
        box-shadow: 0 10px 30px rgba(0, 204, 255, 0.3);
    }

        .card:is(:hover, :focus-visible) .label {
            opacity: .9;
        }

        .card:is(:hover, :focus-visible) .ring {
            stroke-dashoffset: 0; /* draw the ring */
        }

        .card:is(:hover, :focus-visible) .num {
            transform: translateY(-2px);
            opacity: 1;
        }

    .card ul {
        list-style-type: none; /* remove default */
        padding-left: 1.5rem;
    }

        .card ul li::before {
            content: "✓ "; /* star symbol */
            color: var(--ring);
            font-weight: bold;
            margin-left: 1.5rem;
        }

/* --- Optional polish --- */
@media (prefers-reduced-motion: reduce) {
    .card, .ring, .num {
        transition: none;
    }

    .ring {
        stroke-dashoffset: 0;
    }
    /* show ring without animation */
}


/* Hero Banner Section */
.hero-banner {
    background: #f8f9fa;
    padding: 20px 0;
    color: red;
}

    /* Full-width responsive banner */
    .hero-banner img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    /* Responsive Banner Image */
    .hero-banner img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

/* Ensuring text remains readable and aligned */
.text-center {
    max-width: 900px;
    margin: auto;
}

.text-container {
    padding: 20px;
    text-align: left;
}


    /* Ensuring text remains readable and aligned */
    .text-container h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .text-container p {
        font-size: 20px;
        color: #333;
    }

.line {
    background: linear-gradient(90deg,var(--accent),var(--accent-2));
    height: 2px;
}


/* Contact Section */
.container {
    max-width: 1100px;
}

    .container .headline-text {
        max-width: 640px;
    }

.container-outer {
    max-width: 1100px;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    position: relative; /* ensures content stacks above canvas */
    z-index: 1;
    background: transparent;
}

/* Contact Details */
.col-md-5 {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

    .col-md-5 h4 {
        color: black;
    }

/* Contact Form */
.form-control {
    border-radius: 5px;
}

    .form-control:focus {
        color: var(--muted) !important;
    }

.btn-primary {
    background: transparent;
    border: 1px solid white;
    color: white;
}

    .btn-primary:hover {
        background: #115eb4;
    }

.btn-primary-white {
    background: transparent;
    border: 1px solid #54d1e0;
    color: #000000;
    margin-left: 250px;
}

    .btn-primary-white:hover {
        background: #115eb4;
    }

/* --------------------------
    BEGIN NAVBAR 
 --------------------------*/



/* --------------------------
    BEGIN HEADER & FOOTER 
 --------------------------*/



.list-group-item {
    color: var(--muted);
    padding: 5px 30px !important;
    background-color: transparent !important;
}

    .list-group-item.active {
        color: var(--text) !important;
        border: none;
        border-radius: 6px;
        min-width: 150px;
        margin: 6px 2px;
        text-decoration: none;
        /*text-align: center;*/
    }

.partner-logo {
    height: 95px;
}

.logo-iBMarker {
    height: 95px;
}

.images-web {
    height: 280px;
    opacity: 0.4;
}


.images-product {
    height: 380px;
    width: 100%;
    margin: auto;
}

.images-product-large {
    height: 100%;
    width: 600px;
    margin: auto;
}

.img-fill {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-01 {
    height: 420px;
    background-image: url('../../images/banners/Banner-AIAbstract-03.png');
}

.img-02 {
    background-image: url('../../images/banners/Banner-AIAbstract-03.png');
}

.img-03 {
    background-image: url('../../images/banners/Banner-AIAbstract-04.png.jpg');
}

.img-04 {
    background-image: url('../../images/banners/Banner-AIAbstract-06.jpg');
}

/* --- DIAGNOSTIC: should visibly change the footer --- */
footer.site-footer {
    font-size: 10px;
    background: linear-gradient(to right, #115eb4, #203a43, #54d1e0) !important;
    color: #fff !important;
    width: 100%;
    min-height: 10px; /* ensure there's visible area */
    padding: 10px 0px;
}

    footer.site-footer a {
        color: #fff !important;
        text-decoration: underline;
    }


        footer.site-footer a:hover {
            color: #ddd;
            text-decoration: none;
        }

/* --------------------------
    BEGIN PRICING
 --------------------------*/

.pricing-comparison {
    --muted: #7c8499;
    --text: #e8ebf4;
    --accent: #042850;
    --accent-2: #017cba;
    --border: #232636;
    --ok: #22c55e;
    /*  background: rgba(255, 255, 255, 0.1);*/
    color: var(--text);
    padding: 2px 16px;
    border-radius: 12px;
}

.pricing-header {
    max-width: 960px;
    margin: 0 auto 20px;
    text-align: center;
}

    .pricing-header h2 {
        font-size: clamp(22px,3vw,36px);
        margin: 0 0 8px;
        letter-spacing: -.02em;
        color: #000;
    }

    .pricing-header p {
        margin: 0;
        color: #333;
        font-size: clamp(14px,1.8vw,20px);
    }

/* Plan tiles */
.plan-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 1100px;
    margin: 20px auto;
}

@media (min-width:600px) {
    .plan-tiles {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (min-width:992px) {
    .plan-tiles {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

.plan {
    background: var(--card); /* keep your dark card color */
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

    .plan h3 {
        margin: 0 0 6px;
        font-size: 20px;
        letter-spacing: -.01em;
        color: var(--text);
    }

.border-bottom {
    height: 160px;
    width: 100%;
    margin: 6px 0 10px;
    background: linear-gradient(90deg,var(--accent),var(--accent-2));
    border-radius: 3px;
}

.tagline {
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 10px;
}

.price {
    font-size: 18px;
    /*font-weight: 600;*/
    margin-bottom: 12px;
    color: var(--text);
}

    .price.inCircle {
        font-size: 18px;
        font-weight: 100;
        margin: 70px 0px 0 -110px;
        width: 200px;
        line-height: 18px;
        color: var(--brand-cyan);
    }

.plan-list {
    /*min-height: 350px;*/
}

    .plan-list hr {
        margin: 15px -10px !important;
        width: 260px;
        opacity: 0.2;
    }


ul.bullets-triangle {
    list-style: none; /* remove default bullets */
    margin: 0;
    padding: 0;
    font-size: 16px;
}

    ul.bullets-triangle li {
        position: relative;
        padding-left: 20px;
    }

        ul.bullets-triangle li::before {
            content: "‣ ";
            position: absolute;
            left: 0;
            color: var(--brand-cyan);
        }

.btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 8px !important;
    padding: 10px 14px;
    font-weight: 300 !important;
    border: 1px solid var(--brand) !important;
    transition: transform .04s ease, box-shadow .2s ease;
    text-align: center;
    width: 100%;
    background: linear-gradient(90deg,var(--accent),var(--accent-2)) !important;
    background-color: transparent !important;
    color: var(--text) !important;
}

@media (min-width:480px) {
    .btn {
        width: auto;
    }
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    text-decoration: overline var(--accent-2) !important;
}

.btn-primary-invert {
    text-decoration: overline var(--accent-2) !important;
    color: #0a0b0f;
    border: none;
    background: linear-gradient(90deg,var(--accent),var(--accent-2));
}

.btn-ghost {
    background: transparent;
    min-width: 180px;
    text-align: center !important;
}

/* Table wrapper and table (retain your head styling) */
.table-wrap {
    max-width: 1100px;
    margin: 28px auto 16px;
    overflow-x: auto;
    border: 1px solid #C0C0C0;
    border-radius: 12px;
    background: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    color: #000;
    min-width: 720px;
}

th {
    text-align: left;
    min-width: 240px;
    padding-left: 10px;
}

thead th {
    position: sticky;
    top: 0;
    background: #C0C0C0; /* keep your header color */
    font-weight: 700;
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid #C0C0C0;
    white-space: nowrap;
    z-index: 1;
}

    thead th:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    thead th:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

tbody td, tbody th {
    padding: 3px 7px;
    border-top: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    vertical-align: top;
}

    tbody td:last-child, tbody th:last-child {
        border-right: none;
    }

tbody tr:nth-child(even) td {
    background: rgba(255,255,255,0.02);
}

.form-control {
    background-color: transparent !important;
    color: var(--text);
    border: 1px solid rgba(0, 204, 255, 0.3);
}

/* subtle stripe over white table bg */
.check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

    .check::before {
        content: "✓";
        color: var(--ok);
        font-weight: 900;
    }

.muted {
    color: var(--muted);
    font-weight: 100;
}

    .muted ul {
        list-style-type: none;
        padding-left: 1.5rem;
    }

        .muted ul li::before {
            content: "✦ " !important;
            color: var(--brand-cyan) !important;
            font-weight: bold !important;
            margin-left: -1.5rem !important;
        }


.foot {
    max-width: 1100px;
    margin: 12px auto 0;
    color: #333;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 4px 8px;
    text-align: center;
}

.cta-row {
    display: flex;
    gap: 12px;
    /*justify-content: center;*/
    margin-top: 16px;
    flex-wrap: wrap;
}

    .cta-row left {
        justify-content: left !important;
    }

/* Mobile: auto-convert table to accordion while preserving your desktop table look */
.feature-accordion {
    display: none;
}

@media (max-width:560px) {
    .table-wrap {
        display: none;
    }

    .feature-accordion {
        display: grid;
        gap: 10px;
        max-width: 1100px;
        margin: 20px auto;
    }

        .feature-accordion details {
            border: 1px solid #C0C0C0;
            border-radius: 10px;
            background: #fff;
            padding: 6px 10px;
        }

        .feature-accordion summary {
            cursor: pointer;
            list-style: none;
            font-weight: 700;
            color: #111;
            padding: 6px 2px;
        }

            .feature-accordion summary::-webkit-details-marker {
                display: none;
            }

        .feature-accordion .row {
            display: grid;
            grid-template-columns: 1fr;
            gap: 6px;
            padding: 6px 0 8px;
        }

            .feature-accordion .row div {
                display: flex;
                justify-content: space-between;
                gap: 12px;
                border-top: 1px dashed #C0C0C0;
                padding-top: 6px;
            }

        .feature-accordion .label {
            font-weight: 600;
            color: #374151;
        }

        .feature-accordion .value {
            text-align: right;
        }
}


/* Numbered bullet indicators */
.carousel-indicators.numbered {
    position: static;
    margin-top: 1rem;
    gap: .5rem;
}

    .carousel-indicators.numbered button {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 3px solid var(--marker);
        background: transparent;
        color: var(--focus);
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-indent: 0;
        opacity: 1;
    }

        .carousel-indicators.numbered button.active {
            background: var(--muted);
            color: #fff;
        }

.carousel-control-prev,
.carousel-control-next {
    margin: 35px -150px 0 -150px;
}

.carousel-inner {
    padding-bottom: 30px;
}

/* --------------------------
    BEGIN ACCORDION BOOTSTRAP OVERRIDE
 --------------------------*/

.accordion-item {
    background: var(--card);
    background: var(--bgBlueBlack);
    border: 1px solid color-mix(in srgb, var(--card) 70%, #fff);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    /*    gap: 12px;
    min-height: 100%;*/
}

/* --------------------------
    BEGIN AI PILLARS 
 --------------------------*/

/* Hero */
.hero-pillar {
    display: grid;
    gap: 20px;
    grid-template-columns: 1.4fr .9fr;
    align-items: center;
    margin-top: 16px;
}

@media (max-width: 920px) {
    .hero-pillar {
        grid-template-columns: 1fr;
    }
}

.hero-pillar-card {
    background: linear-gradient(145deg, var(--panel), color-mix(in srgb, var(--panel) 70%, #000));
    border: 1px solid color-mix(in srgb, var(--panel) 80%, #fff);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .4px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 35%, transparent), color-mix(in srgb, var(--brand-2) 35%, transparent));
    border: 1px solid color-mix(in srgb, var(--brand) 30%, #fff0);
}



.subtitle {
    color: var(--muted);
    max-width: 60ch;
}

.cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.btn {
    appearance: none;
    border: 0;
    cursor: pointer;
    padding: 12px 16px;
    font-weight: 700;
    border-radius: 12px;
    transition: transform .1s ease;
    background: linear-gradient(180deg, var(--brand), color-mix(in srgb, var(--brand) 75%, #000));
    color: #051026;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--brand) 25%, #000);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .btn:active {
        transform: translateY(1px);
    }

    .btn.alt {
        background: transparent;
        color: var(--text);
        border: 1px solid color-mix(in srgb, var(--text) 20%, transparent);
        box-shadow: none;
    }

/* Persona Switcher */
.panel {
    background: var(--panel);
    border-radius: var(--radius);
    padding: 20px;
    border: 1px solid color-mix(in srgb, var(--panel) 70%, #fff);
    box-shadow: var(--shadow);
}

.switcher {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .switcher input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.chip {
    --bgc: color-mix(in srgb, var(--panel) 85%, #000);
    background: var(--bgc);
    color: var(--text);
    padding: 10px 14px;
    border-radius: 999px;
    cursor: pointer;
    border: 1px solid color-mix(in srgb, var(--text) 12%, transparent);
    font-weight: 600;
    font-size: 14px;
    outline: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .chip:focus-visible {
        box-shadow: var(--focus);
    }
/* Checked styles */
#aud-teacher:checked ~ .switcher label[for="aud-teacher"],
#aud-student:checked ~ .switcher label[for="aud-student"],
#aud-parent:checked ~ .switcher label[for="aud-parent"],
#aud-leader:checked ~ .switcher label[for="aud-leader"] {
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 30%, transparent), color-mix(in srgb, var(--brand-2) 30%, transparent));
    border-color: color-mix(in srgb, var(--brand) 45%, transparent);
}

/* Pillar grid */
.grid {
    display: grid;
    gap: var(--gap);
    margin-top: 18px;
}


    .grid.grid-Cols-1 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .grid.grid-Cols-2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .grid.grid-Cols-3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .grid.grid-Cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid.grid-Cols-5 {
        grid-template-columns: repeat(5, 1fr);
    }

@media (max-width: 1100px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }

        .grid.grid-Cols-3 {
            grid-template-columns: repeat(3, 1fr) !important;
        }
}

@media (max-width: 980px) {
    .grid {
        grid-template-columns: 1fr;
    }

        .grid.grid-Cols-3 {
            grid-template-columns: repeat(2, 1fr) !important;
        }
}

@media (max-width: 720px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

        .grid.grid-Cols-3 {
            grid-template-columns: repeat(2, 1fr) !important;
        }
}

@media (max-width: 520px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }

        .grid.grid-Cols-3 {
            grid-template-columns: repeat(1, 1fr) !important;
        }
}

@media (max-width: 320px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }

        .grid.grid-Cols-3 {
            grid-template-columns: repeat(1, 1fr) !important;
        }
}

.icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, color-mix(in srgb, var(--brand) 30%, transparent), color-mix(in srgb, var(--accent) 30%, transparent));
    border: 1px solid color-mix(in srgb, var(--brand) 35%, #fff0);
}

    .icon.numbers {
        background: none !important;
    }

    .icon.large {
        width: 120px !important;
        height: 120px !important;
        border-radius: 60px !important;
    }

.card h3 {
    margin: 0;
    font-size: 20px;
}

.promise {
    color: var(--muted);
    margin: 0;
    height: 120px;
}

    .promise.font-large {
        font-size: 28px;
    }

.micro {
    border: 1px dashed color-mix(in srgb, var(--text) 18%, transparent);
    border-radius: var(--radius-sm);
    /*padding: 12px;*/
    background: color-mix(in srgb, var(--panel) 88%, transparent);
    font-size: 14px;
}

::marker {
    color: #009698;
    text-align: right;
}

details {
    border: 1px solid color-mix(in srgb, var(--text) 14%, transparent);
    border-radius: var(--radius-sm);
    padding: 10px 12px;
    background: color-mix(in srgb, var(--panel) 90%, transparent);
}


    details > summary {
        cursor: pointer;
        /*list-style: none;*/
        font-weight: 500;
        outline: none;
        padding: 0 0 0 30px;
    }

        details > summary::-webkit-details-marker {
            display: none;
        }

    details[open] {
        background: none !important; /*color-mix(in srgb, var(--panel) 85%, transparent);*/
    }

/* Persona-specific micro copy visibility */
.micro > div {
    display: none;
}

#aud-teacher:checked ~ .grid .micro .for-teacher {
    display: block;
}

#aud-student:checked ~ .grid .micro .for-student {
    display: block;
}

#aud-parent:checked ~ .grid .micro .for-parent {
    display: block;
}

#aud-leader:checked ~ .grid .micro .for-leader {
    display: block;
}

/* Trust bar */
.trust {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: var(--muted);
}

.pill {
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--text) 15%, transparent);
    background: color-mix(in srgb, var(--panel) 90%, transparent);
}

/* Skip link */
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .skip-link:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 8px 12px;
        margin: 8px;
        display: inline-block;
        background: #fff;
        color: #000;
        border-radius: 8px;
    }


/* --------------------------
    BEGIN CONTACT CARD
 --------------------------*/
.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.contact-left {
    display: grid;
    gap: 16px;
}

.contact-card.card {
    padding-top: 16px;
}

/* Keep addresses stacked on the left; form to the right on lg+ */
@media (min-width: 992px) {
    .contact-grid {
        grid-template-columns: 5fr 7fr !important;
        gap: 24px !important;
    }

    .contact-left {
        align-content: start;
    }

    .contact-card.card {
        height: auto;
    }
}

/* Minor readability touches inside cards */
.contact-card h5 {
    margin-top: 10px;
    margin-bottom: 4px;
}

.contact-card p {
    margin-bottom: 4px;
}

/*----------------------------------------------------------------------
    BEGIN METRICS
----------------------------------------------------------------------*/

:root {
    --shadow: 0 10px 28px rgba(0,0,0,.35);
    --stroke: 2.5; /* circle ring thickness */
    --ringColor: #7cc7ff; /* animated stroke color */
    --trackColor: #3a4a7a55; /* background circle */
}


.wrap {
    max-width: var(--max);
    margin-inline: auto;
    padding: 42px 20px 64px;
}

.title {
    font-size: clamp(24px, 3.8vw, 34px);
    margin: 0 0 6px;
    font-weight: 800;
    line-height: 1.15;
}

.sub {
    color: var(--muted);
    margin: 0 0 18px;
    max-width: 70ch;
}

.grid {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(5, 1fr);
}

@@media (max-width: 1100px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@@media (max-width: 720px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@@media (max-width: 520px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.label {
    font-size: 13px;
    letter-spacing: .2px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.value-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Circle counter */
.circle {
    position: relative;
    width: 106px;
    height: 106px;
    flex: 0 0 106px;
    margin: 15px auto 15px auto;
}

    .circle svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .circle.disc {
        margin: -6% 0 0 37%;
    }

.num {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 24px;
    color: cyan;
    gap: 4px; /* space between number and suffix */
    margin: 0 0 0 13px;
}

.suffix {
    font-size: .55em;
    font-weight: 700;
    color: var(--muted);
    margin-left: 4px;
}

.hint {
    color: var(--muted);
    font-size: 12px;
    margin: 2px 0 0;
}

/* SVG stroke setup */
.ring-track {
    stroke: var(--trackColor);
    stroke-width: var(--stroke);
    fill: none;
}

.ring {
    stroke: var(--ringColor);
    stroke-width: var(--stroke);
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 0 999;
    stroke-dashoffset: 0;
    filter: drop-shadow(0 0 6px color-mix(in srgb, var(--ringColor) 40%, transparent));
    opacity: .95;
}

/* Animation (draw the circle) */
@@keyframes draw {
    from {
        stroke-dashoffset: var(--circumference);
    }

    to {
        stroke-dashoffset: 0;
    }
}

@@keyframes pop {
    from {
        transform: scale(.96);
        opacity: .4;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.animate .ring {
    animation: draw 1200ms cubic-bezier(.22,.9,.28,1) forwards;
}

.animate .num {
    animation: pop 420ms ease-out both 180ms;
}

/* Reduced motion: show final state instantly */
@@media (prefers-reduced-motion: reduce) {
    .animate .ring {
        animation: none;
    }

    .animate .num {
        animation: none;
    }
}

/* Focus */
.card:focus-within {
    outline: none;
    box-shadow: 0 0 0 3px var(--ring), var(--shadow);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}


/*----------------------------------------------------------------------
    THREE PILLARS SECTION   **** Anchor element *****
----------------------------------------------------------------------*/

details.btn {
    position: relative;
    display: inline-block;
    pointer-events: auto; /* ensure hover works immediately */
}

    details.btn[open] {
        display: inline-block;
    }
    /* avoid layout shift if opened */

    /* Summary “button” */
    details.btn > summary {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        cursor: pointer;
        user-select: none;
        outline-offset: 2px;
        position: relative;
        padding-right: 1.5em; /* room for custom arrow */
        list-style: none; /* remove native marker */
    }
        /* remove native disclosure marker across engines */
        details.btn > summary::-webkit-details-marker {
            display: none;
        }

        details.btn > summary::marker {
            content: "";
        }

        /* Custom arrow (right of text) */
        details.btn > summary::after {
            content: "▸";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); /* baseline: pointing right */
            font-size: 1.1em; /* slightly larger */
            color: var(--accent, cyan); /* cyan like the original */
            transition: transform .2s ease;
        }

        /* Arrow reacts on hover/focus (purely visual) */
        details.btn > summary:hover::after,
        details.btn > summary:focus::after,
        details.btn > summary:focus-visible::after {
            transform: translateY(-50%) rotate(90deg);
        }

    /* Popover panel (the <ul>) - anchored to bottom-left of the summary */
    details.btn > ul {
        position: absolute;
        left: 0; /* bottom-left anchor */
        top: calc(100% + 10px);
        transform: translateY(8px) scale(.98);
        width: min(380px, 92vw);
        background: linear-gradient(to right, rgb(17, 94, 180), rgb(32, 58, 67), rgb(84, 209, 224)) !important;
        color: var(--text, #111);
        border: 1px solid var(--border, color-mix(in srgb, var(--text, #111) 12%, transparent));
        border-radius: var(--radius-sm, 8px);
        box-shadow: var(--shadow, 0 8px 24px rgba(0,0,0,.12));
        margin: 0;
        padding: 14px 16px;
        z-index: 30;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .18s ease, transform .18s ease, visibility .18s;
    }

        /* Little arrow nub for the panel */
        details.btn > ul::before {
            --pop-left-offset: 0.25rem; /* tweak this to align with left padding */
            content: "";
            position: absolute;
            top: -7px;
            left: var(--pop-left-offset);
            width: 14px;
            height: 14px;
            transform: rotate(45deg);
            background: inherit;
            border-left: inherit;
            border-top: inherit;
        }

    /* Show popover on hover/focus of the summary (no click needed) */
    details.btn > summary:hover + ul,
    details.btn > summary:focus + ul,
    details.btn > summary:focus-visible + ul {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    details.btn > ul,
    details.btn > summary::after {
        transition: none;
    }
}

/* RTL: keep arrow at the visual end; popover still uses visual left */
[dir="rtl"] details.btn > summary {
    padding-right: 0;
    padding-left: 1.5em;
}

    [dir="rtl"] details.btn > summary::after {
        right: auto;
        left: 0;
    }


/* The popover panel (your <ul>) */
details.btn > ul {
    position: absolute;
    left: 40%;
    top: calc(100% + 10px);
    transform: translateX(-50%) translateY(8px) scale(.98);
    width: min(320px, 92vw);
    /* on-brand surface using your variables */
    background: var(--panel, #fff);
    background: linear-gradient(to right, #115eb4, #203a43, #54d1e0) !important;
    color: var(--text, #111);
    border: 1px solid var(--border, color-mix(in srgb, var(--text, #111) 12%, transparent));
    border-radius: var(--radius-sm, 8px);
    box-shadow: var(--shadow, 0 8px 24px rgba(0,0,0,.12));
    margin: 0;
    padding: 30px;
    z-index: 40;
    /* start hidden */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

    /* Little arrow */
    details.btn > ul::before {
        content: "";
        position: absolute;
        top: -7px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 14px;
        height: 14px;
        background: inherit;
        border-left: inherit;
        border-top: inherit;
    }

/* SHOW the popover only when the <details.btn> is hovered */
details.btn:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
}

/* Safety: if someone clicks and opens the <details>, don't expand layout */
details.btn[open] > ul {
    /* still absolute, so it won't extend page; this line is optional */
}

/* Keep popover inside viewport near edges on wide screens (optional) */
@media (min-width: 720px) {
    /* tweak per-column if needed */
    #pillars .card:nth-child(1) details.btn > ul {
        left: 40%;
    }

    #pillars .card:nth-child(3) details.btn > ul {
        left: 60%;
    }
}

/* Reduced motion friendly */
@media (prefers-reduced-motion: reduce) {
    details.btn > ul {
        transition: none;
    }
}

details.btn:focus-within > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
}



/*----------------------------------------------------------------------
   CHECKBOX FOR PRICING   **** Anchor element *****
----------------------------------------------------------------------*/

/* Visually hide the native checkbox but keep it screen-reader & keyboard accessible */
.cb-visually-hidden {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

    /* Draw the custom box */
    .cb-visually-hidden + label {
        cursor: pointer;
        user-select: none;
    }

        .cb-visually-hidden + label::before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 1px solid cyan; /* 1px cyan border */
            background: transparent; /* transparent background */
            border-radius: 3px; /* optional */
            margin-right: 8px;
            vertical-align: -3px; /* align with text nicely */
        }

    /* Show a checkmark when checked (background stays transparent) */
    .cb-visually-hidden:checked + label::before {
        content: "✓";
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        font-weight: 700;
        color: cyan; /* cyan checkmark */
    }
