:root {
    --rd-ink: #111111;
    --rd-navy: #111111;
    --rd-slate: #4f4f4f;
    --rd-line: rgba(0, 0, 0, 0.12);
    --rd-surface: rgba(255, 255, 255, 0.96);
    --rd-white: #ffffff;
    --rd-accent: #111111;
    --rd-accent-soft: #f2f2f2;
    --rd-success: #111111;
    --rd-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

body {
    color: var(--rd-ink);
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: -4rem;
    z-index: 1200;
    padding: 0.85rem 1.1rem;
    border-radius: 14px;
    background: #ffffff;
    color: #111111;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.skip-link:focus {
    top: 1rem;
}

.website-navbar {
    background: rgba(17, 17, 17, 0.96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.9rem 0;
}

.website-navbar-shell {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.website-nav-container {
    align-items: center;
}

.website-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
}

.website-brand-logo {
    width: 148px;
    max-width: 100%;
}

.website-brand-copy {
    display: flex;
    flex-direction: column;
    color: var(--rd-white);
    line-height: 1.1;
}

.website-brand-copy small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
}

.website-nav-links .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    padding: 0.65rem 0.95rem;
}

.website-nav-links .nav-link:hover,
.website-nav-links .nav-link:focus {
    color: var(--rd-white);
}

.website-nav-dropdown-toggle::after {
    margin-left: 0.45rem;
}

.website-nav-dropdown-menu {
    background: rgba(17, 17, 17, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 0.55rem;
    min-width: 220px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.website-nav-dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.84);
    border-radius: 12px;
    padding: 0.7rem 0.9rem;
}

.website-nav-dropdown-menu .dropdown-item:hover,
.website-nav-dropdown-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.08);
    color: var(--rd-white);
}

.website-nav-actions {
    display: flex;
    gap: 0.75rem;
}

.website-btn {
    border-radius: 999px;
    padding: 0.8rem 1.25rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.website-btn-primary {
    background: #111111;
    color: var(--rd-white);
    box-shadow: none;
}

.website-btn-primary:hover {
    color: var(--rd-white);
}

.website-btn-secondary {
    background: transparent;
    color: var(--rd-white);
    border-color: rgba(255, 255, 255, 0.36);
}

.website-toggler {
    border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .website-brand-copy {
        display: none;
    }

    .website-nav-links .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (max-width: 1199.98px) {
    .website-nav-actions {
        margin-top: 1rem;
        flex-wrap: wrap;
    }

    .website-nav-dropdown-menu {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: none;
    }
}

.hero-section,
.page-hero {
    padding: 5rem 0 4rem;
}

.hero-home {
    padding-top: 3.75rem;
    padding-bottom: 2.75rem;
}

.hero-home-premium {
    padding-top: 4rem;
}

.hero-section h1,
.page-hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.25rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    margin-bottom: 1.1rem;
    color: var(--rd-navy);
}

.page-hero-dark {
    background: linear-gradient(180deg, #111111 0%, #232323 100%);
    color: var(--rd-white);
}

.page-hero-dark h1,
.page-hero-dark p,
.page-hero-dark .eyebrow {
    color: var(--rd-white);
}

.hero-copy,
.page-hero p,
.section-heading p,
.showcase-card p,
.info-card p,
.metric-card p,
.feature-card p,
.service-detail-card p,
.product-card p {
    color: var(--rd-slate);
    font-size: 1.02rem;
    line-height: 1.7;
}

.page-hero-dark p {
    color: rgba(255, 255, 255, 0.82);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 0.9rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6a6a6a;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1.75rem 0 1rem;
}

.hero-note {
    color: var(--rd-slate);
    font-size: 0.96rem;
}

.hero-summary-grid {
    margin-top: 2rem;
    display: grid;
    gap: 0.9rem;
}

.hero-home-copy {
    max-width: 900px;
}

.hero-summary-item {
    border-top: 1px solid var(--rd-line);
    padding-top: 0.9rem;
    display: grid;
    gap: 0.2rem;
}

.hero-summary-item strong {
    font-size: 1rem;
    color: var(--rd-ink);
}

.hero-summary-item span {
    color: var(--rd-slate);
    font-size: 0.96rem;
}

.hero-inline-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-command-board {
    padding: 1.4rem;
    border-radius: 30px;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.09), transparent 30%),
        linear-gradient(180deg, #040404 0%, #171717 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.command-board-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
}

.command-board-row {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.command-board-row:last-child {
    border-bottom: 0;
}

.command-board-row strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.86rem;
    letter-spacing: 0.08em;
}

.command-board-row h3 {
    margin-bottom: 0.35rem;
    font-size: 1rem;
    color: #ffffff;
}

.command-board-row p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.hero-inline-band-item {
    padding: 1.25rem 1.25rem 1.1rem;
    border-radius: 24px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.06);
}

