:root {
    --color-primary: #2563eb;
    --color-secondary: #64748b;
    --color-accent: #0ea5e9;
    --color-success: #16a34a;
    --color-warning: #d97706;
    --color-danger: #dc2626;
    --color-bg: #f8fafc;
    --color-text: #1e293b;
    --color-border: #e2e8f0;
    --color-muted: #64748b;
    --color-dark: #0f172a;
    --color-download: #18ab50;
    --color-features: #e18309;
    --border-radius: 0.5rem;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
    --transition: 0.2s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text);
    background: var(--color-bg);
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: #1d4ed8;
}

img {
    max-width: 100%;
    display: block;
}

.site-header-fluid,
.site-footer-fluid,
.hero-fluid {
    padding-left: 16px;
    padding-right: 16px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    padding: 16px 0 0;
    background: transparent;
}

.site-header-inner {
    padding: 0;
}

.site-header-home {
    padding-top: 8px;
    transition: padding-top var(--transition), background-color var(--transition);
}

.site-header-home .site-header-fluid {
    transition: padding-left var(--transition), padding-right var(--transition);
}

.site-header-home .site-navbar-inner {
    transition: border-radius var(--transition), box-shadow var(--transition), border-color var(--transition), margin var(--transition);
}

.site-header-home.is-scrolled {
    padding-top: 0;
}

.site-header-home.is-scrolled .site-header-fluid {
    padding-left: 0;
    padding-right: 0;
}

.site-header-home.is-scrolled .site-navbar-inner {
    border-radius: 0;
    border-left: 0 !important;
    border-right: 0 !important;
    margin: 0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.site-header-inner .site-header-fluid {
    padding-left: 0;
    padding-right: 0;
}

.site-header-inner .site-navbar-inner {
    border-radius: 0;
    border-left: 0 !important;
    border-right: 0 !important;
    margin: 0;
}

.site-breadcrumbs {
    margin-bottom: 18px;
}

.site-breadcrumbs .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
	margin-top: 20px;
}

.site-breadcrumbs .breadcrumb-item,
.site-breadcrumbs .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.78);
}

.site-breadcrumbs .breadcrumb-item a:hover {
    color: #ffffff;
}

.site-breadcrumbs .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}

.site-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    color: #94a3b8;
    padding-right: 8px;
}

.site-navbar {
    padding: 0;
}

.site-navbar-inner {
    width: 100%;
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 30px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    position: relative;
}

.site-navbar-brand {
    flex: 0 0 auto;
}

.brand-logo {
    width: auto;
    height: 68px;
    object-fit: contain;
}

.brand-text {
    color: var(--color-text);
    font-weight: 700;
    font-size: 1.12rem;
}

.nav-link {
    color: var(--color-text);
    font-weight: 500;
    padding: 8px 14px !important;
    border-radius: 0;
    font-size: 1.05rem;
}

.nav-link:hover,
.nav-link.active {
    color: var(--color-primary);
    background: transparent;
}

.site-header-link {
    color: var(--color-muted);
    font-size: 0.92rem;
}

.site-header-link:hover {
    color: var(--color-primary);
}

.site-navbar-toggler {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0 10px 10px;
    border: 0;
    background: transparent;
}

.site-navbar-toggler:focus {
    box-shadow: none;
}

.site-navbar-toggler span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--color-text);
    border-radius: 999px;
    transition: transform var(--transition), opacity var(--transition), background-color var(--transition);
}

.site-navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.site-navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.page-main,
.homepage {
    min-height: calc(100vh - 82px);
}

.hero-section,
.page-hero {
    padding: 20px 0 50px;
}

.hero-section-home {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.09), transparent 26%),
        linear-gradient(180deg, #f8fafc 0%, #f8fafc 100%);
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    color: var(--color-primary);
    background: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.section-kicker-light {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.92);
    background: transparent;
}

.hero-title {
    max-width: 12.2ch;
    font-size: clamp(3rem, 4.9vw, 5rem);
    line-height: 0.95;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    text-wrap: balance;
    margin-left: -0.04em;
}

.hero-copy,
.page-hero p {
    max-width: 60ch;
    font-size: 1.08rem;
    font-weight: 400;
    color: var(--color-muted);
}

.hero-points li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: var(--color-text);
}

.hero-points li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-download);
}

.btn {
    border-radius: 0;
    font-weight: 500;
    box-shadow: none !important;
    transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.btn-lg {
    min-height: 52px;
    padding: 12px 24px;
}

.btn-download {
    color: #fff;
    background: var(--color-download);
    border: 1px solid var(--color-download);
}

.btn-sm {
    min-height: 42px;
    padding: 10px 20px;
}

.btn-download:hover,
.btn-download:focus {
    color: #fff;
    background: #149344;
    border-color: #149344;
}

.site-header-actions .btn-download {
    border-radius: 48px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    font-weight: 600;
}

.btn-features {
    color: var(--color-features);
    background: transparent;
    border: 1px solid var(--color-features);
}

.btn-features:hover,
.btn-features:focus {
    color: #fff;
    background: var(--color-features);
    border-color: var(--color-features);
}

.btn-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.btn-outline-primary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-donation {
    color: #fff;
    background: var(--color-success);
    border: 1px solid var(--color-success);
}

.btn-donation:hover,
.btn-donation:focus {
    color: #fff;
    background: #15803d;
    border-color: #15803d;
}

.showcase-carousel,
.management-carousel {
    position: relative;
}

.showcase-shell {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #fff;
}

.showcase-shell-dark {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
}

.management-carousel-shell {
    border-radius: 18px;
}

.management-carousel .carousel-inner {
    overflow: hidden;
}

.management-carousel-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}

.management-carousel-control {
    width: 52px;
    opacity: 1;
}

.management-carousel-control .carousel-control-prev-icon,
.management-carousel-control .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background-color: rgba(15, 23, 42, 0.56);
    background-size: 55%;
}

.management-carousel-control:hover .carousel-control-prev-icon,
.management-carousel-control:hover .carousel-control-next-icon,
.management-carousel-control:focus .carousel-control-prev-icon,
.management-carousel-control:focus .carousel-control-next-icon {
    background-color: rgba(15, 23, 42, 0.82);
}

.showcase-video,
.showcase-image {
    width: 100%;
}

.showcase-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.showcase-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top center;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 49%) minmax(0, 51%);
    gap: 14px;
    align-items: stretch;
}

