@charset "UTF-8";

:root {
    --red: #ad292e;
    --red-dark: #882126;
    --ink: #292a2d;
    --muted: #686970;
    --line: #e3e1de;
    --paper: #faf9f6;
    --soft: #f0eeea;
    --serif: Georgia, 'Times New Roman', serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.65
}

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

button,
input,
textarea,
select {
    font: inherit
}

button,
a,
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent
}

a,
button {
    touch-action: manipulation
}

button {
    cursor: pointer
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2 {
    font-family: var(--serif);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.025em
}

h2 {
    font-size: clamp(32px, 3.6vw, 48px);
    margin-bottom: 24px
}

h3 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600
}

p {
    color: var(--muted)
}

:focus-visible {
    outline: 3px solid #ba5458;
    outline-offset: 5px
}

[hidden] {
    display: none !important
}

.container {
    width: min(1280px, calc(100% - 80px));
    margin: auto
}

.narrow {
    max-width: 850px
}

.preview-strip {
    text-align: center;
    background: #f0e5e2;
    color: #7e3031;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: .05em
}

.preview-strip span {
    margin: 0 12px
}

.site-header {
    background: rgba(250, 249, 246, .98);
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--line)
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    font-size: 14px;
    color: var(--muted);
    border-bottom: 1px solid var(--line);
    letter-spacing: .03em
}

.header-main {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 91px
}

.brand {
    width: 215px;
    flex-shrink: 0
}

.brand img {
    width: 100%;
    height: auto
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex: 1
}

.nav a {
    font-size: 16px;
    white-space: nowrap;
    padding: 32px 0;
    position: relative
}

.nav a[aria-current=page] {
    color: var(--red)
}

.nav a[aria-current=page]:after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 19px;
    left: 0;
    right: 0;
    background: var(--red)
}

.nav a:hover,
.text-link:hover {
    color: var(--red)
}

.header-phone {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600
}

.menu-toggle {
    display: none
}

.skip {
    position: fixed;
    top: -100px;
    background: white;
    z-index: 100;
    padding: 12px
}

.skip:focus {
    top: 0
}

.eyebrow {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: var(--red);
    margin-bottom: 24px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 17px 25px;
    background: var(--red);
    color: white;
    border: 1px solid var(--red);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    min-height: 54px;
    transition: background .2s
}

.button:hover {
    background: var(--red-dark)
}

.button.light {
    background: var(--paper);
    border-color: var(--paper);
    color: var(--red)
}

.button.outline {
    background: transparent;
    color: var(--red)
}

.button.outline:hover {
    background: #f4e7e5
}

.button:disabled {
    opacity: .55;
    cursor: wait
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 0
}

.text-link b {
    font-size: 22px;
    font-weight: 400
}

.hero {
    padding: 46px 0 52px
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.06fr 1fr;
    gap: 60px;
    align-items: center
}

.hero-copy {
    padding: 25px 0
}

.hero h1 {
    font-size: clamp(48px, 5.7vw, 80px);
    margin: 0 0 28px;
    line-height: 1.06
}

.hero-lead {
    max-width: 450px;
    font-size: 18px;
    line-height: 1.85
}

.actions {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 34px 0 45px
}

.hero-sign {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 16px
}

.hero-sign strong {
    display: block;
    font-weight: 600
}

.hero-sign div>span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    margin-top: 3px
}

.small-rule {
    height: 40px;
    width: 2px;
    background: var(--red)
}

.hero-visual {
    position: relative;
    padding: 0 0 25px 22px
}

.hero-visual:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    bottom: 0;
    width: 75%;
    border: 1px solid #be9894;
    z-index: -1
}

.hero-visual>img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    object-position: 66% center;
    filter: saturate(.55)
}

.hero-stamp {
    position: absolute;
    bottom: 53px;
    left: -4px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--red);
    color: white;
    padding: 25px 29px;
    font-family: var(--serif);
    font-size: 20px;
    line-height: 1.4;
    box-shadow: 0 15px 35px #3e212125
}

.hero-stamp .icon {
    width: 40px;
    height: 40px
}

.visual-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: .16em;
    font-size: 12px;
    color: var(--muted)
}

.facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 27px 0
}

.facts>div {
    padding: 0 35px;
    border-right: 1px solid var(--line)
}

.facts>div:first-child {
    padding-left: 0
}

.facts>div:last-child {
    border: 0
}

.facts strong {
    display: block;
    font-family: var(--serif);
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 3px
}

.facts span {
    font-size: 16px;
    color: var(--muted)
}

.section {
    padding: 90px 0
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 38px
}

.section-heading h2 {
    margin: 0
}

.section-heading p {
    margin: 0;
    font-size: 18px
}

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

.practice-card {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 30px;
    transition: border-color .2s, transform .2s
}

.practice-card:hover {
    border-color: var(--red);
    transform: translateY(-3px)
}

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    color: var(--red)
}

.card-top>span {
    font-size: 14px;
    letter-spacing: .1em;
    color: #96938f
}

.icon {
    width: 29px;
    height: 29px;
    flex-shrink: 0
}

.practice-card h3 {
    margin-bottom: 14px
}

.practice-card p {
    font-size: 18px;
    margin-bottom: 20px
}

.practice-card .text-link {
    margin-top: auto;
    padding-bottom: 0
}

.dark {
    background: #2b2c2e;
    color: var(--paper)
}

.dark p {
    color: #c0beb9
}

.dark .eyebrow {
    color: #e6ada6
}

.principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0
}

.principles article {
    padding: 28px 35px 26px 0;
    border-top: 1px solid #505051
}

.principles .icon {
    color: #e6ada6;
    margin-bottom: 19px
}

.principles h3 {
    font-size: 18px
}

.principles p {
    font-size: 18px;
    max-width: 300px
}

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

