:root {
	--ink: #18302b; --ink-soft: #53635f; --cream: #f6f2e9; --paper: #fffdf8;
	--lime: #d8ef61; --lime-strong: #c7e440; --coral: #ff8065; --lilac: #dcd3f4;
	--blue: #b8d7ec; --sage: #c6dfcd; --yellow: #f4da70;
	--line: rgba(24, 48, 43, .15); --shadow: 0 24px 70px rgba(26, 44, 40, .12);
	--radius: 28px; --container: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input { font: inherit; } button, a { -webkit-tap-highlight-color: transparent; } button { color: inherit; } a { color: inherit; text-decoration: none; } svg { display: block; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; } .section-shell { overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-150%); border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }
.prototype-banner { padding: 6px 16px; background: var(--ink); color: rgba(255,255,255,.78); text-align: center; text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 750; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,242,233,.9); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color .25s, background .25s; }
.site-header.scrolled { border-color: var(--line); background: rgba(246,242,233,.96); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 780; letter-spacing: -1.3px; }
.brand-mark { width: 35px; height: 35px; fill: var(--ink); } .brand-mark-accent { fill: var(--lime); } .brand-dot { color: #e76e55; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 10px; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.text-button, .footer-col button { padding: 0; border: 0; background: none; cursor: pointer; } .text-button { font-size: 14px; font-weight: 700; }
.button { border: 0; border-radius: 999px; min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); } .button-small { min-height: 44px; padding: 0 20px; }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 9px 25px rgba(24,48,43,.15); } .button-dark:hover { background: #27443e; }
.button-accent { background: var(--lime); color: var(--ink); } .button-accent:hover { background: var(--lime-strong); box-shadow: 0 10px 24px rgba(199,228,64,.28); }
.button-outline { border: 1px solid rgba(24,48,43,.35); background: transparent; } .button-outline:hover { background: var(--paper); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0 10px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s; }
.menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); } .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { background: var(--paper); border-top: 1px solid var(--line); padding: 24px; } .mobile-menu nav { display: grid; gap: 18px; } .mobile-menu a { font-size: 22px; font-weight: 700; }