.hero-content-panel {
    display: flex;
    min-height: 790px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, #0d2024 0%, #0f172a 100%);
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.hero-content-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        82deg,
        transparent 0,
        transparent 14px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 16px
    );
    pointer-events: none;
}

.hero-content-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 760px;
    margin: 0 0 0;
    padding: 116px 72px 68px;
}

.hero-content-panel .eyebrow {
    color: #d8f4ef;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
}

.hero-content-panel .hero-copy {
    color: rgba(255, 255, 255, 0.72);
}

.hero-divider {
    width: 100%;
    max-width: 560px;
    height: 1px;
    margin: 40px 0 30px;
    background: rgba(255, 255, 255, 0.12);
}

.hero-summary {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 28px;
    align-items: center;
    max-width: 620px;
}

.hero-summary-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 2.2rem;
}

.hero-summary p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.06rem;
}

.hero-media-panel {
    position: relative;
    min-height: 790px;
}

.hero-showcase-shell {
    height: 100%;
    min-height: 790px;
    background: #d9e5e0;
    border-radius: 18px;
}

.hero-showcase-shell .showcase-image,
.hero-showcase-shell .showcase-video {
    height: 100%;
    min-height: 790px;
}

.hero-showcase-shell .showcase-image {
    aspect-ratio: auto;
    object-position: center center;
}

.hero-floating-card {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(2%, 8%);
    width: 260px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
    border-radius: 18px;
}

.hero-floating-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 42px;
    padding: 6px 14px;
    background: #179a95;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 999px;
    margin-bottom: 20px;
}

.hero-floating-value {
    font-size: 4.2rem;
    line-height: 0.95;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 10px;
}

.hero-floating-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 1rem;
}

.carousel-indicators {
    margin-bottom: -2rem;
}

.carousel-indicators [data-bs-target] {
    width: 28px;
    height: 3px;
    margin: 0 5px;
    border: 0;
    background: rgba(37, 99, 235, 0.22);
}

.carousel-indicators .active {
    background: var(--color-primary);
}

.management-carousel .carousel-indicators [data-bs-target] {
    background: rgba(255, 255, 255, 0.24);
}

.management-carousel .carousel-indicators .active {
    background: #fff;
}

.quick-links-section,
.content-section,
.compliance-section,
.faq-section {
    padding: 65px 0 90px;
}

.compliance-section {
    padding-top: 120px;
}

.wizard-section {
    padding: 82px 0;
    background: #1e78ea;
    color: #fff;
}

.wizard-heading {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.wizard-title {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.04;
    font-weight: 300;
}

.wizard-card {
    position: relative;
    height: 100%;
    padding: 10px 18px 0;
    text-align: center;
    color: #fff;
    transition: transform var(--transition);
}

.wizard-card:hover {
    transform: translateY(-4px);
}

.wizard-orbit {
    position: relative;
    width: 186px;
    height: 186px;
    margin: 0 auto 26px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(12, 47, 117, 0.22);
    transition: background-color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.wizard-orbit::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    border: 1px dashed #1e78ea;
}

.wizard-card:hover .wizard-orbit {
    background: #f59e0b;
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 22px 42px rgba(117, 69, 12, 0.28);
}

.wizard-card:hover .wizard-orbit::after {
    border-color: #ffffff;
}

.wizard-card:hover .wizard-icon {
    color: #ffffff;
}

.wizard-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #1e78ea;
    z-index: 1;
}

.wizard-step-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #1e78ea;
    font-size: 1.05rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 10px 24px rgba(8, 21, 22, 0.18);
}

.wizard-card h3 {
    margin-bottom: 12px;
    font-size: 1.55rem;
    font-weight: 600;
    color: #fff;
}

.wizard-card p {
    max-width: 25ch;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
    line-height: 1.6;
}

.wizard-card p a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wizard-card p a:hover,
.wizard-card p a:focus {
    color: #ffffff;
}

.btn-wizard-doc {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.78);
}

.btn-wizard-doc:hover,
.btn-wizard-doc:focus {
    color: #fff;
    background: #f59e0b;
    border-color: #f59e0b;
}

.section-heading {
    max-width: 840px;
}

.section-heading h2,
.section-title-light {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    font-weight: 300;
    margin: 0;
}

.section-title-light {
    color: #fff;
}

.section-heading.text-center {
    margin-left: auto;
    margin-right: auto;
}