.steps article {
    border-top: 1px solid var(--line);
    padding-top: 24px
}

.steps p {
    font-size: 18px
}

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

.pricing-teaser {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center
}

.pricing-teaser p {
    max-width: 400px
}

.teaser-rates a {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #d4d0cb;
    padding: 23px 0;
    font-size: 18px
}

.teaser-rates strong {
    color: var(--red);
    white-space: nowrap;
    font-weight: 600
}

.faq {
    margin-top: 35px;
    border-top: 1px solid var(--line)
}

.faq details {
    border-bottom: 1px solid var(--line)
}

.faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 22px 0;
    font-size: 18px;
    font-weight: 500
}

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

.faq summary span {
    color: var(--red);
    font-size: 25px
}

.faq details[open] summary span {
    transform: rotate(45deg)
}

.faq p {
    padding-right: 40px;
    font-size: 18px
}

.cta {
    background: var(--red);
    color: white;
    padding: 60px 0
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.cta h2 {
    margin-bottom: 15px
}

.cta .eyebrow {
    color: #f4c8c3
}

.cta p {
    color: #f5d9d6;
    margin-bottom: 0
}

footer {
    background: #242527;
    color: white;
    padding: 60px 0 22px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 60px
}

.footer-name {
    font-family: var(--serif);
    font-size: 25px
}

.footer-grid p {
    font-size: 18px;
    color: #aeadad;
    margin-top: 15px
}

.footer-grid a:not(.footer-name) {
    display: block;
    font-size: 18px
}

.footer-grid h3 {
    font-size: 14px;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #aaa
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #444;
    margin-top: 35px;
    padding-top: 22px;
    font-size: 14px;
    color: #aaa
}

.footer-credit {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
    color: #aaa;
}

.footer-credit a {
    color: #dedbd5;
    text-decoration: none;
    text-underline-offset: 4px;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
    color: #fff;
    text-decoration: underline;
}

.footer-credit-domain {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .footer-credit { justify-content: flex-start; }
}

.page-intro {
    padding: 38px 0 62px;
    background: var(--soft);
    border-bottom: 1px solid var(--line)
}

.breadcrumb {
    display: block;
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 32px
}

.page-intro h1 {
    font-size: clamp(40px, 5vw, 68px);
    max-width: 980px;
    margin-bottom: 23px
}

.page-intro p {
    font-size: 20px;
    max-width: 720px;
    margin-bottom: 0
}

.page-intro .eyebrow {
    margin-bottom: 15px
}

.detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 85px;
    align-items: start
}

.prose p {
    font-size: 18px;
    line-height: 1.85
}

.prose h2 {
    font-size: 32px;
    margin-top: 25px
}

.prose img {
    margin-bottom: 30px
}

.service-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.service-items li {
    border-bottom: 1px solid var(--line);
    padding: 20px 0 20px 24px;
    position: relative;
    color: var(--muted)
}

.service-items li:before {
    content: '↗';
    color: var(--red);
    position: absolute;
    left: 0
}

.contact-aside {
    background: var(--soft);
    padding: 32px;
    position: sticky;
    top: 145px
}

.contact-aside .icon {
    color: var(--red);
    margin-bottom: 23px
}

.contact-aside h2 {
    font-size: 29px
}

.contact-aside p {
    font-size: 18px
}

.contact-aside .button {
    width: 100%
}

.price-caption {
    font-size: 18px;
    color: var(--muted);
    max-width: 850px;
    margin-bottom: 25px
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 35px
}

.filters button {
    border: 1px solid var(--line);
    background: white;
    padding: 10px 17px;
    border-radius: 2px;
    font-size: 16px;
    color: var(--muted)
}

.filters button[aria-pressed=true] {
    background: var(--red);
    border-color: var(--red);
    color: white
}

.price-group {
    border: 1px solid var(--line);
    margin-bottom: 30px;
    background: white
}

.price-group h2 {
    font-family: inherit;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    background: var(--soft);
    padding: 20px 24px;
    margin: 0
}

.price-row {
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 30px;
    padding: 20px 24px;
    border-top: 1px solid var(--line);
    font-size: 18px
}

.price-row strong {
    text-align: right;
    color: var(--red);
    font-weight: 600
}

.price-notes {
    max-width: 920px;
    margin: 60px 0 0
}

.price-notes p {
    font-size: 18px
}

.identity-card {
    background: var(--soft);
    padding: 38px;
    margin-bottom: 20px;
    border-top: 3px solid var(--red)
}

.identity-card>.icon {
    width: 60px;
    height: 60px;
    color: var(--red);
    margin-bottom: 55px
}

.identity-card h2 {
    font-size: 34px
}

.identity-card p {
    font-size: 18px
}

.about-aside>img {
    margin-bottom: 20px
}

.partners {
    display: grid;
    gap: 45px
}

.partner-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 55px;
    align-items: center;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--line)
}

.partner-photo {
    width: 300px;
    height: 350px;
    object-fit: cover;
    object-position: top center;
    background: var(--soft)
}

.partner-card h2 {
    font-size: 36px;
    max-width: 550px
}

.partner-card p {
    max-width: 750px;
    font-size: 18px
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px
}

.tags span {
    font-size: 14px;
    background: var(--soft);
    padding: 6px 10px;
    color: var(--muted)
}

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

.article-card {
    background: white;
    border: 1px solid var(--line)
}

