@font-face {
    font-family: Armin Grotesk;
    src: url(/fonts/ArminGrotesk-UltraLight.woff2) format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Armin Grotesk;
    src: url(/fonts/ArminGrotesk-Normal.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Armin Grotesk;
    src: url(/fonts/ArminGrotesk-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Armin Grotesk;
    src: url(/fonts/ArminGrotesk-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden
}

body {
    font-family: Armin Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-feature-settings: "ss03" 1, "ss06" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #181d27;
    background: linear-gradient(180deg, #0c1a3d, #09142f);
    background-color: #0c1a3d;
    overflow-x: hidden;
    transition: background .6s ease, background-color .6s ease;
    min-height: 100vh
}

body.hero-exited {
    background: #f3f5fc;
    background-color: #f3f5fc
}

body.reflective-space-exited {
    background: linear-gradient(180deg, #0c1a3d, #09142f);
    background-color: #0c1a3d
}

.hero-heading {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    padding-bottom: .1em;
    background: linear-gradient(131.81246364377185deg, #beceff 5.6105%, #3559c7 149.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #3559c7
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
    .hero-heading {
        color: transparent
    }
}

.about-title,
.features-title,
.stats-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0
}

.feature-title,
.reflective-space-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0
}

.hero-eyebrow {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.399999976158142;
    letter-spacing: 0
}

.hero-description,
.about-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0
}

.hero-subtitle,
.feature-description,
.reflective-space-description,
.stat-label,
.footer-copyright,
.footer-link {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0
}

.trust-item p,
.reflective-space-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.399999976158142;
    letter-spacing: 0
}

.btn-primary,
.btn-secondary,
.btn-outline {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.399999976158142;
    text-decoration: none;
    letter-spacing: 0
}

.stat-value {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0
}

.nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 1440px;
    max-width: 100%;
    z-index: 100;
    height: 106px;
    padding: 24px 142px;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.nav-logo {
    height: 40px;
    width: 297px
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 24px
}

.nav-burger {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 101
}

.nav-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: transform .3s ease, opacity .3s ease
}

.nav-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px)
}

.nav-burger.active span:nth-child(2) {
    opacity: 0
}

.nav-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px)
}

.nav-light .nav-burger span {
    background: #0c1a3d
}

@media(max-width:767px) {
    .nav-light .nav-actions {
        background: #fffffffa;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px)
    }

    .nav-light .nav-link {
        color: #0c1a3d
    }

    .nav-light .nav-link:hover {
        color: #2563eb
    }

    .nav-light .btn-secondary {
        background: transparent;
        border: 1px solid #0c1a3d;
        color: #0c1a3d
    }

    .nav-light .btn-secondary:hover {
        background: #0c1a3d1a
    }

    .nav-light .btn-primary {
        background: #0c1a3d;
        color: #fff
    }

    .nav-light .btn-primary:hover {
        background: #1e3a5f
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible
}

.modal-content {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 540px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: scale(.95) translateY(20px);
    transition: transform .3s ease;
    box-shadow: 0 24px 48px #0003
}

.modal-overlay.active .modal-content {
    transform: scale(1) translateY(0)
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    background: #0000000d;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #535862;
    transition: background .2s ease, color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.modal-close:hover {
    background: #0000001a;
    color: #181d27
}

.modal-body {
    padding: 48px 40px
}

@media(max-width:767px) {
    .modal-content {
        width: 95%;
        max-width: none;
        margin: 16px
    }

    .modal-body {
        padding: 48px 24px 32px
    }
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    transition: opacity .2s ease
}

.nav-link-dropdown {
    display: flex;
    align-items: center;
    gap: 6px
}

.nav-dropdown-arrow {
    width: 12px;
    height: 12px;
    transition: transform .2s ease
}

.nav-dropdown-wrapper {
    position: relative
}

.nav-dropdown-wrapper .nav-link-dropdown {
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit
}

.nav-dropdown-wrapper:hover .nav-dropdown-arrow,
.nav-dropdown-wrapper .nav-link-dropdown[aria-expanded=true] .nav-dropdown-arrow {
    transform: rotate(180deg)
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-top: 12px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px #0c1a3d26;
    min-width: 280px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 1000
}

.nav-dropdown-wrapper:hover .nav-dropdown-menu,
.nav-dropdown-wrapper:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible
}

.nav-dropdown-item {
    display: block;
    padding: 12px 16px;
    color: #0c1a3d;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color .15s ease
}

.nav-dropdown-item:hover {
    background-color: #f5f5f7
}

.btn-demo {
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 0
}

.nav-light .nav-link,
.nav-light .btn-demo {
    color: #0c1a3d
}

.btn-secondary {
    display: flex;
    align-items: center;
    gap: 16px;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0;
    font-family: inherit
}

.icon-calendar {
    width: 24px;
    height: 24px;
    color: #fff
}

.btn-primary {
    background-color: #3559c7;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 18px 40px;
    cursor: pointer;
    font-family: inherit;
    transition: opacity .2s ease
}

.btn-primary:hover {
    opacity: .9
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 17px 39px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    transition: background .2s ease, opacity .2s ease
}

.btn-outline:hover {
    background: #ffffff1a
}

.hero {
    background: linear-gradient(180deg, #0c1a3d, #09142f);
    min-height: 100vh;
    padding: 180px 142px 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: opacity .6s ease, transform .6s ease
}

.hero.exiting {
    opacity: .95;
    transform: translateY(-20px)
}

.hero-container {
    max-width: 1156px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    text-align: center;
    margin-bottom: 80px
}

.hero-eyebrow {
    color: #fff;
    max-width: 1156px
}

.hero-heading {
    max-width: 1156px;
    margin: 0
}

.hero-description {
    color: #fff;
    max-width: 684px
}

.hero-cta {
    margin-top: 0
}

.trust-indicators {
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-width: 61px
}

.trust-icon {
    width: 36px;
    height: 36px;
    color: #fff
}

.trust-item p {
    color: #fff;
    text-align: center;
    white-space: pre-wrap
}

.hero-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%
}

.hero-image {
    width: 100%;
    max-width: 1156px;
    height: 650px
}

.hero-subtitle {
    color: #fff;
    text-align: center;
    margin-top: 15px
}

.hero-image {
    width: 100%;
    height: 580px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #ffffff26 !important;
    padding: 20px;
    border: 1px solid #8c93fb !important
}

.image-wrapper {
    height: 540px
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity .5s ease, transform .5s cubic-bezier(.4, 0, .2, 1);
    border-radius: 15px
}

.hero-img.fade-out {
    opacity: 0;
    transform: translateY(16px)
}

.hero-carousel-controls {
    padding: calc(48px + 5rem) 24px 24px 24px;
    position: absolute;
    bottom: -50px;
    width: 100%;
    max-width: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.role-tabs {
    position: relative;
    display: inline-flex;
    gap: 4px;
    padding: 6px;
    border-radius: 999px;
    background: #ffffff14;
    border: 1px solid #484f58;
    max-width: 80%;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden
}

.role-tab {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 999px;
    padding: 12px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    z-index: 1;
    transition: color .25s ease
}

.role-tab.active {
    color: #fff;
    background: linear-gradient(180deg, #ffffff1f, #9999991f)
}

.active-indicator {
    position: absolute;
    top: 6px;
    left: 0;
    height: calc(100% - 12px);
    border: 1px solid #ffffff;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1), width .35s ease;
    opacity: 0
}

.role-tab:not(.active) {
    border: none
}

.hero-tab-content {
    position: relative;
    width: 100%;
    max-width: 1156px;
    margin: 1.5rem auto 0;
    text-align: center
}

.tab-content-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .4s ease, visibility .4s ease, transform .4s ease
}

.tab-content-item.active {
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.tab-content-ghost {
    visibility: hidden;
    pointer-events: none
}

.tab-content-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.3
}

.tab-content-text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    opacity: .85;
    margin: 0 0 5rem;
    line-height: 1.6
}

.about {
    padding: 80px 142px;
    background-color: #f3f5fc
}

.about-container {
    max-width: 684px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center
}

.about-title {
    color: #181d27
}

.about-description {
    color: #535862;
    max-width: 700px !important;
    margin-left: auto;
    margin-right: auto
}

.about-container .pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-container .pill {
    margin: 0;
    padding: 10px 18px;
    
    background: #27345f; /* dark blue */
    color: #ffffff;
    
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 999px; /* full pill */
    
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    cursor: pointer;
    transition: all 0.25s ease;
}

.about-container .pill:hover {
    background: #32457d;
    border-color: rgba(255,255,255,0.3);
    transform: translateY(-1px);
}

.features {
    padding: 80px 142px;
    background-color: #f3f5fc
}

.features-container {
    max-width: 1156px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.features-title {
    color: #181d27;
    text-align: center
}

.feature-slider {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.feature-display {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center
}

.feature-display-image-container {
    position: relative;
    width: 100%;
    max-width: 1156px;
    height: 650px;
    overflow: hidden;
    border-radius: 16px
}

.feature-display-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease
}

.feature-display-image.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.feature-display-img {
    width: 100%;
    height: 100%;
    border-radius: 16px
}

.feature-display-content-container {
    position: relative;
    width: 100%;
    max-width: 684px;
    min-height: 120px;
    text-align: center
}

.feature-display-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease
}

.feature-display-content.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.feature-display-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #181d27;
    margin: 0 0 4px
}

