

/* Start:/local/templates/main/assets/pages/authors-premium/css/main.css?178902433414153*/
:root {
    --ink: #2c1620;
    --muted: #705965;
    --brand: #a82058;
    --pink: #e72569;
    --line: #ead8e0;
    --soft: #fdf7fa;
    --cream: #fff7ed
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Arial, "Nunito Sans", sans-serif
}

.topbar {
    height: 76px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 max(20px, calc((100vw - 1180px) / 2));
    border-bottom: 1px solid var(--line);
    background: #fff
}

.logo {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: .03em;
    color: var(--brand);
    text-decoration: none
}

.topbar nav {
    display: flex;
    gap: 24px;
    margin-left: auto
}

.topbar nav a {
    color: #5d4550;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #a51f57, #dd286c);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .02em;
    box-shadow: 0 10px 24px #a51f5725
}

.button-small {
    min-height: 42px;
    padding: 0 17px;
    font-size: 12px
}

.ghost {
    color: var(--brand);
    background: #fff;
    border: 1px solid #d8b9c6;
    box-shadow: none
}

.hero {
    padding: 42px 0 48px;
    background: radial-gradient(circle at 8% 85%, #ffd8e765, transparent 26%), linear-gradient(135deg, #fff 0%, #fff8f2 51%, #f1ebff 100%)
}

.hero-grid {
    display: grid;
    grid-template-columns:1.08fr .92fr;
    gap: 64px;
    align-items: center
}

.eyebrow {
    margin: 0 0 13px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase
}

.hero h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(40px, 5.1vw, 68px);
    line-height: 1.02;
    letter-spacing: -.045em
}

.hero h1 span {
    color: var(--brand)
}

.lead, .section-lead {
    color: var(--muted);
    font-size: 19px;
    line-height: 1.58
}

.lead {
    max-width: 700px;
    margin: 22px 0 0
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px
}

.micro {
    font-size: 13px;
    color: #6c515d;
    margin-top: 10px
}

.hero-art {
    position: relative;
    min-height: 470px;
    display: grid;
    place-items: center
}

.dashboard {
    position: relative;
    z-index: 2;
    width: min(430px, 90%);
    padding: 28px;
    border: 1px solid #decbd4;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 75px #59253828;
    transform: rotate(2deg)
}

.dash-head {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dash-head span {
    padding: 7px 10px;
    border-radius: 99px;
    color: #fff;
    background: var(--brand);
    font-size: 11px;
    font-weight: 900
}

.dash-head b {
    font-size: 15px
}

.chart {
    height: 175px;
    display: flex;
    align-items: end;
    gap: 13px;
    margin: 24px 0;
    padding: 20px;
    border-radius: 17px;
    background: linear-gradient(180deg, #faf2f6, #fff)
}

.chart i {
    flex: 1;
    border-radius: 9px 9px 3px 3px;
    background: linear-gradient(#f17ba8, #a71f57)
}

.chart i:nth-child(1) {
    height: 30%
}

.chart i:nth-child(2) {
    height: 48%
}

.chart i:nth-child(3) {
    height: 44%
}

.chart i:nth-child(4) {
    height: 72%
}

.chart i:nth-child(5) {
    height: 94%
}

.dash-row {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    border-top: 1px solid #f0e3e8;
    font-size: 13px
}

.dash-row b {
    color: var(--brand)
}

.orb {
    position: absolute;
    border-radius: 50%
}

.orb-a {
    width: 310px;
    height: 310px;
    background: #eccfff;
    right: 0;
    top: 20px
}

.orb-b {
    width: 180px;
    height: 180px;
    background: #ffd0df;
    left: 10px;
    bottom: 15px
}

.spark {
    position: absolute;
    z-index: 1;
    right: -12px;
    top: 18px;
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, #ef4380, #8e1d50);
    font-size: 32px;
    transform: rotate(-8deg);
    box-shadow: 0 18px 35px #8e1d5030
}

.price-strip {
    position: relative;
    margin-top: -34px
}

.price-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 15px
}

.price-grid article {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 25px 28px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 13px 32px #5a283b12
}

.price-grid b {
    font-size: 28px;
    color: var(--brand)
}

.price-grid span {
    font-weight: 700;
    color: var(--muted)
}

.price-grid em {
    position: absolute;
    right: 14px;
    top: -11px;
    padding: 5px 9px;
    border-radius: 99px;
    color: #fff;
    background: #ef6a2f;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase
}

.section {
    padding: 2.75rem 0
}

.soft {
    background: var(--soft)
}

h2 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -.035em
}

.section-lead {
    max-width: 790px;
    margin: 15px 0 32px
}

.benefit-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 17px
}