.card-image {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.article-body {
    padding: 25px
}

.article-body h2 {
    font-size: 27px
}

.article-body .eyebrow {
    font-size: 13px
}

.article-body p {
    font-size: 18px
}

.image-art {
    background: linear-gradient(120deg, #e7dfd6, #f4e9e7);
    display: grid;
    place-items: center
}

.image-art .icon {
    width: 65px;
    height: 65px;
    color: var(--red)
}

.empty {
    border: 1px solid var(--line);
    padding: 65px 30px;
    text-align: center;
    background: white
}

.empty .icon {
    width: 42px;
    height: 42px;
    color: var(--red);
    margin-bottom: 20px
}

.empty h2 {
    font-size: 32px
}

.empty p {
    max-width: 550px;
    margin: 0 auto
}

.review-source {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    background: var(--soft);
    padding: 35px;
    margin-bottom: 35px
}

.review-source h2 {
    font-size: 30px;
    margin: 15px 0
}

.review-source p {
    margin: 0;
    font-size: 18px;
    max-width: 580px
}

.review-card {
    padding: 30px;
    background: white;
    border: 1px solid var(--line)
}

.review-card h2 {
    font-size: 24px;
    margin-top: 18px
}

.review-card p {
    font-size: 18px
}

.certificate img {
    height: 300px;
    object-fit: contain;
    background: var(--soft)
}

.certificate h2 {
    font-size: 25px;
    margin: 25px 0
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px
}

.contact-grid iframe {
    width: 100%;
    height: 420px;
    border: 1px solid var(--line);
    filter: grayscale(.3)
}

.big-phone {
    display: block;
    font-family: var(--serif);
    font-size: clamp(24px, 3vw, 39px)
}

.contact-email {
    display: block;
    color: var(--red);
    margin: 16px 0 35px
}

dt {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 25px
}

dd {
    margin: 10px 0;
    max-width: 400px;
    font-size: 18px
}

.form-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    margin-top: 90px;
    padding-top: 65px;
    border-top: 1px solid var(--line)
}

.form-grid>div p {
    max-width: 400px;
    font-size: 18px
}

.public-form {
    display: grid;
    gap: 17px
}

.public-form label {
    display: grid;
    gap: 6px;
    font-size: 16px
}

.public-form input,
.public-form textarea {
    border: 1px solid #cecac5;
    background: white;
    padding: 13px;
    width: 100%;
    border-radius: 0
}

.public-form .check {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.check input {
    width: 17px;
    height: 17px;
    margin: 3px 0;
    accent-color: var(--red);
    flex-shrink: 0
}

.check a {
    text-decoration: underline
}

.public-form .form-note {
    font-size: 16px;
    background: #f1e9e5;
    padding: 15px;
    color: #79403a
}

.form-status {
    font-size: 18px;
    margin: 0
}

.trap {
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.public-form .button {
    justify-self: start
}

.prose a {
    text-decoration: underline
}

.prose .text-link {
    text-decoration: none
}

@media(min-width:1450px) {
    .container {
        width: min(1360px, calc(100% - 120px))
    }

    .hero-visual>img {
        height: 550px
    }

    .nav {
        gap: 22px
    }

    .nav a {
        font-size: 18px
    }
}

@media(max-width:1200px) {
    .header-phone {
        display: none
    }

    .hero-grid {
        gap: 35px
    }

    .hero-visual>img {
        height: 460px
    }

    .hero-stamp {
        font-size: 20px;
        padding: 22px
    }

    .nav {
        gap: 16px
    }

    .detail-grid {
        gap: 40px
    }
}

@media(max-width:980px) {
    .container {
        width: calc(100% - 48px)
    }

    .topbar {
        display: none
    }

    .header-main {
        min-height: 79px;
        justify-content: space-between
    }

    .brand {
        width: 200px
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        border: 1px solid var(--line);
        background: transparent;
        color: var(--ink)
    }

    .menu-toggle span {
        width: 19px;
        height: 1px;
        background: currentColor
    }

    .nav {
        display: none;
        position: absolute;
        top: 79px;
        left: 0;
        right: 0;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        padding: 20px 24px;
        max-height: calc(100vh - 80px);
        overflow: auto;
        grid-template-columns: repeat(2, 1fr)
    }

    .nav.open {
        display: grid
    }

    .nav a {
        padding: 12px;
        font-size: 18px
    }

    .nav a[aria-current=page]:after {
        bottom: 4px;
        left: 12px;
        right: 12px
    }

    .hero-grid {
        gap: 30px
    }

    .hero h1 {
        font-size: 52px
    }

    .hero-visual>img {
        height: 430px
    }

    .hero-stamp {
        left: 0;
        bottom: 45px;
        padding: 16px;
        font-size: 18px
    }

    .hero-lead {
        font-size: 18px
    }

    .actions {
        gap: 15px;
        align-items: stretch;
        flex-direction: column
    }

    .actions .button {
        align-self: start
    }

    .actions .text-link {
        align-self: start
    }

    .hero-sign {
        font-size: 14px
    }

    .practice-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .principles {
        grid-template-columns: repeat(2, 1fr)
    }

    .steps {
        gap: 25px
    }

    .pricing-teaser {
        gap: 45px
    }

    .section {
        padding: 65px 0
    }

    .detail-grid {
        grid-template-columns: 1fr 280px;
        gap: 30px
    }

    .contact-aside {
        padding: 25px
    }

    .partner-card {
        grid-template-columns: 230px 1fr;
        gap: 35px
    }

    .partner-photo {
        width: 230px;
        height: 300px
    }

    .partner-card h2 {
        font-size: 31px
    }

    .article-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .contact-grid,
    .form-grid {
        gap: 35px
    }

    .footer-grid {
        gap: 30px
    }

    .cta-inner {
        align-items: start;
        flex-direction: column
    }
}

@media(max-width:640px) {
    html {
        scroll-padding-top: 90px
    }

    .container {
        width: calc(100% - 36px)
    }

    .brand {
        width: 185px
    }

    .preview-strip {
        font-size: 14px
    }

    .hero {
        padding: 28px 0 32px
    }

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

    .hero-copy {
        padding: 10px 0
    }

    .hero h1 {
        font-size: 49px
    }

    .hero-lead {
        font-size: 18px;
        max-width: 100%
    }

    .eyebrow {
        font-size: 14px;
        margin-bottom: 20px
    }

    .actions {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 25px 0 30px;
        gap: 18px
    }

    .actions .button {
        font-size: 16px;
        padding: 16px 20px;
        gap: 20px
    }

    .hero-visual {
        padding-left: 16px
    }

    .hero-visual>img {
        height: 335px;
        object-position: center
    }

    .hero-stamp {
        padding: 18px 23px;
        font-size: 20px
    }

    .visual-caption {
        font-size: 11px
    }

    .facts {
        padding: 20px 0;
        gap: 12px
    }

    .facts>div {
        padding: 0 10px
    }

    .facts strong {
        font-size: 20px
    }

    .facts span {
        font-size: 14px;
        display: block;
        line-height: 1.5
    }

    .section {
        padding: 52px 0
    }

    .section-heading {
        display: block;
        margin-bottom: 26px
    }

    .section-heading p {
        margin-top: 20px
    }

    .practice-grid,
    .principles,
    .steps,
    .pricing-teaser,
    .detail-grid,
    .article-grid,
    .contact-grid,
    .form-grid,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .practice-grid {
        gap: 12px
    }

    .practice-card {
        min-height: 250px;
        padding: 26px
    }

    .card-top {
        margin-bottom: 20px
    }

    .principles article {
        padding: 25px 0 15px
    }

    .principles p {
        max-width: none
    }

    .steps {
        gap: 20px
    }

    .pricing-teaser {
        gap: 20px
    }

    .teaser-rates a {
        font-size: 16px
    }

    .teaser-rates strong {
        white-space: normal;
        text-align: right;
        min-width: 120px
    }

    .faq summary {
        font-size: 18px
    }

    .cta {
        padding: 40px 0
    }

    .cta p {
        font-size: 18px
    }

    .cta-inner {
        gap: 28px
    }

    footer {
        padding-top: 40px
    }

    .footer-grid {
        gap: 22px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px
    }

    .page-intro {
        padding: 25px 0 40px
    }

    .page-intro h1 {
        font-size: 40px;
        overflow-wrap: anywhere
    }

    .page-intro p {
        font-size: 18px
    }

    .breadcrumb {
        margin-bottom: 25px
    }

    .price-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 18px;
        font-size: 18px
    }

    .price-row strong {
        text-align: left
    }

    .price-group h2 {
        font-size: 18px;
        padding: 18px
    }

    .filters {
        gap: 6px
    }

    .filters button {
        padding: 9px 12px;
        font-size: 14px
    }

    .price-notes {
        margin-top: 40px
    }

    .contact-aside {
        position: static
    }

    .partner-card {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-bottom: 35px
    }

    .partner-photo {
        width: 100%;
        height: auto;
        max-height: 430px;
        object-fit: contain;
        background: var(--soft)
    }

    .partner-card h2 {
        font-size: 32px
    }

    .review-source {
        flex-direction: column;
        align-items: start;
        padding: 25px
    }

    .review-source h2 {
        font-size: 28px
    }

    .form-grid {
        margin-top: 45px;
        padding-top: 40px
    }

    .contact-grid iframe {
        height: 330px
    }

    .public-form .button {
        width: 100%
    }

    .empty {
        padding: 40px 22px
    }

    .empty h2 {
        font-size: 28px
    }

    .empty p {
        font-size: 18px
    }

    .prose p {
        font-size: 18px
    }
}

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

    * {
        transition: none !important
    }
}

.practice-card--consult {
    background: var(--red);
    border-color: var(--red);
    color: white
}

.practice-card--consult .card-top,
.practice-card--consult .card-top>span,
.practice-card--consult p {
    color: #f8dfdc
}

.practice-card--consult:hover {
    background: var(--red-dark);
    border-color: var(--red-dark)
}

.practice-card--consult:hover .text-link {
    color: white
}

.practice-card--prices {
    background: var(--soft);
    border-color: #d8ccc6
}

.practice-card--prices .card-top>span,
.practice-card--consult .card-top>span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em
}