.quick-links-container {
    padding-left: clamp(1rem, 2.8vw, 3rem);
    padding-right: clamp(1rem, 2.8vw, 3rem);
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.quick-links-item {
    min-width: 0;
}

.quick-link-card {
    height: 100%;
    min-height: 214px;
    padding: 40px 24px 36px;
    border: 1px solid;
    background: #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.quick-link-card h3 {
    margin: 14px 0 0;
    font-size: 1.22rem;
    font-weight: 500;
    transition: color var(--transition);
}

.quick-link-card p {
    max-width: 26ch;
    margin: 10px 0 0;
    font-size: 0.88rem;
    line-height: 1.52;
    opacity: 1;
    transition: color var(--transition);
}

.quick-link-icon {
    font-size: 2rem;
    line-height: 1;
    transition: opacity var(--transition), transform var(--transition), color var(--transition);
}

.quick-link-primary {
    color: #fff;
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.quick-link-success {
    color: #fff;
    border-color: var(--color-success);
    background: var(--color-success);
}

.quick-link-warning {
    color: #fff;
    border-color: #f0b90b;
    background: #f0b90b;
}

.quick-link-info {
    color: #fff;
    border-color: #22c7e8;
    background: #22c7e8;
}

.quick-link-secondary {
    color: #fff;
    border-color: #94a3b8;
    background: var(--color-secondary);
}

.quick-link-primary:hover {
    background: #fff;
    color: var(--color-primary);
}

.quick-link-success:hover {
    background: #fff;
    color: var(--color-success);
}

.quick-link-warning:hover {
    background: #fff;
    color: #f0b90b;
}

.quick-link-info:hover {
    background: #fff;
    color: #22c7e8;
}

.quick-link-secondary:hover {
    background: #fff;
    color: var(--color-secondary);
}

.quick-link-card:hover .quick-link-icon {
    opacity: 1;
    transform: scale(1);
}

.integral-section {
    padding: 72px 0;
    color: #fff;
    background: linear-gradient(90deg, #0f172a 0%, #173179 52%, #1d4ed8 100%);
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.92);
}

.check-list i {
    font-size: 1.25rem;
    color: #86efac;
}

.compliance-card,
.feature-card,
.info-card,
.form-shell,
.table-shell,
.ad-shell,
.faq-card {
    background: #fff;
    border: 1px solid var(--color-border);
}

.compliance-card {
    padding: 34px 28px;
    text-align: center;
}

.compliance-icon {
    font-size: 2rem;
    margin-bottom: 18px;
    color: var(--color-primary);
}

.compliance-card h3 {
    margin-bottom: 12px;
    font-size: 1.4rem;
    font-weight: 400;
}

.compliance-card p {
    margin: 0;
    color: var(--color-muted);
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-card {
    padding: 22px 22px 20px;
    height: 100%;
}

.faq-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--color-text);
}

.faq-card p {
    margin: 0;
    color: var(--color-muted);
}

.info-card,
.feature-card,
.form-shell,
.table-shell,
.ad-shell {
    padding: 28px;
}

.feature-card h2,
.info-card h2,
.ad-shell h2,
.table-shell h2,
.legal-copy h2 {
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.feature-card p,
.info-card p,
.ad-shell p,
.legal-copy p {
    color: var(--color-muted);
}

.page-hero {
    background: #0b274a;
    color: #fff;
    text-align: center;
}

.page-hero .eyebrow {
    color: rgba(255, 255, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.page-hero p {
    color: rgba(255, 255, 255, 0.84);
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
}

.features-section-wide {
    background: #ffffff;
}

.feature-list {
    padding-left: 18px;
    color: var(--color-muted);
}

.feature-list li {
    margin-bottom: 10px;
}

.features-section-wide {
    padding-top: 108px;
}

.features-container {
    max-width: 1540px;
    padding-left: 28px;
    padding-right: 28px;
}

.capability-panel {
    position: relative;
    border: 1px solid #0b274a;
    border-radius: 16px;
    padding: 28px 22px 22px;
    background: #fff;
}

.capability-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.capability-title {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0b274a;
    max-width: 70%;
}

.capability-tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 0;
    border: 1px solid #0b274a;
    background: #0b274a;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-grid {
    display: grid;
    gap: 20px;
}

.media-feature-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.media-feature-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: zoom-in;
}

.media-feature-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    object-position: top center;
    background: #edf2f7;
    border-radius: 10px;
    border: 1px solid rgba(11, 39, 74, 0.12);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.media-feature-trigger:hover .media-feature-image,
.media-feature-trigger:focus-visible .media-feature-image {
    transform: translateY(-1px);
    border-color: rgba(9, 92, 200, 0.26);
    box-shadow: 0 14px 28px rgba(11, 39, 74, 0.14);
}

.media-feature-trigger:focus-visible {
    outline: none;
}

.media-feature-copy {
    padding: 0;
}

.media-feature-copy h3 {
    margin: 0 0 10px;
    font-size: 1.02rem;
    line-height: 1.2;
}

.media-feature-copy p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.feature-grid-admin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid-employee {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-image-modal {
    z-index: 1210;
}

.feature-image-modal-content {
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
}

.feature-image-modal-header {
    padding: 16px 18px;
    border-color: rgba(11, 39, 74, 0.08);
}

.feature-image-modal-body {
    padding: 18px;
    background: #f8fafc;
}

.feature-image-modal-asset {
    display: block;
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid rgba(11, 39, 74, 0.1);
    background: #ffffff;
}

.docs-banner-section {
    padding: 26px 0 0;
    background: #fff;
}

.docs-banner {
    position: relative;
    overflow: hidden;
    padding: 86px 24px 82px;
    text-align: center;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.22), transparent 18%),
        radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.16), transparent 20%),
        linear-gradient(135deg, #095cc8 0%, #0b274a 100%);
    border-radius: 16px;
    color: #fff;
}

.docs-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), transparent 42%);
    pointer-events: none;
}

.docs-banner > * {
    position: relative;
    z-index: 1;
}

.docs-banner h2 {
    margin: 10px 0 16px;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 300;
}

.docs-banner p {
    max-width: 62ch;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.9);
}

.feature-faq-section {
    padding: 86px 0 92px;
    background: #fff;
}

.docs-section {
    background: #ffffff;
}

.docs-featured-card,
.docs-summary-card,
.document-card {
    background: #fff;
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 16px;
}

.docs-featured-card,
.docs-summary-card {
    padding: 32px 30px;
}

.docs-featured-card h2,
.docs-summary-card h2,
.repo-banner h2 {
    margin: 10px 0 16px;
    font-size: clamp(1.9rem, 2.6vw, 2.8rem);
    line-height: 1.08;
    font-weight: 300;
}

.docs-featured-card p,
.docs-summary-card p,
.document-card p,
.repo-banner p {
    color: var(--color-muted);
}

.docs-featured-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.docs-mini-point {
    border: 1px solid rgba(11, 39, 74, 0.1);
    border-radius: 12px;
    padding: 16px 16px 14px;
    background: rgba(11, 39, 74, 0.02);
}

.docs-mini-point strong {
    display: block;
    margin-bottom: 6px;
    color: #0b274a;
}

.docs-mini-point span {
    color: var(--color-muted);
    font-size: 0.93rem;
    line-height: 1.55;
}

.documents-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.document-card {
    padding: 24px 22px 22px;
}

.document-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.document-card h3 {
    margin: 10px 0 0;
    font-size: 1.18rem;
    line-height: 1.2;
}