.feature-display-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.399999976158142;
    letter-spacing: 0;
    color: #535862;
    margin: 0
}

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

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: transform .3s ease, opacity .3s ease
}

.feature-card-clickable {
    cursor: pointer
}

.feature-card-clickable:hover {
    transform: translateY(-4px);
    opacity: .9
}

.feature-image {
    width: 100%;
    aspect-ratio: 330 / 440;
    border-radius: 16px;
    transition: opacity .3s ease
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-align: center
}

.feature-title {
    color: #181d27;
    margin: 0
}

.feature-description {
    color: #535862
}

.media-placeholder {
    background-color: #c9c9c9;
    border-radius: 16px
}

.reflective-space {
    padding: 80px 142px 160px;
    background-color: #f3f5fc
}

.reflective-space-container {
    max-width: 1156px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.reflective-space-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    width: 100%
}

.reflective-space-label {
    color: #535862;
    text-transform: uppercase
}

.reflective-space-title {
    color: #181d27;
    margin: 0
}

.reflective-space-image {
    width: 100%;
    height: 495px
}

.reflective-space-description {
    color: #535862;
    text-align: center;
    max-width: 684px
}

.reflective-space-cta {
    margin-top: 0
}

.stats {
    padding: 0 142px 160px;
    color: #000
}

.stats-container {
    max-width: 1156px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.stats-title {
    color: #000;
    text-align: center;
    max-width: 684px
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 1156px
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: left;
    text-align: left;
    max-width: 330px
}

.dark-mode .stat-value,
.dark-mode .stat-label,
.dark-mode .stats-title {
    color: #fff !important
}

.stats-title {
    transition: color 1.5s ease-in-out .1s
}

.stat-value,
.stat-label {
    color: #000;
    transition: color 1.5s ease-in-out .1s
}

.footer {
    --scroll-progress: 0;
    background-color: hsl(0, 0%, calc(100% - (var(--scroll-progress, 0) * 100%)));
    padding: 160px 142px 96px;
    position: relative;
    transition: background-color .1s ease-out;
    min-height: 100vh
}

.footer.scroll-active {
    background-color: hsl(0, 0%, calc(100% - (var(--scroll-progress, 0) * 100%)));
    transition: background-color .1s ease-out
}

.footer.scroll-active .stats-title,
.footer.scroll-active .stat-value,
.footer.scroll-active .stat-label,
.footer.scroll-active .footer-copyright,
.footer.scroll-active .footer-link {
    color: hsl(0, 0%, calc((var(--scroll-progress, 0) * 100%)));
    transition: color .1s ease-out
}

.footer-container {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 1.5s ease-in-out .1s, transform 1.5s ease-in-out .1s
}

.footer-container.footer-revealed {
    opacity: 1;
    transform: translateY(0);
    padding-top: 96px
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px
}

.footer-logo {
    height: 40px;
    width: 297px;
    object-fit: contain
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap
}

.footer-copyright {
    color: #000;
    transition: color 1.5s ease-in-out .1s;
    font-weight: 200
}

.footer-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: opacity .2s ease, color 1.5s ease-in-out .1s
}

.section,
.stats,
.stats-footer {
    transition: background-color 1.5s ease-in-out, color 1.5s ease-in-out
}

.dark-mode .footer {
    background-color: #0c1a3d !important;
    transition: background-color 1.5s ease-in-out .1s
}

.dark-mode .footer-copyright,
.dark-mode .footer-link {
    color: #fff !important;
    transition: color 1.5s ease-in-out .1s
}

.fade-in-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease-out, transform .6s ease-out
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0)
}

