@font-face {
    font-family: 'PaluiSP';
    src: url("/fonts/PaluiSPDemo-Bold.otf") format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    background: linear-gradient(rgba(10, 30, 60, 0.7), rgba(10, 30, 60, 0.7)), url("/images/workshop.png") center center / cover no-repeat;
    font-family: 'Segoe UI', sans-serif;
    min-height: 100vh;
    color: #fff;
}

.app-brand-name {
    font-family: 'PaluiSP', 'Segoe UI', sans-serif;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem;
    color: #fff;
}

.custom-btn-light {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.custom-btn-light:hover {
    background: linear-gradient(135deg, #0056b3, #003f8a);
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.text-light {
    color: #f1f1f1 !important;
}

.gap-2 > * {
    margin: 0.25rem !important;
}

body.dark-theme {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("/images/workshop.png") center center / cover no-repeat;
}

body.dark-theme .glass-panel {
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

body.accessible {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

body.accessible .custom-btn-light {
    font-size: 1.1rem;
    padding: 0.8rem 1.6rem;
}

body.accessible .btn-outline-light {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
}

body.accessible h1,
body.accessible h2,
body.accessible h3,
body.accessible h4 {
    font-size: 2rem !important;
}

.dropdown-menu {
    background-color: #092043;
    border: none;
}

.dropdown-item {
    color: #ffffff !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffffff !important;
}

body.dark-theme .dropdown-menu {
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* SEO page content */
.seo-app-head {
    padding: 0 20px 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.seo-app-head__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #f1f1f1;
    margin-bottom: 0;
}

.seo-app-head__brand {
    display: inline-block;
    margin-top: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.seo-app-head__brand:hover,
.seo-app-head__brand:focus {
    text-decoration: none;
    color: #fff;
    opacity: 0.92;
}

.seo-app-head__logo {
    max-height: 40px;
    display: block;
    margin: 10px auto 0;
}

.seo-app-head__app-name {
    font-family: 'PaluiSP', 'Segoe UI', sans-serif;
    font-size: 1.5rem;
    display: block;
    color: #fff;
    margin-top: 0;
}

body.dark-theme .seo-app-head__title,
body.accessible .seo-app-head__title {
    color: #fff;
}

body.dark-theme .seo-app-head,
body.accessible .seo-app-head {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.seo-page h1,
.seo-page h2 {
    color: #fff;
}

.seo-page a {
    color: #9ec5fe;
}

.seo-page a:hover {
    color: #cfe2ff;
}

.seo-disclaimer em {
    color: rgba(255, 255, 255, 0.55) !important;
}

.seo-hero-group .seo-block + .seo-block {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-hero-group .seo-block + .seo-cta {
    margin-top: 1rem;
    padding-top: 0;
    border-top: none;
}

.seo-hero-group .seo-hero h1 {
    margin-bottom: 0.5rem;
}

.seo-hero-group .seo-block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.seo-hero-group .seo-cta {
    margin-bottom: 0;
    padding-bottom: 0.25rem;
}

.seo-hero-group .seo-intro .text-light:last-child,
.seo-hero-group .seo-body .text-light:last-child {
    margin-bottom: 0;
}

/* App gateway — local distribution instructions */
.app-gateway-sideload__title {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.app-gateway-sideload .instr-list-wrap {
    padding: 0;
    margin-bottom: 0;
}

.app-gateway-sideload .instr-card {
    max-width: 450px;
    padding: 13px 16px 19px;
    margin: 0 auto 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
}

.app-gateway-sideload .instr-card__info-wrap {
    display: flex;
}

.app-gateway-sideload .instr-card__info-number {
    margin-right: 15px;
    flex-shrink: 0;
}

.app-gateway-sideload .instr-card__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px;
}

.app-gateway-sideload .instr-card__info-content {
    padding-top: 2px;
    flex-grow: 1;
    min-width: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #f1f1f1;
}

.app-gateway-sideload .instr-card__bottom {
    text-align: center;
    margin-top: 15px;
}

.app-gateway-sideload .instr-card__bottom img {
    margin: 0 auto;
}

body.dark-theme .app-gateway-sideload .instr-card {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.1);
}