.document-type,
.document-name {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(11, 39, 74, 0.12);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.document-type {
    background: #0b274a;
    color: #fff;
    border-color: #0b274a;
}

.document-name {
    color: #0b274a;
    background: rgba(11, 39, 74, 0.03);
}

.document-actions {
    margin-top: 20px;
}

.document-actions form,
.docs-featured-card form {
    margin: 0;
}

.download-section {
    background: #ffffff;
}

.download-form-shell {
    padding: 32px 30px;
}

.download-form-head {
    margin-bottom: 24px;
}

.download-form-head h2 {
    margin: 10px 0 14px;
    font-size: clamp(1.9rem, 2.4vw, 2.6rem);
    line-height: 1.08;
    font-weight: 300;
}

.download-form-head p {
    margin: 0;
    color: var(--color-muted);
    max-width: 58ch;
}

.download-info-stack {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.download-info-card {
    background: #fff;
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 16px;
    padding: 28px 24px 24px;
}

.download-info-card h2 {
    margin: 10px 0 14px;
    font-size: 1.28rem;
    line-height: 1.18;
}

.download-info-card p,
.download-info-card li {
    color: var(--color-muted);
}

.author-card-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.author-logo-wrap {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(9, 92, 200, 0.1), rgba(11, 39, 74, 0.14));
    border: 1px solid rgba(11, 39, 74, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.author-logo {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.author-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.author-social-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 999px;
    background: rgba(11, 39, 74, 0.03);
    color: #0b274a;
    font-size: 0.9rem;
    font-weight: 600;
}

.donation-card {
    background:
        radial-gradient(circle at top right, rgba(22, 163, 74, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.donation-card-actions {
    margin-top: 22px;
}

.cookie-preferences-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 32px 32px;
    background: #fff;
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 16px;
}

.cookie-preferences-head {
    margin-bottom: 26px;
}

.cookie-preferences-head h2 {
    margin: 10px 0 14px;
    font-size: clamp(1.9rem, 2.7vw, 2.8rem);
    line-height: 1.08;
    font-weight: 300;
}

.cookie-preferences-head p {
    max-width: 62ch;
    margin: 0;
    color: var(--color-muted);
}

.cookie-preferences-form {
    display: grid;
    gap: 16px;
}

.cookie-preference-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 22px 22px;
    background: #fff;
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 16px;
}

.cookie-preference-card.is-required {
    background: rgba(11, 39, 74, 0.03);
}

.cookie-preference-card h3 {
    margin: 0 0 8px;
    font-size: 1.08rem;
    line-height: 1.2;
}

.cookie-preference-card p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.6;
}

.cookie-preference-card .form-switch {
    padding-left: 0;
    margin: 0;
}

.cookie-preference-card .form-check-input {
    width: 3.1rem;
    height: 1.7rem;
    margin: 0;
    float: none;
    border-color: rgba(11, 39, 74, 0.18);
    box-shadow: none;
}

.cookie-preference-card .form-check-input:checked {
    background-color: #16a34a;
    border-color: #16a34a;
}

.cookie-preference-card .form-check-input:disabled {
    opacity: 1;
    background-color: #0b274a;
    border-color: #0b274a;
}

.cookie-preferences-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
    padding-top: 8px;
}

.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 1090;
    padding: 0 18px;
}

.cookie-consent[hidden] {
    display: none !important;
}

.cookie-consent-fluid {
    padding-left: 0;
    padding-right: 0;
}

.cookie-consent-shell {
    max-width: 1420px;
    margin: 0 auto;
    padding: 26px 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(11, 39, 74, 0.18);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px 28px;
    backdrop-filter: blur(18px);
}

.cookie-consent-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(11, 39, 74, 0.12);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0b274a;
    background: rgba(11, 39, 74, 0.03);
}

.cookie-consent-copy h2 {
    margin: 12px 0 12px;
    font-size: clamp(1.55rem, 2vw, 2.2rem);
    line-height: 1.08;
    font-weight: 300;
}

.cookie-consent-copy p {
    margin: 0;
    max-width: 74ch;
    color: var(--color-muted);
}

.cookie-consent-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-top: 16px;
}

.cookie-consent-links a {
    color: #0b274a;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
}

.cookie-consent-links a:hover,
.cookie-consent-links a:focus {
    color: var(--color-primary);
}

.cookie-consent-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    min-width: 232px;
}

.cookie-consent-link {
    align-self: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-primary);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.cookie-consent-link:hover,
.cookie-consent-link:focus {
    color: #0b4fc4;
    text-decoration: underline;
}

.cookie-config-btn {
    font-weight: 400;
    letter-spacing: 0.01em;
}

.cookie-accept-btn {
    min-height: 86px;
    font-size: 1.2rem;
    font-weight: 600;
}

.cookie-modal-content {
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 20px;
    overflow: hidden;
}

.cookie-modal {
    z-index: 1200;
}

.modal-backdrop.show {
    z-index: 1190;
}

.cookie-modal-header,
.cookie-modal-footer {
    padding: 22px 24px;
    border-color: rgba(11, 39, 74, 0.08);
}

.cookie-modal-header {
    align-items: flex-start;
}

.cookie-modal-header .modal-title {
    margin: 10px 0 0;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.08;
    font-weight: 300;
}

.cookie-modal-body {
    padding: 24px;
}

.cookie-modal-grid {
    display: grid;
    gap: 16px;
}

.cookie-modal-footer {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.cookie-fab {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1080;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(11, 39, 74, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #0b274a;
    font-weight: 600;
    box-shadow: 0 14px 34px rgba(11, 39, 74, 0.14);
}

.cookie-fab:hover,
.cookie-fab:focus {
    color: var(--color-primary);
}

.legal-table-shell {
    margin: 18px 0 24px;
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 16px;
    overflow: hidden;
}

.legal-table {
    margin: 0;
}

.legal-table thead th {
    background: #0b274a;
    color: #fff;
    border-bottom: 0;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-table td,
.legal-table th {
    padding: 16px 18px;
    vertical-align: top;
}

.consent-embed {
    background: linear-gradient(135deg, rgba(9, 92, 200, 0.12), rgba(11, 39, 74, 0.18));
    border-radius: 16px;
    overflow: hidden;
}

.consent-embed iframe,
.consent-embed-placeholder {
    width: 100%;
    height: 100%;
}

.consent-embed iframe {
    border: 0;
}

.consent-embed-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 34px 34px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(8, 25, 52, 0.12), rgba(8, 25, 52, 0.42)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 30%);
}

.consent-embed-placeholder .document-type {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}

.consent-embed-placeholder h3 {
    margin: 16px 0 12px;
    font-size: clamp(1.7rem, 2.4vw, 2.3rem);
    line-height: 1.08;
    font-weight: 300;
}

.consent-embed-placeholder p {
    max-width: 40ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
}

.consent-embed-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.ad-consent-notice {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    padding: 28px;
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 16px;
    background: rgba(11, 39, 74, 0.03);
}

.ad-consent-notice strong {
    color: #0b274a;
    font-size: 1.15rem;
}

.ad-consent-notice p {
    margin: 0;
    color: var(--color-muted);
    max-width: 44ch;
}

.repo-banner-section {
    padding: 0;
    background: #fff;
}

.repo-banner-fluid {
    padding-left: 0;
    padding-right: 0;
}

.repo-banner {
    position: relative;
    overflow: hidden;
    padding: 96px 24px 92px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.16), transparent 18%),
        radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.12), transparent 18%),
        linear-gradient(135deg, #095cc8 0%, #0b274a 100%);
}

