.owners-page {
    max-width: 980px;
    margin: 40px auto 64px;
    padding: 0 16px;
}

.owners-page__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.owners-page__hero {
    padding: 28px 24px 26px;
    border-radius: 24px;
    border: 1px solid rgba(15, 45, 58, 0.1);
    background:
        radial-gradient(circle at top right, rgba(150, 116, 43, 0.12), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fafb 100%);
    box-shadow: 0 16px 40px rgba(15, 45, 58, 0.07);
}

.owners-page__badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(150, 116, 43, 0.12);
    color: var(--kampio-owner-accent, #96742B);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.owners-page__hero h1 {
    margin: 0 0 12px;
    max-width: 18ch;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0F2D3A;
}

.owners-page__intro,
.owners-page__section-intro {
    margin: 0;
    max-width: 62ch;
    color: #334155;
    font-size: 1.02rem;
    line-height: 1.65;
}

.owners-page__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
}

.owners-page__trust li {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(16, 185, 129, 0.22);
    color: #065f46;
    font-size: 0.84rem;
    font-weight: 800;
}

.owners-page__trust li::before {
    content: "✓";
    margin-right: 7px;
    color: #10B981;
    font-weight: 900;
}

.owners-page__free-banner {
    padding: 20px 22px;
    border-radius: 20px;
    border: 1px solid rgba(150, 116, 43, 0.24);
    background: linear-gradient(135deg, rgba(150, 116, 43, 0.1) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.owners-page__free-banner-title {
    margin: 0 0 8px;
    color: var(--kampio-owner-accent, #96742B);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.owners-page__free-banner-text {
    margin: 0;
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.6;
}

.owners-page__section-head {
    margin-bottom: 16px;
}

.owners-page__section > h2,
.owners-page__section-head > h2,
.owners-page__pricing > h2,
.owners-page__cta h2 {
    margin: 0 0 10px;
    color: #0F2D3A;
    font-size: clamp(1.2rem, 2.5vw, 1.45rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.owners-page__grid {
    display: grid;
    gap: 14px;
}

.owners-page__grid--modules {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.owners-page__module {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 100%;
    padding: 18px 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(15, 45, 58, 0.1);
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 45, 58, 0.05);
}

.owners-page__module-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(15, 45, 58, 0.06);
    font-size: 1.2rem;
}

.owners-page__module h3 {
    margin: 0;
    color: #0F2D3A;
    font-size: 1rem;
    line-height: 1.25;
}

.owners-page__module p {
    margin: 0;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.55;
}

.owners-page__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.owners-page__step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(15, 45, 58, 0.1);
    background: #fff;
}

.owners-page__step-num {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--kampio-owner-accent, #96742B);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
}

.owners-page__step h3 {
    margin: 0 0 6px;
    color: #0F2D3A;
    font-size: 1rem;
}

.owners-page__step p {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.owners-page__pricing {
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(15, 45, 58, 0.1);
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 45, 58, 0.05);
}

.owners-page__pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 6px;
}

.owners-page__pricing-col {
    padding: 18px;
    border-radius: 16px;
}

.owners-page__pricing-col h3 {
    margin: 0 0 12px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.owners-page__pricing-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.owners-page__pricing-col li {
    position: relative;
    padding-left: 22px;
    color: #334155;
    line-height: 1.5;
    font-size: 0.94rem;
}

.owners-page__pricing-col li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #10B981;
    font-weight: 900;
}

.owners-page__pricing-col p {
    margin: 0;
    color: #334155;
    line-height: 1.6;
    font-size: 0.94rem;
}

.owners-page__pricing-col--free {
    background: rgba(236, 253, 245, 0.75);
    border: 1px solid rgba(16, 185, 129, 0.18);
}

.owners-page__pricing-col--free h3 {
    color: #047857;
}

.owners-page__pricing-col--paid {
    background: rgba(150, 116, 43, 0.08);
    border: 1px solid rgba(150, 116, 43, 0.18);
}

.owners-page__pricing-col--paid h3 {
    color: var(--kampio-owner-accent, #96742B);
}

.owners-page__faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.owners-page__faq-item {
    border: 1px solid rgba(15, 45, 58, 0.1);
    border-radius: 14px;
    background: #fff;
    padding: 0 16px;
}

.owners-page__faq-item summary {
    cursor: pointer;
    padding: 15px 0;
    font-weight: 700;
    color: #0F2D3A;
    list-style: none;
}

.owners-page__faq-item summary::-webkit-details-marker {
    display: none;
}

.owners-page__faq-item[open] summary {
    border-bottom: 1px solid rgba(15, 45, 58, 0.08);
    margin-bottom: 10px;
}

.owners-page__faq-item p {
    margin: 0;
    padding-bottom: 14px;
    color: #475569;
    line-height: 1.6;
}

.owners-page__cta {
    padding: 24px 22px;
    border-radius: 22px;
    border: 1px solid rgba(15, 45, 58, 0.1);
    background: linear-gradient(180deg, #f8fafb 0%, #ffffff 100%);
    text-align: center;
}

.owners-page__cta p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.owners-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
}

.owners-page__cta-actions--hero {
    justify-content: flex-start;
    margin-top: 0;
}

.owners-page__cta-primary {
    min-width: 220px;
}

.owners-page__cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(15, 45, 58, 0.14);
    color: #0F2D3A;
    font-weight: 700;
    text-decoration: none;
}

.owners-page__cta-secondary:hover {
    background: rgba(15, 45, 58, 0.04);
}

.owners-page__cta-links {
    margin-top: 16px !important;
    font-size: 0.9rem;
}

.owners-page__cta-links a {
    color: #0F2D3A;
    font-weight: 700;
    text-decoration: none;
}

.owners-page__cta-links a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 768px) {
    .owners-page {
        margin-top: 24px;
    }

    .owners-page__hero {
        padding: 22px 18px;
    }

    .owners-page__hero h1 {
        max-width: none;
    }

    .owners-page__pricing-grid {
        grid-template-columns: 1fr;
    }

    .owners-page__cta-actions,
    .owners-page__cta-actions--hero {
        flex-direction: column;
        align-items: stretch;
    }

    .owners-page__cta-primary,
    .owners-page__cta-secondary {
        width: 100%;
    }
}
