/* Onboarding — premium first-run */

.ob-page {
    min-height: 100vh;
    background: #04040a;
    color: #f8fafc;
    font-family: 'Inter', system-ui, sans-serif;
    position: relative;
    overflow-x: hidden;
}

/* Font Awesome — voorkom glitches / lege icon-vakjes */
.ob-page i[class*="fa-"] {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ob-page .ob-btn i,
.ob-page .ob-skip i,
.ob-page .ob-welcome-banner__cta i {
    flex-shrink: 0;
    width: 1em;
    text-align: center;
}

/* Achtergrond */
.ob-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.ob-bg__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
    animation: obFloat 18s ease-in-out infinite alternate;
}

.ob-bg__orb--1 {
    width: 420px;
    height: 420px;
    background: rgba(255, 107, 53, 0.28);
    top: -120px;
    left: -80px;
}

.ob-bg__orb--2 {
    width: 320px;
    height: 320px;
    background: rgba(124, 58, 237, 0.18);
    top: 20%;
    right: -100px;
    animation-delay: -6s;
}

.ob-bg__orb--3 {
    width: 380px;
    height: 380px;
    background: rgba(255, 140, 66, 0.12);
    bottom: -140px;
    left: 30%;
    animation-delay: -12s;
}

@keyframes obFloat {
    from { transform: translate(0, 0) scale(1); }
    to { transform: translate(24px, -18px) scale(1.06); }
}

.ob-shell {
    position: relative;
    z-index: 1;
    max-width: 1040px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 4rem;
}

.ob-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.ob-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    color: #fff;
}

.ob-logo-img,
.ob-logo .crm-app-logo {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    object-fit: cover;
    flex-shrink: 0;
}

.ob-logo i {
    color: #ff8c42;
    font-size: 0.9rem;
}

.ob-skip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.ob-skip:hover {
    color: #fff;
    border-color: rgba(255, 107, 53, 0.35);
    background: rgba(255, 107, 53, 0.08);
}

/* Layout */
.ob-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
}

@media (max-width: 820px) {
    .ob-layout {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

.ob-aside {
    position: sticky;
    top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 820px) {
    .ob-aside {
        position: static;
    }
}

.ob-progress-card {
    padding: 1.15rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.ob-ring {
    width: 80px;
    height: 80px;
    margin: 0 auto 0.85rem;
    position: relative;
}

.ob-ring svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 12px rgba(255, 107, 53, 0.35));
}

.ob-ring__val {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
}

.ob-progress-copy {
    text-align: center;
}

.ob-progress-copy h1 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.ob-progress-copy p {
    margin: 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.45;
}

/* Verticale stepper */
.ob-stepper {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0.65rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 820px) {
    .ob-stepper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.35rem;
    }
    .ob-stepper__item::after { display: none; }
}

.ob-stepper__item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.5rem;
    position: relative;
    border-radius: 10px;
    transition: background 0.15s;
}

.ob-stepper__item::after {
    content: '';
    position: absolute;
    left: 1.15rem;
    top: calc(100% - 2px);
    width: 2px;
    height: 0.45rem;
    background: rgba(255, 255, 255, 0.08);
}

.ob-stepper__item:last-child::after { display: none; }

.ob-stepper__item.is-active {
    background: rgba(255, 107, 53, 0.1);
}

.ob-stepper__marker {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.55rem;
    color: transparent;
}

.ob-stepper__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.ob-stepper__item.is-active .ob-stepper__marker {
    border-color: rgba(255, 107, 53, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
}

.ob-stepper__item.is-active .ob-stepper__dot {
    background: #ff8c42;
}

.ob-stepper__item.is-done .ob-stepper__marker {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-color: transparent;
    color: #fff;
}

.ob-stepper__marker i {
    font-size: 0.6rem;
    line-height: 1;
    display: block;
}

.ob-stepper__text {
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
}

.ob-stepper__item.is-active .ob-stepper__text { color: #ffb380; }
.ob-stepper__item.is-done .ob-stepper__text { color: #86efac; }

/* Panels */
.ob-main {
    min-width: 0;
}

.ob-panel {
    display: none;
    animation: obIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.ob-panel.is-active {
    display: block;
}

@keyframes obIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}

.ob-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 1.5rem 1.6rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.ob-card h2 {
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
    letter-spacing: -0.03em;
}

.ob-card .sub {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.875rem;
    margin: 0 0 1.25rem;
    line-height: 1.55;
}

.ob-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.ob-field { margin-bottom: 0.75rem; }
.ob-field--full { grid-column: 1 / -1; }

.ob-field label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.35rem;
}

.ob-field input,
.ob-field select,
.ob-field textarea {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 0.9rem;
    font-family: inherit;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.ob-field input::placeholder,
.ob-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.ob-field input:focus,
.ob-field select:focus,
.ob-field textarea:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.18);
}

.ob-import-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.ob-import-opt {
    padding: 0.85rem;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #f4f6fb;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s, background 0.2s;
}

.ob-import-opt:hover { border-color: rgba(255, 107, 53, 0.4); }

.ob-import-opt.is-selected {
    border-color: #ff6b35;
    background: rgba(255, 107, 53, 0.12);
    color: #ffb380;
}

.ob-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    padding: 0.75rem 1rem;
    background: rgba(255, 107, 53, 0.08);
    border-radius: 11px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    margin-top: 1rem;
    line-height: 1.5;
}