@media(min-width:1441px) {

    .nav-container,
    .hero-container,
    .about-container,
    .features-container,
    .reflective-space-container,
    .stats-container,
    .footer-container {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:1024px) {

    .nav,
    .hero,
    .about,
    .features,
    .reflective-space,
    .stats,
    .footer {
        padding-left: 80px;
        padding-right: 80px
    }

    .hero-heading {
        font-size: 56px
    }

    .btn-primary {
        padding: 16px 32px;
        font-size: 15px
    }

    .btn-secondary {
        font-size: 15px;
        gap: 12px
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .feature-display-image-container {
        height: 500px
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .role-tabs {
        border-radius: 8px;
        max-width: 85%;
        width: 100%;
        flex-wrap: wrap
    }

    .active-indicator {
        height: calc(100% - 62px)
    }
}

@media(max-width:767px) {
    .nav {
        position: fixed;
        padding: 16px 24px;
        background: #0c1a3dd9;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        transition: background .3s ease, backdrop-filter .3s ease
    }

    .nav-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0
    }

    .nav-logo {
        width: 180px;
        margin: 0
    }

    .nav-burger {
        display: block
    }

    .nav-actions {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 100px 32px 32px;
        background: #0c1a3dfa;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        gap: 24px;
        transition: right .3s ease;
        overflow: hidden;
        overscroll-behavior: contain
    }

    .nav-actions.active {
        right: 0
    }

    .nav-link {
        font-size: 16px;
        width: 100%;
        text-align: center
    }

    .btn-primary {
        padding: 14px 24px;
        font-size: 16px;
        border-radius: 6px;
        width: 100%;
        text-align: center
    }

    .btn-secondary {
        font-size: 16px;
        gap: 8px;
        width: 100%;
        justify-content: center
    }

    .btn-secondary span {
        display: inline
    }

    .btn-outline {
        padding: 13px 23px;
        border-radius: 6px;
        width: 100%;
        text-align: center
    }

    .icon-calendar {
        width: 20px;
        height: 20px
    }

    .hero-cta,
    .reflective-space-cta {
        width: 100%;
        max-width: 320px;
        padding: 16px 24px;
        font-size: 16px;
        box-sizing: border-box
    }

    .hero {
        padding: 100px 20px 40px;
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start
    }

    .hero-container {
        gap: 20px;
        margin-bottom: 24px
    }

    .hero-heading {
        font-size: 28px
    }

    .hero-eyebrow {
        font-size: 14px
    }

    .hero-description {
        font-size: 15px
    }

    .trust-indicators {
        gap: 12px 16px;
        padding: 0
    }

    .trust-item {
        gap: 6px;
        min-width: 60px;
        max-width: 90px
    }

    .trust-item p {
        font-size: 11px;
        line-height: 1.3
    }

    .trust-icon {
        width: 24px;
        height: 24px
    }

    .hero-media {
        gap: 12px;
        width: 100%
    }

    .hero-image {
        height: auto;
        min-height: 204px;
        max-height: 284px;
        padding: 12px;
        border-radius: 12px
    }

    .image-wrapper {
        height: auto;
        min-height: 180px;
        max-height: 260px
    }

    .hero-img {
        border-radius: 8px;
        object-fit: contain
    }

    .hero-carousel-controls {
        position: static;
        padding: 20px 16px 24px;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .role-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        gap: 6px;
        padding: 6px;
        border-radius: 16px
    }

    .role-tab {
        flex: 0 1 auto;
        padding: 8px 14px;
        font-size: 12px;
        white-space: nowrap;
        text-align: center;
        border-radius: 20px
    }

    .hero-tab-content {
        position: relative;
        margin-top: 20px;
        padding: 0 12px
    }

    .tab-content-item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 12px
    }

    .tab-content-title {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.3
    }

    .tab-content-text {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 0
    }

    .section {
        max-width: 100vw;
        overflow-x: hidden
    }

    .about,
    .features,
    .reflective-space,
    .stats,
    .footer {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100vw;
        overflow-x: hidden
    }

    .about-title,
    .features-title,
    .stats-title {
        font-size: 28px
    }

    .features-grid {
        grid-template-columns: 1fr
    }

    .feature-display-image-container {
        height: 400px;
        margin: 0 auto
    }

    .feature-display {
        align-items: center;
        width: 100%
    }

    .feature-display-img {
        margin: 0 auto;
        display: block
    }

    .feature-display-content-container {
        min-height: 100px;
        margin: 0 auto
    }

    .feature-display-title {
        font-size: 22px
    }

    .feature-display-description {
        font-size: 14px
    }

    .stats-grid {
        grid-template-columns: 1fr
    }

    .reflective-space-image {
        height: 300px
    }

    .footer-links {
        flex-direction: column;
        gap: 16px
    }

    .active-indicator {
        display: none
    }

    .footer-container.footer-revealed {
        padding-top: 0
    }
}

@media(max-width:480px) {
    .nav-actions {
        gap: 12px
    }

    .btn-primary {
        padding: 12px 20px;
        font-size: 14px
    }

    .hero-cta,
    .reflective-space-cta {
        width: 100%;
        padding: 14px 20px
    }
}

@media(max-width:375px) {
    .nav {
        padding: 12px 16px
    }

    .nav-logo {
        width: 200px;
        height: 27px;
        margin: 0 auto
    }

    .nav-actions {
        flex-direction: column;
        gap: 10px;
        width: 100%
    }

    .btn-primary {
        width: 100%;
        max-width: 280px;
        padding: 12px 16px;
        font-size: 14px;
        text-align: center;
        box-sizing: border-box
    }

    .btn-secondary {
        justify-content: center;
        width: 100%;
        max-width: 280px
    }

    .btn-secondary span {
        display: inline;
        font-size: 14px
    }

    .hero {
        padding: 90px 16px 32px;
        min-height: auto;
        max-width: 100vw;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .hero-container {
        gap: 16px;
        margin-bottom: 20px;
        max-width: 100%
    }

    .hero-image {
        min-height: 156px;
        max-height: 216px;
        padding: 8px
    }

    .image-wrapper {
        min-height: 140px;
        max-height: 200px
    }

    .hero-carousel-controls {
        padding: 16px 0 20px
    }

    .role-tabs {
        max-width: 100%;
        gap: 4px;
        padding: 4px;
        border-radius: 12px
    }

    .role-tab {
        padding: 6px 10px;
        font-size: 10px
    }

    .hero-tab-content {
        margin-top: 16px;
        padding: 0 8px
    }

    .tab-content-title {
        font-size: 14px;
        margin-bottom: 8px
    }

    .tab-content-text {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 0
    }

    .hero-heading {
        font-size: 26px
    }

    .hero-eyebrow,
    .hero-description {
        font-size: 14px
    }

    .hero-cta,
    .reflective-space-cta {
        max-width: 280px;
        padding: 14px 16px;
        font-size: 14px
    }

    .about,
    .features,
    .reflective-space,
    .stats,
    .footer {
        padding-left: 16px;
        padding-right: 16px
    }

    .about-title,
    .features-title,
    .stats-title {
        font-size: 22px
    }

    .feature-title,
    .reflective-space-title {
        font-size: 20px
    }

    .trust-indicators {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 16px;
        padding: 0
    }

    .trust-item {
        min-width: 60px;
        max-width: 85px;
        gap: 6px
    }

    .trust-icon {
        width: 24px;
        height: 24px
    }

    .trust-item p {
        font-size: 10px;
        line-height: 1.2
    }

    .hero-image {
        height: 250px
    }

    .hero-media {
        gap: 12px
    }
}

.pricing-page {
    background: #f3f5fc;
    background-color: #f3f5fc
}

.nav-light {
    background: transparent
}

.nav-light .nav-link {
    color: #0c1a3d
}

.nav-light .nav-link.active {
    opacity: .7
}

.nav-light .btn-secondary,
.nav-light .icon-calendar {
    color: #0c1a3d
}

.nav-light .btn-outline {
    border-color: #0c1a3d;
    color: #0c1a3d
}

.nav-light .btn-outline:hover {
    background: #0c1a3d1a
}

.pricing-header {
    padding: 180px 142px 80px;
    text-align: center;
    background: #f3f5fc
}

.pricing-header-container {
    max-width: 800px;
    margin: 0 auto
}

.pricing-title {
    font-size: 48px;
    font-weight: 600;
    color: #0c1a3d;
    margin-bottom: 24px;
    line-height: 1.1
}

.pricing-subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #0c1a3d;
    opacity: .8
}

.pricing-cards {
    padding: 0 142px 80px;
    background: #f3f5fc
}

.pricing-cards-container {
    display: flex;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    align-items: stretch
}

.pricing-card {
    border-radius: 16px;
    padding: 32px;
    flex: 1;
    max-width: 360px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease
}

.pricing-card-blue {
    background: #93aeff;
    color: #fff
}

.pricing-card-blue .pricing-card-badge {
    background: #0c1a3d;
    color: #fff
}

.pricing-card-blue .pricing-card-name,
.pricing-card-blue .price-amount,
.pricing-card-blue .price-period,
.pricing-card-blue .pricing-features li,
.pricing-card-blue .check-icon {
    color: #fff
}

.pricing-card-white {
    background: #fff;
    color: #0c1a3d;
    box-shadow: 0 4px 24px #00000014
}

.pricing-card-white .pricing-card-badge {
    background: #0c1a3d;
    color: #fff
}

.pricing-card-header {
    min-height: 90px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.pricing-card-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    padding: 4px 12px;
    border-radius: 16px;
    margin-bottom: 16px
}

.pricing-card-name {
    font-size: 12px;
    font-weight: 600;
    color: #0c1a3d;
    margin-bottom: 0
}

.pricing-illustration {
    display: block;
    margin-top: auto;
    max-width: 150px
}

.pricing-card-price {
    margin-bottom: 24px;
    text-align: center
}

.price-amount {
    font-size: 48px;
    font-weight: 600;
    color: #0c1a3d;
    display: block;
    line-height: 1.1;
    margin-bottom: 4px
}

.pricing-card-blue .price-amount {
    font-weight: 400
}

.price-period {
    font-size: 14px;
    font-weight: 400;
    color: #0c1a3d;
    opacity: .6
}

.price-old {
    font-size: 14px;
    font-weight: 400;
    color: #0c1a3d;
    opacity: .5;
    text-decoration: line-through;
    display: block;
    margin-bottom: 8px
}

.price-discount {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #3559c7, #5a7fd6);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px
}

.pricing-card-blue .price-discount {
    background: #fff3
}

.price-annual {
    font-size: 14px;
    font-weight: 400;
    color: #0c1a3d;
    opacity: .6;
    display: block;
    margin-top: 8px
}

.pricing-card-blue .price-old,
.pricing-card-blue .price-annual,
.pricing-card-blue .price-period {
    color: #fff
}

.pricing-card-info {
    margin-bottom: 24px;
    text-align: center
}

.pricing-card-info p {
    font-size: 14px;
    font-weight: 400;
    color: #0c1a3d;
    margin: 0 0 4px;
    line-height: 1.4
}

.pricing-card-blue .pricing-card-info p {
    color: #fff
}

.pricing-validity {
    font-size: 12px !important;
    opacity: .6
}

.pricing-features {
    list-style: none;
    margin-bottom: 32px
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #0c1a3d;
    margin-bottom: 16px
}

.check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #3559c7
}

