:root {
    --brand-navy: #062B5F;
    --brand-navy-dark: #041B3D;
    --brand-blue: #0B4F8A;
    --brand-teal: #16C7C7;
    --brand-teal-dark: #0E9FA5;
    --brand-background: #F8FAFC;
    --brand-text: #0F172A;
    --brand-muted: #64748B;
    --brand-border: #E2E8F0;
    --brand-white: #FFFFFF;
    --brand-soft-blue: #EEF6FF;
    --brand-soft-teal: #E9FBFB;
    --brand-shadow-sm: 0 10px 28px rgba(15, 23, 42, 0.06);
    --brand-shadow-md: 0 18px 48px rgba(6, 43, 95, 0.12);
    --brand-shadow-lg: 0 24px 70px rgba(6, 43, 95, 0.16);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
    overflow-x: hidden;
}

.of-landing *,
.of-landing *::before,
.of-landing *::after {
    box-sizing: border-box;
}

.of-landing {
    overflow-x: hidden;
    background: var(--brand-background);
    color: var(--brand-text);
    font-size: 16px;
    line-height: 1.58;
}

.of-landing a {
    color: var(--brand-navy);
    text-decoration: none;
}

.of-landing a:focus-visible,
.of-landing button:focus-visible,
.of-landing .accordion-button:focus-visible {
    outline: 3px solid rgba(22, 199, 199, 0.55);
    outline-offset: 3px;
}

.of-landing .container {
    max-width: 1140px;
}

.of-landing .row > * {
    min-width: 0;
}

.of-landing .row,
.of-landing .g-gs {
    max-width: 100%;
}

.of-landing .section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.of-landing .section-sm {
    padding-top: 42px !important;
    padding-bottom: 36px !important;
}

.of-landing .nk-section-head {
    max-width: 750px;
    margin-right: auto;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
    margin-left: auto;
    padding-bottom: 0 !important;
}

.of-landing .nk-section-head.text-lg-start {
    margin-left: 0;
}

