:root {
    color-scheme: light;
    --background: #f5f7f7;
    --surface: #ffffff;
    --surface-soft: #eef5f3;
    --surface-warm: #fff7f2;
    --border: #dce4e2;
    --border-strong: #c5d1ce;
    --text: #17332f;
    --heading: #102723;
    --muted: #60736f;
    --muted-dark: #435a55;
    --primary: #087466;
    --primary-hover: #056457;
    --primary-soft: #dff2ed;
    --accent: #e75545;
    --accent-soft: #fff0ed;
    --warning: #a85c00;
    --warning-soft: #fff4d6;
    --danger: #b42318;
    --danger-soft: #fff0ee;
    --success: #176b4d;
    --success-soft: #e3f4eb;
    --shadow: 0 12px 34px rgba(21, 52, 46, .08);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

* {
    box-sizing: border-box
}

html {
    min-height: 100%;
    scroll-behavior: smooth
}

html:not([data-ready=true]) .requires-ready {
    visibility: hidden
}

[hidden] {
    display: none !important
}

a {
    color: inherit;
    text-decoration: none
}

button,
input {
    font: inherit
}

.button,
button {
    align-items: center;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    transition: background-color .14s, border-color .14s, box-shadow .14s, color .14s, transform .14s
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: rgba(8, 116, 102, .24) solid 3px;
    outline-offset: 2px
}

button:disabled {
    cursor: not-allowed;
    opacity: .62
}

.button-primary {
    background: var(--primary);
    box-shadow: 0 2px #034b4133;
    color: #fff;
    font-weight: 750
}

.button-primary:hover:not(:disabled) {
    background: var(--primary-hover);
    transform: translateY(-1px)
}

.button-secondary {
    border-color: var(--border-strong);
    color: var(--heading);
    font-weight: 680
}

.button-secondary:hover:not(:disabled) {
    background: var(--surface-soft);
    border-color: #9dafaa
}

.button-text {
    background: 0 0;
    color: var(--muted-dark)
}

.button-text:hover:not(:disabled) {
    background: var(--surface-soft);
    color: var(--heading)
}

.button-block {
    display: flex;
    width: 100%
}

.shell,
.shell-wide {
    margin: 0 auto;
    width: 100%
}

.shell-wide {
    max-width: 1500px
}

.site-header {
    background: #fffffff5;
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 10
}

.site-nav {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.brand {
    color: var(--heading);
    flex-direction: column;
    letter-spacing: -.04em
}

.brand-footer>span,
.brand>span {
    color: var(--accent)
}

.brand small {
    color: var(--muted);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-top: .3rem;
    text-transform: uppercase
}

.analytics-nav,
.analytics-toolbar-actions,
.button-row,
.nav-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem
}

.nav-link {
    border-bottom: 2px solid transparent;
    color: var(--muted-dark);
    padding: .6rem .25rem
}

.nav-link-active,
.nav-link:hover {
    border-bottom-color: var(--primary);
    color: var(--heading)
}

.home-hero {
    border-bottom: 1px solid var(--border);
    overflow: hidden
}

.hero-layout {
    align-items: center;
    display: grid;
    gap: clamp(2.5rem, 6vw, 6rem);
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr)
}

.hero-content {
    max-width: 660px
}

.analytics-eyebrow,
.analytics-toolbar p,
.card-kicker,
.eyebrow,
.page-kicker,
.preview-kicker {
    color: var(--primary);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .09em;
    margin: 0;
    text-transform: uppercase
}

.hero-content h1 {
    color: var(--heading);
    letter-spacing: -.065em
}

.hero-copy {
    color: var(--muted-dark);
    margin: 1.5rem 0 0
}

.hero-trust {
    color: var(--muted);
    margin: 1.25rem 0 0
}

.insight-preview {
    border: 1px solid var(--border);
    box-shadow: var(--shadow)
}

.insight-preview:before {
    background: var(--accent);
    border-radius: 1rem 1rem 0 0;
    content: "";
    height: 4px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    display: none
}

.preview-header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.preview-header h2 {
    color: var(--heading);
    font-size: 1.4rem;
    margin: .4rem 0 0
}

