.lomond-navigator-launcher,
.lomond-navigator-inline {
    appearance: none;
    border: 0;
    border-radius: 999px;
    background: var(--lomond-navigator-accent, #0e2b52);
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 18px 38px rgba(7, 18, 35, 0.22);
}

.lomond-navigator-launcher {
    position: fixed;
    z-index: 99990;
    left: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 13px 18px 14px;
    text-align: left;
}

.lomond-navigator-launcher span {
    font-size: 15px;
    line-height: 1.1;
}

.lomond-navigator-launcher small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
}

.lomond-navigator-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
}

.lomond-navigator-panel {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.lomond-navigator-panel.is-open {
    display: block;
}

.lomond-navigator-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 8, 13, 0.68);
    backdrop-filter: blur(8px);
}

.lomond-navigator-dialog {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: min(620px, calc(100vw - 56px));
    max-height: min(760px, calc(100vh - 56px));
    overflow: auto;
    border: 1px solid rgba(14, 43, 82, 0.12);
    border-radius: 18px;
    background: #fffdf8;
    color: #101820;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
    padding: 30px;
}

.lomond-navigator-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(16, 24, 32, 0.14);
    border-radius: 50%;
    background: #fff;
    color: #101820;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.lomond-navigator-kicker {
    color: var(--lomond-navigator-accent, #0e2b52);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lomond-navigator-dialog h2,
.lomond-navigator-dialog h3 {
    color: #0f1720;
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0;
    margin: 0;
}

.lomond-navigator-dialog h2 {
    max-width: 500px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.02;
    margin-top: 8px;
}

.lomond-navigator-dialog h3 {
    font-size: 28px;
    line-height: 1.12;
    margin-top: 24px;
}

.lomond-navigator-intro,
.lomond-navigator-body p {
    color: #46505b;
    font-size: 16px;
    line-height: 1.55;
    margin: 12px 0 0;
}

.lomond-navigator-progress {
    height: 4px;
    margin: 24px 0 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(14, 43, 82, 0.12);
}

.lomond-navigator-progress span {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: inherit;
    background: var(--lomond-navigator-accent, #0e2b52);
    transition: width 0.22s ease;
}

.lomond-navigator-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.lomond-navigator-card {
    min-height: 74px;
    border: 1px solid rgba(16, 24, 32, 0.14);
    border-radius: 12px;
    background: #fff;
    color: #101820;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    padding: 16px;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lomond-navigator-card small {
    display: block;
    color: #68717c;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 7px;
}

.lomond-navigator-card:hover,
.lomond-navigator-card:focus {
    border-color: var(--lomond-navigator-accent, #0e2b52);
    box-shadow: 0 12px 26px rgba(14, 43, 82, 0.11);
    outline: none;
    transform: translateY(-1px);
}

.lomond-navigator-textarea {
    width: 100%;
    min-height: 150px;
    margin-top: 18px;
    border: 1px solid rgba(16, 24, 32, 0.16);
    border-radius: 12px;
    background: #fff;
    color: #101820;
    font: inherit;
    font-size: 16px;
    line-height: 1.5;
    padding: 16px;
    resize: vertical;
}

.lomond-navigator-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.lomond-navigator-form label {
    color: #343d47;
    font-size: 13px;
    font-weight: 800;
}

.lomond-navigator-form input,
.lomond-navigator-form select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 46px;
    min-height: 46px;
    margin-top: 7px;
    border: 1px solid rgba(16, 24, 32, 0.16);
    border-radius: 10px;
    background: #fff;
    color: #101820;
    font: inherit;
    font-size: 16px;
    line-height: 46px;
    padding: 0 12px;
}

.lomond-navigator-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #101820 50%), linear-gradient(135deg, #101820 50%, transparent 50%);
    background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 34px;
}

.lomond-navigator-form button,
.lomond-navigator-actions button,
.lomond-navigator-success button {
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    background: var(--lomond-navigator-accent, #0e2b52);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    padding: 0 20px;
}

.lomond-navigator-form button {
    grid-column: 1 / -1;
}

.lomond-navigator-form button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.lomond-navigator-note {
    grid-column: 1 / -1;
    color: #66707b;
    font-size: 13px;
    margin: 0;
}

.lomond-navigator-actions {
    display: flex;
    margin-top: 18px;
}

.lomond-navigator-back {
    border: 0;
    background: transparent;
    color: var(--lomond-navigator-accent, #0e2b52);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    margin-top: 16px;
    padding: 0;
}

.lomond-navigator-success {
    border-radius: 16px;
    background: rgba(14, 43, 82, 0.06);
    margin-top: 22px;
    padding: 22px;
}

html.lomond-navigator-open {
    overflow: hidden;
}

@media (max-width: 720px) {
    .lomond-navigator-launcher {
        left: 12px;
        right: 98px;
        bottom: 12px;
        align-items: flex-start;
    }

    .lomond-navigator-dialog {
        right: 0;
        bottom: 0;
        width: 100%;
        max-height: 88vh;
        border-radius: 18px 18px 0 0;
        padding: 24px 18px 28px;
    }

    .lomond-navigator-grid,
    .lomond-navigator-form {
        grid-template-columns: 1fr;
    }

    .lomond-navigator-dialog h2 {
        max-width: calc(100% - 42px);
        font-size: 34px;
    }
}