.practice-card--prices .text-link {
    color: var(--red)
}

.portrait-slides {
    position: relative;
    height: 490px;
    overflow: hidden;
    background: #dadcdd
}

.portrait-slides:has(img[src*="khnykin-portrait-transparent."]) {
    background: transparent;
}

.portrait-slide[src*="khnykin-portrait-transparent."] {
    object-fit: contain;
    object-position: center bottom;
}

.hero-visual:has(img[src*="khnykin-portrait-transparent."]) {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
    padding-left: 0;
}

.hero-visual:has(img[src*="khnykin-portrait-transparent."])::before {
    width: auto;
    right: 0;
}

.hero-visual:has(img[src*="khnykin-portrait-transparent."]) .visual-caption {
    left: 0;
    text-align: center;
}

.portrait-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 14%;
    opacity: 0;
    transition: opacity 1.2s ease;
    filter: none
}

.portrait-slide.is-current {
    opacity: 1
}

.portrait-controls {
    position: absolute;
    z-index: 2;
    right: 14px;
    top: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(250, 249, 246, .94);
    padding: 4px;
    color: var(--ink)
}

.portrait-controls button {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-size: 20px
}

.portrait-controls button:hover {
    background: #eadad7;
    color: var(--red)
}

.portrait-controls span {
    font-size: 14px;
    letter-spacing: .08em;
    min-width: 52px;
    text-align: center
}

.hero-visual:has(.portrait-slides) .hero-stamp {
    bottom: 43px;
    padding: 19px 23px;
    font-size: 20px;
    max-width: 85%
}

.hero-visual:has(.portrait-slides) .hero-stamp .icon {
    width: 30px;
    height: 30px
}

.about-aside>img {
    width: 100%;
    height: auto
}