.btn-card-cta {
    width: 100%;
    margin-top: auto;
    background: #fff;
    color: #0c1a3d;
    border: 1px solid #d5d7da;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    font-family: inherit;
    text-decoration: none;
    text-align: center;
    display: block
}

.btn-card-cta:hover {
    background: #f3f5fc;
    border-color: #0c1a3d
}

.pricing-card-blue .btn-card-cta {
    background: #fff;
    color: #0c1a3d
}

.pricing-card-featured {
    transform: scale(1.05);
    box-shadow: 0 12px 40px #93aeff66;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, .3)
}

.pricing-card-featured:hover {
    transform: scale(1.07);
    box-shadow: 0 16px 48px #93aeff80
}

.pricing-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%);
    background: #0c1a3d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: .5px;
    text-transform: uppercase
}

.price-savings {
    display: inline-block;
    background: #ffffff40;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    margin-top: 8px
}

.promo-banner {
    background: linear-gradient(180deg, #0c1a3d, #09142f);
    padding: 80px 142px
}

.promo-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.promo-title {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    flex: 1
}

.pricing-trial-banner {
    width: 100%;
    background-color: #97a9f6;
    padding: 48px 24px;
    text-align: center
}

.pricing-trial-banner h2 {
    font-family: Armin Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1a2344;
    margin: 0;
    letter-spacing: -.02em;
    margin: 0 auto;
    width: 80%;

}
.pricing-trial-banner .writer {
    font-family: Armin Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #1a2344;
    margin: 0;
    letter-spacing: -.02em;
    margin: 0 auto;
    width: 80%;

}

.pricing-trial-banner p {
    font-family: Armin Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #1a2344;
    margin: 0 auto;
    letter-spacing: -.02em;
    width: 80%;

}

.pricing-table-section {
    background: #f3f5fc;
    padding: 80px 20px
}

.price-comparison-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 800px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden
}

.price-comparison-row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e5e7eb
}

.price-comparison-row:last-child {
    border-bottom: none
}

.price-comparison-cell {
    flex-basis: 33.333%;
    padding: 12px 16px;
    color: #0c1a3d;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #e5e7eb
}

.price-comparison-cell:last-child {
    border-right: none
}

.price-comparison-cell>span {
    display: block
}

.price-comparison-cell.active {
    background-color: #f9fafb
}

.price-comparison-row.header {
    background: #f9fafb
}

.price-comparison-row.header .price-comparison-cell {
    padding: 16px
}

.price-comparison-row.header .price-comparison-cell:first-child {
    background: #fff
}

.price-package-name {
    font-size: 16px;
    font-weight: 600;
    color: #0c1a3d;
    text-align: center
}

