/* =========
   BREDDAFFAREN BRAND OVERRIDES
   ========= */
:root {
    --bg-page: #f6f4ef;
    --bg-header: rgba(255, 255, 255, 0.94);
    --bg-card: #ffffff;
    --bg-card-alt: #f7f3ed;
    --border-subtle: rgba(22, 70, 42, 0.12);
    --text-main: #031A0C;
    --text-muted: rgba(3, 26, 12, 0.72);
    --text-soft: rgba(3, 26, 12, 0.48);
    --text-link: #16462A;
    --accent: #16462A;
    --accent-soft: rgba(22, 70, 42, 0.1);
    --danger: #c2410c;
}

body,
button,
input,
select,
textarea {
    font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-title,
.lp-hero-title,
.lp-section-title,
.lp-feature-title,
.lp-step-title,
.lp-bottom-cta-title {
    font-weight: 700;
}

body {
    background: radial-gradient(circle at top, #ffffff 0, #f6f4ef 56%, #efe8de 100%);
    color: var(--text-main);
}

a,
button {
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.app-header {
    background: var(--bg-header);
    border-bottom: 1px solid rgba(22, 70, 42, 0.12);
}

.brand-logo {
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.brand-logo-img {
    height: 40px;
    width: auto;
    display: block;
}

.brand-subtitle--tagline {
    display: block;
    max-width: 360px;
    white-space: normal;
}

.nav-link {
    background: rgba(22, 70, 42, 0.08);
    color: var(--text-main);
}

.nav-link:hover,
.nav-link.active {
    background: var(--accent);
    color: #ffffff;
}

.btn-primary,
.lp-btn-hero-primary,
.lp-btn-cta-primary,
.login-button {
    background: var(--accent);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(22, 70, 42, 0.2);
}

.btn-primary:hover,
.lp-btn-hero-primary:hover,
.lp-btn-cta-primary:hover,
.login-button:hover {
    background: #082b59;
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(8, 43, 89, 0.22);
}

.btn-secondary,
.lp-btn-hero-secondary,
.lp-btn-cta-secondary {
    border-color: rgba(22, 70, 42, 0.24);
    color: var(--accent);
}

.btn-secondary:hover,
.lp-btn-hero-secondary:hover,
.lp-btn-cta-secondary:hover {
    background: rgba(255, 117, 31, 0.1);
    border-color: #ff751f;
    color: #031A0C;
}

.app-footer {
    background: #031A0C;
    color: rgba(255, 255, 255, 0.9);
    margin-top: auto;
}

.app-footer__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
}

.app-footer__logo-shell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.app-footer__logo {
    display: block;
    height: 34px;
    width: auto;
}

.app-footer__brand-text {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.lp-hero {
    background: linear-gradient(135deg, #16462A 0%, #031A0C 100%);
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(3, 26, 12, 0.28);
}

.lp-hero-badge {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
}

.lp-hero-badge-dot {
    background: #CBA589;
}

.lp-dot-orange {
    background: #ff751f;
}

.lp-dot-pink {
    background: #DB80A1;
}

.lp-hero-footnote a,
.lp-section a {
    color: #CBA589;
}

.lp-hero-footnote a:hover,
.lp-section a:hover {
    color: #ff751f;
}

.lp-section-eyebrow {
    color: #16462A;
}

.lp-section-title {
    color: #031A0C;
}

.lp-section-subtitle {
    color: rgba(3, 26, 12, 0.72);
}

.lp-feature-card,
.lp-step--potential,
.lp-pricing-card {
    background: #ffffff;
    border: 1px solid rgba(22, 70, 42, 0.1);
    box-shadow: 0 12px 28px rgba(3, 26, 12, 0.06);
}

.lp-feature-icon.lp-icon-green {
    background: rgba(22, 70, 42, 0.12);
    color: #16462A;
}

.lp-feature-icon.lp-icon-orange {
    background: rgba(255, 117, 31, 0.12);
    color: #ff751f;
}

.lp-feature-icon.lp-icon-pink {
    background: rgba(219, 128, 161, 0.16);
    color: #DB80A1;
}

.lp-steps {
    background: #031A0C;
    color: #f8f6f1;
}

.lp-section-eyebrow--light {
    color: #CBA589;
}

.lp-section-subtitle--light,
.lp-step-text,
.lp-steps-callout {
    color: rgba(248, 246, 241, 0.86);
}

.lp-step {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-step--total {
    background: linear-gradient(135deg, rgba(203, 165, 137, 0.18), rgba(219, 128, 161, 0.12));
}

.lp-step--cost {
    background: linear-gradient(135deg, rgba(8, 43, 89, 0.22), rgba(22, 70, 42, 0.2));
}

.lp-bottom-cta {
    background: linear-gradient(135deg, #CBA589 0%, #DB80A1 100%);
    color: #031A0C;
}

.lp-btn-cta-primary {
    background: #031A0C;
}

.lp-btn-cta-primary:hover {
    background: #16462A;
}

.lp-btn-cta-secondary {
    background: rgba(255, 255, 255, 0.84);
}

.lp-potential-stack {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.lp-potential-live {
    order: 1;
}

.lp-potential-cards {
    order: 2;
}

.lp-potential-total {
    order: 3;
}

.lp-potential-compare {
    order: 4;
}

.lp-potential-section .lp-potential-cards,
.lp-potential-section .lp-potential-total,
.lp-potential-section .lp-potential-compare {
    display: none;
}

.lp-potential-showcase .lp-potential-total,
.lp-potential-showcase .lp-potential-compare,
.lp-potential-showcase .lp-potential-showcase__cards {
    display: grid;
}

.lp-potential-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-2);
}

.lp-potential-total {
    text-align: center;
    padding-block: calc(var(--card-padding) + 4px);
}

.lp-potential-total .lp-step-title {
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.lp-potential-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-2);
}

.lp-potential-compare__card .lp-step-number {
    opacity: 0.9;
}

.lp-potential-actions {
    margin-top: var(--space-3);
}

.lp-section {
    padding: 56px 5vw;
}

.lp-hero {
    padding-top: 40px;
    padding-bottom: 42px;
}

.lp-hero .lp-inner {
    width: min(1200px, calc(100% - 40px));
}

.lp-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.lp-hero-title {
    font-size: clamp(1.9rem, 3.05vw, 2.75rem);
    line-height: 1.05;
    margin-bottom: 12px;
    max-width: 12.5ch;
}

.lp-hero-subtitle {
    max-width: 58ch;
    font-size: 0.94rem;
    line-height: 1.58;
    margin-bottom: 16px;
}

.lp-hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.lp-btn-hero-primary,
.lp-btn-hero-contrast,
.lp-btn-hero-secondary,
.lp-btn-cta-primary,
.lp-btn-cta-secondary {
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.lp-btn-hero-primary,
.lp-btn-hero-contrast,
.lp-btn-cta-primary {
    min-height: 46px;
    padding: 11px 20px;
}

.lp-btn-hero-secondary,
.lp-btn-cta-secondary {
    min-height: 46px;
    padding: 12px 20px;
}

.lp-btn-hero-primary,
.lp-btn-hero-contrast {
    flex: 0 0 auto;
}

.lp-btn-hero-contrast {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #10243d;
    border: 1px solid rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 34px rgba(3, 26, 12, 0.16);
    text-decoration: none;
    font-weight: 700;
}

.lp-btn-hero-contrast:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(3, 26, 12, 0.22);
    background: #ffffff;
}

.lp-hero-panel {
    display: grid;
    gap: 12px;
    align-self: start;
    justify-self: end;
    width: min(100%, 365px);
    padding: 17px 17px 16px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(3, 26, 12, 0.2);
}

.lp-hero-panel__eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #CBA589;
    font-weight: 700;
}

.lp-hero-panel__title {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2;
    max-width: 22ch;
}

.lp-hero-panel__items {
    display: grid;
    gap: 10px;
}

.lp-hero-panel__item {
    padding: 11px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-hero-panel__item-title {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.lp-hero-panel__item p,
.lp-hero-panel__footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.42;
    font-size: 0.85rem;
}

.lp-hero-panel__footer {
    padding-top: 2px;
}

.lp-hero-panel__price {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.lp-section-title {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    line-height: 1.08;
    margin-bottom: 10px;
}

.lp-section-subtitle {
    max-width: 70ch;
    font-size: 1rem;
    line-height: 1.68;
}

.lp-feature-grid {
    gap: 22px;
    margin-top: 28px;
}

.lp-feature-card {
    padding: 22px 22px 20px;
    border-radius: 20px;
}

.lp-feature-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(22, 70, 42, 0.08);
    color: #16462A;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.lp-built-list,
.lp-pricing-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-built-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 16px;
}

.lp-built-list li,
.lp-pricing-list li {
    position: relative;
    padding-left: 20px;
    color: #334155;
    line-height: 1.55;
}

.lp-built-list li::before,
.lp-pricing-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #7ed957;
}

.lp-potential-showcase {
    gap: 18px;
    margin-bottom: 30px;
}

.lp-potential-showcase__intro {
    gap: 10px;
}

.lp-potential-summary-panel,
.lp-potential-live {
    border-radius: 26px;
}

.lp-potential-live {
    margin-top: 0;
    padding: 26px;
}

.lp-potential-live__intro {
    margin-bottom: 18px;
}

.lp-potential-live__title {
    font-size: 1.4rem;
}

.lp-potential-live__form {
    gap: 16px;
}

.lp-potential-stack {
    gap: 0;
}

.lp-potential-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.lp-pricing-prelude {
    margin: 0 0 8px;
    color: #16462A;
    font-size: 0.94rem;
    font-weight: 700;
}

.lp-pricing-grid {
    grid-template-columns: minmax(0, 560px);
}

.lp-pricing-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.lp-pricing-actions {
    margin-top: 22px;
}

.lp-bottom-cta-title {
    font-size: clamp(1.6rem, 2.8vw, 2.3rem);
}

.lp-bottom-cta-sub {
    max-width: 52ch;
}

@media (max-width: 900px) {
    .lp-section {
        padding: 44px 5vw;
    }

    .lp-hero {
        padding-top: 16px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .lp-hero .lp-inner {
        width: calc(100% - 10px);
    }

    .lp-hero-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: start;
    }

    .lp-potential-showcase__cards,
    .lp-potential-showcase__bottom {
        grid-template-columns: 1fr;
    }

    .lp-potential-cards,
    .lp-potential-compare {
        grid-template-columns: 1fr;
    }

    .lp-hero-title {
        max-width: none;
        font-size: clamp(1.9rem, 8vw, 2.55rem);
    }

    .lp-hero-subtitle {
        max-width: none;
    }

    .lp-hero-cta-row {
        align-items: stretch;
    }

    .lp-btn-hero-primary,
    .lp-btn-hero-contrast,
    .lp-btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }

    .lp-hero-panel {
        width: 100%;
        justify-self: stretch;
        padding: 12px;
        border-radius: 20px;
    }

    .lp-hero-panel__items {
        gap: 8px;
    }

    .lp-hero-panel__item {
        padding: 9px 10px;
        border-radius: 14px;
    }
}

.client-sidebar__main {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(22, 70, 42, 0.12);
}

.client-sidebar__link:hover,
.client-sidebar__sublink:hover {
    background: rgba(22, 70, 42, 0.08);
}

.client-sidebar__link.is-open,
.client-sidebar__sublink.is-active {
    background: rgba(22, 70, 42, 0.14);
    color: #16462A;
}

.client-sidebar__icon {
    color: #16462A;
}

.wizard-card,
.swap-modal__card,
.grants-card,
.team-overview-card,
.team-sync-card,
.sponsor-result__card,
.sponsor-page-card,
.kanslia-dashboard__card,
.kanslia-page-simple__card,
.kanslia-page-simple__mini-card,
.dashboard-overview__card,
.login-box {
    border-color: rgba(22, 70, 42, 0.12);
    box-shadow: 0 12px 28px rgba(3, 26, 12, 0.08);
}

.wizard-card::before {
    background: linear-gradient(90deg, #16462A, #CBA589);
}

.grants-title,
.sponsor-company-card-page__title,
.dashboard-overview__card-title,
.kanslia-dashboard__card h3,
.kanslia-page-simple__mini-card h3,
.kanslia-page-simple__card h2,
.team-card__header h2,
.login-box h1 {
    color: #031A0C;
}

.dashboard-overview__card {
    border-color: rgba(22, 70, 42, 0.12);
}

.dashboard-overview__card-link {
    background: #16462A;
}

.dashboard-overview__card-link:hover {
    background: #082b59;
}

.dashboard-overview__card-link--green {
    background: #16462A;
}

.dashboard-overview__card-link--blue {
    background: #082b59;
}

.dashboard-overview__card-link--red {
    background: #DB80A1;
}

.dashboard-overview__card-link--calendar {
    background: #CBA589;
    color: #031A0C;
}

.sponsor-pipeline__summary-card {
    border-color: rgba(22, 70, 42, 0.12);
    box-shadow: 0 10px 24px rgba(3, 26, 12, 0.06);
}

.sponsor-pipeline__summary-card--red {
    background: linear-gradient(180deg, rgba(219, 128, 161, 0.18) 0%, #ffffff 100%);
    border-color: rgba(219, 128, 161, 0.36);
}

.sponsor-pipeline__summary-card--yellow {
    background: linear-gradient(180deg, rgba(203, 165, 137, 0.22) 0%, #ffffff 100%);
    border-color: rgba(203, 165, 137, 0.4);
}

.sponsor-pipeline__summary-card--green {
    background: linear-gradient(180deg, rgba(22, 70, 42, 0.12) 0%, #ffffff 100%);
    border-color: rgba(22, 70, 42, 0.24);
}

.login-box {
    border-color: rgba(22, 70, 42, 0.14);
}

.login-box input:focus {
    border-color: #16462A;
    box-shadow: 0 0 0 3px rgba(22, 70, 42, 0.14);
    outline: none;
}