.status-dot {
    align-items: center;
    background: var(--success-soft);
    border-radius: 999px;
    color: var(--success);
    display: inline-flex;
    font-size: .72rem;
    font-weight: 800;
    gap: .35rem;
    padding: .35rem .65rem
}

.status-dot:before {
    background: var(--success);
    border-radius: 50%;
    content: "";
    height: .42rem;
    width: .42rem
}

.preview-list {
    display: grid;
    gap: 0
}

.preview-item {
    align-items: flex-start;
    border-top: 1px solid var(--border);
    gap: 1rem;
    grid-template-columns: auto 1fr
}

.feature-index,
.preview-number {
    color: var(--accent);
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .06em
}

.preview-item small,
.preview-item strong {
    display: block
}

.preview-item strong {
    color: var(--heading);
    font-size: .95rem
}

.preview-item small {
    color: var(--muted);
    line-height: 1.5;
    margin-top: .25rem
}

.section-heading h2 {
    color: var(--heading);
    letter-spacing: -.045em;
    line-height: 1.12
}

.feature-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr)
}

.feature-card {
    background: var(--surface);
    border: 1px solid var(--border)
}

.feature-card h3 {
    color: var(--heading)
}

.feature-card p {
    color: var(--muted);
    line-height: 1.6
}

.site-footer {
    background: var(--heading);
    color: #fff
}

.footer-inner {
    align-items: center;
    justify-content: space-between
}

.brand-footer {
    color: #fff
}

.footer-inner p {
    color: #b8c8c4;
    font-size: .88rem;
    margin: 0
}

.page {
    min-height: calc(100vh - 74px);
    padding-bottom: 5rem
}

.account-page {
    background: var(--background)
}

.page-intro {
    padding: 3.4rem 0 2rem
}

.page-title {
    color: var(--heading);
    letter-spacing: -.05em;
    margin: .65rem 0 0
}

.page-intro>p:last-child {
    color: var(--muted);
    margin: .85rem 0 0
}

.notice {
    border: 1px solid var(--border);
    border-radius: .65rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
    padding: .9rem 1rem
}

.notice-info {
    background: #edf5f8;
    border-color: #c8dfe8;
    color: #235568
}

.notice-success {
    background: var(--success-soft);
    border-color: #b9ddca;
    color: var(--success)
}

.notice-error {
    background: var(--danger-soft);
    border-color: #f1c0ba;
    color: var(--danger)
}

.account-grid {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr)
}

.card {
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: 0 4px 18px #15342e0a
}

.card-header {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between
}

.card h2,
.form-card h2 {
    color: var(--heading);
    letter-spacing: -.025em;
    margin: .35rem 0 0
}

.profile-primary {
    align-items: center;
    background: var(--surface-soft);
    display: flex;
    gap: 1rem;
    margin-top: 1.6rem;
    padding: 1.15rem
}

.profile-avatar {
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 850;
    height: 2.9rem;
    justify-content: center;
    width: 2.9rem
}

.detail-list dt,
.field-label,
.subscription-details dt {
    color: var(--muted);
    display: block;
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .055em;
    margin: 0;
    text-transform: uppercase
}

.profile-name {
    color: var(--heading);
    font-size: 1.08rem;
    font-weight: 760;
    margin: .28rem 0 0
}

.detail-list,
.subscription-details {
    margin: 1.2rem 0 0
}

.detail-list>div {
    border-top: 1px solid var(--border);
    padding: 1rem 0
}

.detail-list dd,
.subscription-details dd {
    color: var(--heading);
    font-size: .94rem;
    line-height: 1.45;
    margin: .35rem 0 0;
    overflow-wrap: anywhere
}

.detail-list .detail-muted dd {
    color: var(--muted);
    font-size: .78rem
}

.subscription-card {
    border-top: 4px solid var(--border-strong)
}

.subscription-card[data-state=active] {
    border-top-color: var(--primary)
}

.status-value {
    background: #edf1f0;
    border-radius: 999px;
    color: var(--muted-dark);
    font-size: .75rem;
    font-weight: 820;
    margin: 0;
    padding: .42rem .7rem;
    text-transform: uppercase
}

.subscription-card[data-state=active] .status-value {
    background: var(--success-soft);
    color: var(--success)
}

.subscription-card[data-state=cancelling] .status-value {
    background: var(--warning-soft);
    color: var(--warning)
}

