[hidden] {
    display: none !important
}

.db-title-center {
    text-align: center
}

:root {
    --bg: #fff;
    --section: #fbf8fb;
    --ink: #0f172a;
    --muted: #64748b;
    --color-slate-500: var(--muted);
    --line: #e2e8f0;
    --brand: #91446f;
    --brand2: #7d3c62;
    --green: #08bd7e;
    --red: #ff6268;
    --spacing: 4px;
    --shadow: 0 12px 28px rgba(15, 23, 42, .11);
    --shadow-soft: 0 8px 18px rgba(15, 23, 42, .08);
    --radius: 24px;
    --text-xl: 1.25rem;
    --text-xl-line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --font-weight-bold: 700;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

html,
body {
    font-family: var(--font-google-sans, sans-serif);
    margin: calc(var(--spacing) * 0);
    background-color: var(--background, var(--bg));
    min-height: 100vh;
    padding: calc(var(--spacing) * 0);
    color: var(--foreground, var(--ink));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex-direction: column;
    display: flex;
    position: relative;
    line-height: 1.45;
    text-rendering: optimizeLegibility
}

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

.container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto
}

.narrow {
    max-width: 840px
}

.topbar {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .875rem;
    font-weight: 700;
    border-bottom: 1px solid var(--line);
    background: #fff
}

.topbar a {
    text-decoration: underline;
    text-underline-offset: 4px
}

.nav-wrap {
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px)
}

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

.brand {
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -.04em
}

.nav-links {
    display: flex;
    gap: 34px;
    font-size: 1rem;
    font-weight: 700;
    color: #334155
}

.nav-links span {
    color: #94a3b8
}

.nav-cta {
    background: var(--brand);
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    padding: .8rem 1.65rem;
    box-shadow: 0 8px 18px rgba(145, 68, 111, .14)
}

.section-text-center {
    text-align: center;
    padding: 64px 0
}

.hero {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #fff 0%, #fff 72%, #fbf8fb 100%)
}

h1 {
    font-size: clamp(2.6rem, 4.6vw, 3.9rem);
    line-height: 1.03;
    letter-spacing: -.055em;
    font-weight: 800
}

.hero p,
.section-head p,
.final-cta p {
    font-size: var(--text-xl);
    line-height: var(--text-xl-line-height);
    color: var(--muted);
    max-width: 820px;
    margin: 20px auto 0;
    font-weight: 400
}

.hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    margin-top: 30px
}

.hero-visual {
    margin-top: 34px;
    display: flex;
    justify-content: center;
}

.hero-visual img {
    width: min(100%, 1180px);
    height: auto;
    display: block;
}

.landing-home-hero {
    text-align: left;
}

.landing-home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 28px;
    align-items: center;
}

.landing-home-hero-copy p {
    margin-left: 0;
    margin-right: 0;
    max-width: 640px;
}

.landing-home-hero .hero-actions {
    justify-content: flex-start;
}

.landing-home-hero .hero-visual {
    margin-top: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: .9rem 1.8rem;
    font-size: 1rem;
    font-weight: 700
}

.py-3 {
    padding-block: calc(var(--spacing) * 3);
}

.btn.primary,
.price-btn {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 10px 22px rgba(145, 68, 111, .14)
}

.btn.ghost {
    background: #fff;
    border: 1px solid var(--line);
    color: #243247
}

.problem,
.lead-tools,
.editor-showcase,
.faq {
    padding: 70px 0
}

.light {
    background: var(--section);
    padding: 70px 0
}

.section-head {
    margin-bottom: 38px
}

.section-head.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px
}

.section-head.compact {
    max-width: 820px
}

h2 {
    font-size: 2.25rem;
    line-height: 1.13;
    letter-spacing: -.045em;
    font-weight: 800
}

.section-head p {
    font-size: var(--text-xl);
    margin-top: 14px
}

.kicker,
.tool-row span {
    display: block;
    color: var(--brand);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .25rem;
    text-transform: uppercase;
    margin-bottom: 18px
}

.shadowed>* {
    box-shadow: var(--shadow-soft)
}

/* photo 1 pattern */
.problem-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 28px
}

.span-6 {
    grid-column: span 6
}

.span-4 {
    grid-column: span 4
}

.info-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 28px 30px;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    transition: .2s
}

.info-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-2px)
}

.info-card h3,
.process-card h3,
.benefit-card h3,
.tool-row h3,
.module-grid h3 {
    font-size: var(--text-xl);
    line-height: 1.25;
    font-weight: var(--font-weight-bold);
    letter-spacing: -.02em;
    margin: 0 0 10px
}

.info-card p,
.process-card p,
.benefit-card p,
.tool-row p,
.editor-grid p,
.module-grid p {
    font-size: 1rem;
    line-height: var(--text-xl-line-height);
    color: var(--muted);
    font-weight: 400
}

.problem .info-card {
    overflow: hidden;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #f9fbff 0%, #f3f7fd 52%, #eaf1fb 100%);
    border-color: #d9e4f2;
}

.problem .info-card h3,
.problem .info-card p {
    color: inherit;
}

.problem .info-card p {
    margin-bottom: 18px;
    color: var(--muted);
}

.info-card-media {
    margin: 18px -28px 0;
    height: 168px;
    border-top: 0;
    background: linear-gradient(180deg, #edf3fb 0%, #e7eef8 100%);
    position: relative;
    overflow: hidden;
}

.info-card-media img,
.info-card-media svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    max-width: 72%;
    max-height: calc(100% - 10px);
    display: block;
}

.problem .span-6 .info-card-media {
    height: 236px;
}

.problem .span-6 .media-stack img,
.problem .span-6 .media-stack svg,
.problem .span-6 .media-outdated img,
.problem .span-6 .media-outdated svg {
    max-width: 62%;
}

.problem .span-6 .media-outdated img,
.problem .span-6 .media-outdated svg {
    bottom: -16px;
}

.problem .media-stack img,
.problem .media-stack svg {
    bottom: -14px;
    z-index: 2;
}

.problem .span-4 .media-crm img,
.problem .span-4 .media-crm svg {
    max-width: 76%;
    left: 50%;
    bottom: -8px;
}

.problem .span-4 .info-card-media {
    height: 210px;
}

.problem .info-card-media {
    display: none !important;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.problem .media-stack {
    background: linear-gradient(180deg, #edf3fb 0%, #e7eef8 100%);
}

.problem .media-stack,
.problem .media-outdated,
.problem .media-crm,
.problem .media-followup,
.problem .media-cost,
.problem .media-sync,
.problem .media-memory {
    background: transparent;
}

.problem .media-stack {
    background: linear-gradient(180deg, rgba(237, 243, 251, .92) 0%, rgba(231, 238, 248, .9) 100%), url('/assets/site/undraw-problem-paper.svg') center / cover no-repeat;
}

.problem .media-outdated {
    background: linear-gradient(180deg, rgba(241, 233, 240, .92) 0%, rgba(233, 223, 231, .9) 100%), url('/assets/site/undraw-problem-alert.svg') center / cover no-repeat;
}

.problem .media-crm {
    background: linear-gradient(180deg, rgba(234, 243, 255, .92) 0%, rgba(222, 235, 251, .9) 100%), url('/assets/site/undraw-problem-manual.svg') center / cover no-repeat;
}

.problem .media-followup {
    background: linear-gradient(180deg, rgba(252, 243, 225, .92) 0%, rgba(249, 235, 203, .9) 100%), url('/assets/site/undraw-problem-followup.svg') center / cover no-repeat;
}

.problem .media-cost {
    background: linear-gradient(180deg, rgba(246, 233, 237, .92) 0%, rgba(239, 222, 229, .9) 100%), url('/assets/site/undraw-problem-cost.svg') center / cover no-repeat;
}

.problem .media-sync {
    background: linear-gradient(180deg, rgba(232, 246, 242, .92) 0%, rgba(220, 241, 234, .9) 100%), url('/assets/site/undraw-problem-sync.svg') center / cover no-repeat;
}

.problem .media-memory {
    background: linear-gradient(180deg, rgba(233, 241, 253, .92) 0%, rgba(223, 234, 250, .9) 100%), url('/assets/site/undraw-problem-memory.svg') center / cover no-repeat;
}

.info-card-media::before,
.info-card-media::after {
    content: '';
    position: absolute;
    border-radius: 16px;
}

.media-stack::before,
.media-stack::after,
.media-outdated::before,
.media-outdated::after,
.media-crm::before,
.media-crm::after,
.media-followup::before,
.media-followup::after,
.media-cost::before,
.media-cost::after,
.media-sync::before,
.media-sync::after,
.media-memory::before,
.media-memory::after {
    content: none;
}

.media-sync img,
.media-sync svg {
    max-width: 72%;
    bottom: -8px;
}

.media-cost img,
.media-cost svg,
.media-followup img,
.media-followup svg,
.media-memory img,
.media-memory svg {
    max-width: 64%;
    bottom: -10px;
}

.media-outdated::before {
    inset: 30px 70px 88px;
    background: #fff;
    border: 1px solid #dbe6f5;
    box-shadow: 0 10px 24px rgba(88, 116, 151, .14);
}

.media-outdated::after {
    width: 54px;
    height: 54px;
    right: 84px;
    top: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd5d8, #ff8e96);
    box-shadow: 0 6px 14px rgba(255, 98, 104, .28);
}

.media-outdated {
    background: #eaf1fb;
}

.media-crm::before {
    width: 84%;
    height: 54px;
    left: 8%;
    top: 40px;
    background: linear-gradient(180deg, #ffffff, #f6f9ff);
    border: 1px solid #d7e1f1;
}

.media-crm::after {
    width: 72%;
    height: 8px;
    left: 14%;
    top: 62px;
    border-radius: 999px;
    background: #d0dbeb;
    box-shadow: 0 16px 0 #d0dbeb;
}

.media-crm {
    background: #eaf1fb;
}

.media-followup::before {
    width: 170px;
    height: 110px;
    left: 50%;
    top: 34px;
    transform: translateX(-50%) rotate(6deg);
    background: #fff;
    border: 1px solid #dce6f4;
}

.media-followup::after {
    width: 56px;
    height: 56px;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff4f4;
    box-shadow: inset 0 0 0 2px #ff9ea5;
}

.media-cost::before {
    width: 196px;
    height: 124px;
    left: 50%;
    top: 24px;
    transform: translateX(-50%) rotate(8deg);
    background: #fff;
    border: 1px solid #dce6f4;
}

.media-cost::after {
    width: 82px;
    height: 82px;
    right: 34px;
    top: 46px;
    border-radius: 20px;
    background: #fff1f3;
    box-shadow: inset 0 0 0 2px #ff8f99;
}

.media-sync::before {
    width: 80%;
    height: 124px;
    left: 10%;
    top: 30px;
    background: linear-gradient(180deg, #fff, #f7fbff);
    border: 1px solid #dce7f5;
}

.media-sync::after {
    width: 66%;
    height: 10px;
    left: 17%;
    top: 62px;
    border-radius: 999px;
    background: #d1dcee;
    box-shadow: 0 20px 0 #d1dcee, 0 40px 0 #d1dcee;
}

.media-memory::before {
    width: 88px;
    height: 88px;
    left: 18%;
    top: 54px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff, #f5f8ff);
    box-shadow: 0 8px 18px rgba(58, 87, 123, .2);
}

.media-memory::after {
    width: 88px;
    height: 88px;
    right: 18%;
    top: 54px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff, #f5f8ff);
    box-shadow: 0 8px 18px rgba(58, 87, 123, .2);
}

/* photo 2 pattern */
.how {
    padding-top: 76px
}

.how.light {
    background: #f4f2f7;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 36px
}

.process-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 40px 28px 30px;
    min-height: 190px;
    position: relative;
    display: flex;
    flex-direction: column
}

.process-card:before {
    content: '';
    position: absolute;
    left: 28px;
    right: 28px;
    top: 20px;
    height: 2px;
    border-radius: 999px;
    background: #e3eaf3
}

.process-card:hover {
    box-shadow: var(--shadow)
}

.process-card p,
.benefit-card p {
    margin-bottom: 14px;
}

.card-media {
    margin: auto -28px -30px;
    height: 124px;
    background: linear-gradient(180deg, #edf3fb 0%, #e7eef8 100%);
    border-top: 1px solid #dbe6f4;
    overflow: hidden;
}

.card-media svg {
    width: 100%;
    height: 100%;
    display: block;
}

.process-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-shell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    border: 1px solid #ccdaec;
    background: #f6f9ff;
    box-shadow: 0 12px 24px rgba(47, 95, 153, .14);
    color: #4f647d;
}

.process-card-media .icon-shell {
    width: 88px;
    height: 88px;
}

.problem .info-card-media .icon-shell {
    width: 120px;
    height: 120px;
}

.problem .span-6 .info-card-media .icon-shell {
    width: 136px;
    height: 136px;
}

.process-card-media .icon-shell .icon-illustration,
.problem .info-card-media .icon-shell .icon-illustration {
    width: 64px;
    height: 64px;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    max-width: none;
    max-height: none;
    display: block;
    overflow: visible;
}

.icon-shell-violet {
    color: #7c3f73;
}

.icon-shell-blue {
    color: #2f5f99;
}

.icon-shell-green {
    color: #286f66;
}

.icon-shell-amber {
    color: #8b5d14;
}

.icon-shell-rose {
    color: #9a3a57;
}

.benefit-card {
    display: flex;
    flex-direction: column;
}

.benefit-card-media {
    margin-top: auto;
    margin-left: -34px;
    margin-right: -34px;
    margin-bottom: 0;
    height: 194px;
    border-top: 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.benefit-card-media svg {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    max-height: calc(100% - 12px);
    display: block;
}

.benefit-media-app svg {
    max-width: 95%;
}

.benefit-media-trust svg {
    max-width: 95%;
}

.benefit-media-sync svg {
    max-width: 95%;
}

.benefit-media-grow svg {
    max-width: 95%;
}

.benefit-media-eco svg {
    max-width: 95%;
}

/* photo 3 pattern */
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px
}

.benefit-card {
    background: linear-gradient(180deg, #f9fbff 0%, #f3f7fd 52%, #eaf1fb 100%);
    border: 1px solid #d9e4f2;
    border-radius: 24px;
    padding: 34px 34px 0;
    min-height: 420px
}

.benefit-card.featured {
    box-shadow: none
}

.benefit-card h3 {
    color: #0f1b34;
}

.benefit-card p {
    color: #62758e;
    line-height: 1.42;
}

.benefit-card.wide {
    grid-column: span 1
}

.benefit-grid .benefit-card:nth-child(4) {
    grid-column: span 3 / span 3
}

.benefit-grid .benefit-card:nth-child(5) {
    grid-column: span 3 / span 3
}

@media(min-width:900px) {

    .benefit-grid .benefit-card:nth-child(4),
    .benefit-grid .benefit-card:nth-child(5) {
        grid-column: span 1
    }

    .benefit-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .benefit-grid .benefit-card:nth-child(1),
    .benefit-grid .benefit-card:nth-child(2),
    .benefit-grid .benefit-card:nth-child(3) {
        grid-column: span 2
    }

    .benefit-grid .benefit-card:nth-child(4),
    .benefit-grid .benefit-card:nth-child(5) {
        grid-column: span 3
    }
}

.tool-list {
    display: grid;
    gap: 28px
}

.tool-row {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 34px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 32px;
    box-shadow: var(--shadow-soft)
}

.tool-row.reverse {
    grid-template-columns: 340px 1fr
}

.tool-row.reverse>div:first-child {
    order: 2
}

.mock {
    min-height: 200px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff, #f7f1f6);
    border: 1px solid var(--line);
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px
}

.mock b {
    font-size: var(--text-2xl);
    font-weight: 700
}

.mock i {
    font-size: 1rem;
    color: var(--muted)
}

.mock em {
    font-size: .875rem;
    color: var(--brand);
    font-weight: 700;
    font-style: normal
}

.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.compare-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: var(--shadow-soft)
}

.compare-card h3 {
    font-size: var(--text-2xl);
    font-weight: 700;
    margin-bottom: 24px
}

.compare-card ul,
.price-card ul {
    list-style: none;
    display: grid;
    gap: 18px
}

.compare-card li,
.price-card li {
    position: relative;
    padding-left: 38px;
    font-size: 1rem;
    line-height: 1.35;
    color: #475569
}

.compare-card li:before,
.price-card li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -2px;
    width: 26px;
    height: 26px;
    border-radius: 3.40282e38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.compare-card.bad li:before {
    content: '×';
    background: var(--red)
}

.center-action {
    text-align: center;
    margin-top: 40px
}

.editor-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 56px;
    align-items: center
}

.editor-grid h2 {
    margin: 12px 0 16px
}

.phone-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 36px;
    padding: 26px;
    text-align: center;
    box-shadow: var(--shadow)
}

.phone-top {
    height: 135px;
    border-radius: 26px;
    background: linear-gradient(135deg, var(--brand), #c998b7)
}

.avatar {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #e9edf4;
    border: 6px solid #fff;
    margin: -39px auto 16px
}

.phone-card h3 {
    font-size: var(--text-2xl);
    font-weight: 700
}

.phone-card p {
    font-size: 1rem !important;
    margin: 5px 0 18px !important
}

.tabs {
    display: grid;
    gap: 8px;
    margin: 20px 0
}

.tabs span {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    font-weight: 700
}

.phone-card button {
    border: 0;
    background: var(--brand);
    color: #fff;
    border-radius: 16px;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 15px
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch
}

.price-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: none
}

.price-card.featured {
    box-shadow: var(--shadow);
    border-color: #d9c7d2
}

.price-card h3 {
    font-size: var(--text-2xl);
    line-height: 1.15;
    letter-spacing: -.03em;
    font-weight: 700
}

.price-card>p {
    font-size: 1rem;
    color: var(--brand);
    font-weight: 500;
    margin: 8px 0 32px
}

.price {
    font-size: 3.35rem;
    font-weight: 800;
    letter-spacing: -.075em;
    margin-bottom: 28px
}

.price.custom {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -.03em;
    height: 70px;
    display: flex;
    align-items: center
}

.price span {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    color: var(--muted);
    display: inline-block;
    vertical-align: middle
}

.price-card b {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin: 28px 0 18px
}

.price-card ul {
    gap: 12px
}

.price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: .9rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 28px
}