.repo-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 42%);
    pointer-events: none;
}

.repo-banner > * {
    position: relative;
    z-index: 1;
}

.repo-banner p {
    max-width: 60ch;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.88);
}

.btn-github {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    background: #111111;
    border-color: #111111;
}

.btn-github:hover,
.btn-github:focus {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

.faq-profile-shell {
    border: 1px solid #0b274a;
    border-radius: 16px;
    padding: 24px 22px 22px;
    background: #fff;
}

.faq-profile-head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px;
}

.faq-accordion .accordion-item {
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: var(--color-text);
    background: #fff;
    box-shadow: none;
    padding: 18px 18px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #0b274a;
    background: rgba(11, 39, 74, 0.04);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    color: var(--color-muted);
    line-height: 1.65;
    padding: 0 18px 18px;
    background: #fff;
}

.install-section {
    background: #ffffff;
}

.install-shell {
    border: 1px solid #0b274a;
    border-radius: 16px;
    padding: 24px 22px 22px;
    background: #fff;
}

.install-shell-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 18px;
}

.install-shell-head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 2.2vw, 2.2rem);
    line-height: 1.12;
    font-weight: 300;
    color: #0b274a;
}

.install-shell-head .capability-tag {
    margin: 0;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
}

.install-shell-head p {
    grid-column: 1 / -1;
    margin: 2px 0 0;
    color: var(--color-muted);
    max-width: 56ch;
}

.install-accordion .accordion-item {
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.install-accordion .accordion-button {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: var(--color-text);
    background: #fff;
    box-shadow: none;
    padding: 16px 18px;
}

.install-accordion .accordion-button:not(.collapsed) {
    color: #0b274a;
    background: rgba(11, 39, 74, 0.04);
}

.install-accordion .accordion-button:focus {
    box-shadow: none;
}

.install-accordion .accordion-body {
    color: var(--color-muted);
    line-height: 1.65;
    padding: 0 18px 18px 18px;
    background: #fff;
}

.install-tips-section {
    padding-top: 8px;
    padding-bottom: 84px;
    background: #ffffff;
}

.install-tips-shell {
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 18px;
    padding: 28px 24px 20px;
    background:
        radial-gradient(circle at top right, rgba(30, 120, 234, 0.08), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 34px rgba(11, 39, 74, 0.06);
}

.install-tips-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    margin-bottom: 20px;
}

.install-tips-head h2 {
    margin: 10px 0 10px;
    font-size: clamp(1.5rem, 2.2vw, 2.25rem);
    line-height: 1.12;
    font-weight: 300;
    color: #0b274a;
}

.install-tips-head p {
    margin: 0;
    max-width: 74ch;
    color: var(--color-muted);
}

.install-tips-head .capability-tag {
    margin-top: 2px;
}

.install-tips-accordion .accordion-item {
    border-radius: 12px;
    margin-bottom: 14px;
}

.install-tips-accordion .accordion-button {
    padding: 18px 20px;
}

.install-tips-accordion .accordion-button code,
.install-tips-accordion .accordion-body code {
    color: #0b274a;
    font-weight: 700;
}

.install-inline-code {
    display: inline-flex;
    align-items: center;
    padding: 0.08rem 0.45rem;
    margin: 0 0.14rem;
    border-radius: 6px;
    background: rgba(11, 39, 74, 0.06);
    color: #0b274a;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.92em;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: baseline;
}

.install-tips-accordion .accordion-body {
    padding: 0 20px 20px;
}

.install-gallery-section {
    width: 100%;
    margin: 0 0 100px;
}

.install-gallery-head {
    max-width: 760px;
    margin: 0 auto 28px;
}

.install-gallery-head h2 {
    margin: 10px 0 12px;
}

.install-gallery-head p {
    margin: 0;
    color: var(--color-muted);
}

.install-gallery-grid {
    width: 100%;
}

.install-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.install-slider-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
}

.install-slider-viewport::-webkit-scrollbar {
    display: none;
}

.install-slider-track {
    display: flex;
    gap: 22px;
}

.install-slider-item {
    flex: 0 0 calc((100% - 66px) / 4);
    min-width: calc((100% - 66px) / 4);
}

.install-slider-control {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border: 1px solid rgba(11, 39, 74, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #0b274a;
    box-shadow: 0 12px 28px rgba(11, 39, 74, 0.12);
    transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}

.install-slider-control span {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    transform: translateY(-1px);
}

.install-slider-control:hover:not(:disabled),
.install-slider-control:focus-visible {
    background: #e18309;
    border-color: #e18309;
    color: #ffffff;
    transform: translateY(-1px);
    outline: none;
}

.install-slider-control:disabled {
    opacity: .42;
    cursor: not-allowed;
    box-shadow: none;
}

.install-shot-card {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

.install-shot-frame {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(11, 39, 74, 0.12);
    background: #eff4fb;
    box-shadow: 0 14px 30px rgba(11, 39, 74, 0.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.install-shot-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
}

.install-shot-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 18px;
    background: linear-gradient(180deg, rgba(11, 39, 74, 0.04) 0%, rgba(11, 39, 74, 0.72) 100%);
    opacity: 0;
    transition: opacity .22s ease;
}

.install-shot-step {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #0b274a;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.install-shot-card:hover .install-shot-frame,
.install-shot-card:focus-visible .install-shot-frame {
    transform: translateY(-4px);
    border-color: rgba(225, 131, 9, 0.44);
    box-shadow: 0 22px 38px rgba(11, 39, 74, 0.14);
}

.install-shot-card:hover .install-shot-overlay,
.install-shot-card:focus-visible .install-shot-overlay {
    opacity: 1;
}

.install-shot-card:focus-visible {
    outline: none;
}

@media (max-width: 1199.98px) {
    .install-gallery-section {
        margin-bottom: 58px;
    }

    .install-slider-item {
        flex-basis: calc((100% - 22px) / 2);
        min-width: calc((100% - 22px) / 2);
    }
}

@media (max-width: 767.98px) {
    .install-slider {
        gap: 12px;
    }

    .install-slider-control {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .install-slider-item {
        flex-basis: 100%;
        min-width: 100%;
    }
}

.install-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #0b274a;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.install-cta-section {
    padding: 0;
    background: #fff;
}

.install-cta-banner {
    position: relative;
    overflow: hidden;
    padding: 96px 24px 92px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18), transparent 18%),
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.14), transparent 18%),
        linear-gradient(135deg, #095cc8 0%, #0b274a 100%);
}