.subscription-summary {
    background: var(--surface-soft);
    color: var(--muted-dark);
    line-height: 1.55;
    margin: 1.5rem 0 0;
    padding: 1rem
}

.subscription-card[data-state=cancelling] .subscription-summary {
    background: var(--warning-soft);
    color: #75430a
}

.subscription-details {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr)
}

.subscription-details>div {
    border-right: 1px solid var(--border);
    border-top: 1px solid var(--border);
    margin-top: 1.25rem;
    min-width: 0;
    padding: 1rem
}

.subscription-details>div:first-child {
    padding-left: 0
}

.subscription-details>div:last-child {
    border-right: 0;
    padding-right: 0
}

.subscription-actions {
    display: grid;
    gap: .65rem;
    margin-top: 1.6rem
}

.restore-action {
    background: var(--accent);
    box-shadow: 0 2px #97281d33
}

.restore-action:hover:not(:disabled) {
    background: #cc4336
}

.cancel-action {
    color: var(--danger)
}

.cancel-action:hover:not(:disabled) {
    background: var(--danger-soft);
    color: var(--danger)
}

.powered-by {
    color: var(--muted);
    font-size: .72rem;
    margin: 1rem 0 0;
    text-align: center
}

.account-help {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
    padding: 1.25rem 1.5rem
}

.account-help strong {
    color: var(--heading)
}

.account-help p {
    color: var(--muted);
    font-size: .88rem;
    margin: .3rem 0 0
}

.text-link {
    color: var(--primary);
    font-size: .9rem;
    font-weight: 720
}

.text-link:hover {
    color: var(--primary-hover);
    text-decoration: underline
}

.form-page {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 74px)
}

.form-layout {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 7vw, 6rem);
    grid-template-columns: minmax(0, .9fr) minmax(420px, .75fr);
    margin: 0 auto;
    width: 100%
}

.form-context h1 {
    color: var(--heading);
    letter-spacing: -.055em;
    margin: .85rem 0 0
}

.form-context>p:not(.eyebrow) {
    color: var(--muted-dark);
    line-height: 1.65;
    margin: 1rem 0 0;
    max-width: 540px
}

.check-list {
    color: var(--muted-dark);
    display: grid;
    gap: .8rem;
    list-style: none;
    margin: 1.6rem 0 0;
    padding: 0
}

.check-list li {
    align-items: flex-start;
    display: flex;
    gap: .7rem
}

.check-list li:before {
    align-items: center;
    background: var(--primary-soft);
    border-radius: 50%;
    color: var(--primary);
    content: "\2713";
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 900;
    height: 1.3rem;
    justify-content: center;
    margin-top: .05rem;
    width: 1.3rem
}

.form-card {
    width: 100%
}

.form-intro {
    color: var(--muted);
    line-height: 1.6;
    margin: .65rem 0 0
}

.form-fields {
    display: grid;
    gap: 1.2rem;
    margin-top: 1.6rem
}

label {
    color: var(--heading);
    display: block;
    font-size: .88rem;
    font-weight: 720
}

input {
    background: #fff;
    border: 1px solid var(--border-strong);
    border-radius: .55rem;
    color: var(--heading);
    display: block;
    margin-top: .5rem;
    min-height: 48px;
    outline: 0;
    padding: .75rem .85rem;
    width: 100%
}

input:hover {
    border-color: #9dafaa
}

input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px #0874661f
}

.form-footer {
    display: grid;
    gap: .65rem;
    margin-top: 1.6rem;
    text-align: center
}

.form-card .notice {
    margin-top: 1rem
}

.analytics-body {
    background: #eef2f1
}

.analytics-site-header {
    flex: 0 0 auto
}

.analytics-page {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: calc(100vh - 74px);
    padding: 0 clamp(1rem, 2.5vw, 2.25rem) 2rem;
    width: min(100%, 1500px)
}

.analytics-summary {
    align-items: flex-end;
    display: flex;
    justify-content: space-between
}

.analytics-eyebrow {
    align-items: center;
    display: flex;
    gap: .45rem
}

.analytics-eyebrow span {
    background: var(--success);
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--success-soft);
    height: .44rem;
    width: .44rem
}

.analytics-summary h1 {
    color: var(--heading);
    letter-spacing: -.045em;
    margin: .55rem 0 0
}