.of-landing .nk-section-title {
    max-width: 900px;
    margin-bottom: 10px !important;
    color: var(--brand-navy-dark);
    font-size: clamp(1.75rem, 2.2vw, 2.45rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-wrap: balance;
    text-transform: none;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.of-landing h1.nk-section-title {
    max-width: 660px;
    font-size: clamp(2.15rem, 3.55vw, 3.35rem);
    line-height: 1.08;
}

.of-landing .nk-section-text {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.62;
}

.of-landing .text-lg-start .nk-section-text {
    margin-left: 0;
}

.of-landing h3,
.of-landing .h5 {
    color: var(--brand-navy-dark);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: balance;
    text-transform: none;
    word-break: normal;
    hyphens: none;
}

.of-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px solid rgba(22, 199, 199, 0.34);
    border-radius: 999px;
    background: rgba(22, 199, 199, 0.11);
    color: var(--brand-teal-dark);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.of-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    border-bottom: 1px solid rgba(6, 43, 95, 0.10);
    background: var(--brand-white);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.of-header .nk-header-main {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #e2e8f0;
}

.of-header .nk-header-wrap {
    min-height: 64px;
    align-items: center;
}

.of-header .nk-header-logo,
.of-header .logo-link,
.of-header .logo-wrap {
    display: inline-flex;
    align-items: center;
}

.of-header .logo-img,
.of-header .logo-light,
.of-header .logo-dark {
    display: none !important;
}

.of-logo,
.of-header-logo-img {
    display: block !important;
    width: auto;
    max-width: 152px;
    max-height: 38px;
    object-fit: contain;
}

.of-header .nk-nav {
    align-items: center;
    gap: 2px;
}

.of-header .nk-nav-link {
    padding: 9px 10px !important;
    border-radius: 7px;
    color: var(--brand-navy) !important;
    font-size: 0.93rem;
    font-weight: 750;
    text-transform: none;
}

.of-header .nk-nav-link:hover,
.of-header .nk-nav-link:focus {
    background: var(--brand-soft-blue);
    color: var(--brand-blue) !important;
}

.of-header .nk-header-action .nk-btn-group {
    gap: 9px;
    flex-wrap: nowrap;
}

.of-header .nk-header-action .btn {
    min-height: 39px;
    padding: 0 17px !important;
}

.of-mobile-menu-button {
    display: none !important;
}

.of-landing .btn {
    min-height: 44px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: none;
    border-radius: 7px !important;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

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

.of-landing .btn-lg {
    min-height: 50px;
    padding: 0 24px !important;
}

.of-landing .nk-btn-group {
    align-items: center;
}

.of-landing .btn-primary {
    border-color: var(--brand-navy) !important;
    background: var(--brand-navy) !important;
    box-shadow: 0 12px 26px rgba(6, 43, 95, 0.24);
    color: var(--brand-white) !important;
}

.of-landing .btn-primary:hover,
.of-landing .btn-primary:focus {
    border-color: var(--brand-navy-dark) !important;
    background: var(--brand-navy-dark) !important;
    box-shadow: 0 14px 30px rgba(4, 27, 61, 0.3);
    color: var(--brand-white) !important;
}

.of-landing .btn-outline-primary {
    border: 1.5px solid var(--brand-navy) !important;
    background: var(--brand-white) !important;
    color: var(--brand-navy) !important;
    box-shadow: 0 8px 18px rgba(6, 43, 95, 0.06);
}

.of-landing .btn-outline-primary:hover,
.of-landing .btn-outline-primary:focus {
    border-color: var(--brand-teal-dark) !important;
    background: var(--brand-teal-dark) !important;
    color: var(--brand-white) !important;
    box-shadow: 0 12px 26px rgba(14, 159, 165, 0.22);
}

.of-landing .btn-outline-white {
    border: 1px solid rgba(6, 43, 95, 0.22) !important;
    background: var(--brand-white) !important;
    color: var(--brand-navy) !important;
}

.of-landing .btn-light:disabled {
    border-color: var(--brand-border) !important;
    background: #E5EAF0 !important;
    color: #64748B !important;
    opacity: 1;
}

.of-hero {
    overflow: hidden;
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    padding-top: 52px !important;
    padding-bottom: 52px !important;
    border-bottom: 1px solid var(--brand-border);
    background:
        radial-gradient(circle at 82% 22%, rgba(22, 199, 199, 0.16), transparent 26%),
        linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 56%, #F1F8FF 100%);
}

.of-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(6, 43, 95, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 43, 95, 0.035) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 76%);
}

.of-hero .container {
    position: relative;
    z-index: 1;
}

.of-hero .row {
    row-gap: 30px;
}

.of-hero-copy {
    margin-bottom: 0 !important;
}

.of-hero .nk-section-title {
    max-width: 720px;
    font-weight: 900;
    letter-spacing: 0;
}

.of-hero .nk-section-text {
    max-width: 620px;
    margin-top: 14px;
    font-size: clamp(1rem, 1.1vw, 1.1rem);
    line-height: 1.72;
}

.of-hero-actions {
    gap: 12px;
    margin-top: 22px !important;
    padding-top: 0 !important;
}

.of-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.of-hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--brand-navy);
    font-size: 0.86rem;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.of-hero-proof .icon {
    color: var(--brand-teal-dark);
}

.of-product-frame {
    margin: 0;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--brand-shadow-md);
}

.of-product-frame-lg {
    max-width: 550px;
    margin-left: auto;
    box-shadow: var(--brand-shadow-lg);
}

.of-product-shot {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 1px solid rgba(226, 232, 240, 0.82);
    border-top: 0;
    border-radius: 0 0 6px 6px;
    object-fit: cover;
}

.of-product-frame picture {
    display: block;
}

.of-pain,
.of-features,
.of-how,
.of-pricing,
.of-faq,
.of-social-proof,
.of-beta,
.of-cta,
.of-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
}

.of-product-shot-hero {
    background: var(--brand-white);
}

.of-window-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 32px;
    padding: 0 14px;
    border-radius: 6px 6px 0 0;
    background: rgba(4, 27, 61, 0.78);
}

.of-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-teal);
    opacity: 0.95;
}

.of-pain,
.of-features,
.of-pricing,
.of-final-cta,
.of-footer {
    background: var(--brand-white);
}

.of-benefits,
.of-audience,
.of-social-proof,
.of-beta,
.of-trust,
.of-how,
.of-faq {
    background: var(--brand-background);
}