.price-comparison-row.sub-header .price-comparison-cell {
    padding: 8px 16px 16px
}

.price-comparison-row.sub-header .price-comparison-cell:first-child {
    background: #fff
}

.price-comparison-row.sub-header .price-comparison-cell.cta {
    text-align: center
}

.feature-domain {
    font-size: 16px;
    font-weight: 500;
    color: #0c1a3d
}

.price-comparison-row.table-row .price-comparison-cell {
    font-size: 14px;
    font-weight: 300
}

.price-comparison-row.table-row .price-comparison-cell:not(:first-child) {
    text-align: center
}

.price-comparison-row.table-row:nth-child(odd) {
    background: #fff
}

.price-comparison-row.table-row:nth-child(2n) {
    background: #fafbfc
}

.price-comparison-row.table-row:nth-child(odd) .price-comparison-cell.active,
.price-comparison-row.table-row:nth-child(2n) .price-comparison-cell.active {
    background: #f3f5fc
}

.feature-name {
    color: #0c1a3d
}

.icon-check {
    color: #22c55e;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.icon-check svg {
    width: 14px;
    height: 14px
}

.icon-close {
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.icon-close svg {
    width: 12px;
    height: 12px
}

.cta-link {
    color: #0c1a3d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .3s ease
}

.cta-link .arrow-icon {
    width: 12px;
    height: 12px;
    transition: transform .3s ease
}

.pricing-table-note {
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    color: #6b7280;
    margin-top: 16px
}

.pricing-cta-section {
    background: #f3f5fc;
    padding: 80px 20px 100px;
    text-align: center
}

.pricing-cta-container {
    max-width: 600px;
    margin: 0 auto
}

.pricing-cta-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #0c1a3d;
    margin-bottom: 12px
}

.pricing-cta-subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #4b5563;
    margin-bottom: 32px
}

.pricing-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.pricing-cta-buttons .btn-primary {
    padding: 14px 28px;
    font-size: 16px
}

.pricing-cta-buttons .btn-secondary {
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #d5d7da;
    border-radius: 8px;
    color: #0c1a3d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .2s ease
}

.pricing-cta-buttons .btn-secondary:hover {
    background: #f3f5fc;
    border-color: #0c1a3d
}

.pricing-cta-buttons .btn-secondary .icon-calendar {
    width: 18px;
    height: 18px;
    color: #0c1a3d
}

.pricing-page .footer {
    background-color: #0c1a3d !important
}

.pricing-page .footer .stats-title,
.pricing-page .footer .stat-value,
.pricing-page .footer .stat-label,
.pricing-page .footer .footer-copyright,
.pricing-page .footer .footer-link {
    color: #fff !important
}

@media(max-width:1024px) {
    .pricing-cards {
        padding: 0 48px 80px
    }

    .pricing-cards-container {
        flex-wrap: wrap;
        gap: 24px
    }

    .pricing-card {
        flex: 1 1 calc(50% - 12px);
        min-width: 280px;
        max-width: none
    }

    .pricing-card-featured {
        flex: 1 1 100%;
        max-width: 400px;
        order: -1;
        margin: 0 auto 8px
    }
}

@media(max-width:767px) {
    .pricing-page .nav {
        background: #f3f5fcf2;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(12, 26, 61, .1)
    }

    .pricing-header {
        padding: 120px 24px 40px
    }

    .pricing-title {
        font-size: 32px
    }

    .pricing-subtitle {
        font-size: 16px
    }

    .pricing-cards {
        padding: 0 24px 60px
    }

    .pricing-cards-container {
        flex-direction: column;
        gap: 32px
    }

    .pricing-card {
        max-width: 100%;
        min-width: auto;
        padding: 32px 24px
    }

    .pricing-card.pricing-card-featured {
        transform: none;
        order: -1;
        max-width: 100%;
        margin: 0
    }

    .pricing-card-featured:hover {
        transform: none
    }

    .pricing-popular-badge {
        top: -14px
    }

    .pricing-table-section {
        padding: 60px 16px;
        overflow-x: auto
    }

    .price-comparison-wrapper {
        min-width: 560px
    }

    .price-comparison-cell {
        padding: 10px 12px;
        font-size: 13px
    }

    .price-package-name {
        font-size: 14px
    }

    .cta-link {
        font-size: 13px
    }

    .pricing-table-note {
        font-size: 12px
    }

    .pricing-cta-section {
        padding: 60px 24px 80px
    }

    .pricing-cta-title {
        font-size: 26px
    }

    .pricing-cta-subtitle {
        font-size: 16px
    }

    .pricing-cta-buttons {
        flex-direction: column;
        align-items: center
    }

    .pricing-cta-buttons .btn-primary,
    .pricing-cta-buttons .btn-secondary {
        width: 100%;
        max-width: 280px
    }
}

@media(max-width:375px) {
    .pricing-header {
        padding: 120px 16px 32px
    }

    .pricing-title {
        font-size: 26px
    }

    .pricing-cards {
        padding: 0 16px 40px
    }

    .pricing-cta-section {
        padding: 50px 16px 60px
    }

    .pricing-cta-title {
        font-size: 22px
    }
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #0c1a3d;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    border-radius: 0 0 4px;
    font-weight: 600;
    transition: top .2s ease
}

.skip-link:focus {
    top: 0;
    outline: 2px solid #3559c7;
    outline-offset: 2px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.privacy-page {
    background: #f3f5fc;
    scroll-behavior: smooth
}

.privacy-content {
    padding: 140px 142px 80px;
    background: #f3f5fc;
    min-height: calc(100vh - 300px)
}

.privacy-container {
    max-width: 720px;
    margin: 0 auto
}

.privacy-header {
    text-align: center;
    margin-bottom: 48px
}

.privacy-title {
    font-size: 42px;
    font-weight: 600;
    color: #0c1a3d;
    margin-bottom: 12px;
    line-height: 1.15;
    letter-spacing: -.02em
}

.privacy-updated {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    margin: 0
}

.privacy-updated time {
    color: #4b5563
}

.privacy-intro {
    font-size: 18px;
    font-weight: 400;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 40px;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid #3559c7
}

.privacy-toc {
    background: #fff;
    border-radius: 12px;
    padding: 24px 32px;
    margin-bottom: 48px;
    box-shadow: 0 1px 3px #0c1a3d14
}

.privacy-toc-title {
    font-size: 18px;
    font-weight: 600;
    color: #0c1a3d;
    margin-bottom: 16px;
    text-align: left
}

.privacy-toc-list {
    margin: 0;
    padding-left: 24px;
    columns: 1
}

.privacy-toc-list li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #374151
}

.privacy-toc-list a {
    color: #3559c7;
    text-decoration: none;
    transition: color .2s ease
}