.analytics-summary p:not(.analytics-eyebrow) {
    color: var(--muted);
    margin: .6rem 0 0
}

.analytics-workspace {
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0
}

.analytics-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 70px
}

.analytics-toolbar h2 {
    color: var(--heading);
    margin: .25rem 0 0
}

.analytics-toolbar-actions>span {
    color: var(--muted);
    font-size: .78rem
}

.qlik-frame {
    border: 1px solid var(--border);
    flex: 1 1 auto;
    height: clamp(540px, calc(100vh - 310px), 780px);
    min-height: 540px;
    overflow: hidden;
    position: relative
}

.qlik-loading {
    align-items: center;
    color: var(--heading);
    display: flex;
    gap: .9rem;
    height: 100%;
    justify-content: center
}

.qlik-loading-mark {
    align-items: center;
    animation: 1.4s ease-in-out infinite qlik-pulse;
    background: var(--primary);
    border-radius: .55rem;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    height: 2.65rem;
    justify-content: center;
    width: 2.65rem
}

.qlik-loading small,
.qlik-loading strong {
    display: block
}

.qlik-loading small {
    color: var(--muted);
    margin-top: .25rem
}

.qlik-error {
    align-items: center;
    color: var(--heading);
    display: flex;
    flex-direction: column;
    gap: .65rem;
    height: 100%;
    justify-content: center;
    padding: 2rem;
    text-align: center
}

.qlik-error small {
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: .35rem
}

qlik-embed {
    display: block;
    height: 100%;
    min-height: 100%;
    width: 100%
}

.analytics-workspace:fullscreen {
    background: #eef2f1;
    border: 0;
    border-radius: 0;
    padding: 1rem
}

.analytics-workspace:fullscreen .qlik-frame {
    height: calc(100vh - 88px);
    min-height: 0
}

.message-page {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem
}

.message-card {
    max-width: 520px;
    text-align: center
}

.message-card .brand {
    align-items: center;
    margin-bottom: 2.5rem
}

.message-card h1 {
    color: var(--heading);
    letter-spacing: -.04em;
    margin: .65rem 0 0
}

.message-card>p:not(.card-kicker) {
    color: var(--muted);
    line-height: 1.6;
    margin: 1rem 0 1.5rem
}

.noscript {
    background: var(--danger);
    color: #fff;
    padding: 1rem;
    text-align: center
}

@keyframes qlik-pulse {
    50% {
        box-shadow: 0 0 0 7px #0874661f
    }
}

@media(max-width:900px) {

    .form-layout,
    .hero-layout {
        grid-template-columns: 1fr
    }

    .hero-layout {
        min-height: auto
    }

    .insight-preview {
        max-width: 620px
    }

    .form-context {
        max-width: 660px
    }
}

@media(max-width:760px) {

    .account-grid,
    .feature-grid {
        grid-template-columns: 1fr
    }

    .site-nav {
        min-height: 66px
    }

    .brand small,
    .nav-actions .nav-link {
        display: none
    }

    .hero-layout {
        gap: 2.5rem;
        padding-bottom: 3.5rem;
        padding-top: 3.5rem
    }

    .hero-content h1 {
        font-size: clamp(3rem, 15vw, 4.2rem)
    }

    .feature-grid {
        margin-top: 1.5rem
    }

    .page-intro {
        padding: 2.3rem 0 1.5rem
    }

    .subscription-details {
        grid-template-columns: 1fr
    }

    .subscription-details>div,
    .subscription-details>div:first-child,
    .subscription-details>div:last-child {
        border-right: 0;
        margin-top: 0;
        padding: .9rem 0
    }

    .subscription-details>div:first-child {
        margin-top: 1.1rem
    }

    .account-help,
    .analytics-summary,
    .analytics-toolbar,
    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: .9rem
    }

    .footer-inner {
        justify-content: center;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .analytics-summary .button {
        width: 100%
    }

    .analytics-toolbar {
        padding: .5rem .5rem .75rem
    }

    .analytics-toolbar-actions {
        justify-content: space-between;
        width: 100%
    }

    .analytics-toolbar-actions>span {
        display: none
    }

    .qlik-frame {
        height: 70vh;
        min-height: 520px
    }
}