.of-flow {
    overflow: hidden;
    position: relative;
    background: var(--brand-navy-dark);
    color: var(--brand-white);
}

.of-flow::after {
    content: "";
    position: absolute;
    right: -18%;
    bottom: -42%;
    width: 48%;
    aspect-ratio: 1;
    border: 1px solid rgba(22, 199, 199, 0.2);
    border-radius: 50%;
}

.of-flow .container {
    position: relative;
    z-index: 1;
}

.of-flow .nk-section-title,
.of-flow .nk-section-text {
    color: var(--brand-white);
}

.of-flow .nk-section-text {
    opacity: 0.84;
}

.of-flow .of-eyebrow {
    border-color: rgba(22, 199, 199, 0.38);
    background: rgba(22, 199, 199, 0.14);
    color: var(--brand-teal);
}

.of-pain,
.of-benefits,
.of-audience,
.of-social-proof,
.of-trust,
.of-beta,
.of-features,
.of-how,
.of-pricing,
.of-faq,
.of-final-cta {
    border-bottom: 1px solid rgba(226, 232, 240, 0.75);
}

.of-card,
.of-benefit,
.of-audience-item,
.of-feature-card,
.of-trust-box,
.of-trust-item,
.of-proof-card,
.of-proof-note,
.of-beta-box,
.of-step-card,
.of-plan,
.of-cta-box {
    min-width: 0;
    height: 100%;
    border: 1px solid rgba(226, 232, 240, 0.94);
    border-radius: 8px;
    background: var(--brand-white);
    box-shadow: var(--brand-shadow-sm);
}

.of-card,
.of-benefit,
.of-audience-item,
.of-feature-card,
.of-trust-item,
.of-proof-card,
.of-step-card,
.of-plan {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.of-card:hover,
.of-benefit:hover,
.of-audience-item:hover,
.of-feature-card:hover,
.of-trust-item:hover,
.of-proof-card:hover,
.of-step-card:hover,
.of-plan:hover {
    border-color: rgba(6, 43, 95, 0.18);
    box-shadow: var(--brand-shadow-md);
    transform: translateY(-2px);
}

.of-card .card-body,
.of-benefit,
.of-audience-item,
.of-trust-item,
.of-proof-card,
.of-step-card,
.of-plan {
    padding: 24px;
}

.of-card p,
.of-benefit p,
.of-audience-item p,
.of-proof-note span,
.of-feature-card p,
.of-trust-item p,
.of-proof-card small,
.of-step-card p,
.of-plan p,
.of-footer p {
    margin-bottom: 0;
    color: var(--brand-muted);
    overflow-wrap: anywhere;
}

.of-card-icon,
.of-benefit .icon,
.of-trust-item .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    border-radius: 8px;
    background: var(--brand-soft-teal);
    color: var(--brand-navy);
    font-size: 21px;
}

.of-audience {
    position: relative;
}

.of-audience-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.of-audience-item {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px;
    color: var(--brand-text);
    line-height: 1.42;
}

.of-audience-item .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--brand-soft-teal);
    color: var(--brand-teal-dark);
    font-size: 1.3rem;
}

.of-audience-item h3 {
    margin: 4px 0 0;
    color: var(--brand-navy-dark);
    font-size: 1.08rem;
    font-weight: 850;
}

.of-audience-item p {
    margin: 0;
    color: var(--brand-muted);
}

.of-audience-item-wide {
    grid-column: 1 / -1;
    min-height: auto;
}

.of-section-action {
    margin-top: 32px;
}

.of-social-proof {
    position: relative;
    overflow: hidden;
}

.of-proof-grid {
    margin-top: 28px;
}

.of-proof-note {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96)),
        var(--brand-white);
}

.of-proof-note strong {
    color: var(--brand-navy-dark);
    font-size: 1rem;
    font-weight: 900;
}

.of-proof-note span {
    color: var(--brand-muted);
    line-height: 1.5;
}

.of-proof-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    min-height: 260px;
    background:
        radial-gradient(circle at 100% 0%, rgba(22, 199, 199, 0.12), transparent 30%),
        var(--brand-white);
}

.of-proof-card span {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--brand-soft-teal);
    color: var(--brand-teal-dark);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
}