.price-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .94rem;
    line-height: 1.3;
    color: #334155;
    padding-left: 0
}

.price-card li:before {
    content: none
}

.price-card li svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin-top: 0;
    color: #fff
}

.price-card li span {
    display: block;
    letter-spacing: -.01em;
    color: var(--color-slate-700, #334155);
    font-weight: var(--font-weight-medium, 500);
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, 1.25rem))
}

.pricing-inline-help {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    vertical-align: middle;
}

.pricing-inline-help summary {
    list-style: none;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid #c7b2c1;
    color: #91446f;
    font-size: .72rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    background: #fff;
}

.pricing-inline-help summary::-webkit-details-marker {
    display: none;
}

.pricing-inline-help > div {
    position: absolute;
    z-index: 20;
    left: 24px;
    top: -6px;
    width: 260px;
    padding: 10px 12px;
    border: 1px solid #e8d8e2;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    font-size: .8rem;
    line-height: 1.35;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
}

.price-card li .pricing-check {
    margin-top: 2px;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #91446f
}

.billing-note {
    text-align: center;
    margin-top: 28px;
    color: var(--muted);
    font-size: .875rem
}

.billing-note a {
    font-weight: 700;
    text-decoration: underline
}

.faq-list {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    box-shadow: var(--shadow-soft)
}

.faq-list details {
    border-bottom: 1px solid var(--line);
    padding: 22px 30px
}

.faq-list details:last-child {
    border-bottom: 0
}

.faq-list summary {
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer
}

.faq-list p {
    font-size: 1rem;
    color: var(--muted);
    margin-top: 12px
}

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

.module-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 26px;
    box-shadow: none
}

.module-grid article:hover {
    box-shadow: var(--shadow-soft)
}

.final-cta {
    background: #fff
}

.footer {
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 54px 0 32px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    gap: 54px
}

.footer h3,
.footer h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 22px
}

.footer a {
    display: block;
    font-size: 1rem;
    margin: 12px 0;
    color: #111
}

.footer-brand p {
    font-size: .875rem;
    color: var(--muted);
    max-width: 260px;
    margin: 34px 0
}

.socials {
    display: flex;
    gap: 16px
}

.socials a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    font-weight: 700;
    margin: 0
}

.lang {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 15px;
    padding: 13px 16px;
    font-size: 1rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .08)
}

.copyright {
    text-align: right;
    color: var(--muted);
    font-size: .875rem;
    margin-top: 28px
}

@media(max-width:1100px) {
    .container {
        width: min(100% - 32px, 1180px)
    }

    .nav-links {
        display: none
    }

    .hero {
        padding: 52px 0 64px
    }

    h1 {
        font-size: 2.55rem
    }

    .hero p,
    .section-head p,
    .final-cta p {
        font-size: 1.1rem
    }

    .landing-home-hero {
        text-align: center;
    }

    .landing-home-hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .landing-home-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-home-hero .hero-actions {
        justify-content: center;
    }

    .landing-home-hero .hero-visual {
        margin-top: 10px;
    }

    .problem-grid,
    .process-grid,
    .benefit-grid,
    .compare-grid,
    .editor-grid,
    .pricing-grid,
    .footer-grid,
    .tool-row,
    .tool-row.reverse {
        grid-template-columns: 1fr
    }

    .span-6,
    .span-4,
    .benefit-grid .benefit-card:nth-child(n) {
        grid-column: auto
    }

    .tool-row.reverse>div:first-child {
        order: 0
    }

    .btn {
        font-size: 1rem;
        padding: .85rem 1.4rem
    }

    .topbar {
        font-size: .8rem
    }

    .nav {
        height: 62px
    }

    .nav-cta {
        font-size: .95rem;
        padding: .75rem 1.4rem
    }

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

    .copyright {
        text-align: left
    }

    .footer a {
        font-size: 1rem
    }
}

/* v6 refinements */
.nav-cta {
    padding: .72rem 1.45rem;
    font-size: .95rem;
    box-shadow: none
}

.mini-split {
    margin-top: 52px;
    margin-bottom: 32px !important;
    max-width: 760px !important
}

.mini-split p {
    font-size: 1.25rem !important;
    line-height: 1.4 !important
}

.compare-card li {
    font-size: 1.05rem;
    line-height: 1.42;
    padding-left: 34px
}

.compare-card li:before {
    width: 20px;
    height: 20px;
    top: 1px;
    font-size: 12px
}

.compare-card ul {
    gap: 20px
}

.compare-card {
    padding: 34px 38px
}

.compare-card h3 {
    font-size: 1.5rem;
    font-weight: 700
}

.pricing-grid {
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto
}

.price-card {
    border-radius: 24px;
    padding: 30px 28px 34px;
    box-shadow: none
}

.price-card.featured {
    box-shadow: 0 10px 28px rgba(15, 23, 42, .12)
}

.price-card h3 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.15
}

.price-card>p {
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin: 8px 0 30px;
    color: var(--brand)
}

.price {
    font-size: 3rem
}

.price-card li:before {
    border-radius: 3.40282e38px
}

.billing-note {
    font-size: .875rem !important
}

.faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: visible
}

.faq-list details {
    background: #fff;
    border: 1px solid var(--line) !important;
    border-radius: 22px;
    padding: 22px 24px;
    box-shadow: none
}

.faq-list summary {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
    position: relative;
    padding-right: 34px
}

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

.faq-list summary:after {
    content: '⌄';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #111
}

.faq-list details[open] summary:after {
    transform: rotate(180deg)
}

.faq-list p {
    font-size: .95rem;
    color: var(--muted);
    line-height: 1.55
}

@media(max-width:900px) {
    .faq-list {
        grid-template-columns: 1fr
    }

    .compare-card li:before {
        width: 20px;
        height: 20px
    }

    .pricing-grid {
        gap: 18px
    }
}


/* v7 requested refinements */
.compare-grid {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    gap: 22px
}

.compare-card {
    padding: 22px 24px 24px
}

.compare-card li {
    font-size: 1rem
}

.compare-card li:before {
    width: 18px;
    height: 18px;
    font-size: 11px;
    top: 2px
}

.compare-card ul {
    gap: 17px
}

.footer-brand p {
    font-size: .78rem;
    line-height: 1.55;
    max-width: 235px
}

.lang {
    appearance: auto;
    cursor: pointer;
    min-width: 78px
}

.final-cta {
    background: #fff;
    padding: 64px 0 76px
}

.cta-panel {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 330px;
    padding: 58px 60px;
    background: linear-gradient(135deg, #91446f 0%, #b884a3 48%, #ead3e0 100%);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: center;
    box-shadow: 0 22px 60px rgba(145, 68, 111, .18)
}

.cta-copy {
    max-width: 560px;
    position: relative;
    z-index: 2
}

.cta-copy p {
    font-size: 1.08rem;
    line-height: 1.55;
    font-weight: 500;
    color: rgba(255, 255, 255, .88);
    margin: 0 0 22px;
    max-width: 540px
}

.cta-actions {
    display: flex;
    gap: 14px
}

.btn.cta-dark {
    background: #874067;
    color: #fff;
    box-shadow: none
}

.btn.cta-light {
    background: #fff;
    color: #91446f;
    box-shadow: none
}

.cta-visual {
    position: absolute;
    right: 54px;
    bottom: -28px;
    width: 380px;
    height: 360px;
    opacity: .9
}

.cta-visual-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-phone {
    position: absolute;
    right: 72px;
    bottom: 22px;
    width: 210px;
    padding: 16px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .86);
    color: var(--ink);
    box-shadow: 0 28px 70px rgba(65, 27, 50, .24);
    transform: rotate(-4deg)
}

.cta-phone-cover {
    height: 88px;
    border-radius: 20px;
    background: linear-gradient(135deg, #91446f, #d5a8c0);
    margin-bottom: 0
}

.cta-avatar {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #eef2f7;
    border: 5px solid #fff;
    margin: -28px auto 10px
}

.cta-phone strong,
.cta-phone span,
.cta-phone i {
    display: block;
    text-align: center
}

.cta-phone strong {
    font-size: 1rem
}

.cta-phone span {
    font-size: .78rem;
    color: #64748b;
    margin-top: 2px
}

.cta-phone i {
    margin: 14px auto 0;
    border-radius: 999px;
    background: #f8eef4;
    color: #91446f;
    padding: 8px 10px;
    font-size: .72rem;
    font-weight: 800;
    font-style: normal
}

.cta-card-mini {
    position: absolute;
    right: 235px;
    bottom: 70px;
    width: 168px;
    height: 104px;
    border-radius: 18px;
    background: linear-gradient(135deg, #111827, #334155);
    box-shadow: 0 25px 60px rgba(15, 23, 42, .25);
    display: flex;
    align-items: flex-end;
    padding: 16px;
    color: #fff;
    font-weight: 800;
    transform: rotate(8deg)
}

.faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: visible
}

.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    text-align: left;
    font: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
    cursor: pointer
}

.faq-question span {
    font-size: 1.35rem;
    line-height: 1;
    transition: transform .28s cubic-bezier(.2, .8, .2, 1)
}

.faq-item.is-open .faq-question span {
    transform: rotate(180deg)
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .32s cubic-bezier(.2, .8, .2, 1), opacity .24s ease;
    opacity: 0
}

.faq-answer>p {
    overflow: hidden;
    margin: 0;
    padding: 0 24px;
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.55
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
    opacity: 1
}

.faq-item.is-open .faq-answer>p {
    padding-bottom: 22px
}