@media(max-width:480px) {

    .site-nav .button-primary,
    .site-nav .button-secondary {
        min-height: 40px;
        padding: .55rem .75rem
    }

    .hero-actions,
    .hero-actions .button,
    .hero-actions button {
        width: 100%
    }

    .card-header {
        align-items: flex-start;
        flex-direction: column
    }

    .card-header .button-small {
        width: 100%
    }

    .profile-primary {
        align-items: flex-start
    }
}

:root {
    --background: #f4efe4;
    --surface: #fff;
    --surface-soft: #f4efe4;
    --surface-warm: #f4efe4;
    --border: #e4dfd2;
    --border-strong: #b8bbae;
    --text: #1a1f1b;
    --heading: #1a1f1b;
    --muted: #4b5650;
    --muted-dark: #4b5650;
    --primary: #557358;
    --primary-hover: #405b43;
    --primary-soft: #e6ede2;
    --accent: #557358;
    --accent-soft: #e6ede2;
    --success: #405d44;
    --success-soft: #e6ede2;
    --shadow: 0 2px 10px rgba(20, 30, 20, .05);
    --sage: #6e9271;
    --forest: #16241b;
    --navy: #17323f;
    font-family: Inter, Arial, Helvetica, sans-serif
}

body {
    background: var(--background);
    color: var(--text);
    margin: 0;
    min-height: 100%;
    font-size: 16px;
    line-height: 1.6
}

h1,
h2,
h3 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.01em;
    line-height: 1.12
}

.button,
button {
    border-radius: 999px;
    border-width: 1.5px;
    font-size: 15px;
    font-weight: 600;
    min-height: 48px;
    padding: 12px 26px;
    box-shadow: none
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--sage);
    outline-offset: 3px
}

.button-secondary {
    border-color: var(--heading);
    background: 0 0
}

.button-secondary:hover:not(:disabled) {
    border-color: var(--heading);
    background: var(--surface-soft)
}

.button-text {
    font-weight: 500
}

.button-compact,
.button-small {
    min-height: 40px;
    padding: 8px 18px;
    font-size: 13px
}

.shell {
    max-width: 1180px
}

.shell,
.shell-wide {
    padding-left: 32px;
    padding-right: 32px
}

.site-header {
    background: #fff;
    border: 0
}

.site-nav {
    min-height: 76px;
    position: relative;
    gap: 16px
}

.site-nav:after {
    position: absolute;
    content: "";
    height: 1px;
    left: 32px;
    right: 32px;
    bottom: 0;
    background: var(--border)
}

.brand {
    display: block;
    position: relative;
    white-space: nowrap;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--primary)
}

.brand:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 8px;
    height: 8px;
    background: var(--sage)
}

.brand-footer>span,
.brand>span {
    color: inherit
}

.brand small {
    display: none
}

.analytics-nav,
.nav-actions {
    gap: 20px
}

.nav-link {
    font-weight: 500;
    font-size: 15px
}

.home-page {
    background: #fff
}

.home-hero {
    background: #fff;
    border: 0
}

.hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
    gap: 48px;
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 56px
}

.hero-content h1 {
    font-size: clamp(32px, 4.6vw, 50px);
    letter-spacing: -.01em;
    line-height: 1.12;
    margin: 0;
    max-width: 470px
}

.hero-copy {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 22px;
    max-width: 44ch
}

.hero-actions {
    gap: 16px;
    margin-top: 30px
}

.hero-actions .button,
.hero-actions button {
    min-width: 0;
    padding: 14px 28px
}

.hero-trust {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .025em;
    margin-top: 22px;
    text-transform: uppercase
}

.hero-trust a {
    display: block;
    font-weight: 700;
    margin-top: 6px
}

.insight-preview {
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 16px;
    background: #c7dbe4;
    aspect-ratio: 4/3.2;
    overflow: hidden;
    max-width: none;
    width: 100%;
    position: relative
}

.map-land-shape {
    position: absolute;
    inset: 0 0 0 22%;
    background: #ece6d2;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%, 0% 55%, 10% 30%)
}

.map-pin {
    position: absolute;
    left: 38%;
    top: 52%;
    width: 10px;
    height: 10px;
    background: #3a5a41;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 2px 6px #0004
}

.map-marker {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 10px #0003
}