@media(min-width:1450px) {
    .portrait-slides {
        height: 550px
    }
}

@media(max-width:1200px) {
    .portrait-slides {
        height: 460px
    }
}

@media(max-width:980px) {
    .portrait-slides {
        height: 430px
    }

    .hero-visual:has(.portrait-slides) .hero-stamp {
        font-size: 18px;
        gap: 12px;
        padding: 16px
    }
}

@media(max-width:640px) {
    .portrait-slides {
        height: 440px
    }

    .portrait-slide {
        object-position: center top
    }

    .hero-visual:has(.portrait-slides) .hero-stamp {
        font-size: 18px;
        max-width: 95%;
        bottom: 42px
    }

    .portrait-controls {
        right: 10px;
        top: 10px
    }
}

/* =========================================================
   ФИНАЛЬНАЯ ПОЛИРОВКА ГЛАВНОЙ
   ========================================================= */


/* ---------- HERO ---------- */

.hero-copy {
    animation: heroTextIn 0.8s ease-out both;
}

.hero-visual {
    animation: heroPhotoIn 0.9s 0.12s ease-out both;
}

@keyframes heroTextIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroPhotoIn {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* Текст под главным заголовком */

.hero-lead {
    font-size: 1.125rem;
    line-height: 1.75;
    max-width: 560px;
}


/* ---------- КНОПКИ ---------- */

.button {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(120, 20, 25, 0.14);
}

.button span {
    display: inline-block;
    transition: transform 0.25s ease;
}

.button:hover span {
    transform: translate(3px, -3px);
}


/* ---------- ССЫЛКИ СО СТРЕЛКАМИ ---------- */

.text-link b,
.text-link span {
    display: inline-block;
    transition: transform 0.25s ease;
}

.text-link:hover b {
    transform: translate(3px, -3px);
}


/* ---------- КАРТОЧКИ ПРАКТИК ---------- */

.practice-card {
    position: relative;
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.practice-card:hover {
    transform: translateY(-4px);
    border-color: rgba(185, 39, 45, 0.55);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.055);
}


/* Стрелка "Подробнее" */

.practice-card .text-link b {
    display: inline-block;
    transition: transform 0.25s ease;
}

.practice-card:hover .text-link b {
    transform: translate(4px, -4px);
}


/* Красную CTA-карточку не поднимать слишком сильно */

.practice-card--consult:hover {
    transform: translateY(-3px);
}


/* Карточка стоимости */

.practice-card--prices {
    background: #f5f1ed;
}


/* ---------- ФАКТЫ: С 2012 / 10 / ВСЯ РОССИЯ ---------- */

.facts > div {
    transition: transform 0.25s ease;
}

.facts > div:hover {
    transform: translateY(-3px);
}

.facts strong {
    transition: color 0.25s ease;
}

.facts > div:hover strong {
    color: #b9272d;
}


/* ---------- ПРИНЦИПЫ РАБОТЫ ---------- */

.principles article {
    transition:
        transform 0.28s ease,
        background-color 0.28s ease;
}

.principles article:hover {
    transform: translateY(-3px);
}

.dark .principles p {
    opacity: 0.86;
    line-height: 1.7;
}


/* ---------- КАК НАЧАТЬ РАБОТУ ---------- */

.steps article {
    transition: transform 0.28s ease;
}

.steps article:hover {
    transform: translateY(-3px);
}


/* ---------- FAQ ---------- */

.faq {
    max-width: 900px;
}

.faq details {
    transition: background-color 0.25s ease;
}

.faq details:hover {
    background: rgba(185, 39, 45, 0.025);
}

.faq summary {
    padding-top: 22px;
    padding-bottom: 22px;
}

.faq summary span {
    transition: transform 0.3s ease;
}

.faq details[open] summary span {
    transform: rotate(45deg);
}


/* ---------- НИЖНИЙ КРАСНЫЙ CTA ---------- */

.cta .button {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.cta .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}


/* ---------- МЕНЮ ---------- */

.nav a {
    position: relative;
    transition: color 0.25s ease;
}

.nav a::after {
    content: "";
    position: absolute;

    left: 0;
    right: 100%;
    bottom: -6px;

    height: 1px;

    background: #b9272d;

    transition: right 0.3s ease;
}

.nav a:hover::after {
    right: 0;
}


/* ---------- ТЕЛЕФОН В ШАПКЕ ---------- */

.header-phone {
    font-weight: 600;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.header-phone:hover {
    color: #b9272d;
    transform: translateY(-1px);
}


/* ---------- УВАЖАЕМ НАСТРОЙКИ ПОЛЬЗОВАТЕЛЯ ---------- */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


/* ---------- МОБИЛЬНАЯ ВЕРСИЯ ---------- */

@media (max-width: 768px) {

    .practice-card:hover,
    .principles article:hover,
    .steps article:hover,
    .facts > div:hover {
        transform: none;
    }

    .hero-lead {
        font-size: 1rem;
        line-height: 1.65;
    }
}

/* =========================================================
   БОЛЕЕ ЗАМЕТНЫЙ АПГРЕЙД ГЛАВНОЙ
   ========================================================= */


/* ===== HERO ===== */

.hero {
    position: relative;
    overflow: hidden;
}

/* Очень лёгкий декоративный фон */
.hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    right: -180px;
    top: -180px;
    background: rgba(185, 39, 45, 0.035);
    pointer-events: none;
}

.hero h1 {
    font-size: clamp(3.4rem, 5vw, 5.8rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.hero-lead {
    max-width: 530px;
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 28px;
}


/* ===== ФОТО ===== */

.hero-visual {
    position: relative;
}

.portrait-slides {
    overflow: hidden;
}

/* лёгкое приближение фото */
.portrait-slide {
    transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
}

.hero-visual:hover .portrait-slide {
    transform: scale(1.025);
}


/* ===== КРАСНАЯ ПЛАШКА НА ФОТО ===== */

.hero-stamp {
    box-shadow: 0 14px 35px rgba(120, 15, 20, 0.18);
}


/* ===== БЛОК ЦИФР ===== */

.facts {
    margin-top: 45px;
    border-top: 1px solid rgba(30, 30, 30, 0.12);
    border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}

.facts > div {
    padding-top: 30px;
    padding-bottom: 30px;
}

.facts strong {
    font-size: 1.8rem;
}

.facts span {
    margin-top: 8px;
}


/* ===== ЗАГОЛОВКИ СЕКЦИЙ ===== */

.section-heading h2 {
    font-size: clamp(2.6rem, 4vw, 4.2rem);
    line-height: 1;
    letter-spacing: -0.035em;
}


/* ===== КАРТОЧКИ ПРАКТИК ===== */

.practice-grid {
    gap: 12px;
}

.practice-card {
    min-height: 280px;
    padding: 32px;
    background: #fff;

    transition:
        transform .35s cubic-bezier(.2,.7,.2,1),
        box-shadow .35s ease,
        border-color .35s ease,
        background-color .35s ease;
}

.practice-card:hover {
    transform: translateY(-7px);
    border-color: rgba(185, 39, 45, 0.5);

    box-shadow:
        0 22px 45px rgba(25, 20, 18, 0.09);
}

.practice-card h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 30px;
}

.practice-card p {
    line-height: 1.65;
}


/* номер карточки */

.practice-card .card-top > span {
    font-size: .875rem;
    letter-spacing: .12em;
}


/* ===== КРАСНАЯ CTA-КАРТОЧКА ===== */

.practice-card--consult {
    background: #b9272d;
    color: #fff;
    border-color: #b9272d;
}

.practice-card--consult:hover {
    background: #a92127;
    border-color: #a92127;
    box-shadow:
        0 24px 50px rgba(150, 25, 30, 0.22);
}


/* ===== КАРТОЧКА ЦЕН ===== */

.practice-card--prices {
    background: #f2efeb;
}


/* ===== ПРИНЦИПЫ ===== */

.dark {
    position: relative;
}

.principles {
    gap: 0;
}

.principles article {
    padding: 35px 35px 35px 0;
}

.principles h3 {
    margin-top: 20px;
    font-size: 1.375rem;
}

.principles p {
    max-width: 340px;
}


/* ===== КАК НАЧАТЬ ===== */

.steps article {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* ===== БЛОК ЦЕН ===== */

.pricing-teaser {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pricing-teaser h2 {
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    line-height: .98;
}


/* ===== FAQ ===== */

.narrow {
    max-width: 1000px;
}

.faq {
    margin-top: 40px;
}

.faq details {
    border-bottom: 1px solid rgba(30,30,30,.12);
}

.faq summary {
    font-size: 1.125rem;
    padding: 25px 5px;
}


/* ===== ФИНАЛЬНЫЙ CTA ===== */

.cta {
    position: relative;
    overflow: hidden;
}

.cta::after {
    content: "↗";
    position: absolute;

    right: 6%;
    top: 50%;

    transform: translateY(-50%);

    font-size: 14rem;
    line-height: 1;

    color: rgba(255,255,255,.035);

    pointer-events: none;
}

.cta h2 {
    font-size: clamp(3rem, 4vw, 4.8rem);
    line-height: 1;
}


/* ===== MOBILE ===== */

@media (max-width: 768px) {

    .hero h1 {
        font-size: 3.3rem;
    }

    .section-heading h2 {
        font-size: 2.7rem;
    }

    .practice-card {
        min-height: auto;
        padding: 26px;
    }

    .cta::after {
        display: none;
    }
}

/* =========================================
   НИЖНИЙ КРАСНЫЙ CTA – ФИНАЛЬНАЯ ВЕРСИЯ
   ========================================= */

/* Убираем огромную декоративную стрелку справа */
.cta::after {
    display: none !important;
}


/* Общая композиция */
.cta-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    /* текст немного сдвигаем от левого края к центру */
    padding-left: 70px;
    padding-right: 70px;

    gap: 90px;

    padding-top: 65px;
    padding-bottom: 65px;
}


/* Текстовая часть */
.cta-inner > div {
    flex: 0 1 720px;
    max-width: 720px;
}


/* Заголовок */
.cta h2 {
    margin: 14px 0 14px;
}


/* Кнопка – сразу рядом с текстовым блоком */
.cta .button {
    flex: 0 0 auto;
    min-width: 270px;
    margin: 0;
}


/* Планшет */
@media (max-width: 1100px) {

    .cta-inner {
        padding-left: 30px;
        padding-right: 30px;
        gap: 50px;
    }
}


/* Телефон */
@media (max-width: 768px) {

    .cta-inner {
        flex-direction: column;
        align-items: flex-start;

        padding-left: 0;
        padding-right: 0;

        gap: 25px;
    }

    .cta-inner > div {
        flex: auto;
        max-width: 100%;
    }

    .cta .button {
        width: 100%;
        min-width: 0;
    }
}

/* Non-JavaScript analytics pixel. */
.metrika-pixel { position: absolute; left: -9999px; width: 1px; height: 1px; }
.sitemap-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; align-items: start; }
.sitemap-group { padding: 32px; background: white; border: 1px solid var(--line); border-top: 3px solid var(--red); }
.sitemap-group h2 { font-size: 30px; }
.sitemap-group ul { list-style: none; padding: 0; margin: 0; }
.sitemap-group li + li { border-top: 1px solid var(--line); }
.sitemap-group a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; line-height: 1.5; }
.sitemap-group a:hover { color: var(--red); }
.sitemap-group a span { color: var(--red); flex-shrink: 0; }
@media (max-width: 640px) {
    .sitemap-grid { grid-template-columns: 1fr; gap: 22px; }
    .sitemap-group { padding: 24px; }
    .sitemap-group h2 { font-size: 27px; }
}

/* Inner pages: clear hierarchy, editorial blocks and useful next steps. */
.page-intro { padding: 40px 0 64px; background: #f0eeea; }
.intro-layout { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 80px; align-items: center; }
.intro-layout h1 { max-width: 1000px; font-size: clamp(40px, 4.5vw, 66px); }
.intro-layout p { font-size: 20px; line-height: 1.65; max-width: 780px; }
.intro-emblem {
    aspect-ratio: 1;
    border: 1px solid #cbb9b2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    color: var(--red);
    border-radius: 50%;
}
.intro-emblem .icon { width: 70px; height: 70px; stroke-width: 1; }
.intro-emblem span { font-size: 11px; letter-spacing: .18em; text-align: center; line-height: 1.6; }
.service-items { counter-reset: service; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.service-items li {
    counter-increment: service;
    border: 1px solid var(--line);
    background: white;
    padding: 60px 24px 24px;
    line-height: 1.6;
    color: var(--ink);
}
.service-items li::before { content: counter(service, decimal-leading-zero); top: 20px; left: 24px; font-size: 14px; letter-spacing: .1em; }
.contact-aside { background: #292a2d; color: white; border-top: 4px solid var(--red); }
.contact-aside p { color: #d4d0cb; }
.contact-aside .icon { color: #e6ada6; }
.contact-aside .text-link:hover { color: #e6ada6; }
.preparation-grid, .price-overview, .next-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.preparation-grid article { border-top: 1px solid #c6bcb4; padding-top: 26px; }
.preparation-grid article > span { color: var(--red); font: 38px var(--serif); }
.preparation-grid h3 { margin: 22px 0 14px; }
.preparation-grid p { margin-bottom: 0; }
.price-overview { margin-bottom: 42px; }
.price-overview article { padding: 30px; background: var(--soft); border-top: 3px solid var(--red); }
.price-overview .icon { color: var(--red); margin-bottom: 22px; }
.price-overview h2 { font-family: inherit; font-size: 23px; font-weight: 600; letter-spacing: 0; margin-bottom: 14px; }
.price-overview p { font-size: 17px; line-height: 1.65; margin: 0; }
.price-group { border: 0; border-top: 2px solid #292a2d; }
.price-group > h2 { padding: 25px 24px; font-size: 24px; background: var(--paper); }
.price-row { align-items: center; }
.price-row:nth-child(odd) { background: #f4f2ee; }
.price-row strong { font-size: 20px; }
.filter-count { display: inline-grid; place-items: center; min-width: 24px; padding: 0 5px; margin-left: 6px; background: #0000000c; border-radius: 3px; font-size: 13px; }
.editorial-copy { overflow-wrap: anywhere; }
.editorial-copy h2 { padding-top: 26px; border-top: 1px solid var(--line); margin: 38px 0 18px; font-size: 30px; }
.editorial-copy p { line-height: 1.75; }
.editorial-copy ul { padding-left: 24px; color: var(--muted); }
.editorial-copy li { padding-left: 6px; margin: 12px 0; line-height: 1.7; }
.editorial-copy li::marker { color: var(--red); }
.price-notes { max-width: 940px; padding: 42px; background: white; border: 1px solid var(--line); border-left: 4px solid var(--red); margin: 70px auto 0; }
.price-notes > h2:first-of-type { margin-top: 0; padding-top: 0; border: 0; font-size: 40px; }
.partner-card { background: white; border: 1px solid var(--line); padding: 40px; gap: 48px; grid-template-columns: 290px minmax(0, 1fr); align-items: start; }
.partner-card:nth-child(even) { background: var(--soft); }
.partner-card .partner-photo { width: 100%; height: auto; max-height: 430px; object-fit: cover; }
.partner-card h2 { max-width: 660px; font-size: 38px; }
.partner-card .partner-lead { font-size: 21px; line-height: 1.6; color: var(--ink); }
.partner-card .editorial-copy h2 { font-family: inherit; font-size: 21px; margin-top: 25px; }
.partner-card .tags { gap: 10px; }
.partner-card .tags span { background: var(--paper); border: 1px solid var(--line); }
.empty { display: grid; grid-template-columns: 96px minmax(0, 1fr); column-gap: 40px; text-align: left; padding: 50px; border: 0; border-left: 4px solid var(--red); background: var(--soft); }
.empty > .icon { grid-row: 1 / 3; width: 76px; height: 76px; stroke-width: 1; }
.empty h2 { font-size: 38px; margin-bottom: 18px; }
.empty p { grid-column: 2; max-width: 760px; margin: 0; font-size: 20px; }
.next-links { margin-top: 28px; }
.next-links > a { position: relative; border: 1px solid var(--line); padding: 30px 30px 60px; background: white; }
.next-links > a:hover { border-color: var(--red); }
.next-links > a > span { color: var(--red); font-size: 14px; }
.next-links h3 { margin: 25px 0 14px; font-size: 24px; }
.next-links p { margin-bottom: 0; }
.next-links b { position: absolute; bottom: 20px; right: 26px; color: var(--red); font-size: 26px; }
.empty-actions { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.review-source { padding: 45px; background: #292a2d; color: white; gap: 40px; }
.review-source p { color: #d4d0cb; font-size: 20px; }
.review-source .icon { color: #e6ada6; width: 44px; height: 44px; }
.review-source .button { flex-shrink: 0; background: var(--paper); border-color: var(--paper); }
.contact-grid { gap: 36px; align-items: stretch; }
.contact-grid > div { background: var(--soft); padding: 38px; border-top: 4px solid var(--red); }
.contact-grid iframe { height: 100%; min-height: 480px; }
.contact-grid .big-phone { font-size: clamp(26px, 2.6vw, 38px); }
.form-grid { gap: 60px; }
.public-form { padding: 32px; border: 1px solid var(--line); background: white; }
.public-form .form-note { margin: 0 0 5px; }
.privacy-document { background: white; padding: 40px; border-left: 4px solid var(--red); }

@media (max-width: 1100px) {
    .intro-layout { grid-template-columns: minmax(0, 1fr) 160px; gap: 40px; }
    .review-source { flex-direction: column; align-items: flex-start; }
    .partner-card { grid-template-columns: 220px minmax(0, 1fr); padding: 28px; gap: 32px; }
    .detail-grid { gap: 35px; grid-template-columns: minmax(0, 1fr) 290px; }
    .service-items { grid-template-columns: 1fr; }
    .contact-grid > div { padding: 28px; }
    .form-grid { gap: 36px; }
}
@media (max-width: 980px) {
    .intro-layout { grid-template-columns: minmax(0, 1fr) 130px; gap: 30px; }
    .intro-emblem .icon { width: 48px; height: 48px; }
    .intro-emblem { gap: 10px; }
    .intro-emblem span { font-size: 9px; }
    .preparation-grid, .price-overview, .next-links { gap: 16px; }
    .price-overview article, .next-links > a { padding: 24px; }
    .next-links > a { padding-bottom: 60px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-grid iframe { height: 380px; min-height: 0; }
}
@media (max-width: 640px) {
    .page-intro { padding: 28px 0 40px; }
    .intro-layout { display: block; }
    .intro-emblem { display: none; }
    .intro-layout h1 { font-size: 40px; overflow-wrap: anywhere; }
    .intro-layout p { font-size: 18px; }
    .detail-grid, .preparation-grid, .price-overview, .next-links, .form-grid { grid-template-columns: 1fr; }
    .contact-aside { position: static; }
    .price-group > h2 { font-size: 22px; padding: 20px 18px; }
    .price-notes { padding: 25px; margin-top: 40px; }
    .price-notes > h2:first-of-type { font-size: 32px; }
    .editorial-copy h2 { font-size: 26px; }
    .partner-card { grid-template-columns: 1fr; padding: 22px; }
    .partner-card h2 { font-size: 32px; }
    .partner-card .partner-photo { max-height: 380px; object-fit: contain; }
    .empty { display: block; padding: 30px 25px; }
    .empty > .icon { width: 48px; height: 48px; margin-bottom: 25px; }
    .empty h2 { font-size: 30px; }
    .empty p { font-size: 18px; }
    .review-source { padding: 28px; }
    .review-source .button { width: 100%; }
    .public-form { padding: 22px; }
    .form-grid { gap: 25px; }
    .privacy-document { padding: 26px; }
}

/* Readable typography and enough room for navigation at intermediate widths. */
.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 80px;
    align-items: start;
}
.about-copy { max-width: 760px; }
.about-copy > p:first-child {
    font-size: 23px;
    line-height: 1.6;
    color: var(--ink);
    margin-bottom: 32px;
}
.about-copy h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 42px 0 20px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}
.about-copy p { line-height: 1.75; margin-bottom: 20px; }
.about-copy ul { list-style: none; padding: 0; margin: 0 0 26px; }
.about-copy li {
    position: relative;
    padding: 0 0 0 24px;
    margin: 14px 0;
    line-height: 1.7;
    color: var(--muted);
}
.about-copy li::before {
    content: '';
    position: absolute;
    top: .7em;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--red);
}
.about-layout .about-aside { position: sticky; top: 190px; min-width: 0; }
.about-layout .about-aside > img { width: 100%; height: auto; }
.about-layout .about-aside .button { width: 100%; font-size: 16px; }
.about-layout .about-aside .text-link { font-size: 16px; }
@media (min-width: 981px) and (max-width: 1399px) {
    .about-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; }
    .about-layout .about-aside { top: 230px; }
}
@media (max-width: 980px) {
    .about-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 32px; }
    .about-layout .about-aside { position: static; }
}
@media (max-width: 640px) {
    .about-layout { grid-template-columns: 1fr; gap: 36px; }
    .about-layout .about-aside { order: -1; }
    .about-layout .about-aside > img { max-height: 420px; object-fit: contain; background: var(--soft); }
    .about-copy > p:first-child { font-size: 21px; }
    .about-copy h2 { font-size: 29px; margin-top: 32px; }
}

.nav a { font-size: 16px; }
.header-phone { font-size: 16px; }
.nav { gap: 16px; }
.hero-lead { font-size: 20px; }
.practice-card h3 { font-size: 24px; line-height: 1.3; }
.practice-card p, .principles p, .steps p { font-size: 18px; line-height: 1.7; }
.faq summary { font-size: 20px; }
.footer-bottom { flex-wrap: wrap; }
.footer-credit { font-size: 15px; }
.teaser-rates a { flex-wrap: wrap; }

@media (min-width: 981px) and (max-width: 1399px) {
    .header-main {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0 24px;
        padding-top: 18px;
    }
    .header-phone { display: block; grid-column: 2; grid-row: 1; }
    .nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; }
    .nav a { padding: 18px 0; }
    .nav a[aria-current=page]:after { bottom: 9px; }
    html { scroll-padding-top: 185px; }
}

@media (max-width: 980px) {
    .nav a { font-size: 18px; }
}

@media (max-width: 640px) {
    .hero-lead { font-size: 18px; }
    .facts { grid-template-columns: 1fr; gap: 0; }
    .facts > div { padding: 18px 0; border-right: 0; }
    .facts > div + div { border-top: 1px solid var(--line); }
    .facts span { font-size: 16px; }
    .visual-caption { white-space: normal; }
    .teaser-rates strong { text-align: left; }
    .footer-credit-domain { white-space: normal; }
}