.privacy-toc-list a:hover {
    color: #1e3a8a;
    text-decoration: underline
}

.privacy-toc-list a:focus {
    outline: 2px solid #3559c7;
    outline-offset: 2px;
    border-radius: 2px
}

.privacy-sections {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.privacy-section {
    margin-bottom: 32px;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px #0c1a3d0f;
    scroll-margin-top: 100px
}

.privacy-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0c1a3d;
    margin-bottom: 16px;
    line-height: 1.3;
    text-align: left
}

.privacy-section h3 {
    font-size: 17px;
    font-weight: 600;
    color: #1f2937;
    margin: 24px 0 12px;
    line-height: 1.3
}

.privacy-section p {
    font-size: 16px;
    font-weight: 400;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 12px
}

.privacy-section p:last-child {
    margin-bottom: 0
}

.privacy-section ul {
    margin: 12px 0 0;
    padding-left: 24px
}

.privacy-section li {
    font-size: 16px;
    font-weight: 400;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 8px
}

.privacy-section li:last-child {
    margin-bottom: 0
}

.privacy-section li strong {
    color: #1f2937;
    font-weight: 600
}

.privacy-section a {
    color: #3559c7;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .2s ease
}

.privacy-section a:hover {
    color: #1e3a8a
}

.privacy-section a:focus {
    outline: 2px solid #3559c7;
    outline-offset: 2px;
    border-radius: 2px
}

.privacy-section abbr {
    text-decoration: none;
    border-bottom: 1px dotted #6b7280;
    cursor: help
}

.privacy-note {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 16px;
    margin: 16px 0;
    border-radius: 0 8px 8px 0
}

.privacy-note p {
    font-size: 15px;
    margin: 0;
    color: #92400e
}

.privacy-certs {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 24px;
    margin-top: 16px
}

.privacy-certs dt {
    font-weight: 500;
    color: #1f2937
}

.privacy-certs dd {
    margin: 0;
    color: #6b7280;
    text-align: right
}

.privacy-section-supplementary {
    background: #f8fafc;
    border: 1px solid #e2e8f0
}

.privacy-article-footer {
    text-align: center;
    padding: 32px;
    margin-top: 48px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px #0c1a3d0f
}

.privacy-article-footer p {
    font-size: 16px;
    color: #374151;
    margin: 0
}

.privacy-article-footer a {
    color: #3559c7;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px
}

.privacy-article-footer a:hover {
    color: #1e3a8a
}

.privacy-article-footer a:focus {
    outline: 2px solid #3559c7;
    outline-offset: 2px;
    border-radius: 2px
}

.privacy-footer {
    background-color: #0c1a3d;
    padding: 60px 142px
}

.privacy-footer .footer-container {
    opacity: 1;
    transform: none
}

.privacy-footer .footer-copyright,
.privacy-footer .footer-link {
    color: #fff
}

@media(max-width:767px) {
    .privacy-page .nav {
        background: #f3f5fcf2;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(12, 26, 61, .1)
    }

    .privacy-content {
        padding: 120px 20px 60px
    }

    .privacy-header {
        margin-bottom: 32px
    }

    .privacy-title {
        font-size: 28px
    }

    .privacy-intro {
        font-size: 16px;
        padding: 20px;
        margin-bottom: 32px
    }

    .privacy-toc {
        padding: 20px;
        margin-bottom: 32px
    }

    .privacy-toc-title {
        font-size: 16px
    }

    .privacy-toc-list li {
        font-size: 14px
    }

    .privacy-section {
        padding: 20px;
        margin-bottom: 16px;
        scroll-margin-top: 80px
    }

    .privacy-section h2 {
        font-size: 18px
    }

    .privacy-section h3 {
        font-size: 16px
    }

    .privacy-section p,
    .privacy-section li {
        font-size: 15px
    }

    .privacy-certs {
        grid-template-columns: 1fr;
        gap: 4px
    }

    .privacy-certs dt {
        margin-top: 12px
    }

    .privacy-certs dd {
        text-align: left;
        padding-left: 16px
    }

    .privacy-note {
        padding: 12px
    }

    .privacy-note p {
        font-size: 14px
    }

    .privacy-article-footer {
        padding: 24px 20px;
        margin-top: 32px
    }

    .privacy-footer {
        padding: 40px 20px
    }
}

@media(max-width:375px) {
    .privacy-content {
        padding: 110px 16px 40px
    }

    .privacy-title {
        font-size: 24px
    }

    .privacy-intro,
    .privacy-toc,
    .privacy-section {
        padding: 16px
    }

    .privacy-section h2 {
        font-size: 17px
    }

    .privacy-footer {
        padding: 32px 16px
    }
}

@media print {

    .privacy-page .nav,
    .privacy-footer,
    .skip-link,
    .modal-overlay {
        display: none
    }

    .privacy-content {
        padding: 0
    }

    .privacy-section {
        box-shadow: none;
        border: 1px solid #e5e7eb;
        break-inside: avoid
    }

    .privacy-toc {
        box-shadow: none;
        border: 1px solid #e5e7eb
    }

    .privacy-section a {
        color: #000
    }

    .privacy-section a:after {
        content: " (" attr(href) ")";
        font-size: 12px;
        color: #6b7280
    }
}

.solutions-page {
    background: linear-gradient(180deg, #f3f5fc, #93aeff);
    position: relative;
    min-height: 100vh
}

.solutions-page .nav,
.solutions-page .nav-light {
    background: transparent
}

.solutions-hero {
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 106px 0 0
}

.solutions-hero-container {
    width: 1253px;
    max-width: calc(100% - 187px);
    height: 556px;
    margin: 0 auto;
    padding-top: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box
}

.solutions-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    text-align: left;
    width: 693px;
    flex-shrink: 0;
    padding-top: 45px
}

.solutions-hero-title {
    color: #3559c7;
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    margin: 0;
    max-width: 693px;
    font-feature-settings: "salt" 1, "ss06" 1, "dlig" 1, "lnum" 1, "pnum" 1;
    text-wrap: balance
}

.solutions-hero-description {
    color: #535862;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin: 0;
    max-width: 494px
}

.solutions-hero-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 548px;
    flex-shrink: 0
}

.solutions-hero-image img {
    width: 548px;
    height: auto
}

.solutions-support {
    background: #fff;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.solutions-support-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box
}

.solutions-support-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 102px;
    max-width: 1056px;
    margin: 0 auto;
    width: 100%
}

.solutions-support-header {
    flex: 0 0 447px;
    max-width: 447px
}

.solutions-support-heading {
    color: #181d27;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -.72px;
    margin: 0 0 20px;
    text-wrap: balance
}

.solutions-support-description {
    color: #535862;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0
}

.solutions-support-image {
    flex: 1;
    max-width: 618px
}