.of-proof-card p {
    margin: 0;
    color: var(--brand-navy-dark);
    font-size: clamp(1.08rem, 1.35vw, 1.28rem);
    font-weight: 820;
    line-height: 1.42;
}

.of-proof-card small {
    display: block;
    font-size: 0.92rem;
    line-height: 1.5;
}

.of-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
    padding: 12px;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--brand-shadow-sm);
}

.of-proof-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 10px;
    border-radius: 7px;
    background: var(--brand-white);
    color: var(--brand-navy);
    font-size: 0.88rem;
    font-weight: 850;
    text-align: center;
}

.of-proof-strip span,
.of-flow-step,
.of-plan-badge,
.of-hero-proof span {
    overflow-wrap: anywhere;
}

.of-proof-strip .icon {
    color: var(--brand-teal-dark);
    font-size: 1rem;
}

.of-trust {
    position: relative;
    overflow: hidden;
}

.of-trust-box {
    padding: 28px;
    background:
        radial-gradient(circle at 96% 0%, rgba(22, 199, 199, 0.14), transparent 28%),
        var(--brand-white);
}

.of-trust-box .nk-section-head {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
}

.of-trust-item {
    background: rgba(248, 250, 252, 0.82);
    box-shadow: none;
}

.of-trust-item h3 {
    margin-bottom: 8px;
}

.of-beta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 30px;
    background:
        linear-gradient(135deg, rgba(6, 43, 95, 0.98), rgba(13, 75, 121, 0.96)),
        var(--brand-navy-dark);
    color: var(--brand-white);
}

.of-beta-box .of-eyebrow {
    border-color: rgba(22, 199, 199, 0.34);
    background: rgba(22, 199, 199, 0.14);
    color: var(--brand-teal);
}

.of-beta-box h2 {
    max-width: 620px;
    margin: 12px 0 8px;
    color: var(--brand-white);
    font-size: clamp(1.65rem, 2.2vw, 2.25rem);
    font-weight: 850;
}

.of-beta-box p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
}

.of-beta-box .btn {
    flex: 0 0 auto;
}

.of-flow-line {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.of-flow-step {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--brand-white);
    text-align: center;
    font-weight: 800;
}

.of-flow-step .icon {
    color: var(--brand-teal);
    font-size: 28px;
}

.of-before-after {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.of-before-after-card {
    min-height: 238px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.of-before-after-card span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
}

.of-before span {
    background: rgba(248, 113, 113, 0.16);
    color: #FECACA;
}

.of-after span {
    background: rgba(22, 199, 199, 0.16);
    color: var(--brand-teal);
}

.of-before-after-card h3 {
    margin-bottom: 14px;
    color: var(--brand-white);
    font-size: 1.12rem;
    font-weight: 850;
}

.of-before-after-card ul {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.of-before-after-card li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.42;
}

.of-before-after-card li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-teal);
}

.of-before li::before {
    background: #F87171;
}

.of-feature-card {
    display: flex;
    flex-direction: column;
    padding: 14px;
}

.of-feature-card .of-product-frame {
    box-shadow: none;
}

.of-feature-card .of-product-shot {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top center;
}

.of-feature-card h3 {
    margin: 17px 10px 5px;
    color: var(--brand-navy-dark);
    font-size: 1.22rem;
}

.of-feature-card p {
    margin: 0 10px 8px;
}

.of-step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--brand-navy);
    color: var(--brand-white);
    font-size: 0.88rem;
    font-weight: 900;
}

.of-pricing-row {
    align-items: stretch;
    margin-top: 28px;
}

.of-pricing-preview {
    max-width: 620px;
    margin-left: auto;
}

.of-pricing-preview .of-product-shot {
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    object-position: top center;
}

.of-plan {
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.of-plan-featured {
    position: relative;
    border-color: rgba(22, 199, 199, 0.72);
    background:
        radial-gradient(circle at 100% 0%, rgba(22, 199, 199, 0.12), transparent 32%),
        var(--brand-white);
    box-shadow: 0 26px 66px rgba(6, 43, 95, 0.2);
    transform: translateY(-8px);
}

.of-plan-featured::before {
    content: "";
    position: absolute;
    top: 0;
    right: 22px;
    left: 22px;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: var(--brand-teal);
}

.of-plan-featured:hover {
    transform: translateY(-10px);
}

.of-plan-soon {
    background: #F1F5F9;
}

.of-plan-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(22, 199, 199, 0.14);
    color: var(--brand-teal-dark);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
}