.marker-one {
    width: 56px;
    height: 56px;
    left: 34%;
    top: 20%;
    background: var(--sage)
}

.marker-two {
    width: 34px;
    height: 34px;
    left: 78%;
    top: 32%;
    background: #1f4a44
}

.marker-three {
    width: 44px;
    height: 44px;
    left: 70%;
    top: 56%;
    background: var(--navy)
}

.marker-four {
    width: 64px;
    height: 64px;
    left: 42%;
    top: 82%;
    background: var(--navy)
}

.value-section {
    background: var(--background);
    padding: 88px 0
}

.section-heading {
    max-width: 640px
}

.section-heading h2 {
    font-size: clamp(26px, 3.2vw, 36px);
    letter-spacing: -.01em;
    margin: 0
}

.section-heading>p {
    color: var(--muted);
    margin: 16px 0 0;
    font-size: 16.5px
}

.feature-grid {
    gap: 18px;
    margin-top: 44px
}

.feature-card {
    padding: 24px 22px;
    border: 0;
    border-radius: 12px;
    box-shadow: var(--shadow)
}

.feature-icon {
    display: block;
    color: var(--primary);
    margin-bottom: 14px
}

.feature-card h3 {
    font-size: 14px;
    letter-spacing: .02em;
    margin: 0 0 8px
}

.feature-card p {
    font-size: 14px;
    margin: 0
}

.work-section {
    padding: 88px 0
}

.work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start
}

.steps-card {
    background: var(--background);
    border-radius: 16px;
    padding: 36px 34px
}

.steps-card h2 {
    font-size: 24px;
    margin: 0 0 26px;
    max-width: 20ch
}

.preview-list {
    margin: 0
}

.preview-item {
    display: block;
    padding: 20px 0;
    border: 0;
    border-bottom: 1.5px solid var(--sage)
}

.preview-item:first-child {
    padding-top: 0
}

.preview-item:last-child {
    padding-bottom: 0;
    border: 0
}

.preview-number {
    display: block;
    color: var(--primary);
    font-size: 14px;
    margin-bottom: 6px
}

.preview-item h3 {
    font-size: 18px;
    text-transform: none;
    margin: 0 0 6px
}

.preview-item p {
    font-size: 14.5px;
    color: var(--muted);
    margin: 0
}

.workspace-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-direction: column;
    aspect-ratio: 16/10.5;
    border-radius: 16px;
    background: var(--navy);
    color: #d9ded6
}

.workspace-stage:hover {
    background: #203f4e
}

.workspace-stage>span {
    font-size: 14px;
    font-weight: 600
}

.workspace-preview h3 {
    font-size: 20px;
    text-transform: none;
    margin: 20px 0 6px
}

.workspace-preview p {
    font-size: 14.5px;
    color: var(--muted);
    margin: 0
}

.home-access {
    background: var(--forest);
    padding: 88px 0;
    color: #e9ece6
}

.home-access h2 {
    color: #fff;
    font-size: clamp(26px, 3vw, 34px);
    max-width: 17ch;
    margin: 0
}

.home-access p {
    max-width: 56ch;
    color: #c7d0c3;
    margin: 16px 0 0
}

.access-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 36px
}

.access-grid>div {
    padding: 20px 18px;
    background: #22332a;
    border-radius: 8px
}

.access-grid>div:first-child {
    background: #3a5a41
}

.access-grid b {
    display: block;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 6px
}

.access-grid span {
    font-size: 13.5px;
    color: #c7d0c3
}

.faq-section {
    padding: 88px 0
}

.faq-section .shell {
    max-width: 760px
}

.faq-section h2 {
    font-size: clamp(26px, 3.2vw, 36px);
    margin: 0 0 32px
}

.faq-section details {
    border-bottom: 1px solid var(--border)
}

.faq-section summary {
    position: relative;
    padding: 22px 30px 22px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    list-style: none
}

.faq-section summary::-webkit-details-marker {
    display: none
}

.faq-section summary:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 26px;
    font-weight: 400;
    color: var(--primary)
}

.faq-section details[open] summary:after {
    content: "−"
}

.faq-section details p {
    font-size: 14.5px;
    color: var(--muted);
    margin: 0;
    padding-bottom: 22px
}