/* Registration flow styles */
.register-main {
    min-height: 100vh;
    background: linear-gradient(180deg, #fff 0%, #fbf8fb 100%);
    padding: 56px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: var(--ink);
}

.register-wrap {
    width: min(760px, 100%)
}

.register-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0
}

.register-step-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f8eef4;
    color: var(--brand);
    font-size: .875rem;
    font-weight: 700
}

.register-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px
}

.register-form {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08)
}

.register-loading {
    position: absolute;
    inset: 0;
    z-index: 5;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700
}

.register-loading-spinner {
    width: 22px;
    height: 22px;
    border: 3px solid #ead3e0;
    border-top-color: var(--brand);
    border-radius: 50%;
    animation: registerSpin .8s linear infinite
}

@keyframes registerSpin {
    to {
        transform: rotate(360deg)
    }
}

.register-step {
    display: none
}

.register-step.is-active {
    display: block
}

.register-head {
    text-align: center;
    margin-bottom: 28px
}

.register-title {
    font-size: 2.25rem;
    line-height: 1.1;
    letter-spacing: -.045em;
    font-weight: 800;
    margin: 0
}

.register-subtitle {
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--muted);
    margin: 10px auto 0;
    max-width: 560px
}

.register-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.register-choice-card {
    appearance: none;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 22px;
    padding: 26px;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
    transition: border-color .2s, box-shadow .2s, transform .2s
}

.register-choice-card:hover,
.register-choice-card[aria-pressed="true"] {
    border-color: #d7b6ca;
    box-shadow: 0 12px 28px rgba(145, 68, 111, .12);
    transform: translateY(-1px)
}

.register-choice-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #f8eef4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 18px
}

.register-choice-card h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 8px
}

.register-choice-card p {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--muted);
    margin: 0
}

.register-card {
    display: grid;
    gap: 18px;
    background: #fff
}

.register-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.register-group {
    display: grid;
    gap: 8px
}

.register-checkbox-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .88rem;
    color: var(--muted)
}

.register-label {
    font-size: .92rem;
    font-weight: 700;
    color: #243247
}

.required {
    color: var(--brand)
}

.register-input,
.register-country {
    width: 100%;
    height: 58px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    padding: 0 18px;
    font: inherit;
    font-size: 1rem;
    color: var(--ink);
    outline: none;
    transition: border-color .15s ease
}

.register-input::placeholder,
.register-country::placeholder {
    color: #94a3b8
}

.register-input:focus,
.register-country:focus {
    border-color: #c89ab7;
    box-shadow: 0 0 0 4px rgba(145, 68, 111, .1)
}

.register-phone {
    display: grid;
    grid-template-columns: 135px 1fr;
    gap: 10px
}

.register-input-file {
    width: 100%;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    background: #f8fafc;
    padding: 18px;
    font: inherit;
    color: var(--muted)
}

.register-password-wrap {
    position: relative
}

.register-password-input {
    padding-right: 78px
}

.register-password-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #f8eef4;
    color: var(--brand);
    padding: 0 14px;
    font-weight: 700;
    cursor: pointer
}

.register-password-rules {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    margin-top: 4px
}

.register-password-rule {
    font-size: .82rem;
    color: var(--muted);
    position: relative;
    padding-left: 18px
}

.register-password-rule:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #cbd5e1
}

.register-password-rule.is-valid {
    color: #0f9f6e
}

.register-password-rule.is-valid:before {
    content: '✓';
    color: #0f9f6e;
    font-weight: 800
}

.register-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px
}

.register-btn {
    border: 0;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    padding: 14px 24px;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(145, 68, 111, .14)
}

.register-btn-secondary {
    background: #fff;
    color: #243247;
    border: 1px solid var(--line);
    box-shadow: none
}

.register-feedback {
    margin-top: 16px;
    border-radius: 14px;
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
    padding: 12px 14px;
    font-size: .92rem
}

.register-feedback ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 4px
}

.register-terms {
    font-size: .82rem;
    line-height: 1.5;
    color: var(--muted);
    text-align: center;
    margin: 18px 0 0
}

.register-terms a {
    color: var(--brand);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px
}

@media(max-width:900px) {
    .compare-grid {
        max-width: 100%
    }

    .compare-card {
        padding: 24px
    }

    .cta-panel {
        grid-template-columns: 1fr;
        padding: 38px 28px;
        min-height: auto
    }

    .cta-visual {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 230px;
        margin-top: 26px
    }

    .cta-phone {
        right: 20px;
        bottom: 0
    }

    .cta-card-mini {
        right: 170px;
        bottom: 42px
    }

    .faq-list {
        grid-template-columns: 1fr
    }

    .register-form {
        padding: 24px
    }

    .register-title {
        font-size: 1.9rem
    }

    .register-subtitle {
        font-size: 1.05rem
    }

    .register-choice-grid,
    .register-row-2,
    .register-phone {
        grid-template-columns: 1fr
    }

    .register-password-rules {
        grid-template-columns: 1fr
    }
}

/* v10 register validation: clean borders, no glow */
.register-input,
.register-country,
.register-input-file {
    border: 1px solid #d7deea !important;
    box-shadow: none !important;
}

.register-input:focus,
.register-country:focus {
    border-color: var(--brand) !important;
    outline: none !important;
    box-shadow: none !important;
}

.register-input.error,
.register-country.error,
.register-input-file.error {
    border-color: #dc2626 !important;
    box-shadow: none !important;
}

.register-error {
    display: block;
    margin-top: 8px;
    color: #b91c1c;
    font-size: .875rem;
    line-height: 1.35;
    font-weight: 700;
}

/* Login v2 */
.login-v2-page {
    background: #fff;
    color: var(--ink);
}

.login-v2-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(420px, 520px) 1fr;
    background: #fff;
    overflow: hidden
}

.login-v2-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 56px;
    background: linear-gradient(180deg, #fff 0%, #fbf8fb 100%)
}

.login-v2-panel {
    width: 100%;
    max-width: 420px
}

.login-v2-logo {
    display: inline-flex;
    margin-bottom: 42px;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -.04em;
    color: var(--ink)
}

.login-v2-head h1 {
    font-size: 2.25rem;
    line-height: 1.08;
    letter-spacing: -.05em;
    font-weight: 800;
    margin: 0 0 12px;
    color: var(--ink)
}

.login-v2-head p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--muted);
    margin: 0 0 30px;
    max-width: 390px
}

.login-v2-form {
    display: grid;
    gap: 14px
}

.login-v2-field {
    display: block
}

.login-v2-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.login-v2-field input {
    width: 100%;
    height: 58px;
    border: 1px solid #d7deea;
    border-radius: 18px;
    background: #fff;
    padding: 0 18px;
    font: inherit;
    font-size: 1rem;
    color: var(--ink);
    box-shadow: none;
    outline: none;
    transition: border-color .15s ease
}

.login-v2-field input::placeholder {
    color: #94a3b8
}

.login-v2-field input:focus {
    border-color: var(--brand);
    box-shadow: none;
    outline: none
}

.login-v2-field input.error {
    border-color: #dc2626;
    box-shadow: none
}

.login-v2-pass {
    position: relative
}

.login-v2-pass input {
    padding-right: 78px
}

.login-v2-pass button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #f8eef4;
    color: var(--brand);
    padding: 0 14px;
    font-weight: 700;
    cursor: pointer
}

.login-v2-error {
    display: block;
    margin-top: 8px;
    color: #b91c1c;
    font-size: .875rem;
    line-height: 1.35;
    font-weight: 700
}

.login-v2-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 2px 0 4px;
    font-size: .92rem
}

.login-v2-row a {
    color: var(--brand);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px
}

.login-v2-check {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #334155
}

.login-v2-check input {
    width: 16px;
    height: 16px;
    accent-color: var(--brand)
}

.login-v2-submit {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(145, 68, 111, .14);
    margin-top: 4px
}

.login-v2-submit:hover {
    background: var(--brand2)
}

.login-v2-divider {
    position: relative;
    text-align: center;
    margin: 28px 0 22px;
    color: #94a3b8;
    font-size: .875rem;
    font-weight: 700
}

.login-v2-divider:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e2e8f0
}

.login-v2-divider span {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 14px
}

.login-v2-terms {
    margin-top: 0 !important;
    text-align: left !important;
    font-size: .82rem !important;
    color: var(--muted)
}

.login-v2-meta {
    margin-top: 22px;
    text-align: center;
    color: #64748b;
    font-size: .95rem
}

.login-v2-meta a {
    color: var(--brand);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px
}

.auth-version {
    margin-top: 10px;
    text-align: center;
    color: #94a3b8;
    font-size: .78rem !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: .03em;
}

.register-version-under-form {
    margin-top: 8px;
    margin-bottom: 0;
}

.login-v2-art {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 65% 35%, rgba(145, 68, 111, .22), transparent 34%), linear-gradient(135deg, #f8eef4, #fff 58%, #eef2ff);
    overflow: hidden
}

.login-v2-art img {
    width: min(78%, 760px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 70px rgba(15, 23, 42, .18));
    position: relative;
    z-index: 2
}

.login-v2-art:before {
    content: '';
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(145, 68, 111, .1);
    right: 10%;
    top: 18%
}

.login-v2-art:after {
    content: 'Linkio';
    position: absolute;
    right: 8%;
    bottom: 8%;
    font-size: 8vw;
    font-weight: 900;
    letter-spacing: -.08em;
    color: rgba(15, 23, 42, .045);
    line-height: 1
}

.login-v2-art-fade {
    position: absolute;
    inset: auto 0 0 0;
    height: 38%;
    background: linear-gradient(0deg, rgba(255, 255, 255, .85), transparent)
}

.login-v2-art-card {
    width: min(540px, 80%);
    aspect-ratio: 1.2/1;
    border-radius: 38px;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 28px 90px rgba(15, 23, 42, .14);
    backdrop-filter: blur(18px);
    padding: 34px;
    position: relative;
    z-index: 2;
    display: grid;
    align-content: center;
    gap: 18px
}

.login-v2-art-card .mini-profile {
    height: 86px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--brand), #d4a0bd)
}

.login-v2-art-card .mini-line {
    height: 14px;
    border-radius: 999px;
    background: #e2e8f0
}

.login-v2-art-card .mini-line.short {
    width: 62%
}

.login-v2-art-card .mini-button {
    height: 44px;
    width: 160px;
    border-radius: 999px;
    background: var(--brand);
    margin-top: 6px
}

@media(max-width:920px) {
    .login-v2-shell {
        grid-template-columns: 1fr
    }

    .login-v2-art {
        display: none
    }

    .login-v2-main {
        padding: 36px 22px
    }

    .login-v2-logo {
        margin-bottom: 34px
    }

    .login-v2-head h1 {
        font-size: 2rem
    }
}

/* Contact page */
.contact-page {
    background: #fff;
    color: var(--ink);
}

.contact-nav {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.contact-brand {
    font-size: 1.45rem;
    font-weight: 850;
    letter-spacing: -.05em;
    color: var(--ink)
}

.contact-nav nav {
    display: flex;
    gap: 12px;
    align-items: center
}

.contact-nav nav a {
    height: 42px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 17px;
    color: #334155;
    font-size: .95rem;
    font-weight: 700
}

.contact-nav nav a:last-child {
    background: var(--brand);
    color: #fff
}

.contact-main {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 76px)
}

.contact-bg {
    position: absolute;
    inset: 0 0 auto 0;
    height: 460px;
    background: linear-gradient(180deg, rgba(145, 68, 111, .18) 0%, rgba(145, 68, 111, .09) 42%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none
}

.section-container {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto
}

.contact-shell {
    position: relative;
    padding: 64px 0 86px
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
    gap: 64px;
    align-items: start
}

.contact-copy {
    display: flex;
    flex-direction: column;
    gap: 54px
}

.contact-hero-copy {
    min-height: 190px
}

.contact-kicker {
    display: inline-flex;
    margin-bottom: 20px;
    color: var(--brand);
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .25rem
}

.contact-hero-copy h1 {
    font-size: 3rem;
    line-height: 1.04;
    letter-spacing: -.055em;
    font-weight: 850;
    margin: 0;
    color: var(--ink)
}

.contact-hero-copy p {
    margin: 16px 0 0;
    max-width: 590px;
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--muted);
    font-weight: 500
}

.contact-reason-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 26px
}

.contact-reason {
    display: flex;
    gap: 12px
}

.contact-check {
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #eef2ff;
    color: var(--brand);
    font-size: .82rem;
    font-weight: 900;
    flex: 0 0 auto
}

.contact-reason h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 750;
    color: var(--ink)
}

.contact-reason p {
    margin: 5px 0 0;
    font-size: .875rem;
    line-height: 1.45;
    color: var(--muted)
}

.contact-form-col {
    display: flex;
    flex-direction: column
}

.contact-card {
    position: sticky;
    top: 26px;
    background: #fff;
    border: 1px solid #d7deea;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .1)
}

.contact-form {
    display: grid;
    gap: 18px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.form-row.one {
    grid-template-columns: 1fr
}

.form-group {
    display: grid;
    gap: 8px
}

.form-label {
    font-size: .92rem;
    line-height: 1.35;
    font-weight: 750;
    color: #0f172a
}

.required {
    color: var(--brand)
}

.form-input,
.form-textarea,
.contact-select-trigger {
    width: 100%;
    border: 1px solid #d7deea;
    border-radius: 15px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 1rem;
    box-shadow: none;
    outline: none;
    transition: border-color .15s ease
}

.form-input {
    height: 50px;
    padding: 0 15px
}

.form-textarea {
    min-height: 128px;
    padding: 14px 15px;
    resize: vertical
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #94a3b8
}

.form-input:focus,
.form-textarea:focus,
.contact-select-trigger:focus {
    border-color: var(--brand);
    box-shadow: none;
    outline: none
}

.form-input.error,
.form-textarea.error,
.contact-select-trigger.error {
    border-color: #dc2626 !important;
    box-shadow: none !important
}

.form-error {
    margin-top: 2px;
    color: #b91c1c;
    font-size: .875rem;
    line-height: 1.35;
    font-weight: 700
}

.phone-input {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 10px
}

.phone-prefix {
    height: 50px;
    border: 1px solid #d7deea;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #334155;
    font-weight: 750;
    font-size: .95rem
}

.contact-select {
    position: relative
}

.contact-select-trigger {
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer
}

.contact-select-caret {
    font-size: 1.15rem;
    color: #64748b
}

.contact-select-menu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d7deea;
    border-radius: 16px;
    padding: 6px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .12);
    max-height: 280px;
    overflow: auto
}