.benefit-grid article {
    padding: 27px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff
}

.benefit-grid i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fae8f0;
    color: var(--brand);
    font-style: normal;
    font-weight: 900
}

.benefit-grid h3 {
    font-size: 20px;
    margin: 20px 0 8px
}

.benefit-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55
}

.benefit-grid ul {
    display: grid;
    gap: 7px;
    margin: 16px 0 0;
    padding-left: 19px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5
}

.benefit-grid li::marker {
    color: var(--brand)
}

.calculator {
    display: grid;
    grid-template-columns:1.05fr .95fr;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff
}

.form-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 17px;
    padding: 34px
}

.form-grid label {
    display: grid;
    gap: 8px;
    font-size: 14px;
    font-weight: 800
}

.form-grid select, .form-grid input[type=number] {
    width: 100%;
    height: 49px;
    padding: 0 13px;
    border: 1px solid #d8c3cc;
    border-radius: 9px;
    background: #fff;
    color: var(--ink);
    font: 600 15px Arial
}

.wide {
    grid-column: 1/-1
}

.range span {
    display: flex;
    justify-content: space-between
}

.range span b {
    color: var(--brand);
    font-size: 19px
}

.range input {
    width: 100%;
    accent-color: var(--brand)
}

.range small {
    min-height: 32px;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.4
}