.hero { padding: 56px 0 84px; position: relative; }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; top: 10%; left: -330px; border: 1px solid rgba(24,48,43,.14); border-radius: 50%; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; line-height: 1.2; font-weight: 800; } .eyebrow.light { color: rgba(255,255,255,.68); }
.status-dot { width: 8px; height: 8px; display: inline-block; margin-right: 8px; background: #56a773; border-radius: 50%; box-shadow: 0 0 0 5px rgba(86,167,115,.13); }
.hero h1 { max-width: 670px; margin: 0; font-size: clamp(54px,5.7vw,88px); line-height: .96; letter-spacing: -5.8px; font-weight: 710; }
.marker-word { position: relative; display: inline-block; z-index: 0; }
.marker-word::after { content: ""; position: absolute; z-index: -1; left: -3%; right: -5%; bottom: 7%; height: 27%; background: var(--lime); border-radius: 50% 35% 45% 28%; transform: rotate(-2deg); }
.hero-lead { max-width: 580px; margin: 28px 0 30px; color: var(--ink-soft); font-size: 19px; line-height: 1.55; }
.hero-search { max-width: 600px; display: flex; align-items: center; gap: 10px; padding: 8px 8px 8px 20px; background: var(--paper); border: 1px solid rgba(24,48,43,.12); border-radius: 999px; box-shadow: 0 15px 40px rgba(24,48,43,.08); }
.hero-search svg { flex: 0 0 auto; width: 22px; height: 22px; fill: none; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; }
.hero-search input { min-width: 0; flex: 1; height: 46px; padding: 0 3px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; } .hero-search input::placeholder { color: #7f8b87; }
.quick-topics { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 18px; font-size: 12px; } .quick-topics span { color: var(--ink-soft); margin-right: 4px; }
.quick-topics button { border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px; background: transparent; cursor: pointer; } .quick-topics button:hover { background: white; }
.hero-visual { position: relative; min-height: 600px; display: grid; place-items: end center; }
.hero-visual::before { content: ""; position: absolute; z-index: -3; width: 480px; height: 480px; top: 45px; left: 50%; transform: translateX(-50%); background: var(--coral); border-radius: 47% 53% 46% 54% / 62% 49% 51% 38%; }
.orbit { position: absolute; z-index: -2; border: 1px solid rgba(24,48,43,.25); border-radius: 50%; } .orbit::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); border: 4px solid var(--cream); }
.orbit-one { width: 540px; height: 390px; top: 100px; transform: rotate(23deg); } .orbit-one::after { right: 28px; top: 65px; }
.orbit-two { width: 400px; height: 530px; top: 24px; transform: rotate(-32deg); } .orbit-two::after { bottom: 40px; left: 48px; background: var(--lilac); }
.hero-portrait { position: relative; width: 440px; height: 540px; overflow: hidden; border-radius: 43% 43% 35px 35px; } .hero-portrait svg { width: 100%; height: 100%; }
.portrait-shirt { fill: #213b37; } .portrait-neck,.portrait-face { fill: #a85e42; } .portrait-hair { fill: #2a211f; } .portrait-eye { fill: #241d1c; } .portrait-line { fill: none; stroke: #6d3025; stroke-width: 4; stroke-linecap: round; }
.verified-float,.slot-float { position: absolute; z-index: 3; display: flex; align-items: center; padding: 13px 16px; background: rgba(255,253,248,.95); border: 1px solid rgba(24,48,43,.1); box-shadow: 0 16px 35px rgba(24,48,43,.12); backdrop-filter: blur(10px); }
.verified-float { top: 110px; left: -8px; gap: 11px; border-radius: 15px; font-size: 12px; line-height: 1.2; transform: rotate(-3deg); } .verified-float b { display: block; }
.verify-icon { display: grid; place-items: center; width: 31px; height: 31px; background: var(--lime); border-radius: 50%; font-weight: 900; }
.slot-float { right: -8px; top: 270px; display: block; border-radius: 15px; transform: rotate(2deg); } .slot-float span { display: block; color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .8px; } .slot-float strong { font-size: 14px; }
.hero-profile-caption { position: absolute; bottom: 22px; left: 38px; right: 38px; z-index: 3; display: flex; align-items: center; justify-content: space-between; padding: 16px 17px 16px 20px; color: white; background: rgba(24,48,43,.93); border-radius: 18px; box-shadow: var(--shadow); }
.hero-profile-caption strong,.hero-profile-caption span { display: block; } .hero-profile-caption strong { font-size: 16px; } .hero-profile-caption span { color: rgba(255,255,255,.7); font-size: 11px; }
.round-button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--lime); font-size: 20px; cursor: pointer; transition: transform .2s; } .round-button:hover { transform: rotate(45deg); }