.final-cta {
    background: #3a5a41;
    text-align: center;
    padding: 70px 0
}

.final-cta h2 {
    color: #fff;
    font-size: clamp(26px, 3.4vw, 32px);
    max-width: 22ch;
    margin: 0 auto 26px
}

.final-cta .button {
    background: #fff;
    color: var(--heading)
}

.final-cta .button:hover {
    background: var(--background)
}

.site-footer {
    background: #fff;
    color: var(--heading);
    padding: 48px 0 28px
}

.footer-inner {
    display: block;
    min-height: 0
}

.brand-footer {
    color: var(--primary);
    font-size: 16px
}

.footer-inner>p {
    color: var(--muted);
    font-size: 13.5px;
    margin-top: 8px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid var(--border);
    margin-top: 28px;
    padding-top: 18px;
    font-size: 12.5px;
    color: var(--muted)
}

.analytics-summary h1,
.form-context h1,
.message-card h1,
.page-title {
    letter-spacing: -.01em;
    line-height: 1.12
}

.page-intro {
    padding-top: 56px;
    padding-bottom: 36px
}

.page-title {
    font-size: clamp(32px, 4.6vw, 50px)
}

.account-grid {
    gap: 24px
}

.card {
    border: 0;
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 30px 26px
}

.card h2,
.form-card h2 {
    font-size: 20px;
    letter-spacing: -.01em
}

.analytics-eyebrow,
.analytics-toolbar p,
.card-kicker,
.eyebrow,
.page-kicker {
    color: var(--primary);
    letter-spacing: .04em
}

.subscription-card {
    border: 2px solid var(--border)
}

.subscription-card[data-state=active] {
    border-color: var(--sage)
}

.subscription-card[data-state=cancelling] {
    border-color: #b57c20
}

.profile-primary,
.subscription-summary {
    border-radius: 12px
}

.restore-action {
    background: var(--primary);
    box-shadow: none
}

.restore-action:hover:not(:disabled) {
    background: var(--primary-hover)
}

.account-help {
    border: 0;
    box-shadow: var(--shadow);
    border-radius: 12px
}

.form-context h1 {
    font-size: clamp(32px, 4vw, 46px)
}

.form-page {
    padding: 64px 32px
}

.form-layout {
    max-width: 1116px;
    grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
    gap: 64px
}

.form-card {
    padding: 36px 32px
}

.form-fields input {
    border-radius: 8px;
    font-weight: 400
}

.analytics-body {
    background: var(--background)
}

.analytics-summary {
    gap: 24px;
    padding: 36px 0 28px
}

.analytics-summary h1 {
    font-size: clamp(28px, 4vw, 40px)
}

.analytics-workspace {
    border: 0;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 12px
}

.analytics-toolbar {
    padding: 4px 8px 16px
}

.analytics-toolbar h2 {
    font-size: 14px;
    letter-spacing: .02em
}

.qlik-frame {
    border-radius: 8px;
    background: #faf9f5
}

.analytics-workspace:fullscreen {
    background: var(--background)
}

.qlik-loading {
    padding: 24px
}

.message-card h1 {
    font-size: 28px
}

.home-page main>#page-notice:not([hidden]) {
    max-width: 1116px;
    margin: 24px auto 0
}

.nav-actions .nav-link {
    display: inline-block
}

@media(max-width:920px) {
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 48px
    }

    .hero-content {
        max-width: 660px
    }

    .hero-content h1 {
        max-width: 540px
    }

    .insight-preview {
        max-width: 660px
    }

    .form-layout {
        gap: 40px;
        grid-template-columns: 1fr
    }

    .form-card,
    .form-context {
        max-width: 660px
    }

    .work-grid {
        grid-template-columns: 1fr
    }

    .workspace-stage {
        aspect-ratio: 16/9
    }

    .workspace-stage svg {
        height: 110px
    }
}