.hero-inline-band-item span {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6a6a6a;
}

.hero-inline-band-item strong {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--rd-ink);
    font-size: 1rem;
}

.hero-inline-band-item p {
    margin-bottom: 0;
    color: var(--rd-slate);
    line-height: 1.65;
}

.hero-visual-card,
.showcase-card,
.pricing-card-modern,
.contact-form-card,
.metric-card,
.feature-card,
.info-card,
.service-detail-card,
.product-card {
    background: var(--rd-surface);
    border: 1px solid var(--rd-line);
    box-shadow: var(--rd-shadow);
    border-radius: 28px;
}

.hero-visual-card {
    padding: 1.25rem;
    background: #111111;
    color: #ffffff;
}

.hero-image {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
}

.hero-visual-card-home {
    min-height: 100%;
}

.hero-visual-panel {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.hero-panel-head {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
    color: rgba(255,255,255,0.65);
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.hero-panel-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.hero-panel-step:last-child {
    border-bottom: 0;
    padding-bottom: 0.2rem;
}

.hero-panel-step strong {
    font-size: 1.1rem;
    color: #ffffff;
}

.hero-panel-step h3 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
    color: #ffffff;
}

.hero-panel-step p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.6;
}

.metric-section,
.content-section {
    padding: 1.25rem 0 5rem;
}

.content-section-muted {
    background: linear-gradient(180deg, rgba(17, 89, 145, 0.04), rgba(255, 255, 255, 0));
}

.section-heading {
    max-width: 720px;
    margin-bottom: 2.5rem;
}

.section-heading-compact {
    margin-bottom: 1.5rem;
}

.metric-card,
.feature-card,
.info-card,
.service-detail-card,
.product-card,
.showcase-card,
.pricing-card-modern,
.contact-form-card {
    padding: 1.8rem;
    height: 100%;
}

.audience-card ul {
    margin-top: 1.2rem;
}

.metric-value {
    color: var(--rd-ink);
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.metric-card h3,
.feature-card h3,
.info-card h3,
.service-detail-card h3,
.product-card h3,
.showcase-card h2,
.pricing-card-modern h3,
.contact-form-card h2 {
    color: var(--rd-navy);
    margin-bottom: 0.75rem;
}

.feature-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 1rem;
    font-size: 1.45rem;
    background: #111111;
    color: #ffffff;
}

.feature-tag {
    display: inline-flex;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #f3f3f3;
    color: #444444;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.showcase-list,
.website-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.showcase-list li,
.website-footer-links li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.85rem;
    color: var(--rd-slate);
}

.showcase-list li::before,
.website-footer-links li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #111111;
}

.price-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--rd-line);
    color: var(--rd-slate);
}

.website-footer {
    background: #111111;
    color: rgba(255, 255, 255, 0.78);
    padding-top: 4rem;
    margin-top: 2rem;
}

.website-footer-brand h5,
.website-footer-title {
    color: var(--rd-white);
    margin-bottom: 1rem;
}

.website-footer-logo {
    width: 150px;
    margin-bottom: 1rem;
}

.website-footer a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.website-footer a:hover {
    color: var(--rd-white);
}

