/* ==========================================================================
   Global / Foundations
   ========================================================================== */

html,
body {
    font-family: 'Inter', sans-serif;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    margin: 0;
}

.eridaMainLayout {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.myMainContent {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}

a,
.btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, var(--color-error);
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.contentBounds {
}


/* ==========================================================================
   Global / Design Tokens
   ========================================================================== */

:root {
    --color-dark-start: #030510;
    --color-dark-end: #08133C;
    --color-primary: #0177D0;
    --color-primary-bright: #06C1FF;
    --color-primary-hover: #0099ff;
    --color-primary-hover-bright: #00b3ff;
    --color-text-strong: #08133A;
    --color-text-muted: #ACB0C0;
    --color-text-soft: #94A1B6;
    --color-surface-white: #ffffff;
    --color-surface-soft: #F7F7F9;
    --color-border-soft: #D9DCE1;
    --color-error: #b32121;
    --color-success: #16713a;
    --gradient-dark: linear-gradient(90deg, var(--color-dark-start) 0%, var(--color-dark-end) 100%);
    --gradient-primary: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-bright) 100%);
    --gradient-light-section: linear-gradient(90deg, rgba(22, 134, 194, 0.06), rgba(255, 255, 255, 0.06));
    --gradient-primary-cta: linear-gradient(135deg, var(--color-primary-hover) 0%, #007acc 100%);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 12px;
    --radius-card: 16px;
    --radius-pill: 999px;
    --shadow-paper: 0 4px 20px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.2);
    --shadow-primary: 0 4px 15px rgba(1, 119, 208, 0.45);
    --shadow-primary-hover: 0 6px 20px rgba(1, 119, 208, 0.6);
    --hero-title-font-size: 3rem;
    --hero-subtitle-font-size: 1rem;
    --font-size-page-title: 3rem;
    --font-size-section-title: 2.5rem;
    --font-size-promo: 2.375rem;
    --font-size-body: 1rem;
    --font-size-small: 0.875rem;
}


/* ==========================================================================
   Global / Visual Utilities
   ========================================================================== */

.blueGradientText {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}

.accent-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.accent-border {
    position: relative;
    border-radius: var(--radius-lg);
}

    .accent-border::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 2px;
        background: var(--gradient-primary);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

.darkBackground {
    background: var(--gradient-dark);
}

.lightBackground {
    background: var(--gradient-light-section);
}

.visual-background {
    --visual-background-fill: transparent;
    --visual-background-top: 0;
    --visual-background-height: 100%;
    position: relative;
    isolation: isolate;
    z-index: -4;
}

    .visual-background::before {
        content: "";
        position: absolute;
        left: 0;
        top: var(--visual-background-top);
        width: 100%;
        height: var(--visual-background-height);
        background: var(--visual-background-fill);
        z-index: -1;
        pointer-events: none;
    }

.visual-background-dark {
    --visual-background-fill: var(--gradient-dark);
}

.visual-background-top-half {
    --visual-background-height: 50%;
}

.visual-background-bottom-half {
    --visual-background-top: 50%;
    --visual-background-height: 50%;
}

.hero-atmosphere {
    --hero-atmosphere-image: url("/images/hero_stars_background.png");
    --hero-atmosphere-top: -180px;
    --hero-atmosphere-bottom: 0px;
    --hero-atmosphere-position: center top;
    --hero-atmosphere-size: cover;
    --hero-atmosphere-opacity: 0.72;
    position: relative;
    isolation: isolate;
}

    .hero-atmosphere::before {
        content: "";
        position: absolute;
        top: var(--hero-atmosphere-top);
        bottom: var(--hero-atmosphere-bottom);
        left: 50%;
        width: 100vw;
        min-width: 100%;
        transform: translateX(-50%);
        z-index: -2;
        pointer-events: none;
        opacity: var(--hero-atmosphere-opacity);
        background-image: linear-gradient(180deg, rgba(3, 5, 16, 0.96) 0%, rgba(3, 5, 16, 0.24) 16%, rgba(3, 5, 16, 0) 50%, rgba(3, 5, 16, 0.34) 76%, rgba(3, 5, 16, 0.98) 100%), linear-gradient(90deg, rgba(3, 5, 16, 0.98) 0%, rgba(3, 5, 16, 0.16) 20%, rgba(8, 19, 60, 0.04) 52%, rgba(8, 19, 60, 0.24) 80%, rgba(8, 19, 60, 0.98) 100%), var(--hero-atmosphere-image);
        background-position: center, center, var(--hero-atmosphere-position);
        background-repeat: no-repeat;
        background-size: 100% 100%, 100% 100%, var(--hero-atmosphere-size);
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 82%, transparent 100%);
        mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 82%, transparent 100%);
    }

    .hero-atmosphere .hero-img-wrapper,
    .hero-atmosphere .hero-img {
        pointer-events: none;
    }