.trust-strip { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 116px; display: grid; grid-template-columns: 1.05fr 1fr 1fr 1.15fr; align-items: center; }
.trust-grid > div { height: 60px; display: flex; align-items: center; gap: 15px; padding: 0 28px; border-right: 1px solid var(--line); } .trust-grid > div:first-child { padding-left: 0; } .trust-grid > div:last-child { border: 0; padding-right: 0; }
.trust-grid strong { font-size: 38px; letter-spacing: -2px; } .trust-grid span { color: var(--ink-soft); font-size: 12px; line-height: 1.4; } .trust-grid svg { flex: 0 0 auto; width: 32px; height: 32px; fill: none; stroke: var(--ink); stroke-width: 1.3; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-heading h2,.matching h2,.verification h2,.faq h2,.final-cta h2 { margin: 0; font-size: clamp(40px,4.2vw,62px); line-height: 1.02; letter-spacing: -3.5px; font-weight: 700; }
.section-heading > p { max-width: 420px; margin: 0 0 7px; color: var(--ink-soft); font-size: 16px; }
.topic-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.topic-card { position: relative; min-height: 305px; padding: 22px; overflow: hidden; border: 0; border-radius: var(--radius); text-align: left; cursor: pointer; transition: transform .25s,box-shadow .25s; }
.topic-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); } .topic-lilac { background: var(--lilac); } .topic-coral { background: var(--coral); } .topic-yellow { background: var(--yellow); } .topic-mint { background: var(--sage); }
.topic-num { position: absolute; top: 21px; left: 22px; font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.topic-icon { display: grid; place-items: center; width: 92px; height: 92px; margin: 26px auto 40px; border: 1px solid rgba(24,48,43,.4); border-radius: 50%; font-family: Georgia,serif; font-size: 48px; }
.topic-card strong { display: block; font-size: 22px; letter-spacing: -.7px; } .topic-card small { display: block; margin-top: 7px; color: rgba(24,48,43,.66); font-size: 11px; } .topic-arrow { position: absolute; right: 20px; bottom: 19px; font-size: 22px; }
.center-action { display: flex; justify-content: center; margin-top: 36px; }

.specialists { color: white; background: var(--ink); } .align-end { align-items: end; }
.link-arrow { padding: 0; border: 0; background: none; color: white; font-weight: 700; cursor: pointer; } .link-arrow span { display: inline-grid; place-items: center; width: 37px; height: 37px; margin-left: 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.specialist-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.specialist-card { overflow: hidden; color: var(--ink); background: var(--paper); border-radius: var(--radius); transition: transform .25s; } .specialist-card:hover { transform: translateY(-6px); } .specialist-card.filtered-out { display: none; }
.card-portrait { position: relative; height: 310px; overflow: hidden; } .bg-lilac { background: var(--lilac); } .bg-blue { background: var(--blue); } .bg-sage { background: var(--sage); }
.card-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 11px; background: rgba(255,253,248,.92); border-radius: 999px; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .5px; }
.card-badge i { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 4px; border-radius: 50%; background: var(--lime); font-style: normal; }
.heart { position: absolute; z-index: 2; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,253,248,.9); font-size: 21px; cursor: pointer; } .heart.active { color: #e35754; }
.mini-portrait { position: absolute; width: 95%; height: 100%; left: 2.5%; bottom: -15px; } .p-bg { fill: transparent; } .p-shirt { fill: #35534c; } .p-neck,.p-face { fill: #b96e4e; } .p-hair { fill: #302420; } .p-beard { fill: #6b3d2c; }
.portrait-man .p-shirt { fill: #49416b; } .portrait-man .p-neck,.portrait-man .p-face { fill: #ba7c58; } .portrait-man .p-hair { fill: #3a302a; } .portrait-anna .p-shirt { fill: #9f423c; } .portrait-anna .p-neck,.portrait-anna .p-face { fill: #d19a6f; } .portrait-anna .p-hair { fill: #211d1a; }
.specialist-body { padding: 22px; } .name-row { display: flex; justify-content: space-between; gap: 10px; } .name-row h3 { margin: 0; font-size: 20px; letter-spacing: -.5px; } .name-row p { margin: 3px 0 0; color: var(--ink-soft); font-size: 11px; }
.rating { white-space: nowrap; font-size: 13px; font-weight: 750; } .rating small { color: var(--ink-soft); font-weight: 500; }
.specialist-note { min-height: 65px; margin: 16px 0; color: #4f605c; font-size: 12px; line-height: 1.5; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; } .tag-row span { padding: 5px 9px; background: #eef0e9; border-radius: 999px; color: #51615d; font-size: 9px; }
.price-row { display: flex; justify-content: space-between; margin: 20px 0 13px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; } .price-row span { color: var(--ink-soft); } .price-row strong { font-size: 14px; }
.slot-button { width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border: 0; border-radius: 14px; background: var(--lime); text-align: left; cursor: pointer; } .slot-button:hover { background: var(--lime-strong); }
.slot-button small,.slot-button b { display: block; } .slot-button small { font-size: 8px; text-transform: uppercase; letter-spacing: .6px; } .slot-button b { margin-top: 2px; font-size: 12px; } .slot-button > span:last-child { font-size: 11px; font-weight: 800; }
.search-feedback { margin: 30px 0 0; text-align: center; color: rgba(255,255,255,.75); }

.matching { background: var(--paper); } .matching-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding: 68px 74px; background: var(--lilac); border-radius: 42px; }
.matching-copy > p:not(.eyebrow) { max-width: 485px; margin: 24px 0; color: #53605e; } .check-list { display: grid; gap: 9px; margin: 0 0 30px; padding: 0; list-style: none; font-size: 13px; } .check-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; background: var(--lime); font-weight: 900; }
.matching-preview { padding: 32px; background: var(--paper); border-radius: 26px; box-shadow: 0 26px 60px rgba(74,59,109,.14); transform: rotate(1.4deg); }
.preview-progress { display: grid; grid-template-columns: 1fr auto; gap: 4px; color: var(--ink-soft); font-size: 10px; } .preview-progress i { grid-column: 1/-1; display: block; height: 5px; margin-top: 7px; overflow: hidden; background: #e5e4df; border-radius: 99px; } .preview-progress em { display: block; width: 50%; height: 100%; background: var(--ink); }
.matching-preview h3 { margin: 30px 0 18px; font-size: 22px; } .preview-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; } .preview-options span { display: flex; justify-content: space-between; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; font-size: 11px; } .preview-options .selected { background: var(--lime); border-color: var(--lime); } .preview-options i { font-style: normal; font-weight: 900; }
.preview-result { display: flex; align-items: center; gap: 15px; margin-top: 22px; padding: 15px; background: #f1eee5; border-radius: 14px; } .preview-result p { margin: 0; font-size: 10px; } .preview-result strong { font-size: 11px; } .tiny-avatars { display: flex; } .tiny-avatars i { display: grid; place-items: center; width: 31px; height: 31px; margin-left: -7px; border: 2px solid var(--paper); border-radius: 50%; background: var(--coral); font-size: 9px; font-style: normal; font-weight: 800; } .tiny-avatars i:nth-child(2) { background: var(--blue); } .tiny-avatars i:nth-child(3) { background: var(--sage); }

.verification-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.verification-visual { position: relative; min-height: 600px; display: grid; place-items: center; background: var(--yellow); border-radius: 44% 44% 32px 32px; }
.document { position: absolute; width: 325px; height: 420px; padding: 32px; background: var(--paper); border: 1px solid rgba(24,48,43,.17); box-shadow: var(--shadow); } .document::before { content: "ПОРТАЛ"; position: absolute; right: 21px; top: 23px; color: #8c9895; font-size: 8px; font-weight: 900; letter-spacing: 1.8px; }
.document span { color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: 2px; } .document b { display: block; margin-top: 60px; font-family: Georgia,serif; font-size: 24px; font-weight: 500; line-height: 1.3; } .document i { display: grid; place-items: center; width: 76px; height: 76px; margin: 45px auto; border: 2px solid var(--ink); border-radius: 50%; font-size: 32px; font-style: normal; } .document small { position: absolute; left: 32px; bottom: 30px; color: var(--ink-soft); font-size: 9px; }
.document-back { transform: translate(-75px,-24px) rotate(-10deg); background: #eee9db; } .document-front { transform: translate(54px,24px) rotate(5deg); }
.stamp { position: absolute; z-index: 3; right: 45px; bottom: 43px; width: 110px; height: 110px; display: grid; place-content: center; border: 2px solid var(--ink); border-radius: 50%; text-align: center; text-transform: uppercase; font-size: 9px; line-height: 1.6; transform: rotate(-13deg); } .stamp b { font-size: 15px; }
.verification-copy > p:not(.eyebrow):not(.fine-print) { max-width: 530px; margin: 25px 0 33px; color: var(--ink-soft); font-size: 17px; } .verification-list { border-top: 1px solid var(--line); } .verification-list > div { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); } .verification-list > div > span { font-size: 10px; font-weight: 900; } .verification-list p,.verification-list strong,.verification-list small { display: block; margin: 0; } .verification-list strong { font-size: 14px; } .verification-list small { margin-top: 2px; color: var(--ink-soft); font-size: 11px; }
.fine-print { margin-top: 23px; padding-left: 16px; border-left: 2px solid var(--coral); color: var(--ink-soft); font-size: 10px; }

.materials { background: #ece7dc; } .material-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; } .feature-article,.small-article { overflow: hidden; background: var(--paper); border-radius: var(--radius); } .feature-article { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 410px; }
.article-art { position: relative; overflow: hidden; min-height: 360px; } .art-anxiety { background: var(--lilac); } .sun { position: absolute; width: 165px; height: 165px; top: 75px; left: 50%; transform: translateX(-50%); background: var(--yellow); border-radius: 50%; } .wave { position: absolute; left: -15%; width: 130%; height: 100px; border: 2px solid var(--ink); border-radius: 50%; } .wave-a { bottom: 58px; transform: rotate(8deg); } .wave-b { bottom: 4px; transform: rotate(-5deg); }
.article-label { position: absolute; left: 20px; top: 20px; padding: 7px 10px; border-radius: 999px; background: var(--paper); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-copy { padding: 36px; display: flex; flex-direction: column; justify-content: center; } .article-copy p,.small-article p { margin: 0; color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .6px; } .article-copy h3 { margin: 18px 0 45px; font-family: Georgia,serif; font-size: 30px; line-height: 1.12; font-weight: 500; } .article-copy a,.small-article a { font-size: 11px; font-weight: 800; } .article-copy a span,.small-article a span { margin-left: 7px; }
.small-articles { display: grid; gap: 18px; } .small-article { display: grid; grid-template-columns: 42% 58%; min-height: 196px; } .small-art { display: grid; place-items: center; font-family: Georgia,serif; font-size: 60px; } .art-burnout { background: var(--coral); } .art-relations { background: var(--sage); } .small-article > div:last-child { padding: 25px 20px; display: flex; flex-direction: column; justify-content: center; } .small-article h3 { margin: 10px 0 22px; font-family: Georgia,serif; font-size: 20px; line-height: 1.2; font-weight: 500; }

.testimonial { background: var(--paper); } .testimonial-card { position: relative; max-width: 970px; padding: 72px 85px; background: var(--ink); color: white; border-radius: 38px; } .quote-mark { position: absolute; top: -25px; left: 35px; color: var(--lime); font-family: Georgia,serif; font-size: 130px; line-height: 1; }
.testimonial blockquote { margin: 0; font-family: Georgia,serif; font-size: clamp(29px,3.5vw,48px); line-height: 1.18; text-align: center; } .testimonial blockquote em { color: var(--lime); font-style: normal; }
.testimonial-meta { display: flex; align-items: center; gap: 13px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); } .client-avatar { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--coral); color: var(--ink); font-size: 11px; font-weight: 900; } .testimonial-meta p { margin: 0; } .testimonial-meta strong,.testimonial-meta span { display: block; } .testimonial-meta strong { font-size: 12px; } .testimonial-meta span { color: rgba(255,255,255,.58); font-size: 9px; } .testimonial-meta i { color: var(--lime); font-style: normal; } .quote-controls { display: flex; gap: 8px; margin-left: auto; } .quote-controls button { width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: white; cursor: pointer; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; } .faq-intro > p:not(.eyebrow) { max-width: 330px; margin: 25px 0; color: var(--ink-soft); } .accordion details { border-top: 1px solid var(--line); } .accordion details:last-child { border-bottom: 1px solid var(--line); } .accordion summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 700; } .accordion summary::-webkit-details-marker { display: none; } .accordion summary span { position: relative; flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; } .accordion summary span::before,.accordion summary span::after { content: ""; position: absolute; width: 10px; height: 1px; top: 14px; left: 9px; background: var(--ink); } .accordion summary span::after { transform: rotate(90deg); transition: transform .2s; } .accordion details[open] summary span::after { transform: rotate(0); } .accordion details p { max-width: 700px; margin: -3px 45px 25px 0; color: var(--ink-soft); font-size: 14px; }

.final-cta { padding: 95px 0; background: var(--coral); } .final-cta-inner { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 80px; } .final-cta h2 { font-size: clamp(48px,6vw,82px); } .final-cta-inner > div:last-child p { max-width: 420px; margin: 0 0 24px; }
.crisis-note { padding: 25px 0; color: white; background: #243b37; border-bottom: 1px solid rgba(255,255,255,.12); } .crisis-inner { display: flex; align-items: center; gap: 17px; } .crisis-icon { flex: 0 0 auto; display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-weight: 900; } .crisis-inner p { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; } .crisis-inner strong { color: white; }

.site-footer { padding: 72px 0 25px; color: white; background: #142823; } .footer-main { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 60px; } .brand-light { color: white; } .brand-light .brand-mark { fill: white; } .footer-brand p { margin-top: 22px; color: rgba(255,255,255,.5); font-size: 13px; } .footer-col { display: flex; flex-direction: column; gap: 12px; } .footer-col h3 { margin: 0 0 8px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: 1.3px; font-size: 9px; } .footer-col a,.footer-col button { width: max-content; color: rgba(255,255,255,.78); font-size: 12px; text-align: left; } .footer-col a:hover,.footer-col button:hover { color: var(--lime); } .footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 9px; text-transform: uppercase; letter-spacing: .5px; }

dialog { padding: 0; border: 0; background: transparent; color: var(--ink); } dialog::backdrop { background: rgba(13,31,27,.72); backdrop-filter: blur(8px); }
.match-dialog { width: min(760px,calc(100% - 24px)); max-height: calc(100vh - 24px); border-radius: 30px; } .dialog-shell { min-height: 650px; padding: 28px 50px 38px; overflow: auto; background: var(--paper); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; } .dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 27px; line-height: 1; cursor: pointer; }
.dialog-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-bottom: 38px; } .dialog-progress span { height: 4px; background: #e5e4df; border-radius: 99px; } .dialog-progress span.active { background: var(--ink); }
.match-step { display: none; } .match-step.active { display: block; } .match-step h2,.booking-shell h2 { margin: 0; font-size: clamp(34px,5vw,49px); line-height: 1.05; letter-spacing: -2.5px; } .step-help { margin: 14px 0 26px; color: var(--ink-soft); font-size: 13px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .choice-grid label,.choice-row label,.date-grid label,.time-grid label { cursor: pointer; } .choice-grid input,.choice-row input,.date-grid input,.time-grid input { position: absolute; opacity: 0; pointer-events: none; } .choice-grid span { display: flex; align-items: center; min-height: 58px; padding: 0 17px; border: 1px solid var(--line); border-radius: 13px; font-size: 13px; font-weight: 700; transition: background .2s,border .2s; } .choice-grid input:checked + span { background: var(--lime); border-color: var(--lime); }
.dialog-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; } .back-button { border: 0; background: none; cursor: pointer; font-size: 13px; font-weight: 700; }
.match-step fieldset,.booking-shell fieldset { margin: 25px 0 0; padding: 0; border: 0; } .match-step legend,.booking-shell legend { margin-bottom: 10px; font-size: 12px; font-weight: 800; } .choice-row { display: flex; flex-wrap: wrap; gap: 8px; } .choice-row span { display: block; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; } .choice-row input:checked + span { background: var(--ink); border-color: var(--ink); color: white; }
.age-check { display: flex; align-items: center; gap: 12px; margin-top: 26px; padding: 14px; background: #f1eee5; border-radius: 12px; cursor: pointer; } .age-check input { width: 19px; height: 19px; accent-color: var(--ink); } .age-check span,.age-check b,.age-check small { display: block; } .age-check b { font-size: 12px; } .age-check small { color: var(--ink-soft); font-size: 10px; }
.result-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 15px; } .result-avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--lilac); font-size: 11px; font-weight: 800; } .result-avatar-two { background: var(--blue); } .result-card strong,.result-card span { display: block; } .result-card strong { font-size: 13px; } .result-card span { margin-top: 3px; color: var(--ink-soft); font-size: 9px; } .result-card i { color: #6a8a32; font-style: normal; } .result-card button { border: 0; border-radius: 999px; padding: 9px 12px; background: var(--lime); font-size: 10px; font-weight: 800; cursor: pointer; }
.booking-dialog { width: min(500px,calc(100% - 24px)); border-radius: 28px; } .booking-shell { position: relative; padding: 38px; background: var(--paper); } .booking-shell > .dialog-close { position: absolute; top: 22px; right: 22px; } .booking-person { margin: 9px 0 20px; color: var(--ink-soft); }
.booking-notice { display: flex; align-items: center; gap: 10px; padding: 12px; background: #f0ede5; border-radius: 12px; } .booking-notice span { display: grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; border: 1px solid var(--ink); border-radius: 50%; font-weight: 800; } .booking-notice p { margin: 0; color: var(--ink-soft); font-size: 10px; }
.date-grid,.time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; } .date-grid span,.time-grid span { display: grid; place-items: center; min-height: 62px; border: 1px solid var(--line); border-radius: 12px; } .date-grid small,.date-grid b { display: block; } .date-grid small { color: var(--ink-soft); font-size: 9px; } .date-grid b { font-size: 12px; } .date-grid input:checked + span,.time-grid input:checked + span { color: white; background: var(--ink); border-color: var(--ink); } .time-grid span { min-height: 44px; font-size: 12px; font-weight: 800; }
.booking-total { display: flex; justify-content: space-between; margin: 25px 0 15px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; } .full-button { width: 100%; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 25px; transform: translateX(-50%); max-width: min(480px,calc(100% - 30px)); padding: 13px 18px; border-radius: 12px; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: 12px; text-align: center; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease,transform .7s ease; } .js .reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #2f79d0; outline-offset: 3px; }
body.high-contrast { --cream: #fff; --paper: #fff; --ink: #000; --ink-soft: #242424; --line: rgba(0,0,0,.45); --lime: #f0ff00; }

@media (max-width: 1050px) {
	.desktop-nav { gap: 18px; } .hero-grid { gap: 28px; } .hero h1 { letter-spacing: -4px; } .hero-visual { transform: scale(.88); margin-inline: -35px; }
	.topic-grid { grid-template-columns: 1fr 1fr; } .specialist-grid { grid-template-columns: 1fr 1fr; } .specialist-card:last-child { display: none; }
	.matching-card { gap: 40px; padding: 55px 45px; } .verification-grid { gap: 50px; } .footer-main { grid-template-columns: 1.4fr repeat(3,1fr); gap: 30px; }
}
@media (max-width: 820px) {
	.container { width: min(calc(100% - 32px),var(--container)); } .section-pad { padding: 78px 0; } .desktop-nav,.desktop-only { display: none; } .menu-button { display: block; } .header-inner { height: 70px; }
	.hero { padding-top: 28px; } .hero-grid { grid-template-columns: 1fr; min-height: 0; } .hero-copy { text-align: center; } .hero h1,.hero-lead,.hero-search { margin-left: auto; margin-right: auto; } .quick-topics { justify-content: center; } .hero-visual { width: 100%; max-width: 570px; min-height: 550px; margin: 0 auto; transform: scale(.94); }
	.trust-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; } .trust-grid > div { padding: 15px 20px; border-bottom: 1px solid var(--line); } .trust-grid > div:nth-child(2) { border-right: 0; } .trust-grid > div:nth-last-child(-n+2) { border-bottom: 0; } .trust-grid > div:first-child { padding-left: 20px; }
	.section-heading { align-items: start; flex-direction: column; margin-bottom: 35px; } .specialist-grid { grid-template-columns: 1fr; max-width: 500px; margin: auto; } .specialist-card:last-child { display: block; }
	.matching-card { grid-template-columns: 1fr; } .verification-grid { grid-template-columns: 1fr; } .verification-visual { min-height: 540px; } .material-grid { grid-template-columns: 1fr; } .faq-grid { grid-template-columns: 1fr; gap: 45px; } .final-cta-inner { grid-template-columns: 1fr; gap: 30px; }
	.footer-main { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1/-1; } .footer-bottom { flex-direction: column; } .feature-article { grid-template-columns: 1fr; } .article-art { min-height: 300px; } .small-articles { grid-template-columns: 1fr 1fr; } .small-article { grid-template-columns: 1fr; } .small-art { min-height: 160px; }
}
@media (max-width: 560px) {
	.container { width: min(calc(100% - 24px),var(--container)); } .section-pad { padding: 64px 0; } .hero h1 { font-size: 49px; letter-spacing: -3.4px; } .hero-lead { font-size: 16px; }
	.hero-search { display: grid; grid-template-columns: auto 1fr; border-radius: 20px; padding: 10px 10px 10px 16px; } .hero-search .button { grid-column: 1/-1; width: 100%; }
	.hero-visual { min-height: 440px; transform: none; } .hero-visual::before { width: 340px; height: 340px; } .hero-portrait { width: 330px; height: 420px; } .orbit-one { width: 390px; height: 290px; } .orbit-two { width: 300px; height: 420px; } .verified-float { top: 70px; left: 0; } .slot-float { top: 210px; right: 0; } .hero-profile-caption { left: 18px; right: 18px; bottom: 10px; }
	.trust-grid { grid-template-columns: 1fr; } .trust-grid > div,.trust-grid > div:nth-child(2),.trust-grid > div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); } .trust-grid > div:last-child { border-bottom: 0; }
	.section-heading h2,.matching h2,.verification h2,.faq h2 { font-size: 40px; letter-spacing: -2.3px; } .topic-grid { grid-template-columns: 1fr; } .topic-card { min-height: 235px; } .topic-icon { width: 74px; height: 74px; margin-bottom: 24px; }
	.matching-card { padding: 38px 22px; border-radius: 28px; } .matching-preview { padding: 22px; } .verification-visual { min-height: 430px; } .document { width: 235px; height: 330px; padding: 24px; } .document b { margin-top: 40px; font-size: 18px; } .document i { width: 55px; height: 55px; margin: 35px auto; } .document small { left: 24px; bottom: 22px; } .document-back { transform: translate(-45px,-20px) rotate(-9deg); } .document-front { transform: translate(40px,20px) rotate(5deg); } .stamp { right: 15px; bottom: 25px; width: 90px; height: 90px; }
	.small-articles { grid-template-columns: 1fr; } .small-article { grid-template-columns: 40% 60%; } .small-art { min-height: 190px; } .testimonial-card { padding: 65px 24px 30px; border-radius: 26px; } .testimonial blockquote { font-size: 28px; }
	.final-cta { padding: 70px 0; } .final-cta h2 { font-size: 49px; letter-spacing: -3px; } .crisis-inner { align-items: flex-start; } .footer-main { grid-template-columns: 1fr; } .footer-brand { grid-column: auto; }
	.dialog-shell { min-height: 0; padding: 22px 18px 28px; } .choice-grid { grid-template-columns: 1fr; } .match-dialog { max-height: calc(100vh - 12px); } .booking-shell { padding: 32px 20px 24px; } .result-card { grid-template-columns: auto 1fr; } .result-card button { grid-column: 1/-1; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } .js .reveal { opacity: 1; transform: none; } }
