html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body.tapqr-seo-page {
    margin: 0;
    background: #ffffff;
    color: #18181b;
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --seo-accent: #2563eb;
    --seo-accent-soft: #eff6ff;
    --seo-accent-border: rgba(37, 99, 235, 0.24);
}

body.tapqr-seo-page[data-accent="red"] {
    --seo-accent: #dc2626;
    --seo-accent-soft: #fef2f2;
    --seo-accent-border: rgba(220, 38, 38, 0.24);
}

body.tapqr-seo-page[data-accent="yellow"] {
    --seo-accent: #a16207;
    --seo-accent-soft: #fefce8;
    --seo-accent-border: rgba(234, 179, 8, 0.34);
}

body.tapqr-seo-page[data-accent="green"] {
    --seo-accent: #16a34a;
    --seo-accent-soft: #f0fdf4;
    --seo-accent-border: rgba(22, 163, 74, 0.24);
}

.seo-main {
    background: #ffffff;
}

.seo-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 0 24px;
}

.seo-hero {
    min-height: 92vh;
    padding: 138px 0 70px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.98)),
        url("../../bg.svg") center / cover no-repeat;
    overflow: hidden;
}

.seo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
    gap: 56px;
    align-items: center;
}

.seo-copy {
    max-width: 710px;
}

.seo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #71717a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.seo-breadcrumb a {
    color: #2563eb;
    text-decoration: none;
}

.seo-breadcrumb a:hover,
.seo-breadcrumb a:focus-visible {
    color: #dc2626;
    outline: none;
}

.seo-kicker,
.seo-section-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border: 1px solid var(--seo-accent-border);
    border-radius: 999px;
    background: var(--seo-accent-soft);
    color: var(--seo-accent);
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.seo-hero h1 {
    max-width: 780px;
    margin: 18px 0 0;
    color: #09090b;
    font-size: 64px;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

.seo-lead {
    max-width: 660px;
    margin: 24px 0 0;
    color: #52525b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
}

.seo-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 32px;
}

