/* Local v40 additions: service pages and the programme photo viewer. */
.landing-page{--ink:#351451;--paper:#fff9f0;--coral:#f85d3a;--violet:#5e2b8a;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}.landing-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,82px);background:var(--paper)}.landing-header .brand img,.landing-footer .brand img{width:126px;height:auto}.landing-header .phone{font-weight:700;color:var(--ink);font-size:16px;text-decoration:none}.landing-hero{min-height:680px;position:relative;overflow:hidden;isolation:isolate;background:#34145a}.landing-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.landing-hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,13,64,.9),rgba(46,16,69,.58) 38%,rgba(46,16,69,.05) 100%)}.landing-hero__content{position:relative;z-index:1;max-width:680px;padding:clamp(64px,10vw,144px) clamp(22px,9vw,148px);color:#fff9ef}.landing-kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;margin:0 0 22px}.landing-hero h1,.landing-intro h2{font-family:Georgia,serif;font-size:clamp(50px,6.5vw,98px);line-height:.93;letter-spacing:-.065em;margin:0}.landing-hero h1 em,.landing-intro h2 em{font-weight:400;color:#ffd06b}.landing-hero__content>p:not(.landing-kicker){font-size:clamp(17px,1.5vw,21px);line-height:1.5;max-width:510px;margin:32px 0}.landing-cta{display:inline-flex;align-items:center;gap:24px;background:var(--coral);color:#fff;text-decoration:none;border-radius:999px;padding:18px 24px 18px 28px;font-weight:800}.landing-hero__label{position:absolute;right:clamp(22px,5vw,82px);bottom:45px;z-index:1;color:#fff9ef;font-family:Georgia,serif;font-size:clamp(24px,2.6vw,42px);text-align:right}.landing-hero__label small{display:block;font-family:Arial,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.13em;margin-top:10px}.landing-intro{padding:clamp(76px,10vw,150px) clamp(22px,9vw,148px);max-width:1300px}.landing-intro h2{font-size:clamp(44px,5.7vw,84px)}.landing-intro h2 em{color:var(--violet)}.landing-copy{max-width:680px;font-size:clamp(18px,1.7vw,24px);line-height:1.5;margin:42px 0;color:#542b68}.landing-points{display:flex;flex-wrap:wrap;gap:10px}.landing-points span{border:1px solid rgba(53,20,81,.22);border-radius:999px;padding:12px 16px;font-weight:700;font-size:14px}.landing-footer{display:flex;align-items:center;justify-content:space-between;padding:35px clamp(22px,5vw,82px);background:#351451;color:#fff9ef}.landing-footer p{margin:0;font-size:14px}.landing-footer .brand{filter:brightness(0) invert(1)}
.program-list .program-choice{position:relative;cursor:zoom-in}.program-list .program-choice>img{box-shadow:0 0 0 3px rgba(255,255,255,.7),0 9px 22px rgba(53,20,81,.16);filter:saturate(1.15) contrast(1.04);transition:transform .28s ease,filter .28s ease}.program-list .program-choice:hover>img,.program-list .program-choice:focus-visible>img{transform:scale(1.07);filter:saturate(1.28) contrast(1.08)}.program-list .program-choice::before{content:'Смотреть фото';position:absolute;right:0;top:13px;padding:6px 9px;border-radius:999px;background:var(--ink);color:#fff;font:800 9px/1 Arial,sans-serif;opacity:0;transform:translateY(4px);transition:.25s;pointer-events:none}.program-list .program-choice:hover::before,.program-list .program-choice:focus-visible::before{opacity:1;transform:none}.show-viewer{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:26px;background:rgba(23,10,38,.94);backdrop-filter:blur(12px)}.show-viewer[hidden]{display:none}.show-viewer img{display:block;max-width:min(1160px,88vw);max-height:calc(100dvh - 100px);object-fit:contain;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.38)}.show-viewer p{position:absolute;bottom:18px;margin:0;padding:8px 13px;border-radius:999px;background:rgba(23,10,38,.72);color:#fff;font:700 12px Arial,sans-serif}.show-viewer button{position:absolute;top:20px;right:22px;border:0;border-radius:50%;width:48px;height:48px;background:#fff;color:var(--ink);font-size:28px;cursor:pointer}
@media(max-width:700px){.landing-header{height:70px}.landing-header .brand img{width:104px}.landing-header .phone{font-size:13px}.landing-hero{min-height:660px}.landing-hero__image{object-position:64% center}.landing-hero__content{padding-top:90px}.landing-footer{gap:18px;align-items:flex-start;flex-direction:column}.program-list .program-choice::before{display:none}.show-viewer{padding:12px}.show-viewer img{max-width:100%;max-height:calc(100dvh - 80px);border-radius:16px}}

/* Keep the original coloured mark legible on the dark footer. */
.landing-footer .brand{filter:none}.landing-footer .brand img{display:block;width:154px;max-width:42vw}

.landing-faq{padding:0 clamp(22px,9vw,148px) clamp(76px,10vw,130px);max-width:1300px}.landing-faq h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,72px);line-height:.95;letter-spacing:-.055em;margin:0}.landing-faq h2 em{font-weight:400;color:var(--violet)}.landing-faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.landing-faq-grid article{padding:24px;border:1px solid rgba(53,20,81,.18);border-radius:20px;background:#fffdf8}.landing-faq-grid h3{margin:0 0 10px;font:800 18px/1.15 Arial,sans-serif}.landing-faq-grid p{margin:0;color:#542b68;line-height:1.45}.article-service-link{margin:34px 0 14px;padding:18px 20px;border-radius:18px;background:#fff3bf;color:#242427;font-weight:700}.article-service-link a{color:#5e2b8a;text-decoration-thickness:2px;text-underline-offset:3px}@media(max-width:800px){.landing-faq{padding:0 22px 76px}.landing-faq-grid{grid-template-columns:1fr}.landing-faq-grid article{padding:20px}}