.ob-actions {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-top: 1.25rem;
}

.ob-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.35rem;
    border-radius: 12px;
    border: none;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
}

.ob-btn--primary {
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 50%, #ea580c 100%);
    color: #fff;
    box-shadow: 0 10px 32px rgba(255, 107, 53, 0.35);
}

.ob-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 40px rgba(255, 107, 53, 0.42);
}

.ob-btn--ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    border: 1px solid transparent;
}

.ob-btn--ghost:hover {
    color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.1);
}

.ob-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none !important;
}

/* Welcome */
.ob-welcome-card {
    border-radius: 22px;
    padding: 2rem 1.75rem 1.5rem;
    background: linear-gradient(145deg, rgba(255, 107, 53, 0.12) 0%, rgba(255, 255, 255, 0.04) 45%, rgba(124, 58, 237, 0.06) 100%);
    border: 1px solid rgba(255, 107, 53, 0.2);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.ob-welcome-hero {
    text-align: center;
    padding: 0 0 1rem;
}

.ob-welcome-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffb380;
}

.ob-welcome-hero .avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    border: 3px solid rgba(255, 107, 53, 0.45);
    box-shadow: 0 8px 28px rgba(255, 107, 53, 0.25);
    object-fit: cover;
}

.ob-welcome-hero .avatar--letter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff8c42, #ff6b35);
    color: #fff;
}

.ob-welcome-hero h2 {
    font-size: 1.85rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0 0 0.5rem;
}

.ob-welcome-hero .sub {
    max-width: 400px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.55;
}

.ob-welcome-perks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.ob-welcome-perks li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
}

.ob-welcome-perks i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 107, 53, 0.15);
    color: #ff8c42;
    font-size: 0.75rem;
    flex-shrink: 0;
}

/* Launch */
.ob-launch-card {
    border-radius: 22px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    background: linear-gradient(160deg, rgba(255, 107, 53, 0.15), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 107, 53, 0.25);
    box-shadow: 0 24px 60px rgba(255, 107, 53, 0.12);
}

.ob-launch__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: linear-gradient(135deg, #ff8c42, #ff6b35);
    box-shadow: 0 12px 32px rgba(255, 107, 53, 0.4);
    animation: obPulse 2.5s ease-in-out infinite;
}

@keyframes obPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.ob-launch h2 {
    font-size: 1.75rem;
    font-weight: 900;
    margin: 0 0 0.5rem;
    letter-spacing: -0.03em;
}

.ob-launch .sub {
    max-width: 420px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
    line-height: 1.55;
}

/* Legacy layout (onboarding-demo.php) */
.ob-shell > .ob-progress-head {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.ob-shell > .ob-steps-rail {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.ob-step-pill {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid transparent;
}

.ob-step-pill.is-done {
    background: rgba(52, 211, 153, 0.12);
    color: #6ee7b7;
    border-color: rgba(52, 211, 153, 0.25);
}

.ob-step-pill.is-active {
    background: rgba(255, 107, 53, 0.15);
    color: #ffb380;
    border-color: rgba(255, 107, 53, 0.35);
}

/* Welcome banner in CRM */
.ob-welcome-banner {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(15, 23, 42, 0.6));
    border: 1px solid rgba(255, 107, 53, 0.25);
    border-radius: 16px;
    padding: 1.15rem 1.25rem;
    margin-bottom: 1.25rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    position: relative;
}

.ob-welcome-banner--crm {
    background: linear-gradient(125deg, #0f172a 0%, #1a2332 42%, #431407 100%);
    border: 1px solid rgba(255, 140, 66, 0.35);
    border-radius: 18px;
    padding: 1.35rem 1.5rem 1.35rem 1.65rem;
    margin-bottom: 0;
    gap: 1.15rem 1.25rem;
    box-shadow:
        0 16px 48px rgba(255, 107, 53, 0.22),
        0 4px 16px rgba(15, 23, 42, 0.18);
    overflow: hidden;
    isolation: isolate;
}

.ob-welcome-banner--crm::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 120% at 100% -10%, rgba(255, 107, 53, 0.45), transparent 55%),
        radial-gradient(circle at 0% 100%, rgba(255, 140, 66, 0.12), transparent 45%);
    pointer-events: none;
    z-index: 0;
}