.website-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.website-footer-bottom {
    margin-top: 2.5rem;
    padding: 1.15rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.94rem;
}

.faq-accordion .accordion-item {
    border: 1px solid var(--rd-line);
    border-radius: 20px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: var(--rd-shadow);
}

.faq-accordion .accordion-button {
    background: var(--rd-white);
    color: var(--rd-navy);
    font-weight: 600;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #eef6ff;
    color: var(--rd-navy);
}

.contact-stack {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-top: 1.2rem;
}

.contact-stack a {
    color: var(--rd-accent);
    font-weight: 700;
    text-decoration: none;
}

.contact-textarea {
    min-height: 180px;
}

.form-label {
    color: var(--rd-navy);
    font-weight: 600;
}

.form-control {
    border-radius: 16px;
    border-color: var(--rd-line);
    padding: 0.85rem 1rem;
}

@media (max-width: 991.98px) {
    .website-nav-actions {
        margin-top: 1rem;
        flex-direction: column;
    }

    .website-brand-copy {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .hero-section,
    .page-hero {
        padding: 3.5rem 0 3rem;
    }

    .content-section,
    .metric-section {
        padding-bottom: 3.5rem;
    }

    .hero-actions {
        flex-direction: column;
    }
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #f5f5f3 0%, #ffffff 24%, #f7f7f7 100%);
    min-height: 100vh;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(17, 17, 17, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 17, 17, 0.025) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), transparent 88%);
    z-index: 0;
}

.hero-section,
.page-hero,
.content-section,
.metric-section,
.website-footer {
    position: relative;
    z-index: 1;
}