.solutions-support-image img {
    width: 100%;
    height: auto;
    border-radius: 4px
}

.solutions-support-cards-wrapper {
    max-width: 1280px;
    padding: 0 32px;
    width: 100%;
    box-sizing: border-box
}

.solutions-support-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
    width: 100%
}

.solutions-support-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 0;
    min-width: 280px;
    min-height: 232px;
    padding: 24px;
    background: #fafafa;
    border-radius: 8px;
    box-sizing: border-box
}

.solutions-support-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    flex-shrink: 0;
    background: #4361d9;
    border-radius: 12px
}

.solutions-support-card-icon svg {
    width: 24px;
    height: 24px
}

.solutions-support-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: 100%
}

.solutions-support-card-content h3 {
    color: #181d27;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    width: 100%
}

.solutions-support-card-content p {
    color: #535862;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    margin: 0;
    width: 100%
}

.solutions-support-card-hidden {
    opacity: 0;
    pointer-events: none
}

.solutions-support-cards-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%
}

.solutions-trust {
    background: transparent;
    padding: 99px 142px 80px;
    position: relative;
    z-index: 1
}

.solutions-trust-container {
    max-width: 1056px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.solutions-trust-content {
    text-align: center;
    max-width: 684px
}

.solutions-trust-title {
    color: #181d27;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 16px;
    text-wrap: balance
}

.solutions-trust-description {
    color: #0c1a3d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0
}

.solutions-trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px
}

.solutions-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: #fff
}

.solutions-trust-badge svg {
    width: 24px;
    height: 24px
}

.solutions-trust-badge span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    max-width: 125px;
    color: #fff
}

.solutions-cta {
    background: linear-gradient(100.66deg, #fff 1.89%, #f3f5fc 100.66%);
    min-height: 273px;
    display: flex;
    align-items: center;
    padding: 40px 142px;
    position: relative;
    z-index: 1
}

.solutions-cta-container {
    max-width: 1056px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%
}

.solutions-cta-title {
    color: #0c1a3d;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0
}

.solutions-cta-title strong {
    font-weight: 600;
    display: block
}

.solutions-cta-button {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 40px;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: -8px -8px 24px #ece0bccc, 4px 8px 24px #2c4ba780
}

.solutions-testimonial {
    background: transparent;
    padding: 80px 142px;
    position: relative;
    z-index: 1
}

.solutions-testimonial-container {
    max-width: 684px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.solutions-testimonial-title {
    color: #181d27;
    font-size: 21px;
    font-weight: 400;
    line-height: 40px;
    margin: 0
}

.solutions-testimonial-quotes {
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.solutions-testimonial-quote {
    color: #0c1a3d;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
    text-wrap: balance;
    position: absolute;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .5s cubic-bezier(.4, 0, .2, 1), transform .5s cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;
    width: 100%
}

.solutions-testimonial-quote.active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.solutions-testimonial-quote.exiting {
    opacity: 0;
    transform: translateY(-12px)
}

.solutions-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px
}

.solutions-testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #d1d5db;
    cursor: pointer;
    padding: 0;
    transition: background .3s ease, transform .2s ease
}

.solutions-testimonial-dot:hover {
    background: #9ca3af;
    transform: scale(1.2)
}

.solutions-testimonial-dot:focus-visible {
    outline: 2px solid #3559C7;
    outline-offset: 2px
}

.solutions-testimonial-dot.active {
    background: #3559c7
}

@media(prefers-reduced-motion:reduce) {
    .solutions-testimonial-quote {
        transition: opacity .2s ease;
        transform: none !important
    }

    .solutions-testimonial-quote.exiting {
        transform: none
    }
}

@media(max-width:1024px) {
    .solutions-page:before {
        height: 900px
    }

    .solutions-hero {
        padding: 120px 48px 60px
    }

    .solutions-hero-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding-top: 40px
    }

    .solutions-hero-content {
        width: 100%;
        max-width: 600px;
        flex-shrink: 1;
        align-items: center;
        text-align: center;
        padding-top: 0
    }

    .solutions-hero-image {
        width: 100%;
        max-width: 450px;
        flex-shrink: 1;
        justify-content: center
    }

    .solutions-hero-image img {
        width: 100%;
        max-width: 400px;
        height: auto
    }

    .solutions-hero-title {
        font-size: 42px;
        line-height: 1.2;
        max-width: 100%
    }

    .solutions-hero-description {
        max-width: 100%
    }

    .solutions-support {
        padding: 60px 48px
    }

    .solutions-support-container {
        max-width: 100%
    }

    .solutions-support-top {
        flex-direction: column;
        gap: 40px
    }

    .solutions-support-header {
        flex: 1 1 auto;
        max-width: 100%;
        text-align: center
    }

    .solutions-support-heading {
        font-size: 24px
    }

    .solutions-support-description {
        font-size: 15px
    }

    .solutions-support-image {
        flex: 1;
        max-width: none
    }

    .solutions-support-image img {
        max-width: 100%
    }

    .solutions-support-card {
        flex: 1 1 calc(50% - 10px);
        min-width: 260px
    }

    .solutions-trust {
        padding: 60px 48px
    }

    .solutions-trust-badges {
        gap: 32px
    }

    .solutions-cta {
        padding: 48px
    }

    .solutions-cta-container {
        flex-direction: column;
        text-align: center;
        gap: 24px
    }

    .solutions-cta-title {
        font-size: 24px
    }

    .solutions-testimonial {
        padding: 60px 48px
    }
}