.install-cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 42%);
    pointer-events: none;
}

.install-cta-banner > * {
    position: relative;
    z-index: 1;
}

.install-cta-banner h2 {
    margin: 10px 0 16px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    font-weight: 300;
}

.install-cta-banner p {
    max-width: 62ch;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.88);
}

.legal-copy {
    max-width: 860px;
    margin: 0 auto;
}

.legal-copy p {
    text-align: justify;
}

.narrow-card {
    max-width: 760px;
}

.thanks-message-block {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    padding: 24px 12px 4px;
}

.thanks-message-block h2 {
    margin: 12px 0 18px;
    font-size: clamp(2rem, 4.4vw, 4rem);
    line-height: 1.06;
    font-weight: 300;
    color: #0b274a;
    letter-spacing: 0;
}

.thanks-message-block p {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(1.02rem, 1.55vw, 1.22rem);
    line-height: 1.78;
    color: var(--color-muted);
}

.honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-control,
.form-select {
    min-height: 54px;
    border-radius: 0;
    border-color: var(--color-border);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.ad-shell,
.table-shell {
    overflow: hidden;
}

.ad-placeholder,
.adsense-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    color: var(--color-muted);
    text-align: center;
    padding: 20px;
}

.adsense-slot.is-ready {
    display: block;
    padding: 0;
    background: #fff;
    border-style: solid;
}

.token-landing-section {
    padding-bottom: 28px;
}

.token-landing-stack {
    max-width: 980px;
    margin: 0 auto;
}

.token-landing-download-card {
    margin-bottom: 28px;
}

.token-landing-ad {
    min-height: 280px;
}

.adsbygoogle-block {
    display: block;
    width: 100%;
    min-height: 250px;
}

.adsense-slot-download-test {
    min-height: 160px;
    background: transparent;
    border: 0;
    padding: 0;
}

.is-disabled {
    pointer-events: none;
    opacity: 0.65;
}

.site-footer {
    margin-top: 0;
    background: #081516;
    color: rgba(255, 255, 255, 0.82);
}

.site-footer a {
    color: rgba(255, 255, 255, 0.92);
}

.site-footer-bottom {
    padding: 22px 0;
}

.site-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-footer-link-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex: 1;
}

.site-footer-primary-nav,
.site-footer-center,
.site-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.site-footer-center {
    justify-content: center;
    flex: 1;
    gap: 12px;
}

.site-footer-primary-nav a,
.site-footer-center a,
.site-footer-bottom-links a {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.92);
}

.site-footer-center span {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.4);
}

.site-footer-center a:last-child {
    color: #efbf3a;
}

.site-footer-primary-nav a:hover,
.site-footer-center a:hover,
.site-footer-bottom-links a:hover {
    color: var(--color-primary);
}

.site-footer-fluid {
    padding-left: 28px;
    padding-right: 28px;
}

.admin-login-page,
.admin-dashboard-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #eef4ff 0%, #f8fafc 100%);
}

.admin-topbar {
    padding: 28px 0;
    background: #fff;
    border-bottom: 1px solid var(--color-border);
}

.metric-number {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary);
}

.table-shell-header {
    padding-bottom: 18px;
}