.result {
    padding: 36px;
    color: #fff;
    background: radial-gradient(circle at 90% 10%, #ffffff25, transparent 27%), linear-gradient(145deg, #78163f, #bd2862)
}

.result > p {
    margin: 0;
    color: #ffd4e5;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em
}

.result > strong {
    display: block;
    margin-top: 11px;
    font-size: 54px
}

.result > span {
    color: #f4cbd9
}

.compare {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10px;
    margin-top: 25px
}

.compare div {
    padding: 16px;
    border: 1px solid #ffffff30;
    border-radius: 13px;
    background: #ffffff12
}

.compare small, .compare b {
    display: block
}

.compare b {
    margin-top: 5px;
    font-size: 21px
}

.result ul {
    display: grid;
    gap: 10px;
    margin: 21px 0;
    padding: 0;
    list-style: none
}

.result li {
    display: flex;
    justify-content: space-between
}

.disclaimer {
    display: block;
    color: #f1c6d5;
    line-height: 1.5
}

.promo {
    background: linear-gradient(145deg, #fff8ef, #fff 45%, #f3ebff)
}

.promo-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px
}

.promo-grid article {
    position: relative;
    padding: 31px;
    border: 1px solid #ead7df;
    border-radius: 21px;
    background: #fff
}

.promo-grid article > b {
    display: block;
    color: var(--brand);
    font-size: 53px
}

.promo-grid h3 {
    font-size: 23px;
    margin: 9px 0
}

.promo-grid p {
    color: var(--muted);
    line-height: 1.5
}

.promo-main {
    box-shadow: 0 18px 45px #71314a1b;
    transform: translateY(-8px)
}

.promo-main em {
    position: absolute;
    right: 18px;
    top: 18px;
    padding: 6px 9px;
    border-radius: 99px;
    background: #f7eaf0;
    color: var(--brand);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase
}

.promo-note {
    margin: 20px 0 0;
    color: #644a56;
    font-size: 13px
}

.two-col {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 21px
}

.dark-card, .steps {
    padding: 42px;
    border-radius: 23px
}

.dark-card {
    color: var(--ink);
    background: #fff
}

.dark-card .eyebrow {
    color: var(--brand)
}

.dark-card h2 {
    margin-bottom: 18px
}

.dark-card p:last-child {
    margin: 0;
    color: var(--muted);
    line-height: 1.65
}

.steps {
    border: 1px solid var(--line);
    background: #fff
}

.steps ol {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none
}

.steps li {
    display: flex;
    align-items: center;
    gap: 15px
}

.steps li b {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #f8e8ef;
    color: var(--brand)
}

.steps li span {
    font-weight: 700;
    color: #5d4550
}

.cta {
    text-align: center;
    padding: 60px;
    border: 1px solid #ead7df;
    border-radius: 26px;
    background: #fff
}

.cta h2 {
    margin: 0 auto 18px
}

.cta p {
    margin-left: auto;
    margin-right: auto
}

.cta p:not(.eyebrow) {
    margin-top: 0;
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 18px
}

.cta .button {
    margin-top: 0
}

.promo-count {
    display: flex !important;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    line-height: 1 !important
}

.promo-count strong {
    color: var(--brand);
    font-size: 53px
}

.promo-count span {
    color: var(--ink);
    font-size: 21px;
    font-weight: 900
}

.promo-materials {
    display: block;
    margin: 1px 0 14px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25
}

@media (max-width: 900px) {
    .topbar nav {
        display: none
    }

    .hero-grid, .calculator, .two-col {
        grid-template-columns:1fr
    }

    .hero-art {
        min-height: 410px
    }

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

    .price-grid, .promo-grid {
        grid-template-columns:1fr
    }

    .price-strip {
        margin-top: -22px
    }

    .promo-main {
        transform: none
    }
}

@media (max-width: 620px) {
    .topbar {
        padding: 0 14px
    }

    .topbar .button {
        display: none
    }

    .hero {
        padding: 55px 0 65px
    }

    .hero h1 {
        font-size: 42px
    }

    .hero-art {
        min-height: 340px
    }

    .dashboard {
        padding: 20px
    }

    .spark {
        right: 0;
        top: 8px;
        width: 54px;
        height: 54px;
        font-size: 26px
    }

    .chart {
        height: 125px
    }

    .section {
        padding: 2rem 0
    }

    .benefit-grid, .form-grid, .compare {
        grid-template-columns:1fr
    }

    .wide {
        grid-column: auto
    }

    .form-grid, .result {
        padding: 23px
    }

    .result > strong {
        font-size: 44px
    }

    .actions .button {
        width: 100%
    }

    .price-grid article {
        padding: 21px
    }

    .two-col .dark-card, .two-col .steps, .cta {
        padding: 29px
    }
}

.promo-materials {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 2px 0 22px !important;
    color: #49313c !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important
}

.authors-premium-info-section {
    border-top: 1px solid var(--line);
    background: #fff;
}

.authors-premium-faq-shell {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.seo-section {
    border-top: 1px solid var(--line);
    background: #fff;
}

.page-seo {
    width: 100%;
    max-width: none;
}

.page-seo h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(27px, 2.8vw, 40px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.14;
}

.page-seo p {
    max-width: none;
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.62;
}

.page-seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.page-seo-link {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--brand);
    font-size: 14px;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease;
}

.page-seo-link:hover {
    border-color: var(--brand);
    background: #fff;
}

/* Unified content-section spacing: first hero block keeps its own spacing. */
.premium-page .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
@media (max-width: 768px) {
    .premium-page .section { padding-top: 4rem; padding-bottom: 4rem; }
}
.premium-page .price-strip { padding-bottom: 5.5rem; }
@media (max-width: 768px) {
    .premium-page .price-strip { padding-bottom: 4rem; }
}

/* End */


/* Start:/local/components/main/faq/templates/.default/style.css?17884284645349*/
.faq-section {
    display: grid;
    grid-template-columns: minmax(220px, .75fr) minmax(0, 1.5fr);
    gap: 2rem;
    align-items: start;
}

.faq-section--spaced {
    margin-top: 60px;
}

.faq-section__intro {
    position: sticky;
    top: 120px;
    min-width: 0;
}

.faq-section__eyebrow {
    margin-bottom: .45rem;
    font-family: var(--ff, "Nunito", "Nunito Sans", system-ui, sans-serif);
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--burg, #7a1f3d);
    text-transform: uppercase;
    letter-spacing: .1em;
}

.faq-section__title {
    margin: 0 0 .75rem;
    font-family: var(--ff, "Nunito", "Nunito Sans", system-ui, sans-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--text, #24141b);
}

.faq-section__description {
    max-width: 36rem;
    margin: 0;
    font-family: var(--ff-body, "Nunito Sans", "Nunito", system-ui, sans-serif);
    font-size: .92rem;
    line-height: 1.65;
    color: var(--muted, #76656d);
}

.faq-section__note {
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--border, rgba(122, 31, 61, .16));
    font-family: var(--ff-body, "Nunito Sans", "Nunito", system-ui, sans-serif);
    font-size: .78rem;
    line-height: 1.5;
    color: var(--muted, #76656d);
}

.faq-section__feedback-button {
    margin-left: 8px;
    vertical-align: middle;
}

.faq-section__list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    min-width: 0;
}

.faq-item {
    overflow: hidden;
    background: var(--white, #fff);
    border: 1px solid var(--border, rgba(122, 31, 61, .16));
    border-radius: var(--r, 20px);
    box-shadow: var(--shadow-sm, 0 8px 22px rgba(122, 31, 61, .08));
    transition: border-color var(--t, .2s ease), box-shadow var(--t, .2s ease);
}

.faq-item:hover {
    border-color: rgba(139, 26, 74, .28);
}

.faq-item[open] {
    border-color: rgba(139, 26, 74, .35);
    box-shadow: var(--shadow-md, 0 14px 34px rgba(122, 31, 61, .12));
}

.faq-item__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 58px;
    padding: .9rem 1rem;
    list-style: none;
    cursor: pointer;
    user-select: none;
    font-family: var(--ff, "Nunito", "Nunito Sans", system-ui, sans-serif);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.4;
    color: var(--text, #24141b);
    transition: color var(--t, .2s ease), background var(--t, .2s ease);
}

.faq-item__summary::-webkit-details-marker {
    display: none;
}

.faq-item__summary::marker {
    display: none;
    content: '';
}

.faq-item__summary:hover {
    color: var(--burg, #7a1f3d);
    background: var(--bg-light, #faf7f8);
}

.faq-item__summary:focus-visible {
    outline: 3px solid rgba(139, 26, 74, .14);
    outline-offset: -3px;
}

.faq-item[open] .faq-item__summary {
    color: var(--burg, #7a1f3d);
    background: var(--bg-light, #faf7f8);
}

.faq-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border: 1px solid var(--border, rgba(122, 31, 61, .16));
    border-radius: 50%;
    color: var(--burg, #7a1f3d);
    background: var(--white, #fff);
    transition: transform var(--t, .2s ease), border-color var(--t, .2s ease), background var(--t, .2s ease);
}

.faq-item__icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.faq-item[open] .faq-item__icon {
    transform: rotate(180deg);
    border-color: var(--burg, #7a1f3d);
    background: rgba(139, 26, 74, .05);
}

.faq-item__content {
    padding: 0 1rem 1rem;
    font-family: var(--ff-body, "Nunito Sans", "Nunito", system-ui, sans-serif);
    font-size: .88rem;
    line-height: 1.7;
    color: var(--muted, #76656d);
}

.faq-item__content::before {
    content: '';
    display: block;
    height: 1px;
    margin-bottom: .85rem;
    background: var(--border, rgba(122, 31, 61, .16));
}

.faq-item__content p {
    margin: 0 0 .75rem;
}

.faq-item__content p:last-child {
    margin-bottom: 0;
}

.faq-item__content a {
    color: var(--burg, #7a1f3d);
    text-decoration: underline;
    text-decoration-color: rgba(122, 31, 61, .35);
    text-underline-offset: 3px;
}

.faq-item__content a:hover {
    color: var(--burg-d, #64172f);
    text-decoration-color: currentColor;
}

@media (max-width: 768px) {
    .faq-section {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .faq-section__intro {
        position: static;
    }

    .faq-section__note {
        margin-top: .75rem;
        padding-top: .75rem;
    }
}


@media (max-width: 640px) {
    .faq-section__note > span {
        display: block;
        margin-bottom: 8px;
    }

    .faq-section__feedback-button {
        display: flex;
        width: fit-content;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .faq-section {
        gap: 1rem;
    }

    .faq-item__summary {
        min-height: 54px;
        padding: .8rem .85rem;
        font-size: .84rem;
    }

    .faq-item__content {
        padding: 0 .85rem .85rem;
        font-size: .84rem;
    }

    .faq-item__icon {
        width: 26px;
        height: 26px;
    }
}

/* End */
/* /local/templates/main/assets/pages/authors-premium/css/main.css?178902433414153 */
/* /local/components/main/faq/templates/.default/style.css?17884284645349 */