@media(max-width:768px) {
    .solutions-page:before {
        height: auto;
        min-height: 100vh
    }

    .solutions-hero {
        padding: 100px 20px 40px
    }

    .solutions-hero-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding-top: 24px
    }

    .solutions-hero-content {
        width: 100%;
        max-width: 100%;
        flex-shrink: 1;
        align-items: center;
        text-align: center;
        padding-top: 0;
        gap: 16px
    }

    .solutions-hero-image {
        width: 100%;
        max-width: 320px;
        flex-shrink: 1;
        justify-content: center
    }

    .solutions-hero-image img {
        width: 100%;
        max-width: 280px;
        height: auto
    }

    .solutions-hero-title {
        font-size: 28px;
        line-height: 1.25;
        max-width: 100%
    }

    .solutions-hero-description {
        font-size: 15px;
        line-height: 1.5;
        max-width: 100%
    }

    .solutions-support {
        padding: 48px 24px
    }

    .solutions-support-container {
        gap: 32px
    }

    .solutions-support-top {
        flex-direction: column;
        gap: 24px
    }

    .solutions-support-header {
        flex: 1 1 auto;
        max-width: 100%;
        text-align: center
    }

    .solutions-support-heading {
        font-size: 22px;
        line-height: 1.3
    }

    .solutions-support-description {
        font-size: 14px;
        line-height: 1.5
    }

    .solutions-support-image,
    .solutions-support-image img {
        max-width: 100%
    }

    .solutions-support-cards {
        gap: 16px
    }

    .solutions-support-card {
        flex: 1 1 100%;
        min-width: 100%;
        padding: 16px
    }

    .solutions-support-card-icon {
        width: 40px;
        height: 40px;
        min-width: 40px
    }

    .solutions-support-card-icon svg {
        width: 16px;
        height: 16px
    }

    .solutions-support-card-content h3 {
        font-size: 14px
    }

    .solutions-support-card-content p {
        font-size: 13px
    }

    .solutions-trust {
        padding: 48px 24px
    }

    .solutions-trust-title {
        font-size: 28px
    }

    .solutions-trust-description {
        font-size: 16px
    }

    .solutions-trust-badges {
        gap: 24px
    }

    .solutions-trust-badge span {
        font-size: 13px
    }

    .solutions-cta {
        padding: 40px 24px
    }

    .solutions-cta-title {
        font-size: 22px
    }

    .solutions-cta-button {
        width: 100%;
        text-align: center
    }

    .solutions-testimonial {
        padding: 48px 24px
    }

    .solutions-testimonial-title {
        font-size: 16px
    }

    .solutions-testimonial-quotes {
        min-height: 100px
    }

    .solutions-testimonial-quote {
        font-size: 24px;
        line-height: 1.3
    }

    .solutions-testimonial-dots {
        margin-top: 24px;
        gap: 10px
    }

    .solutions-testimonial-dot {
        width: 8px;
        height: 8px
    }
}

@media(max-width:480px) {
    .solutions-hero {
        padding: 90px 16px 32px
    }

    .solutions-hero-container {
        gap: 24px;
        padding-top: 16px
    }

    .solutions-hero-content {
        gap: 12px
    }

    .solutions-hero-image {
        max-width: 260px
    }

    .solutions-hero-image img {
        max-width: 240px
    }

    .solutions-hero-title {
        font-size: 24px;
        line-height: 1.3
    }

    .solutions-hero-description {
        font-size: 14px;
        line-height: 1.5
    }

    .solutions-support {
        padding: 40px 16px
    }

    .solutions-support-top {
        gap: 20px
    }

    .solutions-support-heading {
        font-size: 20px;
        line-height: 1.3
    }

    .solutions-support-description {
        font-size: 13px;
        line-height: 1.5
    }

    .solutions-trust {
        padding: 40px 16px
    }

    .solutions-trust-title {
        font-size: 24px
    }

    .solutions-trust-badges {
        gap: 16px
    }

    .solutions-cta {
        padding: 32px 16px
    }

    .solutions-testimonial {
        padding: 40px 16px
    }

    .solutions-testimonial-quotes {
        min-height: 80px
    }

    .solutions-testimonial-quote {
        font-size: 20px;
        line-height: 1.35
    }

    .solutions-testimonial-dots {
        margin-top: 20px
    }
}

.nora-footer {
    background: linear-gradient(180deg, #0c1a3d, #09142f);
    padding: 96px 142px;
    min-height: auto
}

.nora-footer-container {
    max-width: 1156px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.nora-footer-stats {
    width: 100%;
    margin-bottom: 80px
}

.nora-footer-heading {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 48px
}

.nora-footer-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    text-align: center
}

.nora-footer-stat-value {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px
}

.nora-footer-stat-label {
    color: #ffffffb3;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5
}

.nora-footer-divider {
    width: 100%;
    height: 1px;
    background: #ffffff1f;
    margin-bottom: 48px
}

.nora-footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nora-footer-logo {
    height: 32px;
    width: auto
}

.nora-footer-links {
    display: flex;
    align-items: center;
    gap: 24px
}

.nora-footer-copyright,
.nora-footer-link {
    color: #fff9;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none
}

.nora-footer-link:hover {
    color: #ffffffe6
}

.nora-footer-lang-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.nora-footer-lang-switcher .lang-separator {
    color: #ffffff4d;
    font-size: 12px
}

.nora-footer-lang-switcher .lang-link {
    color: #ffffff80;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: color .2s ease
}

.nora-footer-lang-switcher .lang-link:hover {
    color: #ffffffe6
}

.nora-footer-lang-switcher .lang-current {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px
}

@media(max-width:992px) {
    .nora-footer {
        padding: 64px 48px 40px
    }

    .nora-footer-stats {
        margin-bottom: 56px
    }

    .nora-footer-heading {
        font-size: 28px;
        margin-bottom: 36px
    }

    .nora-footer-stats-grid {
        gap: 32px
    }

    .nora-footer-stat-value {
        font-size: 26px
    }
}

@media(max-width:768px) {
    .nora-footer {
        padding: 48px 24px 32px
    }

    .nora-footer-stats {
        margin-bottom: 40px
    }

    .nora-footer-heading {
        font-size: 24px;
        margin-bottom: 32px
    }

    .nora-footer-stats-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .nora-footer-stat-value {
        font-size: 24px
    }

    .nora-footer-stat-label {
        font-size: 14px
    }

    .nora-footer-divider {
        margin-bottom: 32px
    }

    .nora-footer-bottom {
        flex-direction: column;
        gap: 24px;
        text-align: center
    }

    .nora-footer-links {
        flex-direction: column;
        gap: 16px
    }

    .nora-footer-lang-switcher {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        justify-content: center
    }
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0c1a3d;
    color: #fff;
    padding: 20px 24px;
    z-index: 10000;
    box-shadow: 0 -4px 20px #00000026;
    transform: translateY(100%);
    transition: transform .3s ease-in-out
}

.cookie-banner.visible {
    transform: translateY(0)
}

.cookie-banner-container {
    max-width: 1156px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.cookie-banner-content {
    flex: 1
}

.cookie-banner-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffffe6;
    margin: 0
}

.cookie-banner-text a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px
}

.cookie-banner-text a:hover {
    color: #fffc
}

.cookie-banner-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0
}

.cookie-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease;
    border: none;
    white-space: nowrap
}

.cookie-btn-accept {
    background: #fff;
    color: #0c1a3d
}

.cookie-btn-accept:hover {
    background: #ffffffe6
}

.cookie-btn-decline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3)
}

.cookie-btn-decline:hover {
    border-color: #fff9;
    background: #ffffff0d
}

@media(max-width:768px) {
    .cookie-banner {
        padding: 16px 20px
    }

    .cookie-banner-container {
        flex-direction: column;
        align-items: stretch;
        gap: 16px
    }

    .cookie-banner-text {
        font-size: 13px;
        text-align: center
    }

    .cookie-banner-actions {
        justify-content: center
    }

    .cookie-btn {
        padding: 12px 24px;
        flex: 1;
        max-width: 160px
    }
}