.contact-select-option {
    width: 100%;
    height: 42px;
    border: 0;
    background: transparent;
    border-radius: 12px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    font: inherit;
    font-size: .95rem;
    font-weight: 650;
    color: #334155;
    cursor: pointer;
    text-align: left
}

.contact-select-option:hover {
    background: #f8fafc
}

.contact-select-option.is-selected {
    background: #f8eef4;
    color: var(--brand)
}

.contact-select-check {
    width: 18px;
    opacity: 0;
    color: var(--brand);
    font-weight: 900
}

.contact-select-option.is-selected .contact-select-check {
    opacity: 1
}

.contact-select-native {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px
}

.form-button {
    height: 54px;
    border: 0;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font: inherit;
    font-size: 1rem;
    font-weight: 850;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(145, 68, 111, .14)
}

.form-button:hover {
    background: var(--brand2)
}

@media(max-width:960px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .contact-card {
        position: relative;
        top: auto
    }

    .contact-hero-copy h1 {
        font-size: 2.35rem
    }

    .contact-hero-copy p {
        font-size: 1.08rem
    }

    .contact-reason-grid {
        grid-template-columns: 1fr
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .phone-input {
        grid-template-columns: 1fr
    }

    .contact-nav {
        width: min(100% - 30px, 1180px)
    }

    .section-container {
        width: min(100% - 30px, 1180px)
    }
}


/* Full pricing page */
.prices-page {
    background: #fff;
    color: var(--ink);
}

.section-gradient {
    min-height: 100vh;
    background: linear-gradient(180deg, rgba(145, 68, 111, .16) 0%, rgba(145, 68, 111, .07) 28%, #fff 62%)
}

.prices-main {
    padding: 68px 0 88px
}

.prices-page .price-card>p {
    margin: 8px 0 14px !important;
    font-weight: 600 !important
}

.prices-page .price {
    margin-bottom: 20px
}

.prices-hero {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 46px
}

.prices-hero h1 {
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.04;
    letter-spacing: -.06em;
    font-weight: 850
}

.prices-hero p {
    max-width: 640px;
    margin: 18px auto 0;
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--muted);
    font-weight: 500
}

.billing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto 48px;
    flex-wrap: wrap
}

.billing-toggle span {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a
}

.billing-toggle span.muted {
    color: #64748b
}

.billing-switch {
    position: relative;
    width: 64px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
    transition: .2s
}

.billing-switch:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .18);
    transition: .2s
}

.billing-switch[aria-checked="true"] {
    background: var(--brand)
}

.billing-switch[aria-checked="true"]:before {
    transform: translateX(32px)
}

.save-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(145, 68, 111, .18);
    background: #f8eef4;
    color: var(--brand);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: .78rem !important;
    font-weight: 850 !important
}

.prices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 84px
}

.full-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
    min-height: 390px
}

.full-price-card.featured {
    border: 2px solid var(--brand);
    box-shadow: 0 20px 54px rgba(145, 68, 111, .16)
}

.recommended {
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
    background: var(--brand);
    color: #fff;
    border-radius: 999px;
    padding: 7px 16px;
    font-size: .76rem;
    font-weight: 850;
    white-space: nowrap
}

.full-price-card h2 {
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.035em
}

.full-price-card>p {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand);
    margin-top: 6px
}

.full-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 14px 0 18px
}

.full-price strong {
    font-size: 3.75rem;
    line-height: .9;
    letter-spacing: -.075em;
    font-weight: 850
}

.full-price span {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 4px;
    font-size: 1rem;
    line-height: 1.25;
    color: #64748b;
    font-weight: 600
}

.full-price span b {
    font-size: .92rem;
    color: #0f172a
}

.full-price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-size: 1rem;
    font-weight: 850;
    margin-bottom: 26px
}

.full-price-note {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a
}

.full-price-card ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin-top: 18px
}

.full-price-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
    font-size: .94rem;
    color: #334155;
    line-height: 1.3
}

.full-price-card li:before {
    content: none
}

.full-price-card li .pricing-check {
    margin-top: 2px;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #91446f
}

.full-price-card li svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin-top: 0;
    color: #fff
}

.full-price-card li span {
    display: block;
    letter-spacing: -.01em;
    color: var(--color-slate-700, #334155);
    font-weight: var(--font-weight-medium, 500);
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, 1.25rem))
}

.pricing-compare-section {
    padding-bottom: 20px
}

.prices-page .pricing-compare-section {
    margin-top: 40px
}

.pricing-compare-subtitle {
    text-align: center;
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 34px
}

.pricing-compare-wrap {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07)
}

.pricing-scroll {
    overflow-x: auto
}

.pricing-compare-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    table-layout: fixed
}

.pricing-compare-table th {
    background: #f8fafc;
    padding: 20px 24px;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 850;
    color: #0f172a
}

.pricing-compare-table th:not(:first-child) {
    text-align: center
}

.pricing-compare-table td {
    padding: 14px 24px;
    font-size: 1rem;
    color: #475569
}

.pricing-compare-table td:not(:first-child) {
    text-align: center
}

.pricing-compare-table tr:nth-child(odd) td {
    background: #f8fafc
}

.pricing-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    line-height: 0
}

.pricing-icon.yes {
    background: #91446f;
    color: #fff
}

.pricing-icon.yes svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: #fff
}

.pricing-icon.no {
    background: #cbd5e1;
    color: #fff
}

.pricing-icon.no svg {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    color: #fff
}

.pricing-val {
    font-size: .9rem;
    font-weight: 750;
    color: #334155
}

.pricing-compare-controls {
    text-align: center;
    margin-top: 24px
}

.pricing-compare-more {
    border: 0;
    border-radius: 999px;
    background: #f8eef4;
    color: var(--brand);
    font-size: 1rem;
    font-weight: 850;
    padding: 13px 22px;
    cursor: pointer
}

.pricing-compare-wrap.is-expanded tr[hidden] {
    display: table-row !important
}

.pricing-compare-wrap.is-expanded tr.pricing-row-preview {
    display: table-row
}

.pricing-compare-wrap:not(.is-expanded) tr[hidden] {
    display: none !important
}

@media(max-width:960px) {
    .prices-main {
        padding: 44px 0 72px
    }

    .prices-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto
    }

    .full-price-card {
        min-height: auto
    }

    .billing-toggle {
        margin-bottom: 32px
    }

    .pricing-compare-table th,
    .pricing-compare-table td {
        padding-left: 16px;
        padding-right: 16px
    }

    .prices-hero p {
        font-size: 1.08rem
    }
}


/* FAQ full page */
.faq-page {
    background: #fff;
    color: var(--ink);
}

.faq-hero {
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, rgba(145, 68, 111, .14) 0%, rgba(145, 68, 111, .06) 48%, #fff 100%);
    padding: 74px 0 54px
}

.faq-hero h1 {
    font-size: clamp(2.35rem, 5vw, 3.75rem);
    line-height: 1.03;
    letter-spacing: -.06em;
    font-weight: 700;
    color: #0f172a
}

.faq-hero p {
    max-width: 720px;
    margin-top: 14px;
    color: #64748b;
    font-size: 1.08rem;
    line-height: 1.55;
    font-weight: 500
}

.faq-layout {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 250px;
    gap: 42px;
    align-items: start;
    padding: 48px 0 28px
}

.faq-side {
    position: sticky;
    top: 92px
}

.faq-side ul {
    list-style: none;
    display: grid;
    gap: 4px
}

.faq-side a {
    display: block;
    border-radius: 10px;
    padding: 10px 12px;
    color: #64748b;
    font-size: .95rem;
    font-weight: 650;
    white-space: nowrap
}

.faq-side a:hover,
.faq-side a.is-active {
    background: #f8eef4;
    color: var(--brand)
}

.faq-section {
    margin-bottom: 54px;
    scroll-margin-top: 96px
}

.faq-section h2 {
    margin-bottom: 28px
}

.faq-accordion {
    display: grid;
    gap: 12px
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #f8fafc;
    overflow: hidden;
    transition: background .2s, border-color .2s, box-shadow .2s
}

.faq-item.is-open {
    background: #fff;
    border-color: #d7deea;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06)
}

.faq-trigger {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    padding: 18px 18px;
    font: inherit;
    font-size: 1.06rem;
    line-height: 1.3;
    font-weight: 500;
    color: #0f172a;
    cursor: pointer
}

.faq-trigger svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    transition: transform .28s ease;
    color: #64748b
}

.faq-item.is-open .faq-trigger svg {
    transform: rotate(180deg);
    color: var(--brand)
}

.faq-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .36s cubic-bezier(.22, 1, .36, 1), opacity .26s ease
}

.faq-item.is-open .faq-panel {
    opacity: 1
}

.faq-panel-inner {
    padding: 0 18px 18px;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 500
}

.faq-right-card {
    position: sticky;
    top: 92px
}

.faq-right-card-inner {
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .07);
    padding: 22px
}

.faq-right-card h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: -.035em
}

.faq-right-card p {
    margin: 10px 0 18px;
    color: #64748b;
    font-size: .95rem;
    line-height: 1.5;
    font-weight: 500
}

.faq-right-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    padding: 12px 18px;
    font-size: .95rem;
    font-weight: 850
}

.faq-cta {
    padding: 46px 0 84px
}

.faq-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, var(--brand) 0%, #b76f98 54%, #f7ddea 100%);
    padding: 54px 58px;
    min-height: 300px
}

.faq-cta-card:after {
    content: '';
    position: absolute;
    right: 34px;
    bottom: -32px;
    width: 390px;
    height: 250px;
    border-radius: 34px;
    background: rgba(255, 255, 255, .28);
    border: 1px solid rgba(255, 255, 255, .38);
    box-shadow: 0 20px 60px rgba(42, 17, 31, .16);
    transform: rotate(-4deg)
}

.faq-cta-content {
    position: relative;
    z-index: 2;
    max-width: 610px
}

.faq-cta-card p {
    margin-top: 16px;
    color: rgba(255, 255, 255, .86);
    font-size: 1.18rem;
    line-height: 1.5;
    font-weight: 650
}

.faq-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px
}

.faq-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 24px;
    font-size: 1rem;
    font-weight: 850
}

.faq-cta-actions .primary {
    background: #fff;
    color: var(--brand)
}

.faq-cta-actions .secondary {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

@media(max-width:1100px) {
    .faq-layout {
        grid-template-columns: 180px minmax(0, 1fr)
    }

    .faq-right-card {
        display: none
    }
}

@media(max-width:860px) {
    .faq-hero {
        padding: 52px 0 38px
    }

    .faq-layout {
        display: block;
        padding-top: 34px
    }

    .faq-side {
        display: none
    }

    .faq-section {
        margin-bottom: 42px
    }

    .faq-trigger {
        font-size: 1rem;
        padding: 16px
    }

    .faq-panel-inner {
        padding: 0 16px 16px
    }

    .faq-cta-card {
        padding: 36px 24px;
        min-height: auto
    }

    .faq-cta-card:after {
        display: none
    }

    .faq-cta-card p {
        font-size: 1.02rem
    }

    .faq-cta-actions a {
        width: 100%
    }
}

/* Header menu (from linkio-header-menu) */
.linkio-header {
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    background: rgba(255, 255, 255, .76);
    backdrop-filter: blur(22px);
    border-bottom: 1px solid rgba(226, 232, 240, .78)
}

.linkio-nav {
    position: relative;
    max-width: 1240px;
    height: 64px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.linkio-logo {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    text-decoration: none;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: -.045em;
    color: var(--text)
}

.linkio-logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand);
    color: #fff;
    font-size: .92rem;
    font-weight: 900;
    box-shadow: 0 12px 24px -18px rgba(132, 67, 105, .7)
}

.linkio-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: .55rem
}

.linkio-nav-item {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: -14px
}

.linkio-nav-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px
}

.linkio-nav-trigger,
.linkio-nav-link {
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .95rem;
    font-weight: 700;
    color: #475569;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease
}

.linkio-nav-link {
    justify-content: center;
}

.linkio-nav-trigger svg {
    width: 15px;
    height: 15px;
    stroke: #94a3b8;
    stroke-width: 2.25;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .18s ease, stroke .18s ease
}

.linkio-nav-trigger:hover,
.linkio-nav-link:hover,
.linkio-nav-item:hover .linkio-nav-trigger {
    background: #f1f5f9;
    color: var(--text)
}

.linkio-nav-item:hover .linkio-nav-trigger svg,
.linkio-nav-trigger:hover svg {
    transform: rotate(180deg);
    stroke: #475569
}

.linkio-dropdown {
    position: absolute;
    top: calc(100% + .1rem);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    width: 690px;
    padding: 1rem;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 60px -28px rgba(15, 23, 42, .28), 0 10px 24px -20px rgba(15, 23, 42, .22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease
}

.linkio-nav-item:hover .linkio-dropdown,
.linkio-nav-item:focus-within .linkio-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0)
}

.linkio-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem
}