.pageTitle {
    color: white;
    font-weight: bold !important;
    font-size: var(--hero-title-font-size) !important;
}

.pageSubtitle {
    color: white;
    font-size: var(--hero-subtitle-font-size) !important;
}

@media (max-width: 960px) {
    :root {
        --hero-title-font-size: 2.25rem;
        --hero-subtitle-font-size: 1rem;
    }

    .visual-background-mobile-full {
        --visual-background-top: 0;
        --visual-background-height: 100%;
    }

    .hero-atmosphere {
        --hero-atmosphere-top: -120px;
        --hero-atmosphere-bottom: 0px;
        --hero-atmosphere-opacity: 0.56;
    }
}


/* ==========================================================================
   Layout / Navbar
   ========================================================================== */

.mainMenu {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px 25px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar-container {
    padding-top: 15px;
}

.navbar-logo {
    cursor: pointer;
}

.services-menu .mud-button-label {
    color: white !important;
    text-transform: none !important;
    font-size: var(--font-size-body) !important;
}

.mobile-nav-menu .mud-menu-icon-button-activator {
    color: white;
}

.nav-menu-icon {
    color: white;
}

.nav-item {
    transition: all 0.3s ease !important;
}

    .nav-item:hover {
        color: var(--color-primary-hover) !important;
        text-shadow: 0 0 14px rgba(6, 193, 255, 0.42);
    }

.services-menu:hover .nav-item,
.services-menu-open .nav-item {
    color: var(--color-primary-hover) !important;
    text-shadow: 0 0 14px rgba(6, 193, 255, 0.42);
}

.services-menu-open .nav-menu-icon {
    transform: rotate(180deg);
}


/* ==========================================================================
   Layout / Footer
   ========================================================================== */

.site-footer-left {
    width: 100%;
    margin: 20px 50px 50px 40px;
}

.site-footer-link {
    color: white !important;
}

.site-footer-muted-text {
    opacity: 60%;
}

@media (max-width: 960px) {
    .footer-inner {
        flex-direction: column;
        min-height: auto;
    }

    .site-footer-left {
        /*gap: calc(var(--mud-spacing) * 12) !important;*/
        justify-content: center !important;
        margin: 16px 12px 12px 12px;
    }

    .site-footer-address {
        display: none !important;
    }

    .site-footer-mobile-legal {
        align-items: center !important;
        margin: 0 24px 24px 24px;
        text-align: center;
    }
}


/* ==========================================================================
   Base Components / Buttons
   ========================================================================== */

.default-button {
    color: white !important;
    padding: 15px 25px !important;
    text-transform: none !important;
    min-width: 200px !important;
    box-shadow: var(--shadow-primary) !important;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out !important;
    border-radius: var(--radius-md) !important;
}

    .default-button:hover {
        box-shadow: var(--shadow-primary-hover) !important;
    }

    .default-button:active {
        box-shadow: 0 2px 10px 0 rgba(1, 119, 208, 0.4) !important;
        transform: translateY(0) !important;
    }

.btn-custom-primary {
    background: var(--color-primary-hover);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: var(--radius-md);
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 153, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .btn-custom-primary span {
        position: relative;
        z-index: 2;
    }

    .btn-custom-primary:hover {
        transform: translateY(-2px);
        background: var(--color-primary-hover-bright);
        box-shadow: 0 12px 25px rgba(0, 153, 255, 0.5), 0 0 15px rgba(0, 153, 255, 0.3);
    }

    .btn-custom-primary::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: 0.5s;
    }

    .btn-custom-primary:hover::after {
        left: 100%;
    }

.btn-custom-glass {
    background: rgba(255, 255, 255, 0.07);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px 32px;
    border-radius: var(--radius-md);
    font-weight: 700;
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

    .btn-custom-glass:hover {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(0, 153, 255, 0.5);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
        transform: translateY(-2px);
        color: var(--color-primary-hover);
    }


/* ==========================================================================
   Base Components / Cards
   ========================================================================== */

.service-card {
    border-radius: var(--radius-card);
    padding: 24px;
    background-color: var(--color-surface-white);
    max-width: 360px;

}

.sub-service-card {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.sub-service-card-column {
    width: 100%;
}

.expansion-paper {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: var(--shadow-paper);
}

.career-position-main-stack {
    height: 100%;
}

@media (max-width: 960px) {
    .service-card {
        width: 100% !important;
        max-width: none !important;
    }
}


/* ==========================================================================
   Base Components / News Preview
   ========================================================================== */

.news-text-container {
    padding: 15px;
}

.article-read-more {
    cursor: pointer;
}


/* ==========================================================================
   Base Components / Social And Navigation Controls
   ========================================================================== */

.social-viewfinder-button {
    position: relative;
    padding: 12px 30px !important;
    min-width: 140px;
    background-color: transparent !important;
}

.social-viewfinder-button-text {
    position: relative;
    z-index: 2;
    color: white;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 0.85rem;
    opacity: 0.8;
}

.social-viewfinder-button-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    fill: none;
}

.social-viewfinder-button-border-path {
    stroke: rgba(255, 255, 255, 0.45);
    stroke-width: 1.5px;
    vector-effect: non-scaling-stroke;
    transition: all 0.3s ease-in-out;
}

.social-viewfinder-button:hover .social-viewfinder-button-border-path {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 2px;
}

.social-viewfinder-button:hover .social-viewfinder-button-text {
    opacity: 1;
}

.navigation-left-arrow {
    color: black;
    background-color: #E2EAEF;
    opacity: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: 0;
}

.navigation-right-arrow {
    color: black;
    background-color: #7097AF;
    opacity: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: 0;
}

    .navigation-right-arrow i {
        color: black;
    }


/* ==========================================================================
   Base Components / Service Button
   ========================================================================== */

.home-service-paper {
    background-color: #040818 !important;
    padding: 30px;
    width: 300px;
    min-height: 400px;
    min-width: 300px;
    border-radius: 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.service-button-content {
    height: 100%;
}

@media (max-width: 960px) {
    .home-service-paper {
        margin: auto auto;
        width: 100% !important;
        max-width: 350px;
        min-height: 0 !important;
    }
}


/* ==========================================================================
   Shared Service Pages / Hero
   ========================================================================== */

.service-hero-shell {
    position: relative;
}

.service-hero-background {
    width: 100%;
    height: 100%;
    z-index: -4;
    position: absolute;
}

.service-hero-container {
    position: relative;
}

.service-hero-visual {
    position: relative;
    margin-right: 150px;
}

.service-hero-frame-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.service-hero-icon-wide {
    width: 250px;
}

.service-hero-icon-compact {
    width: 200px;
}

.service-hero-icon-image {
    background-color: transparent;
}


/* ==========================================================================
   Shared Service Pages / Card Sections
   ========================================================================== */

.service-sub-cards {
    position: relative;
}

.service-card-background {
    width: 100%;
    height: 50%;
    z-index: -2;
    position: absolute;
}

.service-card-background2 {
    width: 100%;
    top: 50%;
    height: 50%;
    z-index: -2;
    position: absolute;
}

@media (max-width: 960px) {
    .service-card-background {
        height: 100% !important;
    }
}


/* ==========================================================================
   Home Page / Services
   ========================================================================== */

.home-services-container {
    position: relative;
    padding-top: 25px;
}


/* ==========================================================================
   Home Page / About
   ========================================================================== */

.home-about-container {
    align-content: center;
    background-color: transparent;
    position: relative;
}

.aboutPaper {
    background-color: white !important;
    max-width: 80%;
    padding: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 125px;
    border-radius: var(--radius-lg) !important;
}

.home-about-stats {
    margin-bottom: 25px;
}

.certificateContainer {
    background-color: var(--color-surface-soft);
    border-radius: 9px;
    padding: 15px 20px;
}

.certificateText {
    opacity: 30%;
}

.matrixNumbers {
    background-image: url("/images/matrix_numbers.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.certificate-inner-container {
    padding: 0 8px;
}


/* ==========================================================================
   Home Page / News Carousel
   ========================================================================== */

.home-news-inside .carousel-template {
    min-height: 300px;
    padding: 25px;
}

.home-news-inside {
    position: relative;
}

.home-news-inside .news-carousel {
    min-height: 300px;
    width: 100%;
    margin-left: 225px;
}

.news-carousel-content {
    flex-grow: 1;
}

.news-carousel-title {
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.news-carousel-preview {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news-carousel-action-row {
    position: absolute;
    right: 40px;
    bottom: 25px;
    left: 250px;
    z-index: 3;
}

.news-carousel-action-row .default-button {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0 !important;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
}

.news-carousel-navigation {
    gap: 0.5rem;
}

@media (max-width: 960px) {
    .home-news-inside .news-carousel {
        margin-left: 0px !important;
        min-height: 390px;
        padding-right: 0;
        overflow: hidden;
    }

    .home-news-inside .carousel-template {
        padding: 0px;
        min-height: 390px;
    }

    .home-news-inside .news-carousel,
    .home-news-inside .mud-swipearea {
        touch-action: pan-y;
    }

    .news-carousel-preview {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .news-carousel-action-row {
        bottom: 28px;
        right: 18px;
        left: 0;
        width: auto;
    }

    .news-carousel-navigation .navigation-left-arrow,
    .news-carousel-navigation .navigation-right-arrow {
        width: 36px;
        height: 36px;
    }
}


/* ==========================================================================
   AI Service Page / Cooperation Steps
   ========================================================================== */

.cooperation-steps-title {
    font-weight: bold;
}


/* ==========================================================================
   AI Service Page / References
   ========================================================================== */

.ai-reference-title {
    font-weight: bold;
}

.ai-reference-carousel {
    height: 280px;
}

.ai-reference-copy {
    display: flex;
}

.ai-reference-person {
    font-weight: bold;
}

.ai-reference-text {
    max-width: 60%;
}

.ai-reference-navigation {
    margin-right: 40px;
}


/* ==========================================================================
   AI Service Page / Description
   ========================================================================== */

.ai-service-description-layout {
    display: flex;
}

.ai-service-description-text {
    margin-left: 40px;
}

.promo-text {
    font-weight: bold;
    color: var(--color-text-soft);
    font-size: var(--font-size-promo);
}

.badge-text {
    background: var(--gradient-primary);
    color: white;
    padding: 2px 10px;
    border-radius: var(--radius-sm);
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}


/* ==========================================================================
   AI Service Page / Voice Test
   ========================================================================== */

.ai-voice-test-container {
    position: relative;
}

.ai-voice-test-paper {
    position: relative;
    border-radius: 20px !important;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 159px;
    background: linear-gradient( to right, #4aa3df 0%, #5bb2ea 50%, #6fc2f2 100% );
}

.ai-voice-test-content {
    height: 100%;
}

.ai-voice-test-left-offset {
    padding-right: 314px;
}

.ai-voice-test-promo-top {
    background: linear-gradient( to right, #0b6fd8 0%, #1183e6 60%, #1a96f0 100% );
    padding: 20px 24px;
    color: white;
}

.ai-voice-test-play-icon {
    color: #06BFFE;
}

@media (max-width: 720px) {
    .ai-voice-test-left-offset {
        padding-right: 0;
    }

    .ai-voice-test-paper {
        min-height: 0;
    }

    .ai-voice-test-promo-top {
        padding: 18px 20px;
    }
}

@media (max-width: 420px) {
    .ai-voice-test-promo-top {
        padding: 16px;
    }
}


/* ==========================================================================
   Contact Section / Contact Form
   ========================================================================== */

.inputPaper {
    border-radius: var(--radius-md) !important;
    padding: 10px !important;
    box-shadow: var(--shadow-paper) !important;
}

.textInput {
    background-color: white;
    padding: 5px 10px;
}

.contact-info-row {
    margin: 10px;
}

.attachment-button-icon {
    color: var(--color-primary);
    font-size: 1.25rem;
}

.attachment-chip-icon {
    color: var(--color-primary);
    font-size: 1.2rem;
    flex: 0 0 auto;
}

.attachment-remove-button {
    color: var(--color-text-muted);
    flex: 0 0 auto;
}


/* ==========================================================================
   News Page / Hero
   ========================================================================== */

.hero-container {
    position: relative;
}


/* ==========================================================================
   News Article Page / Hero
   ========================================================================== */

.news-article-hero-container {
    --hero-atmosphere-top: -105px;
    --hero-atmosphere-bottom: -20px;
    --hero-atmosphere-position: center top;
    --hero-atmosphere-opacity: 0.68;
    position: relative;
}

.news-article-hero-layout {
    min-height: 300px;
    position: relative;
}

.news-article-hero-copy {
    max-width: 640px;
    padding: 8px 0 28px;
    position: relative;
    z-index: 2;
}

.news-article-hero-meta {
    gap: 16px;
    margin-bottom: 10px;
}

.news-article-hero-title {
    font-size: 1.92rem !important;
    line-height: 1.25 !important;
    max-width: 620px;
    margin-bottom: 16px;
}

.news-article-hero-subtitle {
    font-size: 0.95rem !important;
    line-height: 1.45 !important;
    max-width: 560px;
}

@media (max-width: 960px) {
    .news-article-hero-container {
        --hero-atmosphere-top: -80px;
        --hero-atmosphere-opacity: 0.56;
    }

    .news-article-hero-layout {
        min-height: auto;
    }

    .news-article-hero-copy {
        max-width: 100%;
        padding: 10px 0 32px;
    }
}


/* ==========================================================================
   News Article Page / Article HTML Content
   ========================================================================== */

.article-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
    line-height: 1.7;
    font-size: var(--font-size-body);
}

.article-hero {
    margin-bottom: 2.5rem;
}

.article-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-primary-hover);
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.article-hero h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.article-lead {
    font-size: 1.1rem;
    color: #666;
    max-width: 720px;
}

.article-section {
    margin-bottom: 2.5rem;
}

    .article-section h2 {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .article-section h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

.article-callout {
    background: linear-gradient(135deg, #f0f8ff, #e6f4ff);
    border-left: 4px solid var(--color-primary-hover);
    padding: 1rem 1.25rem;
    margin: 2rem 0;
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
}

.article-checklist {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

    .article-checklist li {
        margin-bottom: 0.35rem;
    }

.article-image {
    margin: 2.5rem 0;
    text-align: center;
    color: #999;
    font-size: 0.85rem;
}

    .article-image figcaption {
        margin-top: 0.5rem;
    }

.article-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.article-quote {
    margin: 2.5rem 0;
    padding-left: 1.25rem;
    border-left: 3px solid #ddd;
    font-style: italic;
    color: #555;
}

.article-bullets {
    padding-left: 1.25rem;
}

.article-section.highlight {
    background: #fafafa;
    padding: 1.75rem;
    border-radius: 8px;
}

.article-cta {
    margin-top: 3rem;
    padding: 2rem;
    text-align: center;
    background: var(--gradient-primary-cta);
    color: white;
    border-radius: var(--radius-lg);
}

    .article-cta h3 {
        margin-bottom: 0.5rem;
    }

    .article-cta p {
        margin-bottom: 1.25rem;
    }

    .article-cta a {
        display: inline-block;
        padding: 0.6rem 1.4rem;
        background: white;
        color: var(--color-primary-hover);
        font-weight: 600;
        border-radius: var(--radius-pill);
        text-decoration: none;
    }