.website-navbar {
    background: rgba(8, 8, 8, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.website-brand-logo {
    width: 162px;
}

.website-brand-copy span {
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.website-brand-copy small {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.website-nav-links .nav-link {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.website-nav-links .nav-link:hover,
.website-nav-links .nav-link:focus {
    color: var(--rd-white);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
}

.website-btn {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.website-btn:hover,
.website-btn:focus {
    transform: translateY(-1px);
}

.website-btn-primary {
    background: linear-gradient(180deg, #171717 0%, #050505 100%);
    border-color: #171717;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.website-btn-primary:hover,
.website-btn-primary:focus {
    background: #000000;
    color: #ffffff;
}

.website-btn-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
}

.website-btn-secondary:hover,
.website-btn-secondary:focus {
    color: #111111;
    background: #ffffff;
    border-color: #ffffff;
}

.hero-home,
.page-hero {
    overflow: hidden;
}

.hero-home::before,
.page-hero::before,
.content-section::before,
.metric-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at top right, rgba(17, 17, 17, 0.06), transparent 28%),
        linear-gradient(135deg, rgba(17, 17, 17, 0.03), transparent 42%);
}

.hero-section h1,
.page-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.9rem, 5vw, 5rem);
}

.hero-copy,
.page-hero p {
    max-width: 62ch;
    font-size: 1.08rem;
}

.hero-note,
.section-heading p {
    max-width: 62ch;
}

.hero-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hero-summary-item {
    padding: 1.1rem 1rem 0 0;
}

.hero-summary-item strong {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.86rem;
}

.hero-visual-card,
.showcase-card,
.pricing-card-modern,
.contact-form-card,
.metric-card,
.feature-card,
.info-card,
.service-detail-card,
.product-card,
.login-frame {
    border-radius: 32px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    box-shadow: 0 20px 55px rgba(15, 15, 15, 0.08);
}

.hero-visual-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, #0c0c0c 0%, #1a1a1a 100%);
    padding: 1.6rem;
}

.hero-visual-panel {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    padding: 1.7rem;
}

.hero-panel-head,
.feature-tag,
.eyebrow,
.login-badge,
.login-story-card span {
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-panel-step {
    grid-template-columns: 62px 1fr;
}

.hero-panel-step strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.92rem;
    letter-spacing: 0.08em;
}

.content-section-muted {
    background:
        linear-gradient(180deg, rgba(17, 17, 17, 0.03), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.04));
}

.showcase-card,
.pricing-card-modern,
.contact-form-card,
.metric-card,
.feature-card,
.info-card,
.service-detail-card,
.product-card {
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(14px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.showcase-card:hover,
.pricing-card-modern:hover,
.contact-form-card:hover,
.metric-card:hover,
.feature-card:hover,
.info-card:hover,
.service-detail-card:hover,
.product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(17, 17, 17, 0.2);
    box-shadow: 0 28px 60px rgba(10, 10, 10, 0.14);
}

.metric-value {
    font-size: 2.3rem;
    letter-spacing: -0.05em;
}

.feature-icon {
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.showcase-list li,
.website-footer-links li,
.price-line,
.contact-stack span,
.contact-stack a {
    font-size: 0.98rem;
}

.price-line strong {
    color: var(--rd-ink);
}

.page-hero-dark {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(180deg, #0a0a0a 0%, #232323 100%);
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #111111;
    color: #ffffff;
}

.form-control {
    min-height: 56px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 17, 17, 0.12);
    box-shadow: none;
}

.form-control:focus {
    border-color: rgba(17, 17, 17, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.08);
}

.contact-textarea {
    min-height: 180px;
    padding-top: 1rem;
}

.search-shell {
    padding: 1.6rem;
    border-radius: 30px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.06);
}

.search-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1.25rem;
}

.search-toolbar h3 {
    margin-bottom: 0;
}

.search-count,
.search-route {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.search-count {
    color: #5d5d5d;
    font-weight: 700;
}

.search-input {
    margin-bottom: 0.5rem;
}

.search-card {
    display: block;
    height: 100%;
    padding: 1.35rem;
    border-radius: 24px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.search-card:hover,
.search-card:focus {
    transform: translateY(-3px);
    border-color: rgba(17, 17, 17, 0.18);
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.1);
}

.search-card strong {
    display: block;
    margin-bottom: 0.55rem;
    color: #111111;
    font-size: 1rem;
}

.search-card p {
    color: var(--rd-slate);
    margin-bottom: 0.8rem;
    line-height: 1.65;
}

.search-route {
    color: #767676;
    font-weight: 700;
}

.policy-card h3 {
    margin-top: 1.6rem;
}

.policy-card a {
    color: #111111;
    font-weight: 700;
}

.website-footer {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(180deg, #050505 0%, #141414 100%);
}

.login-hero {
    padding-bottom: 2.6rem;
}

.login-shell {
    padding-top: 0;
}

.login-frame {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
}

.login-story {
    height: 100%;
    padding: 3rem;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 30%),
        linear-gradient(180deg, #050505 0%, #171717 100%);
}

.login-story h2 {
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.06;
    margin-bottom: 1rem;
}

.login-story p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.login-story .eyebrow {
    color: rgba(255, 255, 255, 0.64);
}

.login-story-grid {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.login-story-card {
    padding: 1.15rem 1.2rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.login-story-card span {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.76rem;
    font-weight: 700;
}

.login-story-card strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1rem;
}

.login-story-card p {
    margin-bottom: 0;
    font-size: 0.96rem;
}

.login-panel {
    height: 100%;
    padding: 3rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 248, 248, 0.96));
}

.login-panel-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.login-panel-top h2 {
    margin-bottom: 0;
}

.login-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
}

.login-intro {
    color: var(--rd-slate);
    margin-bottom: 1.5rem;
}

.login-check {
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    background: rgba(17, 17, 17, 0.03);
}

.login-links {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.login-links a {
    color: #111111;
    font-weight: 700;
    text-decoration: none;
}

.login-links a:hover,
.login-links a:focus {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .hero-summary-grid {
        grid-template-columns: 1fr;
    }

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

    .command-board-head,
    .search-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .login-story,
    .login-panel {
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section h1,
    .page-hero h1 {
        max-width: none;
        font-size: clamp(2.3rem, 8vw, 3.4rem);
    }

    .login-panel-top,
    .login-links {
        flex-direction: column;
    }
}