.linkio-drop-card {
    min-height: 142px;
    padding: 1rem;
    border-radius: 1.15rem;
    border: 1px solid #edf2f7;
    background: linear-gradient(180deg, #fff 0%, #fbf7fa 100%);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.linkio-drop-card:hover {
    transform: translateY(-2px);
    border-color: rgba(132, 67, 105, .26);
    box-shadow: 0 18px 38px -30px rgba(15, 23, 42, .34)
}

.drop-icon {
    width: 34px;
    height: 34px;
    border-radius: .85rem;
    margin-bottom: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900
}

.drop-icon.purple {
    background: var(--brand)
}

.drop-icon.blue {
    background: #2563eb
}

.drop-icon.dark {
    background: #0f172a
}

.drop-icon.violet {
    background: #8b5cf6
}

.drop-icon.green {
    background: #10b981
}

.drop-icon.amber {
    background: #f59e0b
}

.drop-icon.red {
    background: #ef4444
}

.linkio-drop-card b,
.linkio-drop-row b {
    display: block;
    font-size: .92rem;
    line-height: 1.25;
    font-weight: 800;
    color: var(--text)
}

.linkio-drop-card span:not(.drop-icon) {
    display: block;
    margin-top: .35rem;
    font-size: .79rem;
    line-height: 1.45;
    color: var(--muted)
}

.font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold)
}

.text-slate-500 {
    color: var(--color-slate-500, var(--muted))
}

.mt-2 {
    margin-top: calc(var(--spacing) * 2)
}

.info-card h3,
.process-card h3,
.benefit-card h3,
.tool-row h3,
.module-grid h3,
.compare-card h3,
.price-card h3,
.phone-card h3,
.faq-right-card h3,
.linkio-drop-card b,
.linkio-drop-row b,
.linkio-drop-row strong {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold)
}

.info-card p,
.process-card p,
.benefit-card p,
.tool-row p,
.module-grid p,
.contact-reason p,
.faq-panel-inner,
.faq-right-card p,
.linkio-drop-card span:not(.drop-icon),
.linkio-drop-row small {
    color: var(--color-slate-500, var(--muted))
}

.linkio-drop-card span:not(.drop-icon),
.linkio-drop-row small {
    margin-top: calc(var(--spacing) * 2)
}

.linkio-dropdown-small {
    width: 370px;
    display: flex;
    flex-direction: column;
    gap: .35rem
}

.linkio-drop-row {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: .8rem;
    border-radius: 1rem;
    text-decoration: none;
    transition: background-color .15s ease
}

.linkio-drop-row:hover {
    background: #f8fafc
}

.row-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft, #f7eef3);
    color: var(--brand);
    font-size: .95rem;
    font-weight: 900;
    flex: 0 0 auto
}

.linkio-drop-row small {
    display: block;
    margin-top: .22rem;
    font-size: .78rem;
    line-height: 1.4;
    color: var(--muted)
}

.linkio-actions {
    display: flex;
    align-items: center;
    gap: 1rem
}

.linkio-login {
    text-decoration: none;
    color: #475569;
    font-size: .94rem;
    font-weight: 700
}

.linkio-login:hover {
    color: var(--text)
}

.linkio-cta {
    min-height: 40px;
    padding: 0 1.05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    text-decoration: none;
    font-size: .94rem;
    font-weight: 800;
    box-shadow: 0 16px 34px -22px rgba(132, 67, 105, .85);
    transition: background-color .15s ease, transform .15s ease
}

.linkio-cta:hover {
    background: var(--brand-dark, #6d3656);
    transform: translateY(-1px)
}

.linkio-mobile-btn {
    display: none;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: .85rem;
    background: #f8fafc;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer
}

.linkio-mobile-btn span {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: #0f172a
}

@media (max-width:980px) {

    .linkio-menu,
    .linkio-actions {
        display: none
    }

    .linkio-mobile-btn {
        display: inline-flex
    }
}

/* FAQ arrow style: same visual language as header menu arrow */
.faq-trigger svg {
    width: 15px;
    height: 15px;
    stroke: #94a3b8;
    stroke-width: 2.25;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .18s ease, stroke .18s ease;
}

.faq-trigger:hover svg {
    stroke: #475569
}

.faq-item.is-open .faq-trigger svg {
    transform: rotate(180deg);
    stroke: #475569;
}

/* Home FAQ arrow: match header menu arrow exactly */
.faq-question svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    stroke: #94a3b8;
    stroke-width: 2.25;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .18s ease, stroke .18s ease;
}

.faq-item:hover .faq-question svg {
    stroke: #475569
}

.faq-item.is-open .faq-question svg {
    transform: rotate(180deg);
    stroke: #475569;
}

/* Pricing page background */
.section-gradient {
    background: #fff !important
}

/* Brand logo (runtime from admin settings) */
.linkio-logo {
    gap: 0
}

.linkio-logo-mark {
    display: none
}

.linkio-logo-image {
    display: block;
    width: auto;
    height: auto;
    max-height: 26px;
    max-width: 150px;
    object-fit: contain
}

.footer-brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 32px;
    max-width: 180px;
    object-fit: contain;
    margin-bottom: 14px
}

.login-v2-logo,
.register-logo {
    display: inline-flex;
    align-items: center
}

.login-v2-logo-image,
.register-logo-image {
    display: block;
    width: auto;
    height: auto;
    max-height: 36px;
    max-width: 220px;
    object-fit: contain
}


/* Scoped product-page classes imported from redesign v16 (email-signature + lead-capture only) */
.email-signature-page .page-hero,
.lead-capture-page .page-hero {
    padding: 74px 0 82px;
    background: linear-gradient(180deg, #fff 0%, #fff 68%, #fbf8fb 100%);
    overflow: hidden;
}

.email-signature-page .page-hero-grid,
.lead-capture-page .page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 54px;
    align-items: center;
}

.email-signature-page .page-hero-copy h1,
.lead-capture-page .page-hero-copy h1 {
    font-size: clamp(2.45rem, 5vw, 4.05rem);
    line-height: 1.02;
    letter-spacing: -.06em;
    font-weight: 850;
}

.email-signature-page .page-hero-copy p,
.lead-capture-page .page-hero-copy p {
    font-size: 1.22rem;
    line-height: 1.62;
    color: var(--muted);
    margin-top: 20px;
    max-width: 740px;
}

.email-signature-page .trust-row,
.lead-capture-page .trust-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.email-signature-page .trust-row span,
.lead-capture-page .trust-row span {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 9px 13px;
    font-size: .88rem;
    font-weight: 800;
    color: #475569;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.lead-capture-page .hero-actions.left {
    justify-content: flex-start;
    align-items: center;
}

.email-signature-page .hero-actions.left {
    justify-content: flex-start;
    align-items: center;
}

.email-signature-page .hero-actions.left .btn {
    min-width: 230px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.lead-capture-page .hero-actions.left .btn {
    min-width: 230px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.email-signature-page .email-preview-card,
.email-signature-page .scan-preview-card,
.lead-capture-page .email-preview-card,
.lead-capture-page .scan-preview-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 34px;
    padding: 24px;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .14);
    position: relative;
}

.email-signature-page .email-preview-card:before,
.email-signature-page .scan-preview-card:before,
.lead-capture-page .email-preview-card:before,
.lead-capture-page .scan-preview-card:before {
    content: '';
    position: absolute;
    inset: -34px -30px auto auto;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(145, 68, 111, .22), transparent 68%);
    z-index: -1;
}

.email-signature-page .mail-top,
.lead-capture-page .mail-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-weight: 850;
}

.email-signature-page .mail-top i,
.lead-capture-page .mail-top i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--green);
}

.email-signature-page .mail-row,
.lead-capture-page .mail-row {
    display: grid;
    grid-template-columns: 74px 1fr;
    border-bottom: 1px solid #edf2f7;
    padding: 10px 0;
    font-size: .95rem;
}

.email-signature-page .mail-row b,
.lead-capture-page .mail-row b {
    color: #94a3b8;
}

.email-signature-page .mail-row span,
.lead-capture-page .mail-row span {
    color: #334155;
    font-weight: 650;
}

.email-signature-page .mail-text,
.lead-capture-page .mail-text {
    font-size: .98rem;
    line-height: 1.55;
    color: #475569;
    margin: 18px 0;
}

.email-signature-page .signature-box,
.lead-capture-page .signature-box {
    display: flex;
    gap: 16px;
    align-items: center;
    border: 1px solid #e7edf4;
    border-radius: 22px;
    background: #fbf8fb;
    padding: 16px;
}

.email-signature-page .sig-avatar,
.lead-capture-page .sig-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #e9d4e2, #fff);
}

.email-signature-page .sig-avatar img,
.lead-capture-page .sig-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.email-signature-page .signature-box strong,
.email-signature-page .signature-box em,
.email-signature-page .signature-box span,
.email-signature-page .signature-box small,
.lead-capture-page .signature-box strong,
.lead-capture-page .signature-box em,
.lead-capture-page .signature-box span,
.lead-capture-page .signature-box small {
    display: block;
}

.email-signature-page .signature-box strong,
.lead-capture-page .signature-box strong {
    font-size: 1.1rem;
    font-weight: 850;
}

.email-signature-page .signature-box em,
.lead-capture-page .signature-box em {
    font-style: normal;
    color: var(--brand);
    font-weight: 800;
    margin-top: 3px;
}

.email-signature-page .signature-box span,
.lead-capture-page .signature-box span {
    color: #64748b;
    font-size: .9rem;
    margin-top: 5px;
}

.email-signature-page .signature-box small,
.lead-capture-page .signature-box small {
    color: #334155;
    font-weight: 800;
    margin-top: 7px;
}

.email-signature-page .scan-frame,
.lead-capture-page .scan-frame {
    border-radius: 28px;
    background: linear-gradient(135deg, #130a10, #91446f);
    padding: 34px;
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.email-signature-page .scan-frame:before,
.email-signature-page .scan-frame:after,
.lead-capture-page .scan-frame:before,
.lead-capture-page .scan-frame:after {
    content: '';
    position: absolute;
    left: 34px;
    right: 34px;
    height: 2px;
    background: rgba(255, 255, 255, .55);
}

.email-signature-page .scan-frame:before,
.lead-capture-page .scan-frame:before {
    top: 82px;
}

.email-signature-page .scan-frame:after,
.lead-capture-page .scan-frame:after {
    bottom: 82px;
}

.email-signature-page .badge-card,
.lead-capture-page .badge-card {
    width: 260px;
    border-radius: 24px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
    text-align: center;
}

.email-signature-page .badge-card b,
.lead-capture-page .badge-card b {
    display: block;
    color: var(--brand);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 18px;
}

.email-signature-page .badge-card strong,
.lead-capture-page .badge-card strong {
    display: block;
    font-size: 1.45rem;
    line-height: 1.1;
    font-weight: 850;
}

.email-signature-page .badge-card span,
.lead-capture-page .badge-card span {
    display: block;
    color: #64748b;
    font-weight: 650;
    margin-top: 8px;
}

.email-signature-page .badge-card i,
.lead-capture-page .badge-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #0f172a;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    margin-top: 20px;
}

.email-signature-page .scan-result,
.lead-capture-page .scan-result {
    margin-top: 16px;
    border: 1px solid #e7edf4;
    border-radius: 22px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.email-signature-page .scan-result b,
.email-signature-page .scan-result span,
.email-signature-page .scan-result small,
.lead-capture-page .scan-result b,
.lead-capture-page .scan-result span,
.lead-capture-page .scan-result small {
    display: block;
}

.email-signature-page .scan-result b,
.lead-capture-page .scan-result b {
    font-size: 1.05rem;
    font-weight: 850;
    color: var(--green);
}

.email-signature-page .scan-result span,
.lead-capture-page .scan-result span {
    font-weight: 800;
    margin-top: 5px;
}

.email-signature-page .scan-result small,
.lead-capture-page .scan-result small {
    color: #64748b;
    margin-top: 4px;
    font-weight: 650;
}

.email-signature-page .feature-list,
.lead-capture-page .feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.email-signature-page .feature-list article,
.lead-capture-page .feature-list article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--shadow-soft);
}

.email-signature-page .feature-list h3,
.lead-capture-page .feature-list h3 {
    font-size: 1.26rem;
    line-height: 1.25;
    letter-spacing: -.025em;
    font-weight: 850;
    margin-bottom: 10px;
}

.email-signature-page .feature-list p,
.lead-capture-page .feature-list p {
    font-size: 1.03rem;
    line-height: 1.6;
    color: var(--muted);
}

.email-signature-page .audience,
.lead-capture-page .audience {
    padding: 70px 0;
}

.email-signature-page .audience-grid,
.lead-capture-page .audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.email-signature-page .audience-grid article,
.lead-capture-page .audience-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 30px;
    box-shadow: var(--shadow-soft);
}

.email-signature-page .audience-grid span,
.lead-capture-page .audience-grid span {
    display: block;
    color: var(--brand);
    font-size: .8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 16px;
}

.email-signature-page .audience-grid h3,
.lead-capture-page .audience-grid h3 {
    font-size: 1.45rem;
    line-height: 1.14;
    letter-spacing: -.035em;
    font-weight: 850;
    margin-bottom: 12px;
}

.email-signature-page .audience-grid p,
.lead-capture-page .audience-grid p {
    color: var(--muted);
    line-height: 1.6;
    font-size: 1.02rem;
}

.email-signature-page .audience-grid b,
.lead-capture-page .audience-grid b {
    display: block;
    margin-top: 24px;
    color: #0f172a;
    font-size: 1.08rem;
}

.email-signature-page .process-card.numbered span,
.lead-capture-page .process-card.numbered span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(145, 68, 111, .18);
}

.email-signature-page .process-card.numbered:before,
.lead-capture-page .process-card.numbered:before {
    display: none;
}

.email-signature-page .email-features .feature-list,
.lead-capture-page .email-features .feature-list {
    grid-template-columns: repeat(2, 1fr);
}

.email-signature-page .email-features .feature-list article:nth-child(7),
.lead-capture-page .email-features .feature-list article:nth-child(7) {
    grid-column: 1 / -1;
}

.email-signature-page .how .center-action,
.email-signature-page .email-features .center-action,
.lead-capture-page .how .center-action,
.lead-capture-page .email-features .center-action {
    margin-top: 24px;
}