.of-plan-soon .of-plan-badge {
    background: rgba(6, 43, 95, 0.1);
    color: var(--brand-navy);
}

.of-plan-featured .of-plan-badge {
    background: var(--brand-teal);
    color: var(--brand-navy-dark);
}

.of-plan h3 {
    margin-bottom: 8px;
    color: var(--brand-navy-dark);
    font-size: 1.55rem;
    text-transform: none;
}

.of-plan-value {
    min-height: 48px;
    margin-bottom: 14px !important;
    color: var(--brand-navy) !important;
    font-weight: 830;
    line-height: 1.42;
}

.of-plan-price {
    margin: 0 0 14px;
    color: var(--brand-navy-dark);
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 900;
    line-height: 1;
}

.of-plan-price span {
    color: var(--brand-muted);
    font-size: 0.95rem;
    font-weight: 750;
}

.of-plan ul {
    display: grid;
    gap: 9px;
    padding-left: 0;
    margin: 18px 0 0;
    list-style: none;
}

.of-plan li {
    position: relative;
    padding-left: 24px;
    color: var(--brand-text);
    line-height: 1.45;
}

.of-plan li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-teal);
}

.of-plan-strong-list {
    gap: 10px !important;
}

.of-plan-strong-list li {
    padding: 10px 12px 10px 34px;
    border: 1px solid rgba(22, 199, 199, 0.22);
    border-radius: 8px;
    background: rgba(22, 199, 199, 0.08);
    font-weight: 760;
}

.of-plan-strong-list li::before {
    top: 1rem;
    left: 14px;
}

.of-plan-action {
    display: grid;
    gap: 9px;
}

.of-plan-action small {
    display: block;
    color: var(--brand-muted);
    font-size: 0.84rem;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
}

.of-pricing-footnote {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.of-pricing-footnote span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(226, 232, 240, 0.94);
    border-radius: 999px;
    background: var(--brand-white);
    color: var(--brand-navy);
    font-size: 0.88rem;
    font-weight: 820;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.of-pricing-footnote .icon {
    color: var(--brand-teal-dark);
}

.of-accordion {
    display: grid;
    gap: 8px;
}

.of-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid var(--brand-border);
    border-radius: 8px;
    background: var(--brand-white);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.of-accordion .accordion-button {
    min-height: auto;
    padding: 14px 18px;
    color: var(--brand-navy-dark);
    font-weight: 800;
    line-height: 1.32;
    text-transform: none;
}

.of-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(6, 43, 95, 0.1);
}

.of-accordion .accordion-button:not(.collapsed) {
    background: var(--brand-soft-teal);
    color: var(--brand-navy-dark);
}

.of-accordion .accordion-body {
    padding: 0 18px 16px;
    color: var(--brand-muted);
    line-height: 1.58;
}

.of-faq-action {
    max-width: 560px;
    margin: 24px auto 0;
    padding: 22px;
    border: 1px solid rgba(226, 232, 240, 0.94);
    border-radius: 8px;
    background: var(--brand-white);
    box-shadow: var(--brand-shadow-sm);
}

.of-faq-action p {
    margin: 0 auto 14px;
    color: var(--brand-muted);
    line-height: 1.55;
}

.of-cta-box {
    padding: 38px 28px;
    background: var(--brand-white);
    box-shadow: var(--brand-shadow-md);
}

.of-cta-box h2 {
    margin-bottom: 9px;
    color: var(--brand-navy-dark);
    font-size: clamp(1.75rem, 2.4vw, 2.55rem);
    font-weight: 800;
    line-height: 1.13;
    text-wrap: balance;
}

.of-cta-box p {
    max-width: 640px;
    margin: 0 auto 20px;
    color: var(--brand-muted);
    font-size: 1rem;
}

.of-footer {
    border-top: 1px solid var(--brand-border);
}

.of-footer-logo {
    width: auto;
    max-width: 168px;
    max-height: 48px;
    object-fit: contain;
}

.of-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.of-footer-links a {
    color: var(--brand-navy);
    font-weight: 800;
}