@media(max-width:760px) {

    .shell,
    .shell-wide {
        padding-left: 24px;
        padding-right: 24px
    }

    .site-nav:after {
        left: 24px;
        right: 24px
    }

    .site-nav {
        min-height: 76px
    }

    .analytics-nav,
    .nav-actions {
        gap: 8px
    }

    .hero-content h1 {
        font-size: clamp(32px, 8vw, 46px)
    }

    .hero-layout {
        padding-bottom: 48px
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 32px
    }

    .faq-section,
    .home-access,
    .value-section,
    .work-section {
        padding: 56px 0
    }

    .access-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .steps-card {
        padding: 30px 24px
    }

    .footer-inner {
        padding-top: 0;
        padding-bottom: 0
    }

    .analytics-summary {
        align-items: flex-start
    }

    .analytics-toolbar {
        gap: 16px
    }

    .analytics-toolbar-actions>span {
        display: none
    }

    .form-page {
        padding: 40px 24px
    }

    .page-intro {
        padding: 40px 0 28px
    }

    .account-help {
        gap: 16px
    }

    .home-page main>#page-notice:not([hidden]) {
        margin: 20px 24px 0
    }
}

@media(max-width:480px) {

    .shell,
    .shell-wide {
        padding-left: 20px;
        padding-right: 20px
    }

    .site-nav:after {
        left: 20px;
        right: 20px
    }

    .brand {
        font-size: 16px
    }

    .site-nav {
        gap: 8px
    }

    .analytics-nav,
    .nav-actions {
        gap: 4px
    }

    .site-nav .button-primary,
    .site-nav .button-secondary {
        padding: 9px 16px;
        min-height: 42px;
        font-size: 13px
    }

    .site-nav .button-text {
        padding: 9px 12px;
        font-size: 13px
    }

    .nav-link {
        font-size: 13px
    }

    .hero-actions {
        width: auto;
        flex-wrap: wrap
    }

    .hero-actions .button,
    .hero-actions button {
        width: auto;
        min-width: 120px
    }

    .hero-copy {
        font-size: 16px
    }

    .map-marker {
        scale: .85;
        transform-origin: 0 0
    }

    .form-page {
        padding: 32px 20px
    }

    .form-card {
        padding: 26px 22px
    }

    .card-header {
        gap: 16px
    }

    .access-grid {
        gap: 10px
    }

    .access-grid>div {
        padding: 18px 14px
    }

    .access-grid b {
        font-size: 15px
    }

    .access-grid span {
        font-size: 12.5px
    }

    .footer-bottom {
        flex-wrap: wrap
    }

    .workspace-stage svg {
        height: 84px
    }

    .workspace-stage {
        gap: 16px
    }

    .qlik-loading {
        align-items: center;
        flex-direction: column;
        text-align: center
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    :after,
    :before {
        animation: none !important;
        transition: none !important
    }
}

.button-primary {
    box-shadow: none
}

.brand-logo {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.brand-logo::before {
  display: none;
}

.brand-logo img {
  display: block;
  width: 180px;
  height: auto;
  max-width: 100%;
}


select{font:inherit;background:#fff;border:1px solid var(--border-strong);border-radius:8px;color:var(--heading);display:block;margin-top:.5rem;min-height:48px;padding:.75rem .85rem;width:100%;font-weight:400}select:hover{border-color:var(--primary)}select:focus-visible{outline:3px solid var(--sage);outline-offset:3px}
.coverage{background:var(--forest);color:#E9ECE6;padding:88px 0;}
  .coverage h2{color:#fff;font-size:clamp(24px,3vw,34px);max-width:16ch;}
  .coverage > .shell > p{margin-top:16px;max-width:56ch;color:#B9C4B4;font-size:16px;text-transform:none;}
  .state-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px;}
  @media (max-width:760px){.state-grid{grid-template-columns:repeat(2,1fr);}}
  .state{border-radius:8px;padding:20px 18px;background:#22332a;}
  .state.live{background:#3a5a41;}
  .state b{display:block;font-size:19px;margin-bottom:6px;letter-spacing:0.02em;}
  .state span{font-size:13.5px;color:#C7D0C3;text-transform:none;}
  .state.live span{color:#EAF1E7;}
.workspace-video{display:block;width:100%;aspect-ratio:16/10.5;object-fit:contain;border-radius:16px;background:var(--navy)}.account-grid{align-items:stretch;grid-template-columns:repeat(2,minmax(0,1fr))}.account-grid>.card{border:1px solid var(--border);border-radius:14px;padding:30px 26px;height:100%;box-shadow:var(--shadow)}@media(max-width:760px){.account-grid{grid-template-columns:1fr}.account-grid>.card{height:auto}}