.email-signature-page .audience-grid article ul,
.lead-capture-page .audience-grid article ul {
    list-style: none;
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.email-signature-page .audience-grid article li,
.lead-capture-page .audience-grid article li {
    position: relative;
    padding-left: 28px;
    color: #475569;
    font-size: 1rem;
    line-height: 1.45;
}

.email-signature-page .audience-grid article li:before,
.lead-capture-page .audience-grid article li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.email-signature-page .stats-strip,
.lead-capture-page .stats-strip {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.email-signature-page .stats-strip strong,
.lead-capture-page .stats-strip strong {
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.05em;
    color: #0f172a;
}

.email-signature-page .stats-strip span,
.lead-capture-page .stats-strip span {
    color: #64748b;
    font-weight: 800;
}

.email-signature-page .logo-marquee,
.lead-capture-page .logo-marquee {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.email-signature-page .logo-marquee span,
.lead-capture-page .logo-marquee span {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    padding: 9px 12px;
    font-size: .86rem;
    font-weight: 900;
    color: #334155;
    box-shadow: 0 8px 16px rgba(15, 23, 42, .04);
}

.email-signature-page .lead-feature-grid,
.lead-capture-page .lead-feature-grid {
    grid-template-columns: repeat(2, 1fr);
}

.email-signature-page .lead-feature-grid article:nth-child(7),
.lead-capture-page .lead-feature-grid article:nth-child(7) {
    grid-column: 1 / -1;
}

.email-signature-page .blog-section,
.lead-capture-page .blog-section {
    padding: 70px 0;
    background: #fff;
}

.email-signature-page .blog-grid,
.lead-capture-page .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.email-signature-page .blog-grid article,
.lead-capture-page .blog-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 18px 18px 24px;
    box-shadow: var(--shadow-soft);
}

.email-signature-page .blog-grid article div,
.lead-capture-page .blog-grid article div {
    height: 150px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fbf8fb, #e9d4e2);
    margin-bottom: 18px;
}

.email-signature-page .blog-grid h3,
.lead-capture-page .blog-grid h3 {
    font-size: 1.17rem;
    line-height: 1.22;
    letter-spacing: -.025em;
    font-weight: 850;
    margin-bottom: 8px;
}

.email-signature-page .blog-grid p,
.lead-capture-page .blog-grid p {
    font-size: .98rem;
    line-height: 1.55;
    color: #64748b;
}

.email-signature-page .pricing-note,
.email-signature-page .cta-note,
.lead-capture-page .pricing-note,
.lead-capture-page .cta-note {
    margin-top: 18px;
    text-align: center;
    color: #64748b;
    font-size: .95rem;
    font-weight: 700;
}

.email-signature-page .cta-copy .cta-note,
.lead-capture-page .cta-copy .cta-note {
    text-align: left;
    color: rgba(255, 255, 255, .76);
}

.email-signature-page .final-cta .cta-panel {
    display: flex;
    justify-content: center;
    text-align: center;
}

.email-signature-page .final-cta .cta-copy {
    max-width: 760px;
}

.email-signature-page .final-cta .cta-actions {
    justify-content: center;
}

.lead-capture-page .lead-cta-panel-split {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
}

.lead-capture-page .lead-cta-visual {
    position: relative;
    min-height: 230px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .28);
    background: linear-gradient(155deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06));
    overflow: hidden;
}

.lead-capture-page .lead-cta-visual-glow {
    position: absolute;
    inset: -35% -25% auto auto;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, .34) 0%, rgba(255, 255, 255, 0) 72%);
}

.lead-capture-page .lead-cta-visual-card {
    position: absolute;
    inset: auto 18px 18px 18px;
    min-height: 84px;
    border-radius: 16px;
    border: 1px dashed rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .88);
    font-size: .95rem;
    font-weight: 750;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .08);
}

.lead-capture-page .lead-cta-center-wrap {
    padding-top: 8px;
}

.lead-capture-page .lead-cta-panel-center {
    min-height: 0;
    grid-template-columns: 1fr;
    background: linear-gradient(135deg, #91446f 0%, #b884a3 48%, #ead3e0 100%);
    color: #fff;
    border: 0;
    box-shadow: 0 22px 60px rgba(145, 68, 111, .18);
}

.lead-capture-page .lead-cta-copy-center {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

.lead-capture-page .lead-cta-copy-center h2 {
    margin: 0 0 16px;
    color: #fff;
}

.lead-capture-page .lead-cta-copy-center p {
    color: rgba(255, 255, 255, .92);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.5;
    letter-spacing: -.02em;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.lead-capture-page .lead-cta-copy-center .cta-actions {
    justify-content: center;
    margin-top: 24px;
    gap: 14px;
}

.lead-capture-page .lead-cta-copy-center .cta-actions .btn {
    min-width: 230px;
    min-height: 56px;
    border-radius: 999px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 840;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lead-capture-page .lead-cta-copy-center .cta-actions .btn.cta-light {
    border: 3px solid var(--line);
}

.lead-capture-page .lead-cta-panel-center .btn.cta-dark {
    box-shadow: none;
}

.lead-capture-page .lead-cta-panel-center .btn.cta-light {
    border-color: rgba(255, 255, 255, .65);
}

@media (max-width: 1320px) {
    .lead-capture-page .lead-cta-copy-center p {
        font-size: clamp(1rem, 2vw, 1.2rem);
    }

    .lead-capture-page .lead-cta-copy-center .cta-actions .btn {
        min-width: 210px;
        min-height: 54px;
        font-size: .98rem;
        padding: 0 24px;
    }
}

@media (max-width: 980px) {
    .email-signature-page .page-hero-grid,
    .lead-capture-page .page-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .email-signature-page .email-preview-card,
    .email-signature-page .scan-preview-card,
    .lead-capture-page .email-preview-card,
    .lead-capture-page .scan-preview-card {
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }

    .email-signature-page .feature-list,
    .lead-capture-page .feature-list,
    .email-signature-page .email-features .feature-list,
    .lead-capture-page .email-features .feature-list,
    .email-signature-page .lead-feature-grid,
    .lead-capture-page .lead-feature-grid,
    .email-signature-page .audience-grid,
    .lead-capture-page .audience-grid,
    .email-signature-page .blog-grid,
    .lead-capture-page .blog-grid {
        grid-template-columns: 1fr;
    }

    .email-signature-page .email-features .feature-list article:nth-child(7),
    .lead-capture-page .email-features .feature-list article:nth-child(7),
    .email-signature-page .lead-feature-grid article:nth-child(7),
    .lead-capture-page .lead-feature-grid article:nth-child(7) {
        grid-column: auto;
    }

    .email-signature-page .stats-strip,
    .lead-capture-page .stats-strip {
        justify-content: center;
    }

    .lead-capture-page .lead-cta-panel-split {
        grid-template-columns: 1fr;
    }

    .lead-capture-page .lead-cta-visual {
        min-height: 190px;
    }

    .lead-capture-page .lead-cta-copy-center .cta-actions {
        gap: 12px;
    }

    .lead-capture-page .lead-cta-copy-center .cta-actions .btn {
        min-width: 196px;
        min-height: 56px;
        font-size: .94rem;
        padding: 0 18px;
    }

    .lead-capture-page .lead-cta-copy-center .stats-strip {
        margin-top: 30px;
        gap: 12px;
    }

    .lead-capture-page .lead-cta-copy-center .logo-marquee {
        gap: 10px;
    }
}

@media (max-width: 720px) {
    .email-signature-page .page-hero,
    .lead-capture-page .page-hero {
        padding: 52px 0 60px;
    }

    .email-signature-page .page-hero-copy,
    .lead-capture-page .page-hero-copy {
        text-align: center;
    }

    .email-signature-page .trust-row,
    .lead-capture-page .trust-row {
        justify-content: center;
    }

    .lead-capture-page .lead-cta-visual {
        display: none;
    }

    .lead-capture-page .lead-cta-copy-center .cta-actions {
        flex-direction: column;
        align-items: center;
        margin-top: 22px;
    }

    .lead-capture-page .lead-cta-copy-center .cta-actions .btn {
        width: 100%;
        max-width: 300px;
    }

    .email-signature-page .mail-row,
    .lead-capture-page .mail-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

/* Home component blocks: leads pipeline + interactive public card demo */
.lead-flow-shell {
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f4f8 100%);
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
}

.lead-flow-list {
    display: grid;
    gap: 12px;
}

.lead-flow-item {
    border: 1px solid #e5edf8;
    background: #fff;
    border-radius: 18px;
    padding: 15px 16px;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: flex-start;
}

.lead-flow-step {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #f2e4ec;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .95rem;
}

.lead-flow-item h3 {
    font-size: 1.06rem;
    margin-bottom: 4px;
}

.lead-flow-item p {
    color: #5f7088;
    font-size: .95rem;
    line-height: 1.45;
}

.lead-board {
    border-radius: 20px;
    background: linear-gradient(160deg, #f6fbff 0%, #eef4ff 42%, #f7f2f7 100%);
    border: 1px solid #dfe8f6;
    padding: 16px;
}

.lead-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.lead-board-head b {
    font-size: 1.05rem;
}

.lead-board-head span {
    border-radius: 999px;
    padding: 6px 10px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--brand);
    background: #f2e4ec;
}

.lead-board-list {
    display: grid;
    gap: 10px;
}

.lead-board-item {
    border: 1px solid #dfe8f6;
    border-radius: 14px;
    background: #fff;
    padding: 10px 12px;
}

.lead-board-item.hot {
    border-color: #d7bfd0;
    box-shadow: 0 10px 22px rgba(145, 68, 111, .12);
}

.lead-board-item strong,
.lead-board-item span,
.lead-board-item i {
    display: block;
    font-style: normal;
}

.lead-board-item strong {
    font-size: .98rem;
}

.lead-board-item span {
    margin-top: 2px;
    color: #62758e;
    font-size: .87rem;
}

.lead-board-item i {
    margin-top: 4px;
    color: var(--brand);
    font-size: .8rem;
    font-weight: 700;
}

.lead-kpi-strip {
    margin-top: 20px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
}

.lead-kpi-strip>div {
    padding: 18px 20px;
    border-right: 1px solid var(--line);
}

.lead-kpi-strip>div:last-child {
    border-right: 0;
}

.lead-kpi-strip b,
.lead-kpi-strip span {
    display: block;
}

.lead-kpi-strip b {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: -.04em;
    color: #0f172a;
}

.lead-kpi-strip span {
    margin-top: 6px;
    color: #64748b;
    font-size: .9rem;
    line-height: 1.45;
}

.demo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 30px;
    align-items: center;
}

.demo-frame-shell {
    display: grid;
    justify-items: center;
    gap: 10px;
}

.demo-phone-shell {
    position: relative;
    width: 296px;
    height: 612px;
    border-radius: 44px;
    border: 2px solid #1f2937;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .16);
    padding: 10px 5px 7px;
}

.demo-shell-notch {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 78px;
    height: 12px;
    border-radius: 999px;
    background: #0f172a;
    opacity: .9;
}

.demo-phone-viewport {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
}

.demo-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #fff;
}

.demo-frame-shell small {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #64748b;
    font-size: .78rem;
}

.demo-form-wrap {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--shadow-soft);
}

.demo-form-wrap h2 {
    margin-bottom: 12px;
}

.demo-form-wrap p {
    margin-bottom: 20px;
}

.demo-form {
    display: grid;
    gap: 12px;
}

.demo-row {
    display: grid;
    gap: 6px;
}

.demo-row-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.demo-row label {
    font-size: .87rem;
    font-weight: 700;
    color: #334155;
}

.demo-row input {
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0 12px;
    font: inherit;
    font-size: .95rem;
    color: #0f172a;
}

.demo-row input:focus {
    outline: none;
    border-color: #cba1bc;
    box-shadow: 0 0 0 4px rgba(145, 68, 111, .1);
}

.demo-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}

/* About page only */
.about-page {
    background: #fff;
}

.about-hero {
    padding: 88px 0 76px;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #fbf8fb 100%);
}

.about-hero-inner {
    max-width: 880px;
}

.about-hero h1 {
    font-size: clamp(2.7rem, 5vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -0.065em;
    font-weight: 850;
}

.about-hero p {
    max-width: 760px;
    margin: 22px auto 0;
    color: var(--muted);
    font-size: 1.25rem;
    line-height: 1.65;
}

.about-story {
    padding: 72px 0;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 38px;
}

.about-stats article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 34px 28px;
    text-align: center;
    box-shadow: var(--shadow-soft);
}

.about-stats strong {
    display: block;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1;
    letter-spacing: -0.055em;
    font-weight: 900;
    color: var(--brand);
}

.about-stats span {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    font-size: 1.05rem;
    font-weight: 700;
}

.founder-note {
    padding: 76px 0;
}

.founder-card {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 32px;
    padding: 46px;
    box-shadow: var(--shadow);
}

.founder-card h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.055em;
    font-weight: 850;
    margin-bottom: 22px;
}

.founder-card p {
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.75;
    margin-top: 16px;
}

.founder-card b {
    display: block;
    margin-top: 28px;
    color: var(--ink);
    font-size: 1.05rem;
}

.team-section {
    padding: 76px 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 38px;
}

.team-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 28px;
    text-align: center;
    box-shadow: var(--shadow-soft);
}

.team-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #e9d4e2, #fff);
    border: 6px solid #fbf8fb;
}

.team-avatar--hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    font-weight: 900;
    color: #91446f;
    background: repeating-linear-gradient(135deg, #f4e7ef 0 10px, #fbf8fb 10px 20px);
}

.team-grid h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-weight: 850;
}

.team-grid p {
    margin-top: 8px;
    color: var(--muted);
    font-size: 1rem;
    font-weight: 650;
}

.team-open-role {
    display: inline-block;
    margin-top: 12px;
    color: #91446f;
    font-weight: 800;
    font-size: .95rem;
}

