:root{--paper:#f7f4ef;--ink:#171914;--green:#596b57;--line:#d8d5cb;--blue:#e4edf2;--peach:#f1e6db;--sage:#e9e9e1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:108px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #487694;outline-offset:5px}button,a{touch-action:manipulation}header{position:sticky;top:0;z-index:10;background:rgba(247,244,239,.96);border-bottom:1px solid #e8e3da}.nav{max-width:1440px;margin:auto;min-height:90px;padding:16px 38px;display:flex;gap:24px;align-items:center;justify-content:space-between}.brand{line-height:1.25;flex-shrink:0}.brand strong{display:block;font-size:25px}.brand small{display:block;font-size:14px;margin-top:3px}.navlinks{display:flex;align-items:center;gap:24px;font-size:15px}.navlinks a:hover{color:var(--green)}.langs{display:flex;border:1px solid #a9afa1;border-radius:30px;overflow:hidden;flex-shrink:0}.langs button{border:0;background:transparent;padding:6px 16px;font-size:16px;min-height:40px}.langs button[aria-pressed=true]{background:var(--green);color:white}.menu-toggle{display:none;border:0;background:transparent;min-width:44px;min-height:44px;font-size:24px}.hero{max-width:1536px;margin:auto;position:relative;overflow:hidden}.hero-photo{position:absolute;right:0;top:0;width:50%;height:650px;object-fit:cover;object-position:center top;mask-image:linear-gradient(to right,transparent 0%,black 15%),linear-gradient(to bottom,black 87%,transparent);mask-composite:intersect}.hero-main{position:relative;z-index:1;padding:56px max(5.2%,24px) 38px;min-height:646px}.hero-copy{width:59%;max-width:800px}.eyebrow{font-size:15px;letter-spacing:.025em;color:var(--green);line-height:1.5;margin:0 0 16px;text-transform:uppercase}.hero h1{font-size:clamp(40px,4.05vw,63px);line-height:1.06;letter-spacing:-1.7px;margin:0 0 24px;font-weight:700}.hero h1 span{display:block}.hero h1 .green{color:var(--green)}.lead{font-size:23px;line-height:1.45;max-width:665px;margin:0 0 27px}.trust{display:flex;gap:23px;margin:0 0 33px;max-width:665px}.trust-item{display:flex;align-items:center;gap:12px;flex:1;font-size:17px;line-height:1.35}.icon{width:48px;height:48px;border-radius:50%;background:#dfe2d8;display:inline-flex;align-items:center;justify-content:center;color:#40543e;flex-shrink:0}.icon svg{width:29px;height:29px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:52px;padding:13px 25px;border:1px solid var(--green);border-radius:32px;background:var(--green);color:white;font-size:18px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#43553f;transform:translateY(-2px)}.button.outline{color:var(--ink);background:rgba(247,244,239,.55);border-color:#b69983}.button.outline:hover{background:#eee8df}.hero .button{padding:15px 31px;font-size:21px}.arrow{font-size:26px;line-height:1}.hero-cards{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 5.2% 50px}.entry-card{padding:24px;border-radius:22px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.entry-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #3333330b}.entry-card.telegram{background:var(--blue)}.entry-card.groups{background:var(--sage)}.entry-card.individual{background:var(--peach)}.entry-head{display:flex;align-items:center;gap:18px;margin-bottom:12px}.entry-head h2{font-size:23px;line-height:1.22;margin:0}.telegram .icon{background:#b5cddd;color:#385a70}.individual .icon{background:#dfc3af;color:#45392f}.entry-body{display:flex;gap:15px;align-items:center;justify-content:space-between;flex:1}.entry-body p{margin:0;font-size:18px;line-height:1.45}.circle-arrow{background:var(--green);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;font-size:24px}.telegram .circle-arrow{background:#739ab5}.individual .circle-arrow{background:#ccab92;color:#222}.section{max-width:1280px;margin:auto;padding:83px 38px;scroll-margin-top:0}.section-title{font-size:clamp(32px,3.1vw,46px);line-height:1.15;letter-spacing:-1px;margin:0 0 25px}.section-kicker{font-size:14px;text-transform:uppercase;letter-spacing:.13em;color:var(--green);margin:0 0 16px}.about{border-top:1px solid var(--line);display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.about-intro{font-size:25px;line-height:1.45;margin:0}.prose p{margin:0 0 20px}.facts{display:grid;grid-template-columns:1fr 2fr;gap:35px;margin-top:30px;padding-top:25px;border-top:1px solid var(--line)}.facts h3{font-size:14px;letter-spacing:.07em;color:var(--green);margin:0 0 9px}.facts p{font-size:17px;margin:0}.telegram-wrap{background:#e7edf0}.telegram-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.telegram-section h3{font-size:24px;line-height:1.4;font-weight:400;max-width:440px}.free-note{display:inline-block;background:#fff9;border:1px solid #c6d4da;padding:8px 16px;border-radius:24px;font-size:16px;color:#334f60}.telegram-section .button{background:#537b95;border-color:#537b95}.content-list{padding:0;list-style:none;margin:22px 0}.content-list li{position:relative;padding:11px 0 11px 25px;border-bottom:1px solid #cbd6db}.content-list li:before{content:'—';position:absolute;left:0;color:#52758a}.group-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px}.group-intro p{margin-top:0}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 28px;padding:25px 0 35px;margin:0;list-style:none}.benefits li{padding-left:25px;position:relative;font-size:17px}.benefits li:before{content:'✓';position:absolute;left:0;color:var(--green)}.topics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.topic{border:1px solid #d7d8cf;border-radius:19px;background:#faf8f4;padding:26px;display:flex;flex-direction:column;align-items:flex-start;min-height:267px}.topic:nth-child(3n+2){background:#edeee6}.topic:nth-child(3n){background:#f3ebe3}.topic-icon{font-size:25px;margin-bottom:16px}.topic h3{font-size:23px;line-height:1.25;margin:0 0 13px}.topic p{font-size:17px;line-height:1.5;margin:0 0 25px}.text-button{border:0;background:none;padding:8px 0;color:#41563d;font-size:17px;font-weight:600;margin-top:auto;text-align:left}.text-button:hover{text-decoration:underline}.group-booking{margin-top:32px;padding:29px 32px;background:#e5e8de;border-radius:18px;display:flex;gap:30px;align-items:center;justify-content:space-between}.group-booking p{margin:4px 0;font-size:17px}.group-booking strong{font-size:22px}.individual-wrap{background:#f0e7de}.individual-section{display:grid;grid-template-columns:1.2fr .8fr;gap:85px}.session-card{border:1px solid #cdbbab;border-radius:22px;padding:32px;align-self:start;background:#f8f4ee}.session-card dl{margin:0 0 25px}.session-card dl div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #dfd4c9}.session-card dd{margin:0;font-weight:600}.session-card p{font-size:16px}.session-card .button{width:100%;font-size:17px;padding-left:15px;padding-right:15px}.contacts{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px}.contact-links{display:grid;gap:16px}.contact-link{border-bottom:1px solid var(--line);padding:0 0 22px;display:block}.contact-link strong{display:block;font-size:23px;margin-bottom:7px}.contact-link span{font-size:17px}.contact-link:hover strong{color:var(--green)}.socials{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.socials a{border:1px solid #c4c9bd;border-radius:22px;padding:7px 15px;font-size:16px}.socials a:hover{background:var(--sage)}footer{max-width:1204px;margin:auto;padding:25px 0 35px;border-top:1px solid var(--line);color:var(--green);font-size:15px}dialog{width:min(760px,calc(100% - 30px));max-height:88dvh;border:1px solid #ddd3c6;border-radius:24px;padding:44px;background:var(--paper);color:var(--ink);overscroll-behavior:contain}dialog::backdrop{background:#22271c80;backdrop-filter:blur(4px)}dialog h2{font-size:31px;line-height:1.25;margin:0 35px 26px 0}dialog p{margin:0 0 20px}dialog .close{position:sticky;top:0;float:right;width:42px;height:42px;border:1px solid #c8cbbb;border-radius:50%;background:var(--paper);font-size:29px;line-height:1;margin:-20px -20px 0 0}dialog .modal-price{font-weight:700;border-top:1px solid var(--line);padding-top:20px}.modal-note{font-size:16px;margin-top:18px!important}body.modal-open{overflow:hidden}@media(min-width:1500px){.hero-main{padding-top:58px}.hero-photo{height:675px}.hero-main{min-height:660px}}@media(max-width:1200px){.nav{padding:15px 24px;gap:16px}.navlinks{gap:16px;font-size:14px}.brand strong{font-size:22px}.brand small{max-width:235px}.hero-main{min-height:590px;padding-top:44px}.hero-copy{width:61%}.hero-photo{width:49%;height:600px}.hero h1{font-size:4.25vw}.lead{font-size:20px;max-width:560px}.trust{gap:12px}.trust-item{font-size:15px;gap:8px}.icon{width:42px;height:42px}.entry-card{padding:20px}.entry-head h2{font-size:21px}.entry-body p{font-size:16px}.about,.telegram-section,.individual-section,.contacts{gap:45px}.section{padding:65px 32px}.navlinks a:nth-child(4){max-width:150px;line-height:1.3}}@media(max-width:960px){.menu-toggle{display:block;margin-left:auto}.navlinks{display:none;position:absolute;top:100%;left:0;right:0;padding:20px 28px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 10px 18px #00000009}.navlinks.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.navlinks a{padding:12px 0;font-size:18px}.navlinks a:nth-child(4){max-width:none}.hero-main{min-height:540px}.hero h1{font-size:4.4vw}.lead{font-size:19px}.trust{flex-wrap:wrap}.trust-item{min-width:145px;flex:initial}.hero .button{font-size:18px}.hero-photo{height:550px}.hero-cards{gap:12px}.entry-head{gap:10px}.entry-head h2{font-size:19px}.entry-card .icon{display:none}.topics{grid-template-columns:repeat(2,1fr)}.group-intro{gap:35px}.group-booking{align-items:flex-start;flex-direction:column}.group-booking .button{flex-shrink:0}.facts{grid-template-columns:1fr;gap:20px}footer{margin:0 32px}}@media(max-width:640px){html{scroll-padding-top:92px}.nav{min-height:79px;padding:12px 16px;gap:8px}.brand strong{font-size:20px}.brand small{font-size:12px;max-width:190px;line-height:1.3}.langs button{padding:5px 11px;font-size:14px;min-height:38px}.menu-toggle{font-size:23px;min-width:34px;width:34px}.hero{padding-top:0}.hero-photo{position:relative;width:100%;height:310px;object-fit:cover;object-position:center 30%;mask-image:linear-gradient(to bottom,black 80%,transparent);display:block;order:2;margin-top:-15px}.hero{display:flex;flex-direction:column}.hero-main{order:1;padding:30px 22px 30px;min-height:0}.hero-copy{width:100%;max-width:none}.eyebrow{font-size:12px;max-width:320px;margin-bottom:16px}.hero h1{font-size:clamp(32px,8.9vw,49px);letter-spacing:-1px;line-height:1.08;margin-bottom:20px}.hero h1 .green{max-width:100%}.lead{font-size:18px;line-height:1.5;margin-bottom:22px}.trust{gap:13px;margin-bottom:24px;flex-direction:column}.trust-item{font-size:15px;gap:12px;min-height:34px}.trust .icon{width:35px;height:35px}.trust .icon svg{width:23px;height:23px}.hero .button{font-size:17px;min-height:50px;padding:12px 23px}.hero-cards{order:3;grid-template-columns:1fr;padding:0 20px 37px;gap:12px;margin-top:-1px}.entry-card{padding:21px}.entry-card .icon{display:inline-flex}.entry-head{gap:14px;margin-bottom:10px}.entry-head h2{font-size:21px}.entry-body p{font-size:17px}.section{padding:49px 22px}.section-title{font-size:33px;letter-spacing:-.7px}.about,.telegram-section,.group-intro,.individual-section,.contacts{grid-template-columns:1fr;gap:22px}.about-intro{font-size:23px}.facts{grid-template-columns:1fr;gap:24px}.telegram-section h3{font-size:23px}.telegram-section .button{font-size:16px;padding:13px 18px}.free-note{font-size:15px}.content-list li{font-size:17px}.benefits{grid-template-columns:1fr;gap:12px;padding-top:6px}.topics{grid-template-columns:1fr;gap:15px}.topic{min-height:0;padding:24px}.topic-icon{margin-bottom:12px}.topic h3{font-size:24px}.topic p{margin-bottom:12px}.text-button{min-height:44px}.group-booking{padding:23px;gap:17px}.group-booking .button{font-size:17px}.session-card{padding:23px}.contacts{gap:30px}footer{margin:0 22px;font-size:14px}dialog{padding:29px 23px;max-height:90dvh}dialog h2{font-size:25px}dialog p{font-size:17px}dialog .close{margin:-14px -10px 0 0}dialog .button{font-size:16px;padding:12px 18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.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}dialog ul{padding-left:23px}dialog li{margin-bottom:9px}@media(max-width:380px){.brand strong{font-size:18px}.brand small{max-width:156px}.langs button{padding:5px 9px}.nav{gap:5px}.session-card dl div{flex-wrap:wrap;gap:4px 14px}}

/* Requested compact layout; existing content, colors and other sections retained. */
.hero-main{padding-top:36px;padding-bottom:24px;min-height:530px}
.hero-photo{width:43%;height:540px}
.hero h1{font-size:clamp(35px,3.52vw,55px);margin-bottom:18px}
.hero .lead{margin-bottom:20px}
.hero .trust{margin-bottom:23px}
.hero-cards{padding-bottom:32px}
.about #about-title{font-weight:400}
#telegram-title{margin-bottom:10px}
.channel-name{font-size:23px;line-height:1.35;margin:0 0 5px;font-weight:600}
.channel-handle{font-size:18px;line-height:1.4;margin:0 0 23px;color:var(--green)}
#groups{padding-top:62px}
#groups .benefits{padding-top:14px;padding-bottom:22px;gap:10px 28px}
#groups .topic{min-height:0;padding:20px 26px}
#groups .topic-icon{margin-bottom:10px}
#groups .topic h3{margin-bottom:10px}
#groups .topic p{margin-bottom:9px}
#groups .text-button{margin-top:0}
@media(min-width:1500px){.hero-main{min-height:550px;padding-top:38px}.hero-photo{height:560px}}
@media(min-width:641px) and (max-width:1200px){.hero-main{min-height:490px;padding-top:30px}.hero-photo{width:42%;height:500px}.hero h1{font-size:3.7vw}}
@media(min-width:641px) and (max-width:960px){.hero-main{min-height:465px}.hero-photo{height:460px}.hero h1{font-size:3.83vw}}
@media(max-width:640px){.hero-main{min-height:0;padding:25px 22px 22px}.hero h1{font-size:clamp(29px,7.8vw,43px);margin-bottom:16px}.hero-photo{width:83%;height:260px;align-self:flex-end;margin-top:-8px}.hero .lead{margin-bottom:18px}.hero .trust{margin-bottom:19px;gap:10px}.hero-cards{padding-bottom:29px}.channel-name{font-size:21px}.channel-handle{font-size:17px}#groups{padding-top:40px}#groups .benefits{padding-top:0;padding-bottom:19px;gap:10px}#groups .topic{padding:19px 24px}#groups .topic p{margin-bottom:6px}}

/* Further spacing reduction limited to thematic group cards. */
#groups .topic{padding-top:12px;padding-bottom:12px;align-self:start}
#groups .topic-icon{line-height:1.2;margin-bottom:5px}
#groups .topic h3{margin-bottom:6px}
#groups .topic p{margin-bottom:1px}
#groups .text-button{padding-top:3px;padding-bottom:3px}
#groups .group-booking{margin-top:16px}

/* Psychological tests: fourth direction card and introduction. */
.entry-card.tests{background:var(--sage);grid-column:1}
.entry-card.tests{padding-top:16px;padding-bottom:16px}
.entry-card.tests .entry-head{margin-bottom:8px}
.entry-card.tests .entry-body{gap:12px}
.entry-card.tests .entry-body p{flex:1}
.entry-card.tests .circle-arrow{flex-shrink:0}
.tests-section{border-top:1px solid var(--line)}
.tests-section .prose{max-width:850px}

/* Five bilingual test cards, scoped to the tests section. */
#tests .test-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px}
#tests .test-card{border:1px solid #d7d8cf;border-radius:19px;background:#faf8f4;padding:16px 24px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}
#tests .test-card:nth-child(3n+2){background:#edeee6}
#tests .test-card:nth-child(3n){background:#f3ebe3}
#tests .test-card h3{font-size:23px;line-height:1.25;margin:0 0 8px}
#tests .test-card p{font-size:17px;line-height:1.5;margin:0 0 10px}
#tests .test-card-label{font-size:14px;line-height:1.3;letter-spacing:.06em;color:var(--green);margin-bottom:8px}
#tests .test-card-link{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;color:#41563d;font-size:17px;font-weight:600;margin-top:auto;min-height:44px}
#tests .test-card-link .circle-arrow{flex-shrink:0;font-weight:400}
#tests .test-card:hover .test-card-link>span:first-child{text-decoration:underline}
@media(max-width:960px){#tests .test-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){#tests .test-cards{grid-template-columns:1fr;gap:15px}#tests .test-card{padding:16px 24px}}

/* Navigation, return-to-top control and footer alignment. */
.quick-nav{display:flex;gap:24px;align-items:center;margin-left:auto;font-size:15px}
.quick-nav a:hover,.site-dropdown a:hover{color:var(--green)}
.site-menu{position:relative;flex-shrink:0}
.site-menu-toggle{display:flex;align-items:center;gap:8px;min-height:44px;padding:6px 0;border:0;background:transparent;font-size:15px;white-space:nowrap}
.site-dropdown{position:absolute;right:0;top:calc(100% + 12px);width:310px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 160px);overflow:auto;padding:10px;background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 24px #17191418}
.site-dropdown[hidden]{display:none}
.site-dropdown a{display:block;padding:10px 14px;border-radius:8px;font-size:17px;line-height:1.4}
.site-dropdown a:hover{background:var(--sage)}
.back-to-top{position:fixed;right:12px;bottom:16px;z-index:9;width:44px;height:44px;border:0;padding:0;box-shadow:0 3px 12px #17191420}
.back-to-top[hidden]{display:none}
.back-to-top:hover{background:#43553f}
footer{max-width:1280px;margin:0 auto;padding:25px 38px 35px}
@media(max-width:1200px){.quick-nav{gap:16px}footer{padding-left:32px;padding-right:32px}}
@media(max-width:960px){.quick-nav{display:none}.site-menu{margin-left:auto}}
@media(max-width:640px){.nav{flex-wrap:wrap;column-gap:12px;row-gap:4px}.nav .brand{flex:1}.nav .langs{order:2}.site-menu{order:3;flex-basis:100%;margin-left:0}.site-menu-toggle{font-size:16px;min-height:36px}.site-dropdown{left:0;right:auto;top:calc(100% + 5px)}footer{padding-left:22px;padding-right:22px}html{scroll-padding-top:130px}}

/* Approved outdoor photograph and matching bilingual hero layout. */
.hero .hero-photo{width:44%;height:clamp(560px,45.7vw,702px);top:0;right:0;object-fit:cover;object-position:center top;mask-image:linear-gradient(to right,transparent 0%,black 15%);mask-composite:add}
.hero .hero-main{min-height:clamp(560px,45.7vw,702px);padding-top:48px;padding-bottom:45px}
.hero .hero-copy{width:60%;max-width:800px}
.hero .eyebrow{margin-bottom:26px}
.hero h1{font-size:clamp(35px,3.6vw,55px);line-height:1.1;margin-bottom:28px}
.hero .lead{max-width:670px;margin-bottom:30px}
.hero .trust{max-width:720px;margin-bottom:38px;gap:24px}
.hero .button.outline{max-width:100%;padding:17px 30px;gap:28px}
.hero .hero-cards{padding-top:22px}
@media(min-width:641px) and (max-width:1100px){.hero .hero-main{padding-top:35px;padding-bottom:30px}.hero .hero-copy{width:62%}.hero .eyebrow{margin-bottom:20px}.hero .trust{gap:14px;margin-bottom:26px}.hero .button.outline{font-size:17px;padding:14px 20px;gap:18px}}
@media(max-width:640px){.hero .hero-main{min-height:0;padding:26px 22px 24px}.hero .hero-copy{width:100%}.hero .eyebrow{margin-bottom:19px}.hero h1{font-size:clamp(29px,7.8vw,43px);margin-bottom:21px}.hero .lead{margin-bottom:22px}.hero .trust{gap:10px;margin-bottom:25px}.hero .button.outline{font-size:17px;gap:16px;padding:14px 20px;text-align:left}.hero .hero-photo{position:relative;width:100%;height:auto;max-height:none;object-fit:contain;margin-top:0;mask-image:none}.hero .hero-cards{padding-top:20px}}