.seo-primary-action,
.seo-secondary-action {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.seo-primary-action {
    color: #09090b;
}

.seo-secondary-action {
    border: 1px solid rgba(24, 24, 27, 0.14);
    background: #18181b;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.seo-secondary-action:hover,
.seo-secondary-action:focus-visible {
    transform: translateY(-2px);
    background: #000000;
    outline: none;
}

.seo-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 660px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.seo-hero-points li {
    border: 1px solid rgba(228, 228, 231, 0.92);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    padding: 16px;
    color: #3f3f46;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.seo-photo-visual {
    position: relative;
    min-height: 520px;
    margin: 0;
}

.seo-hero-photo {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid rgba(228, 228, 231, 0.92);
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.16);
}

.seo-photo-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    padding: 16px 18px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.seo-photo-caption span {
    color: var(--seo-accent);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.seo-photo-caption strong {
    color: #18181b;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.42;
}

.seo-section {
    padding: 92px 0;
    background: #ffffff;
}

.seo-band {
    border-top: 1px solid rgba(228, 228, 231, 0.72);
    border-bottom: 1px solid rgba(228, 228, 231, 0.72);
    background: #fafafa;
}

.seo-section-heading {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.seo-section-heading.align-left {
    margin: 0;
    text-align: left;
}

.seo-section-heading h2,
.seo-final-panel h2 {
    margin: 18px 0 0;
    color: #09090b;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
}

.seo-section-heading p,
.seo-final-panel p {
    margin: 18px 0 0;
    color: #52525b;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.75;
}

.seo-answer-card {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 34px;
    align-items: start;
    border: 1px solid rgba(228, 228, 231, 0.92);
    border-radius: 30px;
    background: #ffffff;
    padding: 34px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.seo-answer-label {
    color: var(--seo-accent);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.seo-answer-card h2 {
    margin: 14px 0 0;
    color: #09090b;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.06;
}

.seo-answer-card p,
.seo-text-block p,
.seo-card p,
.seo-method-card p,
.seo-use-list li,
.seo-related-card p,
.seo-faq-list p {
    color: #5f6368;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.72;
}

.seo-answer-card p {
    margin: 0 0 14px;
}

.seo-answer-card p:last-child {
    margin-bottom: 0;
}

.seo-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 42px;
    align-items: start;
}

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

.seo-card,
.seo-method-card,
.seo-related-card {
    border: 1px solid rgba(228, 228, 231, 0.95);
    border-radius: 24px;
    background: #ffffff;
    padding: 26px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.seo-card h3,
.seo-method-card h3,
.seo-related-card h3,
.seo-script-card h3 {
    margin: 0;
    color: #09090b;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

.seo-card p,
.seo-method-card p,
.seo-related-card p {
    margin: 12px 0 0;
}

.seo-card::before,
.seo-method-card::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: var(--seo-accent);
    box-shadow: 0 0 0 8px var(--seo-accent-soft);
}

.seo-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

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

.seo-script-card {
    border: 1px solid rgba(228, 228, 231, 0.95);
    border-radius: 24px;
    background: #ffffff;
    padding: 26px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.seo-script-card blockquote {
    margin: 18px 0 0;
    border-left: 4px solid var(--seo-accent);
    padding: 0 0 0 18px;
    color: #3f3f46;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
}

.seo-tapqr {
    background: #09090b;
    color: #ffffff;
}

.seo-tapqr .seo-section-heading h2,
.seo-tapqr .seo-section-heading p {
    color: #ffffff;
}

.seo-tapqr-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: 34px;
    align-items: center;
}

.seo-product-shot {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: #ffffff;
    padding: 16px;
}

.seo-product-shot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.seo-tapqr-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-tapqr-list li {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    padding: 18px 18px 18px 48px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.55;
}

.seo-tapqr-list li::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 24px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #16a34a;
}

.seo-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-steps li {
    border: 1px solid rgba(228, 228, 231, 0.95);
    border-radius: 24px;
    background: #ffffff;
    padding: 26px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.seo-step-number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 999px;
    background: #18181b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.seo-steps h3 {
    margin: 0;
    color: #09090b;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.25;
}

.seo-steps p {
    margin: 12px 0 0;
    color: #5f6368;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.seo-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.seo-journey span {
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(228, 228, 231, 0.95);
    border-radius: 20px;
    background: #ffffff;
    color: #09090b;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.seo-use-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-use-list li {
    border: 1px solid rgba(228, 228, 231, 0.95);
    border-radius: 20px;
    background: #ffffff;
    padding: 18px 20px;
    color: #3f3f46;
    font-weight: 800;
}

.seo-education-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.seo-text-block {
    border: 1px solid rgba(228, 228, 231, 0.95);
    border-radius: 24px;
    background: #ffffff;
    padding: 28px;
}

.seo-text-block h3 {
    margin: 0 0 12px;
    color: #09090b;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.25;
}

.seo-text-block p {
    margin: 0;
}

.seo-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.seo-related-card {
    color: #18181b;
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.seo-related-card:hover,
.seo-related-card:focus-visible {
    transform: translateY(-3px);
    border-color: var(--seo-accent-border);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
    outline: none;
}

.seo-related-card span {
    display: inline-flex;
    margin-top: 18px;
    color: var(--seo-accent);
    font-size: 13px;
    font-weight: 900;
}

.seo-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 42px;
    align-items: start;
}

.seo-faq-list {
    display: grid;
    gap: 14px;
}

.seo-faq-list details {
    border: 1px solid rgba(228, 228, 231, 0.95);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.seo-faq-list summary {
    cursor: pointer;
    padding: 22px 24px;
    color: #09090b;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.seo-faq-list details[open] summary {
    color: var(--seo-accent);
}

.seo-faq-list p {
    margin: 0;
    padding: 0 24px 22px;
    border-top: 1px solid rgba(228, 228, 231, 0.75);
}

.seo-final {
    padding-top: 0;
}

.seo-final-panel {
    border-radius: 32px;
    background: #09090b;
    padding: 64px 28px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.18);
}

.seo-final-panel h2,
.seo-final-panel p {
    color: #ffffff;
}

.seo-final-panel p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.seo-final-panel .seo-cta-row {
    justify-content: center;
}

.seo-final-panel .seo-secondary-action {
    border-color: rgba(255, 255, 255, 0.28);
    background: transparent;
    box-shadow: none;
}

.seo-final-panel .seo-secondary-action:hover,
.seo-final-panel .seo-secondary-action:focus-visible {
    background: rgba(255, 255, 255, 0.08);
}

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

    .seo-secondary-action,
    .seo-related-card {
        transition: none;
    }
}

@media (max-width: 1023px) {
    .seo-hero {
        min-height: auto;
        padding-top: 124px;
    }

    .seo-hero-grid,
    .seo-two-column,
    .seo-tapqr-grid,
    .seo-faq-grid,
    .seo-answer-card {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .seo-hero h1 {
        font-size: 50px;
    }

    .seo-section-heading h2,
    .seo-final-panel h2 {
        font-size: 40px;
    }

    .seo-photo-visual {
        min-height: auto;
    }

    .seo-hero-photo {
        height: 460px;
    }

    .seo-card-grid,
    .seo-steps,
    .seo-related-grid,
    .seo-script-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .seo-shell {
        padding: 0 18px;
    }

    .seo-hero {
        padding: 112px 0 56px;
    }

    .seo-hero-grid {
        gap: 28px;
    }

    .seo-hero h1 {
        font-size: 38px;
        line-height: 1.02;
    }

    .seo-lead,
    .seo-section-heading p,
    .seo-final-panel p {
        font-size: 16px;
        line-height: 1.65;
    }

    .seo-section {
        padding: 68px 0;
    }

    .seo-final {
        padding-top: 0;
    }

    .seo-section-heading h2,
    .seo-final-panel h2 {
        font-size: 32px;
        line-height: 1.08;
    }

    .seo-hero-points,
    .seo-card-grid,
    .seo-method-grid,
    .seo-steps,
    .seo-use-list,
    .seo-education-grid,
    .seo-related-grid,
    .seo-script-grid,
    .seo-journey {
        grid-template-columns: 1fr;
    }

    .seo-answer-card,
    .seo-card,
    .seo-method-card,
    .seo-text-block,
    .seo-script-card {
        padding: 22px;
    }

    .seo-answer-card h2 {
        font-size: 28px;
    }

    .seo-primary-action,
    .seo-secondary-action {
        width: 100%;
    }

    .seo-hero-photo {
        height: 340px;
    }

    .seo-photo-caption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 14px 16px;
    }

    .seo-final-panel {
        border-radius: 26px;
        padding: 44px 22px;
    }
}