@media (max-width: 980px) {
    .lead-flow-shell,
    .lead-kpi-strip,
    .demo-grid {
        grid-template-columns: 1fr;
    }

    .lead-kpi-strip>div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .lead-kpi-strip>div:last-child {
        border-bottom: 0;
    }
    .demo-phone-shell {
        width: 284px;
        height: 586px;
    }
}

@media (max-width: 720px) {
    .demo-row-grid {
        grid-template-columns: 1fr;
    }

    .demo-phone-shell {
        width: min(276px, 84vw);
        height: min(570px, 70vh);
        border-radius: 34px;
        padding: 12px 5px 7px;
    }

    .demo-frame {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 900px) {
    .about-stats,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .founder-card {
        padding: 32px 24px;
    }

    .about-hero {
        padding: 60px 0;
    }
}

/* Final pages (merged from archive, scoped to avoid global duplicates) */
.final-page .section {
    padding: 78px 0;
}

.final-page .light {
    background: var(--section);
    padding: 78px 0;
}

.final-page .dark {
    background: #0f172a;
    color: #fff;
}

.final-page .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.final-page .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.final-page .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.final-page .card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 30px;
    box-shadow: var(--shadow-soft);
}

.final-page .dark .card {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
}

.final-page .card.highlight {
    border-color: #dcc8d3;
    box-shadow: var(--shadow);
}

.final-page .card h3 {
    font-size: 1.28rem;
    line-height: 1.22;
    letter-spacing: -.03em;
    font-weight: 950;
    margin-bottom: 10px;
}

.final-page .card p {
    font-size: 1.03rem;
    line-height: 1.62;
    color: var(--muted);
}

.final-page .dark .card p {
    color: rgba(255, 255, 255, .72);
}

.final-page .card ul {
    list-style: none;
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.final-page .card li {
    position: relative;
    padding-left: 28px;
    color: #475569;
    font-size: 1rem;
    line-height: 1.45;
}

.final-page .dark .card li {
    color: rgba(255, 255, 255, .78);
}

.final-page .card li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.final-page .badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 12px;
    background: #f8eef4;
    color: var(--brand);
    font-weight: 950;
    font-size: .86rem;
    margin-bottom: 14px;
}

.final-page .btn.white {
    background: #fff;
    color: #0f172a;
}

.final-page .btn.dark {
    background: #0f172a;
    color: #fff;
}

.final-page .careers-hero {
    padding: 96px 0;
    background: linear-gradient(135deg, #0f172a 0%, #2c1730 48%, #91446f 100%);
    color: #fff;
    overflow: hidden;
}

.final-page .careers-grid {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 58px;
    align-items: center;
}

.final-page .careers-copy .kicker {
    color: #f9c8df;
}

.final-page .careers-copy h1 {
    font-size: clamp(2.7rem, 5.2vw, 4.7rem);
    line-height: 1.01;
    letter-spacing: -.07em;
    font-weight: 950;
}

.final-page .careers-copy p {
    font-size: 1.22rem;
    color: rgba(255, 255, 255, .75);
    line-height: 1.65;
    margin-top: 20px;
    max-width: 760px;
}

.final-page .career-card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 36px;
    padding: 30px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.final-page .career-card h2 {
    font-size: 2rem;
    letter-spacing: -.05em;
}

.final-page .career-card p {
    color: rgba(255, 255, 255, .72);
    margin-top: 10px;
}

.final-page .career-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.final-page .career-list span {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    padding: 13px;
    font-weight: 850;
}

.final-page .career-apply-shell {
    max-width: 760px;
}

.final-page .career-apply-form,
.vacancy-simple-page .career-apply-form {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.final-page .career-apply-grid,
.vacancy-simple-page .career-apply-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.final-page .career-apply-span-2,
.vacancy-simple-page .career-apply-span-2 {
    grid-column: span 2;
}

.final-page .career-apply-input,
.final-page .career-apply-textarea,
.final-page .career-apply-file,
.vacancy-simple-page .career-apply-input,
.vacancy-simple-page .career-apply-textarea,
.vacancy-simple-page .career-apply-file {
    width: 100%;
    border: 1px solid #ccd7e6;
    border-radius: 12px;
    background: #fff;
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.45;
    padding: 13px 14px;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.final-page .career-apply-input::placeholder,
.final-page .career-apply-textarea::placeholder,
.vacancy-simple-page .career-apply-input::placeholder,
.vacancy-simple-page .career-apply-textarea::placeholder {
    color: #7b8ca3;
}

.final-page .career-apply-textarea,
.vacancy-simple-page .career-apply-textarea {
    min-height: 152px;
    resize: vertical;
}

.final-page .career-apply-file,
.vacancy-simple-page .career-apply-file {
    padding: 9px 10px;
}

.final-page .career-apply-file::file-selector-button,
.vacancy-simple-page .career-apply-file::file-selector-button {
    border: 1px solid #ccd7e6;
    border-radius: 10px;
    background: #f8fbff;
    color: #0f172a;
    font-weight: 700;
    padding: 8px 12px;
    margin-right: 10px;
    cursor: pointer;
}

.final-page .career-apply-input:focus,
.final-page .career-apply-textarea:focus,
.final-page .career-apply-file:focus,
.vacancy-simple-page .career-apply-input:focus,
.vacancy-simple-page .career-apply-textarea:focus,
.vacancy-simple-page .career-apply-file:focus {
    outline: 0;
    border-color: #8d4a75;
    box-shadow: none;
}

.final-page .career-apply-success,
.vacancy-simple-page .career-apply-success {
    color: #166534;
}

.final-page .career-apply-error,
.vacancy-simple-page .career-apply-error {
    color: #b91c1c;
}

.final-page .career-apply-submit,
.vacancy-simple-page .career-apply-submit {
    border: 0;
    box-shadow: none;
    border-radius: 14px;
    min-height: 52px;
    min-width: 260px;
    padding: 0 22px;
    width: auto;
}

/* Dedicated style for single vacancy page: clean landing, not dashboard-like */
.vacancy-page .careers-hero {
    padding: 76px 0 64px;
    background: linear-gradient(180deg, #fff 0%, #fbf8fb 100%);
    color: #0f172a;
}

.vacancy-page .careers-copy .kicker {
    color: var(--brand);
}

.vacancy-page .careers-copy h1 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    letter-spacing: -.045em;
}

.vacancy-page .careers-copy p {
    color: #55657d;
    font-size: 1.08rem;
    max-width: 660px;
}

.vacancy-page .career-card {
    background: #fff;
    border: 1px solid #e4d7de;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
    backdrop-filter: none;
}

.vacancy-page .career-card p {
    color: #64748b;
}

.vacancy-page .career-list span {
    background: #fbf8fb;
    border: 1px solid #ecdfe6;
    border-radius: 12px;
    padding: 10px 12px;
    color: #243247;
}

.vacancy-page .hero-actions .btn.white {
    background: var(--brand);
    color: #fff;
}

.vacancy-simple-page .vacancy-simple {
    padding: 48px 0 64px;
}

.vacancy-simple-page .vacancy-simple-shell {
    max-width: 860px;
}

.vacancy-simple-page .vacancy-back-link {
    display: inline-block;
    margin-bottom: 18px;
    color: #64748b;
    font-weight: 700;
}

.vacancy-simple-page .vacancy-simple-head h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -.04em;
    margin: 10px 0 12px;
}

.vacancy-simple-page .vacancy-simple-head p {
    color: #55657d;
    max-width: 760px;
}

.vacancy-simple-page .vacancy-chip {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e8d9e2;
    background: #fbf8fb;
    color: #91446f;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 800;
    font-size: .85rem;
}

.vacancy-simple-page .vacancy-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.vacancy-simple-page .vacancy-meta span {
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 700;
    color: #334155;
    background: #fff;
}

.vacancy-simple-page .vacancy-blocks {
    display: grid;
    gap: 22px;
    margin-top: 30px;
}

.vacancy-simple-page .vacancy-blocks article {
    border: 1px solid #e4dbe3;
    border-radius: 18px;
    padding: 20px;
    background: #fff;
}

.vacancy-simple-page .vacancy-blocks h2 {
    margin: 0 0 12px;
    font-size: 1.25rem;
}

.vacancy-simple-page .vacancy-blocks ul {
    margin: 0;
    padding-left: 20px;
    color: #334155;
}

.vacancy-simple-page .vacancy-blocks li + li {
    margin-top: 8px;
}

.vacancy-simple-page .vacancy-apply {
    margin-top: 30px;
    border: 1px solid #e4dbe3;
    border-radius: 18px;
    padding: 20px;
    background: #fff;
}

.vacancy-simple-page .vacancy-apply h2 {
    margin: 0 0 12px;
    font-size: 1.25rem;
}

@media (max-width: 760px) {
    .final-page .career-apply-grid {
        grid-template-columns: 1fr;
    }

    .final-page .career-apply-span-2 {
        grid-column: auto;
    }

    .final-page .career-apply-submit {
        width: 100%;
        min-width: 0;
    }
}

.final-page .job-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 28px;
    box-shadow: var(--shadow);
}

.final-page .job-row h3 {
    font-size: 1.5rem;
    letter-spacing: -.04em;
}

.final-page .job-row p {
    color: var(--muted);
    margin-top: 8px;
}

.final-page .pill-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.final-page .pill-row span {
    font-size: .84rem;
    font-weight: 850;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 10px;
    color: #475569;
}

.final-page .partner-hero {
    padding: 94px 0;
    background: linear-gradient(135deg, #052e2b 0%, #0f172a 100%);
    color: #fff;
}

.final-page .partner-hero .container {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 54px;
    align-items: center;
}

.final-page .partner-hero .kicker {
    color: #86efac;
}

.final-page .partner-hero h1 {
    font-size: clamp(2.55rem, 5vw, 4.55rem);
    line-height: 1.01;
    letter-spacing: -.07em;
    font-weight: 950;
}

.final-page .partner-hero p {
    font-size: 1.22rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .76);
    margin-top: 20px;
}

.final-page .partner-steps {
    display: grid;
    gap: 14px;
}

.final-page .partner-steps div {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    padding: 18px;
}

.final-page .partner-steps b {
    display: block;
    font-size: 1.12rem;
}

.final-page .partner-steps span {
    display: block;
    color: #86efac;
    margin-top: 5px;
    font-weight: 850;
}

.final-page .nfc-hero {
    padding: 96px 0;
    background: #0b1020;
    color: #fff;
    overflow: hidden;
}

.final-page .nfc-hero .container {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 58px;
    align-items: center;
}

.final-page .nfc-hero h1 {
    font-size: clamp(2.65rem, 5.2vw, 4.75rem);
    line-height: 1.01;
    letter-spacing: -.07em;
    font-weight: 950;
}

.final-page .nfc-hero p {
    font-size: 1.22rem;
    color: rgba(255, 255, 255, .72);
    line-height: 1.65;
    margin-top: 20px;
}

.final-page .nfc-hero .hero-actions {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.final-page .nfc-hero .hero-actions .btn {
    min-width: 220px;
    min-height: 56px;
    padding: 0 28px;
    line-height: 1;
}

.final-page .nfc-card-wrap {
    height: 360px;
    position: relative;
}

.final-page .nfc-card {
    position: absolute;
    inset: 52px 18px auto 18px;
    height: 240px;
    border-radius: 32px;
    background: linear-gradient(135deg, #111827, #91446f);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
    padding: 30px;
    transform: rotate(-7deg);
}

.final-page .nfc-card b {
    font-size: 1.55rem;
}

.final-page .nfc-card span {
    position: absolute;
    right: 26px;
    top: 26px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 900;
}

.final-page .nfc-card small {
    position: absolute;
    bottom: 28px;
    left: 30px;
    color: rgba(255, 255, 255, .72);
}

.final-page .nfc-phone {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 170px;
    height: 270px;
    border-radius: 32px;
    background: #fff;
    border: 8px solid #111827;
    box-shadow: var(--shadow);
    padding: 22px;
    color: #0f172a;
}

.final-page .nfc-phone strong {
    display: block;
    margin-top: 40px;
    font-size: 1.1rem;
}

.final-page .nfc-phone em {
    display: block;
    font-style: normal;
    color: var(--brand);
    font-weight: 900;
    margin-top: 6px;
}

.final-page .compare-table {
    display: grid;
    gap: 12px;
}

.final-page .compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    align-items: stretch;
}

.final-page .compare-row > div {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
}

.final-page .compare-row.head > div {
    font-weight: 950;
    color: var(--brand);
    background: #fbf8fb;
}

.final-page .design-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.final-page .design-strip.design-strip-3 {
    grid-template-columns: repeat(3, 360px);
    justify-content: center;
    gap: 26px;
}

.final-page .design-strip.design-strip-2 {
    grid-template-columns: repeat(2, 360px);
    justify-content: center;
    gap: 26px;
}

.final-page .design-card {
    display: grid;
    gap: 14px;
}

.final-page .design-card-face {
    border-radius: 28px;
    padding: 14px 14px 16px;
    width: 360px;
    max-width: 100%;
    aspect-ratio: 1.586;
    min-height: 0;
    color: #fff;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.final-page .design-card-face header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 850;
}

.final-page .design-card-face header i {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-left: 0;
    border-radius: 999px;
    opacity: .9;
}

.final-page .design-logo-slot {
    height: 58px;
    border-radius: 18px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 950;
    letter-spacing: -.04em;
    background: transparent;
}

.final-page .design-card-face footer b,
.final-page .design-card-face footer small,
.final-page .design-card-face footer strong {
    display: block;
}

.final-page .design-card-face footer b {
    font-size: 0.86rem;
    line-height: 1.18;
    letter-spacing: -.045em;
}

.final-page .design-card-face footer small {
    font-size: .76rem;
    opacity: .92;
}

.final-page .design-card-face footer strong {
    font-size: 0.95rem;
    line-height: 1;
    letter-spacing: -.03em;
    margin-top: 4px;
}

.final-page .design-card p {
    margin: 0;
    display: grid;
    gap: 2px;
}

.final-page .design-card p b {
    font-size: 0.96rem;
    line-height: 1.25;
}

.final-page .design-card p span {
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.3;
}

.final-page .design-business {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 20px;
    align-items: center;
}

.final-page .design-business-copy h3 {
    margin: 0;
    font-size: 1.65rem;
    line-height: 1.12;
    letter-spacing: -.03em;
}

.final-page .design-business-copy p {
    margin: 10px 0 0;
    font-size: 1.08rem;
    color: var(--muted);
    max-width: 650px;
}

.final-page .design-business-actions {
    margin-top: 14px;
    text-align: center;
}

.final-page .design-black {
    background: #0a0c11;
}

.final-page .design-brand {
    background: linear-gradient(140deg, #733251 0%, #91446f 42%, #201525 100%);
}

.final-page .design-brand-client {
    background: linear-gradient(140deg, #ffd9ec 0%, #f4c8df 52%, #e8b5ce 100%);
    color: #1a1020;
    position: relative;
    overflow: hidden;
}

.final-page .design-brand-client .design-logo-slot {
    background: transparent;
}

.final-page .design-brand-client:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: -55px;
    top: -55px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 45, 104, .22), rgba(124, 45, 104, 0));
}

.final-page .design-card-alt .design-logo-slot {
    justify-content: flex-start;
    padding-left: 18px;
    font-size: .95rem;
    letter-spacing: .01em;
}

.final-page .design-card-alt .design-card-face footer b {
    font-weight: 900;
}

.final-page .design-light {
    background: linear-gradient(160deg, #f8fafc, #e2e8f0);
    color: #0f172a;
}

.final-page .design-light .design-logo-slot {
    border-color: rgba(15, 23, 42, .26);
}

.final-page .design-team {
    background: linear-gradient(150deg, #161b2c, #2e3d59);
}

.final-page .design-team-logo {
    width: max-content;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
}

.final-page .design-team-logo span,
.final-page .design-team-logo small {
    display: block;
}

.final-page .design-team-logo span {
    font-weight: 900;
}

.final-page .design-team-logo small {
    font-size: .68rem;
    color: rgba(255, 255, 255, .82);
}

.final-page .design-team .design-logo-slot {
    margin-left: 0;
    margin-right: auto;
    width: 68%;
    background: linear-gradient(120deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    border-style: solid;
}

.final-page .analytics-copy .hero-actions.left {
    justify-content: flex-start;
}

.final-page .teams-hero {
    padding: 92px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #fff 48%, #fbf8fb 100%);
}

.final-page .teams-grid {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 54px;
    align-items: center;
}

.final-page .teams-hero h1 {
    font-size: clamp(2.55rem, 5vw, 4.45rem);
    line-height: 1.01;
    letter-spacing: -.065em;
    font-weight: 950;
}

.final-page .teams-hero p {
    font-size: 1.18rem;
    color: var(--muted);
    line-height: 1.65;
    margin-top: 20px;
}

.final-page .teams-panel {
    display: grid;
    gap: 14px;
}

.final-page .teams-panel div {
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 18px;
    background: #fff;
}

.final-page .teams-panel span,
.final-page .teams-panel b {
    display: block;
}

.final-page .teams-panel span {
    color: #64748b;
    font-size: .94rem;
}

.final-page .teams-panel b {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.05em;
    margin-top: 6px;
}

.teams-page .teams-dark-hero {
    padding: 94px 0;
    background: radial-gradient(900px 600px at 80% 10%, rgba(145, 68, 111, .22), transparent 60%), #090b10;
    color: #fff;
}

.teams-page .teams-dark-grid {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 56px;
    align-items: center;
}

.teams-page .teams-dark-copy h1 {
    font-size: clamp(2.6rem, 5vw, 4.65rem);
    line-height: 1.01;
    letter-spacing: -.07em;
    font-weight: 950;
}

.teams-page .teams-dark-copy p {
    margin-top: 20px;
    color: rgba(255, 255, 255, .74);
    font-size: 1.16rem;
    line-height: 1.65;
}

.teams-page .teams-dark-copy .hero-actions.left {
    justify-content: flex-start;
}

.teams-page .teams-dark-copy .hero-actions .btn.ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
}

.teams-page .teams-dark-preview {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 28px;
    background: rgba(255, 255, 255, .03);
    padding: 20px;
    display: grid;
    gap: 10px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .4);
}

.teams-page .dark-preview-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-bottom: 10px;
}

.teams-page .dark-preview-head b {
    font-size: 1.05rem;
}

.teams-page .dark-preview-head span {
    font-size: .78rem;
    background: rgba(145, 68, 111, .35);
    border: 1px solid rgba(145, 68, 111, .6);
    color: #fbcfe8;
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 800;
}

.teams-page .dark-preview-row {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    padding: 12px;
    background: rgba(255, 255, 255, .02);
}

.teams-page .dark-preview-row p,
.teams-page .dark-preview-row small {
    display: block;
}

.teams-page .dark-preview-row p {
    margin: 0;
    font-weight: 750;
}

.teams-page .dark-preview-row small {
    color: rgba(255, 255, 255, .62);
    margin-top: 3px;
}

.teams-page .teams-black-section {
    background: #090b10;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.teams-page .teams-black-section .section-head p {
    color: rgba(255, 255, 255, .67);
}

.teams-page .teams-black-section .card {
    background: #121622;
    border-color: rgba(255, 255, 255, .12);
    color: #fff;
}

.teams-page .teams-black-section .card p {
    color: rgba(255, 255, 255, .7);
}

.teams-page .teams-black-section .card.highlight {
    background: linear-gradient(145deg, #1f2136, #3b2040);
}

.teams-page .teams-calc-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 20px;
    align-items: stretch;
}

.teams-page .teams-calc-card {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: #121622;
    padding: 22px;
}

.teams-page .teams-calc-card h3 {
    color: #fff;
    margin-bottom: 14px;
}

.teams-page .teams-calc-card label {
    display: block;
    color: rgba(255, 255, 255, .75);
    margin: 16px 0 10px;
    font-weight: 700;
}

.teams-page .teams-calc-card input[type="range"] {
    width: 100%;
    accent-color: #91446f;
    background: linear-gradient(90deg, #91446f var(--teams-range-progress, 0%), rgba(255, 255, 255, .22) var(--teams-range-progress, 0%));
    border-radius: 999px;
    height: 10px;
    outline: none;
}

.teams-page .teams-range-ticks {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .58);
    font-size: .82rem;
    margin-top: 8px;
}

.teams-page .teams-range-notches {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding: 0 2px;
}

.teams-page .teams-range-notches span {
    width: 2px;
    height: 10px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .45);
}