.of-footer-links a:hover,
.of-footer-links a:focus {
    color: var(--brand-teal-dark);
}

.of-footer hr {
    margin: 24px 0 18px;
    border-color: var(--brand-border);
    opacity: 1;
}

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

    .of-landing .btn,
    .of-card,
    .of-benefit,
    .of-audience-item,
    .of-feature-card,
    .of-trust-item,
    .of-proof-card,
    .of-step-card,
    .of-plan,
    .of-header .nk-navbar.navbar-mobile {
        transition: none;
    }

    .of-landing .btn:hover,
    .of-landing .btn:focus,
    .of-card:hover,
    .of-benefit:hover,
    .of-audience-item:hover,
    .of-feature-card:hover,
    .of-trust-item:hover,
    .of-proof-card:hover,
    .of-step-card:hover,
    .of-plan:hover {
        transform: none;
    }
}

@media (max-width: 1199px) {
    .of-header .nk-header-menu {
        background: var(--brand-white) !important;
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    }

    .of-header .nk-header-action {
        display: flex !important;
        visibility: visible !important;
    }

    .of-header .nk-navbar-toggle {
        display: block !important;
        flex: 0 0 auto;
        list-style: none;
    }

    .of-header .navbar-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .of-header .nk-navbar.navbar-mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1040;
        width: min(86vw, 340px);
        max-width: 340px;
        height: 100vh;
        padding: 82px 18px 24px;
        overflow-y: auto;
        transform: translateX(100%);
        visibility: hidden;
        transition: transform 180ms ease, visibility 180ms ease;
    }

    .of-header .nk-navbar.navbar-mobile.navbar-active {
        transform: translateX(0);
        visibility: visible;
    }

    .of-header .nk-navbar.navbar-mobile .nk-nav {
        align-items: stretch;
        gap: 4px;
        width: 100%;
    }

    .of-header .nk-nav-link {
        display: flex;
        align-items: center;
        min-height: 44px;
        width: 100%;
        padding: 10px 16px !important;
    }

    .of-header .navbar-toggle {
        position: relative;
        z-index: 1050;
    }

    .of-header .navbar-toggle.active .ni-menu::before {
        content: "\e9b8";
    }

    .of-navbar-overlay {
        position: fixed;
        inset: 0;
        z-index: 1030;
        display: none;
        border: 0;
        background: rgba(15, 23, 42, 0.42);
        padding: 0;
    }

    .of-navbar-overlay.active {
        display: block;
    }

    body.navbar-shown {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .of-landing .section {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .of-hero {
        min-height: auto;
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .of-landing .nk-section-head.text-lg-start {
        margin-right: auto;
        margin-left: auto;
        text-align: center !important;
    }

    .of-landing .text-lg-start .nk-section-text {
        margin-right: auto;
        margin-left: auto;
    }

    .of-product-frame-lg {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
    }

    .of-pricing-preview {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
    }

    .of-plan-featured {
        transform: none;
    }

    .of-plan-featured:hover {
        transform: translateY(-2px);
    }

    .of-beta-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .of-beta-box .btn {
        width: 100%;
    }

    .of-before-after {
        grid-template-columns: 1fr;
    }

    .of-before-after-card {
        min-height: auto;
    }

    .of-proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .of-flow-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .of-flow-step:last-child {
        grid-column: 1 / -1;
    }

    .of-footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 68px;
    }

    .of-header .nk-header-wrap {
        min-height: 60px;
    }

    .of-logo,
    .of-header-logo-img {
        max-width: 136px;
        max-height: 36px;
    }

    .of-header .nk-header-action .btn-primary {
        display: none !important;
    }

    .of-header .nk-header-action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .of-header .nk-navbar-toggle {
        position: fixed !important;
        top: 10px;
        right: 14px;
        z-index: 1060;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 44px;
        height: 44px;
        list-style: none;
    }

    .of-mobile-menu-button {
        position: fixed !important;
        top: 10px;
        right: 14px;
        z-index: 1070;
        width: 44px;
        min-width: 44px;
        min-height: 44px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    .of-header .navbar-toggle {
        position: static !important;
        width: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    .of-landing .section {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .of-landing .nk-section-head {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .of-landing h1.nk-section-title {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(1.62rem, 7.2vw, 2rem);
        line-height: 1.1;
        overflow-wrap: anywhere;
    }

    .of-landing .nk-section-title {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(1.32rem, 5.5vw, 1.68rem);
        line-height: 1.18;
        overflow-wrap: anywhere;
    }

    .of-landing .nk-section-text {
        max-width: 340px;
        font-size: 0.98rem;
        line-height: 1.62;
    }

    .of-hero-proof {
        justify-content: center;
    }

    .of-card .card-body,
    .of-benefit,
    .of-audience-item,
    .of-trust-item,
    .of-proof-card,
    .of-proof-note,
    .of-step-card,
    .of-plan {
        padding: 21px;
    }

    .of-card p,
    .of-benefit p,
    .of-audience-item p,
    .of-feature-card p,
    .of-trust-item p,
    .of-step-card p,
    .of-plan p,
    .of-accordion .accordion-body {
        overflow-wrap: anywhere;
    }

    .of-audience-list {
        grid-template-columns: 1fr;
    }

    .of-audience-item {
        min-height: auto;
    }

    .of-proof-card {
        min-height: auto;
    }

    .of-trust-box {
        padding: 22px;
    }

    .of-plan {
        min-height: auto;
    }

    .of-plan-value {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .of-landing .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .of-header .nk-header-wrap {
        position: relative;
        display: flex;
        gap: 12px;
        width: 100%;
    }

    .of-header .nk-header-logo {
        flex: 0 1 auto;
        max-width: calc(100% - 58px);
    }

    .of-header .nk-header-action {
        position: static;
        transform: none;
        width: 44px;
    }

    .of-header .nk-header-action .nk-btn-group {
        width: 44px;
        margin: 0;
        padding: 0;
    }

    .of-landing .row {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .of-landing .row > * {
        padding-right: 0;
        padding-left: 0;
    }

    .of-product-frame,
    .of-card,
    .of-benefit,
    .of-audience-item,
    .of-feature-card,
    .of-trust-box,
    .of-trust-item,
    .of-proof-card,
    .of-beta-box,
    .of-step-card,
    .of-plan,
    .of-cta-box {
        width: calc(100vw - 48px);
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .of-landing h1.nk-section-title,
    .of-landing .nk-section-title,
    .of-landing .nk-section-text {
        max-width: 318px;
    }

    .of-hero {
        padding-top: 38px !important;
        padding-bottom: 42px !important;
    }

    .of-hero-actions,
    .of-section-action .btn,
    .of-beta-box .btn,
    .of-final-cta .nk-btn-group {
        width: 100%;
        gap: 9px;
    }

    .of-hero-actions > li,
    .of-hero-actions .btn,
    .of-section-action .btn,
    .of-beta-box .btn,
    .of-final-cta .nk-btn-group > li,
    .of-final-cta .nk-btn-group .btn {
        width: 100%;
    }

    .of-landing .btn-lg {
        min-height: 48px;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .of-hero-proof span {
        width: 100%;
        justify-content: center;
    }

    .of-product-frame {
        padding: 7px;
    }

    .of-product-frame-lg {
        margin-top: 6px;
    }

    .of-window-bar {
        height: 28px;
    }

    .of-feature-card .of-product-shot,
    .of-pricing-preview .of-product-shot {
        aspect-ratio: 4 / 3;
    }

    .of-flow-line {
        grid-template-columns: 1fr;
    }

    .of-flow-step:last-child {
        grid-column: auto;
    }

    .of-proof-strip {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .of-proof-strip span {
        justify-content: flex-start;
        text-align: left;
    }

    .of-pricing-footnote {
        flex-direction: column;
        align-items: stretch;
    }

    .of-pricing-footnote span {
        justify-content: flex-start;
        border-radius: 8px;
    }

    .of-accordion .accordion-button {
        padding: 13px 15px;
        font-size: 0.95rem;
    }

    .of-accordion .accordion-body {
        padding: 0 15px 15px;
    }

    .of-faq-action {
        padding: 20px 16px;
    }

    .of-faq-action .btn {
        width: 100%;
    }

    .of-cta-box {
        padding: 30px 18px;
    }

    .of-beta-box {
        padding: 26px 18px;
    }

    .of-footer-links {
        flex-direction: column;
        gap: 9px;
    }
}