.ob-welcome-banner--crm::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #ffb380, #ff6b35);
    z-index: 1;
}

.ob-welcome-banner--crm > * {
    position: relative;
    z-index: 2;
}

.ob-welcome-banner__ring {
    width: 52px;
    height: 52px;
    position: relative;
    flex-shrink: 0;
}

.ob-welcome-banner--crm .ob-welcome-banner__ring {
    width: 72px;
    height: 72px;
    filter: drop-shadow(0 0 12px rgba(255, 107, 53, 0.35));
}

.ob-welcome-banner__ring svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    display: block;
}

.ob-welcome-banner__val {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    color: #fff;
}

.ob-welcome-banner--crm .ob-welcome-banner__val {
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.ob-welcome-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.22rem 0.6rem;
    margin-bottom: 0.45rem;
    background: rgba(255, 107, 53, 0.18);
    border: 1px solid rgba(255, 140, 66, 0.45);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #ffb380;
}

.ob-welcome-banner__eyebrow i {
    font-size: 0.62rem;
}

.ob-welcome-banner__body h3 {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    line-height: 1.25;
}

.ob-welcome-banner--crm .ob-welcome-banner__body h3 {
    font-size: 1.2rem;
}

.ob-welcome-banner__title-icon {
    color: #ff8c42;
    font-size: 0.95em;
    flex-shrink: 0;
}

.ob-welcome-banner__body p {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.45;
}

.ob-welcome-banner--crm .ob-welcome-banner__body p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
    max-width: 42rem;
}

.ob-welcome-banner__next {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 179, 128, 0.95);
}

.ob-welcome-banner__next i {
    font-size: 0.45rem;
    color: #ff8c42;
}

.ob-welcome-banner__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #fff;
    color: #050508;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.ob-welcome-banner--crm .ob-welcome-banner__cta {
    padding: 0.72rem 1.25rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff8c42, #ff6b35);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.45);
}

.ob-welcome-banner--crm .ob-welcome-banner__cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
    box-shadow: 0 10px 28px rgba(255, 107, 53, 0.5);
}

.ob-welcome-banner__dismiss {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: background 0.15s ease, color 0.15s ease;
}

.ob-welcome-banner__dismiss:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

@media (max-width: 640px) {
    .ob-grid { grid-template-columns: 1fr; }
    .ob-import-grid { grid-template-columns: 1fr; }
    .ob-welcome-banner { grid-template-columns: auto 1fr; }
    .ob-welcome-banner--crm {
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "ring body"
            "cta cta";
        padding: 1.15rem 2.75rem 1.15rem 1.15rem;
    }
    .ob-welcome-banner--crm .ob-welcome-banner__ring { grid-area: ring; width: 64px; height: 64px; }
    .ob-welcome-banner--crm .ob-welcome-banner__body { grid-area: body; min-width: 0; }
    .ob-welcome-banner__cta,
    .ob-welcome-banner--crm .ob-welcome-banner__cta {
        grid-column: 1 / -1;
        grid-area: cta;
        justify-content: center;
        width: 100%;
        min-height: 46px;
    }
    .ob-welcome-hero h2 { font-size: 1.5rem; }
}

/* Geïsoleerd van globale CRM/mobile input-styles */
.ob-page .ob-field input,
.ob-page .ob-field select,
.ob-page .ob-field textarea,
.ob-page .ob-email-field input,
.ob-page .ob-email-field select,
.ob-page .ob-email-field textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 0.75rem 0.9rem;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    color: #f8fafc;
    font-size: 0.9375rem;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ob-page .ob-field textarea {
    min-height: 96px;
    resize: vertical;
}

.ob-page .ob-field label,
.ob-page .ob-email-field label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.35rem;
}

@media (max-width: 768px) {
    .ob-page .ob-field input,
    .ob-page .ob-field select,
    .ob-page .ob-field textarea,
    .ob-page .ob-email-field input,
    .ob-page .ob-email-field select,
    .ob-page .ob-email-field textarea {
        font-size: 16px !important;
        min-height: 48px !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        background: rgba(0, 0, 0, 0.42) !important;
        color: #f8fafc !important;
        border-radius: 11px !important;
        padding: 0.75rem 0.9rem !important;
    }

    .ob-page .ob-layout {
        grid-template-columns: 1fr;
    }

    .ob-page .ob-aside {
        order: 2;
    }

    .ob-page .ob-main {
        order: 1;
    }
}