.teams-page .teams-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.teams-page .teams-steps button {
    border: 1px solid rgba(255, 255, 255, .2);
    background: #0d111b;
    color: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 800;
    cursor: pointer;
}

.teams-page .teams-steps button.is-active {
    border-color: #91446f;
    background: #91446f;
}

.teams-page .teams-range-meta {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 12px;
}

.teams-page .teams-range-meta b {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -.04em;
}

.teams-page .teams-range-meta span {
    color: rgba(255, 255, 255, .65);
}

.teams-page .teams-calc-card.accent {
    background: linear-gradient(165deg, #191424, #111827);
}

.teams-page .teams-rate-chip {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(145, 68, 111, .7);
    background: rgba(145, 68, 111, .2);
    color: #fbcfe8;
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 800;
    font-size: .86rem;
    margin-bottom: 10px;
}

.teams-page .teams-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 10px 0;
}

.teams-page .teams-total span {
    color: rgba(255, 255, 255, .7);
}

.teams-page .teams-total b {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -.05em;
}

.teams-page .teams-total.muted b {
    font-size: 1.55rem;
    color: #cbd5e1;
}

.teams-page .teams-calc-card.accent p {
    color: rgba(255, 255, 255, .72);
    margin: 16px 0;
}

.teams-page .teams-calc-card .btn {
    width: 100%;
}

.teams-page .teams-dark-cta {
    padding-top: 0;
}

.teams-page .teams-dark-cta-panel {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 28px;
    padding: 26px;
    background: linear-gradient(145deg, #171724, #2e1930);
    display: grid;
    gap: 18px;
    text-align: center;
    justify-items: center;
}

.teams-page .teams-dark-cta-panel h2 {
    color: #fff;
    margin: 8px 0 10px;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.teams-page .teams-dark-cta-panel p {
    color: rgba(255, 255, 255, .76);
    margin: 0;
    max-width: 860px;
}

.teams-page .teams-dark-cta-panel .hero-actions.left {
    margin-top: 4px;
}

.teams-page .teams-dark-cta-panel .hero-actions .btn.ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.final-page .analytics-hero {
    padding: 92px 0;
    background: linear-gradient(135deg, #eff6ff 0%, #fff 47%, #fdf2f8 100%);
}

.final-page .analytics-grid {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 54px;
    align-items: center;
}

.final-page .analytics-copy h1 {
    font-size: clamp(2.55rem, 5vw, 4.5rem);
    line-height: 1.01;
    letter-spacing: -.065em;
    font-weight: 950;
}

.final-page .analytics-copy p {
    font-size: 1.22rem;
    color: var(--muted);
    line-height: 1.65;
    margin-top: 20px;
}

.final-page .analytics-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.final-page .analytics-tags span {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 13px;
    font-weight: 850;
    color: #475569;
}

.final-page .crm-board {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 36px;
    padding: 24px;
    box-shadow: var(--shadow);
}

.final-page .crm-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.final-page .crm-top b {
    font-size: 1.2rem;
}

.final-page .crm-top span {
    background: #dcfce7;
    color: #166534;
    border-radius: 999px;
    padding: 8px 10px;
    font-weight: 900;
    font-size: .84rem;
}

.final-page .chart-bars {
    display: flex;
    align-items: end;
    gap: 12px;
    height: 180px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 24px;
}

.final-page .chart-bars i {
    flex: 1;
    border-radius: 12px;
    background: linear-gradient(180deg, #91446f, #d8a6c2);
}

.final-page .chart-bars i:nth-child(1) { height: 42%; }
.final-page .chart-bars i:nth-child(2) { height: 70%; }
.final-page .chart-bars i:nth-child(3) { height: 55%; }
.final-page .chart-bars i:nth-child(4) { height: 86%; }
.final-page .chart-bars i:nth-child(5) { height: 63%; }

.final-page .lead-stack {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.final-page .lead-stack div {
    display: flex;
    justify-content: space-between;
    background: #fbf8fb;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 13px;
    font-weight: 850;
}

.final-page .promo-hero {
    padding: 90px 0;
    background: linear-gradient(135deg, #fff7ed, #fef3c7);
    text-align: center;
}

.final-page .promo-hero h1 {
    font-size: clamp(3.4rem, 9vw, 7.5rem);
    line-height: .9;
    letter-spacing: -.08em;
    font-weight: 950;
    color: #9a3412;
}

.final-page .promo-hero p {
    font-size: 1.3rem;
    color: #7c2d12;
    line-height: 1.55;
    max-width: 760px;
    margin: 22px auto 0;
}

.final-page .promo-box {
    margin: 34px auto 0;
    max-width: 760px;
    background: #fff;
    border: 1px solid rgba(154, 52, 18, .18);
    box-shadow: var(--shadow);
    border-radius: 34px;
    padding: 28px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    text-align: left;
}

.final-page .promo-box b {
    font-size: 1.6rem;
    letter-spacing: -.04em;
}

.final-page .promo-box span {
    color: #9a3412;
    font-weight: 900;
}

.final-page .price-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.final-page .price-mini {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 30px;
    box-shadow: var(--shadow-soft);
}

.final-page .price-mini strong {
    display: block;
    font-size: 2.2rem;
    letter-spacing: -.06em;
}

.final-page .price-mini s {
    color: #94a3b8;
    margin-right: 8px;
}

.final-page .price-mini b {
    color: #9a3412;
}

@media (max-width: 980px) {
    .final-page .careers-grid,
    .final-page .partner-hero .container,
    .final-page .nfc-hero .container,
    .final-page .analytics-grid,
    .final-page .teams-grid,
    .final-page .promo-box,
    .final-page .grid-2,
    .final-page .grid-3,
    .final-page .grid-4,
    .final-page .design-strip,
    .final-page .price-cards,
    .final-page .compare-row,
    .final-page .job-row {
        grid-template-columns: 1fr;
    }

    .final-page .careers-copy,
    .final-page .partner-hero,
    .final-page .nfc-hero,
    .final-page .analytics-hero,
    .final-page .teams-hero {
        text-align: center;
    }

    .final-page .hero-actions,
    .final-page .analytics-tags {
        justify-content: center;
    }

    .final-page .analytics-copy .hero-actions.left {
        justify-content: center;
    }

    .final-page .design-business {
        grid-template-columns: 1fr;
    }

    .final-page .design-business-copy {
        text-align: center;
    }

    .final-page .design-business-actions {
        text-align: center;
    }

    .final-page .design-strip.design-strip-2 {
        grid-template-columns: 1fr;
    }

    .teams-page .teams-dark-grid,
    .teams-page .teams-calc-grid {
        grid-template-columns: 1fr;
    }

    .teams-page .teams-dark-copy,
    .teams-page .teams-black-section .section-head {
        text-align: center;
    }

    .teams-page .teams-dark-copy .hero-actions.left {
        justify-content: center;
    }

    .teams-page .teams-dark-cta-panel .hero-actions.left {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .final-page .section,
    .final-page .light {
        padding: 54px 0;
    }

    .final-page .card {
        padding: 24px;
    }

    .final-page .promo-hero h1 {
        font-size: 4.2rem;
    }

    .final-page .nfc-card-wrap {
        height: 420px;
    }

    .final-page .nfc-card {
        left: 0;
        right: 0;
    }

    .final-page .nfc-phone {
        right: 28px;
    }
}