.table th {
    color: var(--color-muted);
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .hero-title {
        max-width: 10.5em;
    }

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

    .hero-content-panel,
    .hero-media-panel,
    .hero-showcase-shell,
    .hero-showcase-shell .showcase-image,
    .hero-showcase-shell .showcase-video {
        min-height: 560px;
    }

    .hero-floating-card {
        left: 24px;
        bottom: 24px;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .hero-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1100;
        overflow: visible;
        padding-top: 0;
    }

    .site-header-home {
        z-index: 1040;
        padding-top: 0;
        transition: none;
    }

    .site-header-home .site-header-fluid {
        padding-left: 0;
        padding-right: 0;
        transition: none;
        overflow: visible;
    }

    .site-header-home.is-scrolled .site-header-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .site-navbar-inner {
        padding: 12px 16px;
        min-height: 80px;
        gap: 12px;
        border-radius: 16px;
        overflow: visible;
    }

    .navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        z-index: 1110;
        margin: 0;
        padding: 18px;
        max-height: calc(100vh - 96px);
        overflow-y: auto;
        background: linear-gradient(180deg, rgba(9, 92, 200, 0.98) 0%, rgba(7, 67, 160, 0.98) 100%);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24);
        backdrop-filter: blur(14px);
    }

    .site-header-home .site-navbar-inner {
        border-radius: 0;
        border-left: 0 !important;
        border-right: 0 !important;
        margin: 0;
        transition: none;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15) !important;
    }

    .site-header-home.is-scrolled .site-navbar-inner {
        border-radius: 0;
        border-left: 0 !important;
        border-right: 0 !important;
        margin: 0;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15) !important;
    }

    .site-header + .homepage,
    .site-header + .page-main {
        padding-top: 80px;
        overflow-x: clip;
    }

    .site-navbar-brand {
        min-width: 0;
        max-width: calc(100% - 58px);
    }

    .brand-logo {
        height: 48px;
        max-width: 100%;
    }

    .site-navbar-toggler {
        width: 46px;
        height: 46px;
        margin-left: auto;
        padding: 0;
        align-items: center;
        justify-content: center;
        flex: 0 0 46px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
    }

    .site-navbar-toggler:hover,
    .site-navbar-toggler:focus-visible {
        background: rgba(255, 255, 255, 0.14);
    }

    .navbar-collapse .navbar-nav {
        align-items: stretch !important;
        gap: 6px !important;
    }

    .navbar-collapse .nav-link {
        display: block;
        padding: 12px 14px !important;
        border-radius: 8px;
        font-size: 1rem;
    }

    .navbar-collapse .nav-link:hover,
    .navbar-collapse .nav-link.active {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.12);
    }

    .hero-section,
    .page-hero {
        padding: 48px 0 40px;
    }

    .hero-section-home {
        padding-top: 0;
    }

    .hero-grid {
        gap: 0;
    }

    .section-heading h2,
    .section-title-light {
        font-size: 2.2rem;
    }

    .quick-link-card p {
        opacity: 1;
        max-height: none;
        margin-top: 8px;
    }

    .quick-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .carousel-indicators {
        margin-bottom: -1.8rem;
    }

    .site-header-actions {
        padding-top: 10px;
        align-items: stretch !important;
        width: 100%;
    }

    .site-header-actions .btn-download {
        width: 100%;
        border-radius: 8px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        justify-content: center;
    }

    .management-carousel-control {
        width: 46px;
    }

    .management-carousel-control .carousel-control-prev-icon,
    .management-carousel-control .carousel-control-next-icon {
        width: 38px;
        height: 38px;
    }

    .hero-content-inner {
        max-width: none !important;
        padding: 40px 20px 32px !important;
        margin: 0 auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-content-panel .hero-title,
    .hero-content-panel .eyebrow,
    .hero-content-panel .hero-copy,
    .hero-content-panel .hero-actions,
    .hero-content-panel .hero-divider,
    .hero-content-panel .hero-summary {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .hero-content-panel,
    .hero-media-panel,
    .hero-showcase-shell {
        border-radius: 0;
    }

    .hero-content-panel,
    .hero-media-panel,
    .hero-showcase-shell,
    .hero-showcase-shell .showcase-image,
    .hero-showcase-shell .showcase-video {
        min-height: auto;
    }

    .hero-content-panel {
        overflow: visible;
    }

    .hero-content-panel .hero-title {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 18px !important;
        font-size: clamp(2.4rem, 8vw, 3.2rem) !important;
        line-height: 1.02 !important;
        text-wrap: pretty;
        text-align: center !important;
    }

    .hero-content-panel .hero-copy {
        max-width: none !important;
        text-align: center !important;
    }

    .hero-content-panel .eyebrow {
        justify-content: center !important;
        text-align: center !important;
    }

    .hero-content-panel .hero-actions {
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hero-content-panel .hero-actions .btn {
        width: 100% !important;
        max-width: 320px;
    }

    .hero-divider {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .hero-showcase-shell .showcase-image {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: auto;
        object-fit: contain;
        object-position: center top;
    }

    .hero-content-panel .hero-summary {
        grid-template-columns: 1fr;
        gap: 18px;
        justify-items: center;
        text-align: center !important;
    }

    .hero-summary p,
    .hero-summary-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .docs-featured-card,
    .docs-summary-card,
    .document-card,
    .docs-section .features-container,
    .documents-grid,
    .document-card-top {
        min-width: 0;
    }

    .document-card-top {
        flex-direction: column;
    }

    .document-name,
    .document-card h3,
    .docs-featured-card h2,
    .docs-summary-card h2 {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .docs-featured-card form,
    .document-actions form,
    .docs-featured-card .btn,
    .document-actions .btn {
        width: 100%;
    }

    .hero-summary {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hero-summary-icon {
        width: 72px;
        height: 72px;
    }

    .site-footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.8rem;
        max-width: none;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .quick-links-section,
    .content-section,
    .compliance-section,
    .faq-section {
        padding: 72px 0 58px;
    }

    .features-section-wide {
        padding-top: 72px;
    }

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

    .docs-banner {
        padding: 64px 22px 60px;
    }

    .feature-faq-section {
        padding: 64px 0 68px;
    }

    .install-shell {
        padding: 22px 18px 18px;
    }

    .install-tips-shell {
        padding: 22px 18px 16px;
    }

    .install-tips-head {
        grid-template-columns: 1fr;
    }

    .install-tips-head .capability-tag {
        justify-self: flex-start;
    }

    .install-cta-section {
        padding-bottom: 0;
    }

    .install-cta-banner {
        padding: 72px 20px 68px;
    }

    .install-shell-head {
        grid-template-columns: 1fr;
    }

    .install-shell-head .capability-tag,
    .install-shell-head p {
        grid-column: 1;
        grid-row: auto;
    }

    .install-shell-head .capability-tag {
        margin-top: 4px;
        justify-self: flex-start;
    }

    .docs-featured-points,
    .documents-grid {
        grid-template-columns: 1fr;
    }

    .repo-banner {
        padding: 72px 20px 68px;
    }

    .feature-grid-admin,
    .feature-grid-employee {
        grid-template-columns: 1fr;
    }

    .capability-panel-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .capability-title {
        max-width: 100%;
    }

    .integral-section {
        padding: 56px 0;
    }

    .showcase-image {
        aspect-ratio: 16 / 10;
    }

    .site-header,
    .site-header-inner,
    .site-header-home {
        padding-top: 0;
    }

    .hero-content-panel,
    .hero-media-panel,
    .hero-showcase-shell,
    .hero-showcase-shell .showcase-image,
    .hero-showcase-shell .showcase-video {
        min-height: 430px;
    }

    .hero-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
    }

    .hero-floating-value {
        font-size: 3rem;
    }

    .feature-card,
    .info-card,
    .form-shell,
    .table-shell,
    .ad-shell,
    .faq-card,
    .compliance-card {
        padding: 22px;
    }

    .site-footer-primary-nav,
    .site-footer-center,
    .site-footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 18px;
    }

    .site-footer-bottom-inner {
        align-items: stretch;
        gap: 16px;
    }

    .site-footer-link-columns {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 18px;
        width: 100%;
    }

    .site-footer-primary-nav,
    .site-footer-bottom-links {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
    }

    .site-footer-bottom-links {
        text-align: left;
    }

    .site-footer-center {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        gap: 8px;
    }

    .site-footer-center a,
    .site-footer-center span {
        font-size: 0.7rem;
    }
}

/* Ajustes para el título del hero en la columna izquierda */
.hero-content-panel .hero-title {
    max-width: 100% !important;        /* Elimina el límite de 12 caracteres, ocupa todo el ancho */
    margin-left: 100px !important;      /* Desplaza el bloque hacia la derecha */
    margin-right: -30px !important;
    margin-top: -10px !important;      /* Sube el título (ajusta este valor si quieres más o menos) */
    margin-bottom: 20px !important;
    text-align: left;                  /* El texto sigue alineado a la izquierda */
    line-height: 0.9;                  /* Mejora la legibilidad al ser más ancho */
    font-weight: 700;                  /* Un poco más de peso para que destaque (opcional) */
}
/* Ajustes para el eyebrow en la columna izquierda (mismos desplazamientos que el título) */
.hero-content-panel .eyebrow {
    margin-left: 100px !important;      /* Mismo desplazamiento a la derecha */
    margin-right: -30px !important;     /* Mismo valor que el título */
    margin-top: -20px !important;       /* Sube un poco más que el título (ajústalo si quieres) */
    margin-bottom: 20px !important;     /* Espacio debajo del eyebrow */
    /* Opcional: si quieres que el texto dentro del badge también se ajuste */
    justify-content: flex-start;
}
.hero-content-inner {
    padding-left: 40px !important;   /* Antes era 72px, lo reduces */
    padding-right: 40px !important;  /* Para que haya más espacio a la derecha */
	
}
/* Posiciona el texto descriptivo igual que el título */
.hero-content-panel .hero-copy {
    margin-left: 100px !important;      /* Mismo desplazamiento a la derecha */
    margin-right: -30px !important;     /* Mismo valor negativo para mantener el ancho */
    margin-top: 30px !important;           /* Sin cambio vertical, o ajústalo si quieres */
    margin-bottom: 20px !important;     /* Espacio inferior antes de los botones */
    max-width: 54ch !important;         /* Opcional: ligeramente más estrecho para mejor lectura (ajústalo) */
}
/* Posiciona el contenedor de botones alineado con el título y la descripción */
.hero-content-panel .hero-actions {
    margin-left: 100px !important;      /* Mismo desplazamiento a la derecha */
    margin-right: -30px !important;     /* Mismo valor negativo para mantener el ancho */
    margin-top: 10px !important;        /* Separación con la descripción (opcional) */
    margin-bottom: 20px !important;
}
/* Botones redondeados (estilo Bexon) */
.hero-content-panel .btn {
    border-radius: 48px !important;
    padding: 12px 28px !important;      /* Ajuste para que no se vean apretados */
    font-weight: 600 !important;
}

/* Ajuste específico para mantener el tamaño mínimo */
.hero-content-panel .btn-lg {
    min-height: 52px;
}
/* Separador: mismo desplazamiento horizontal que el título */
.hero-content-panel .hero-divider {
    margin-left: 100px !important;
    margin-right: -30px !important;
    width: auto !important;           /* Ocupa el ancho disponible */
    max-width: none !important;       /* Elimina la limitación de 560px */
}

/* Bloque de resumen (icono + texto): mismo desplazamiento y ancho completo */
.hero-content-panel .hero-summary {
    margin-left: 100px !important;
    margin-right: -30px !important;
    max-width: none !important;       /* Elimina el límite de 620px */
    width: auto !important;
    grid-template-columns: 100px 1fr; /* Se mantiene la estructura */
    gap: 28px;
}
/* Cambiar fondo de la barra por degradado azul */
.site-navbar-inner {
    background: linear-gradient(135deg, #095CC8 0%, #0743a0 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 991.98px) {
    .hero-content-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto !important;
    }

    .hero-content-panel .hero-title,
    .hero-content-panel .eyebrow,
    .hero-content-panel .hero-copy,
    .hero-content-panel .hero-actions,
    .hero-content-panel .hero-divider,
    .hero-content-panel .hero-summary {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hero-content-panel .hero-title,
    .hero-content-panel .hero-copy,
    .hero-content-panel .hero-summary,
    .hero-content-panel .eyebrow {
        text-align: center !important;
    }

    .hero-content-panel .eyebrow,
    .hero-content-panel .hero-actions {
        justify-content: center !important;
    }

    .hero-section-home .hero-content-panel .eyebrow {
        display: none !important;
    }

    .hero-divider,
    .hero-summary {
        display: none !important;
    }

    .hero-content-panel,
    .hero-media-panel,
    .hero-showcase-shell,
    .hero-showcase-shell .showcase-image,
    .hero-showcase-shell .showcase-video {
        min-height: 0 !important;
        height: auto !important;
    }

    .hero-media-panel,
    .hero-showcase-shell {
        background: transparent !important;
    }

    .hero-section-home {
        padding-bottom: 0 !important;
    }

    .hero-grid {
        align-items: start !important;
    }
}

/* Enlaces principales: blancos por defecto */
.nav-link {
    color: #ffffff !important;
}

/* Hover de enlaces: azul más claro o blanco con efecto */
.nav-link:hover,
.nav-link.active {
    color: #d4e4ff !important;   /* Azul muy claro, legible sobre fondo oscuro */
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Enlaces secundarios (ej. "Login", "Descargar") si usan .site-header-link */
.site-header-link {
    color: rgba(255, 255, 255, 0.85) !important;
}
.site-header-link:hover {
    color: #d4e4ff !important;
}

/* Texto de la marca en blanco */
.brand-text {
    color: #ffffff !important;
}

/* Líneas del botón hamburguesa en móvil */
.site-navbar-toggler span {
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .cookie-consent {
        bottom: 14px;
        padding: 0 14px;
    }

    .cookie-consent-shell {
        grid-template-columns: 1fr;
        padding: 24px 22px;
    }

    .cookie-consent-actions {
        min-width: 0;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .site-breadcrumbs {
        display: flex;
        justify-content: center;
    }

    .site-breadcrumbs .breadcrumb {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .cookie-preferences-shell {
        padding: 26px 20px 22px;
    }

    .cookie-preference-card {
        grid-template-columns: 1fr;
        justify-items: flex-start;
    }

    .cookie-preferences-actions,
    .cookie-modal-footer,
    .cookie-consent-actions,
    .consent-embed-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-preferences-actions .btn,
    .cookie-modal-footer .btn,
    .cookie-consent-actions .btn,
    .consent-embed-actions .btn {
        width: 100%;
    }

    .cookie-modal-header,
    .cookie-modal-body,
    .cookie-modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cookie-fab {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
    }

    .consent-embed-placeholder {
        padding: 26px 22px;
    }
}

@media (max-width: 991.98px) {
    .hero-section-home .hero-content-panel .hero-title {
        margin-top: 18px !important;
    }
}
