:root{--phr-blue:#2454e8;--phr-navy:#172452;--phr-ink:#182033;--phr-muted:#5d667a;--phr-bg:#f5f7fb;--phr-line:#dfe5ef;--phr-radius:clamp(16px,2vw,24px)}
html{overflow-x:hidden;scroll-padding-top:90px}body{overflow-x:hidden}.phr,.phr *{box-sizing:border-box}.phr{min-width:0;color:var(--phr-ink);font-family:inherit}.phr img{display:block;max-width:100%;height:auto}.phr-container{width:min(100% - clamp(32px,6vw,80px),1200px);margin-inline:auto;min-width:0}.phr h1,.phr h2,.phr h3,.phr p{overflow-wrap:anywhere}.phr h1{max-width:780px;margin:0;font-size:clamp(2rem,5.2vw,4.25rem);line-height:1.03;letter-spacing:-.035em}.phr h2{margin:0;font-size:clamp(1.75rem,3.6vw,3rem);line-height:1.12;letter-spacing:-.025em}.phr h3{margin:0;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.2}.phr p{line-height:1.6}.phr-eyebrow,.phr-kicker{margin:0 0 12px;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.phr-hero{position:relative;isolation:isolate;min-height:clamp(560px,74svh,760px);display:grid;align-items:end;color:#fff;background:var(--phr-navy)}.phr-hero__media,.phr-hero__media:after{position:absolute;inset:0}.phr-hero__media{z-index:-1}.phr-hero__media:after{content:"";background:linear-gradient(90deg,rgba(8,18,54,.94) 0%,rgba(8,18,54,.72) 52%,rgba(8,18,54,.25) 100%)}.phr-hero__media img{width:100%;height:100%;object-fit:cover}.phr-hero__content{padding-top:calc(clamp(72px,10vw,120px) + env(safe-area-inset-top));padding-bottom:clamp(40px,7vw,80px)}.phr-lead{max-width:680px;margin:clamp(18px,3vw,28px) 0;font-size:clamp(1rem,2vw,1.25rem)}.phr-actions{display:flex;flex-wrap:wrap;gap:12px}.phr-button{appearance:none;border:0;border-radius:999px;min-height:48px;padding:13px 22px;display:inline-flex;align-items:center;justify-content:center;text-align:center;font:700 1rem/1.2 inherit;text-decoration:none;cursor:pointer}.phr-button--primary{background:var(--phr-blue);color:#fff}.phr-button--light{background:#fff;color:var(--phr-navy)}.phr-button--danger{background:#fff;color:#a21b24;white-space:nowrap}.phr-facts{display:flex;flex-wrap:wrap;gap:10px 24px;margin:24px 0 0;padding:0;list-style:none;font-size:.9rem}.phr-facts li:before{content:"✓";margin-right:7px;color:#8fe0ae;font-weight:900}.phr-routes{padding:clamp(56px,8vw,104px) 0;background:#fff}.phr-routes .phr-kicker,.phr-next .phr-kicker{color:var(--phr-blue)}.phr-intro{max-width:720px;margin:16px 0 30px;color:var(--phr-muted)}.phr-route-grid{display:grid;grid-template-columns:1fr;gap:18px}.phr-route{min-width:0;overflow:hidden;border:1px solid var(--phr-line);border-radius:var(--phr-radius);background:#fff;box-shadow:0 10px 35px rgba(25,39,79,.07)}.phr-route>img{width:100%;aspect-ratio:3/2;object-fit:cover}.phr-route__body{padding:clamp(20px,3vw,28px)}.phr-route__tag{display:inline-block;margin-bottom:10px;color:var(--phr-blue);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.phr-route p{margin:10px 0 18px;color:var(--phr-muted)}.phr-route a{color:var(--phr-blue);font-weight:800;text-decoration:none}.phr-emergency{padding:clamp(36px,6vw,64px) 0;background:#a21b24;color:#fff}.phr-emergency__grid,.phr-next__grid{display:grid;gap:24px;align-items:center}.phr-emergency p{max-width:760px;margin:12px 0 0}.phr-next{padding:clamp(48px,7vw,88px) 0;background:var(--phr-bg)}.phr-next p{max-width:720px;margin:14px 0 0;color:var(--phr-muted)}.phr-next__actions{display:flex;flex-direction:column;align-items:stretch;gap:12px}.phr-link-button{min-height:46px;border:1px solid var(--phr-blue);border-radius:999px;background:transparent;color:var(--phr-blue);font:700 1rem inherit;cursor:pointer}.phr-about{padding:clamp(48px,7vw,80px) 0 calc(clamp(48px,7vw,80px) + env(safe-area-inset-bottom));background:#fff}.phr-about p{max-width:850px;color:var(--phr-muted)}.phr-text-links{display:flex;flex-wrap:wrap;gap:12px 24px}.phr-text-links a{color:var(--phr-blue);font-weight:700;text-underline-offset:4px}
@media (min-width:700px){.phr-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.phr-emergency__grid,.phr-next__grid{grid-template-columns:minmax(0,1fr) auto}.phr-next__actions{min-width:245px}.phr-button{min-height:52px}}
@media (max-width:699px){.phr-hero{min-height:auto;display:block;padding:0;background:linear-gradient(160deg,#172452 0%,#0c173b 100%)}.phr-hero__media{position:absolute;inset:0 0 auto;height:clamp(320px,92vw,440px);overflow:hidden;background:#dfe8f7}.phr-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 72%}.phr-hero__media:after{background:linear-gradient(180deg,rgba(11,26,67,0) 0%,rgba(11,26,67,.02) 72%,#172452 100%)}.phr-hero__content{position:relative;padding-top:calc(clamp(320px,92vw,440px) - 24px + env(safe-area-inset-top));padding-bottom:42px}.phr-hero__content:before{content:"";position:absolute;z-index:-1;inset:calc(clamp(320px,92vw,440px) - 72px) -20px 0;background:linear-gradient(160deg,#172452 0%,#0c173b 100%)}.phr-eyebrow{display:inline-flex;margin-bottom:14px;padding:7px 11px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.1);font-size:.66rem;white-space:nowrap}.phr h1{font-size:clamp(1.95rem,8.4vw,2.55rem);line-height:1.05}.phr-lead{margin:17px 0 22px;color:#e5ebfa;font-size:1rem;line-height:1.55}.phr-actions>*{width:100%}.phr-facts{display:grid;gap:8px;margin-top:20px;color:#eef3ff}.phr-button--primary{box-shadow:0 12px 28px rgba(36,84,232,.35)}.phr-button--danger{width:100%}}
@media (prefers-reduced-motion:reduce){.phr *{scroll-behavior:auto!important;transition:none!important}}

/* Светлая медицинская визуальная система Главной: согласована со страницей лечения наркомании. */
:root{--phr-blue:#1268d6;--phr-blue-dark:#0b4fa8;--phr-navy:#20364f;--phr-ink:#24364d;--phr-muted:#53677f;--phr-bg:#f4f8fd;--phr-line:#cfe0f4;--phr-orange:#f4511e;--phr-orange-dark:#df342b}
.phr{background:#fff}.phr-hero{min-height:clamp(620px,72vh,760px);display:grid;align-items:center;color:var(--phr-ink);background:#fff;overflow:hidden}.phr-hero__media{z-index:0;inset:clamp(28px,4vw,58px) clamp(28px,4vw,64px) clamp(28px,4vw,58px) auto;width:min(46vw,680px);overflow:hidden;border-radius:clamp(22px,3vw,36px);background:#eef4fb;box-shadow:0 24px 60px rgba(32,54,79,.12)}.phr-hero__media:after{background:linear-gradient(180deg,rgba(255,255,255,0) 68%,rgba(24,54,95,.08) 100%)}.phr-hero__media img{object-position:center 62%}.phr-hero__content{position:relative;z-index:1;padding-top:clamp(70px,8vw,110px);padding-bottom:clamp(58px,7vw,90px)}.phr-hero__content>*{max-width:min(48%,650px)}.phr-eyebrow{color:var(--phr-blue);font-weight:850}.phr h1{color:var(--phr-navy);font-size:clamp(2.65rem,4.6vw,4.5rem)}.phr-lead{color:var(--phr-muted)}.phr-button--primary{background:linear-gradient(135deg,var(--phr-orange),var(--phr-orange-dark));color:#fff;box-shadow:0 14px 30px rgba(239,70,31,.22)}.phr-button--light{border:2px solid #bcd4f1;background:#fff;color:var(--phr-blue);box-shadow:none}.phr-facts{color:var(--phr-muted)}.phr-facts li:before{color:var(--phr-blue)}.phr-routes{background:var(--phr-bg)}.phr-route{border-color:var(--phr-line);box-shadow:0 12px 34px rgba(32,54,79,.07)}.phr-route__body{background:#fff}.phr-route__tag,.phr-route a{color:var(--phr-blue)}.phr-next{background:#fff}.phr-next__grid{padding:clamp(28px,5vw,48px);border:1px solid var(--phr-line);border-radius:var(--phr-radius);background:linear-gradient(145deg,#f7fbff,#edf5ff);box-shadow:0 16px 42px rgba(32,54,79,.07)}.phr-link-button{border-color:var(--phr-blue);color:var(--phr-blue)}.phr-about{background:var(--phr-bg)}
.phr-mobile-sticky{display:none}
.phr-button{gap:12px;border-radius:18px;font-weight:800}.phr-button>span:last-child{display:grid;gap:3px;line-height:1.05}.phr-button strong{font-size:inherit}.phr-button small{font-size:.72em;font-weight:650;opacity:.86}.phr-button__icon{flex:0 0 auto;display:grid;width:34px;height:34px;place-items:center;font-size:22px;line-height:1}.phr-button--green{background:linear-gradient(135deg,#16ba68,#07964e);color:#fff;box-shadow:0 14px 30px rgba(7,150,78,.2)}
.phr-location{padding:clamp(56px,8vw,96px) 0;background:linear-gradient(145deg,#f4f8ff,#edf4ff)}.phr-location .phr-kicker{color:var(--phr-blue)}.phr-location__grid{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);gap:20px;margin-top:28px}.phr-location__address,.phr-location__steps{border:1px solid #c8dcf4;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(32,54,79,.06)}.phr-location__address{padding:clamp(26px,4vw,42px);display:flex;flex-direction:column;align-items:flex-start}.phr-location__address h3{color:var(--phr-navy);font-size:clamp(1.5rem,2.6vw,2.2rem);line-height:1.16}.phr-location__address p{margin:16px 0 24px;color:var(--phr-muted);font-size:1.05rem}.phr-location__map-button{min-height:54px;padding:14px 22px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--phr-blue),var(--phr-blue-dark));color:#fff;text-align:center;text-decoration:none;font-weight:800;box-shadow:0 12px 26px rgba(18,104,214,.2)}.phr-location__steps{padding:clamp(18px,3vw,28px);display:grid;gap:12px}.phr-location__steps article{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;padding:18px;border-radius:18px;background:#f8fbff}.phr-location__steps article>span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#e6f0ff;color:var(--phr-blue);font-weight:900}.phr-location__steps h3{margin:0;color:var(--phr-navy);font-size:1.16rem}.phr-location__steps p{margin:6px 0 0;color:var(--phr-muted)}.phr-location__steps a{color:var(--phr-blue);font-weight:800}
@media (min-width:700px) and (max-width:1050px){.phr-hero__media{width:48vw;right:24px}.phr-hero__content>*{max-width:50%}.phr h1{font-size:clamp(2.35rem,5vw,3.4rem)}}
@media (max-width:699px){.phr{padding-bottom:86px}.phr-hero{min-height:auto;display:block;background:#fff;color:var(--phr-ink);overflow:hidden}.phr-hero__media{position:relative;inset:auto;width:100%;height:clamp(350px,106vw,500px);border-radius:0;background:#eef4fb;box-shadow:none}.phr-hero__media img{object-position:center 72%}.phr-hero__media:after{background:linear-gradient(180deg,rgba(255,255,255,0) 76%,rgba(255,255,255,.96) 100%)}.phr-hero__content{margin-top:-30px;padding-top:0;padding-bottom:42px}.phr-hero__content:before{display:none}.phr-hero__content>*{max-width:none}.phr-eyebrow{margin-bottom:14px;border-color:#c8dcf5;background:#eef6ff;color:var(--phr-blue);font-size:.66rem}.phr h1{color:var(--phr-navy);font-size:clamp(2rem,8.5vw,2.6rem)}.phr-lead{color:var(--phr-muted)}.phr-facts{color:var(--phr-muted)}.phr-button--primary{box-shadow:0 12px 28px rgba(239,70,31,.22)}.phr-routes{padding-top:54px}.phr-next__grid{padding:24px}.phr-location__grid{grid-template-columns:1fr}.phr-location__address,.phr-location__steps{border-radius:20px}.phr-location__map-button{width:100%}.phr-location__steps article{grid-template-columns:48px minmax(0,1fr);padding:15px}.phr-location__steps article>span{width:48px;height:48px}.phr-mobile-sticky{position:fixed;z-index:100;display:block;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));height:62px;border-radius:18px;background:linear-gradient(135deg,var(--phr-orange),var(--phr-orange-dark));box-shadow:0 14px 34px rgba(211,47,47,.3);overflow:hidden}.phr-mobile-sticky a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:13px;color:#fff;text-decoration:none}.phr-mobile-sticky__icon{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;font-size:19px}.phr-mobile-sticky a>span:last-child{display:grid;gap:2px;line-height:1.05}.phr-mobile-sticky strong{font-size:15px;letter-spacing:.02em}.phr-mobile-sticky small{font-size:11px;color:rgba(255,255,255,.88)}}

/* Мобильный кадр подготовлен с пустой верхней зоной специально под контент HERO. */
@media (max-width:699px){.phr-hero{position:relative;height:clamp(650px,182vw,790px);min-height:0;background:#f7f4f1}.phr-hero__media{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.phr-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center top}.phr-hero__media:after{background:linear-gradient(180deg,rgba(255,255,255,.24) 0%,rgba(255,255,255,.05) 42%,rgba(255,255,255,0) 58%)}.phr-hero__content{position:absolute;z-index:2;inset:0 auto auto 50%;transform:translateX(-50%);margin:0;padding-top:clamp(18px,5vw,30px);padding-bottom:0}.phr-hero__content:before{display:none}.phr-hero__content>*{max-width:none}.phr-eyebrow{margin:0 0 8px;padding:6px 9px;border-color:rgba(18,104,214,.25);background:rgba(255,255,255,.72);color:var(--phr-blue);font-size:clamp(.58rem,2.4vw,.68rem);backdrop-filter:blur(4px)}.phr h1{max-width:360px;color:var(--phr-navy);font-size:clamp(1.72rem,7.5vw,2.25rem);line-height:1.02;letter-spacing:-.035em;text-shadow:0 1px 0 rgba(255,255,255,.6)}.phr-lead{max-width:355px;margin:10px 0 13px;color:#344b65;font-size:clamp(.82rem,3.35vw,.96rem);line-height:1.38}.phr-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phr-actions>*{width:100%;min-height:44px;padding:9px 10px;border-radius:12px;font-size:clamp(.72rem,2.9vw,.86rem);line-height:1.15}.phr-facts{display:none}.phr-routes{padding-top:54px}}
@media (max-width:359px){.phr-hero{height:660px}.phr h1{font-size:1.68rem}.phr-lead{font-size:.8rem}.phr-actions>*{font-size:.69rem;padding-inline:7px}}

/* Единая система CTA как на странице «Лечение наркомании». */
@media (max-width:699px){.phr-hero{height:clamp(720px,190vw,820px)}.phr-hero__content{padding-top:clamp(12px,3vw,20px)}.phr-eyebrow{margin-bottom:6px}.phr h1{font-size:clamp(1.58rem,6.9vw,2.05rem)}.phr-lead{margin:8px 0 10px;font-size:clamp(.76rem,3vw,.9rem);line-height:1.32}.phr-actions{display:grid;grid-template-columns:1fr;gap:8px}.phr-actions>*{min-height:58px;padding:9px 16px;border-radius:18px;font-size:clamp(.82rem,3.3vw,.98rem);justify-content:flex-start;text-align:left}.phr-button__icon{width:32px;height:32px;font-size:21px}.phr-button small{font-size:.72em}.phr-next__actions{gap:10px}.phr-next__actions .phr-button{width:100%;min-height:64px;padding:10px 18px;justify-content:center;text-align:center;font-size:.95rem}}
@media (max-width:699px){.phr-hero{height:clamp(790px,205vw,900px)}.phr-hero__content{padding-top:clamp(54px,14vw,72px)}.phr-eyebrow{margin-bottom:6px}.phr h1{font-size:clamp(1.58rem,6.9vw,2.05rem)}.phr-lead{margin:8px 0 10px;font-size:clamp(.76rem,3vw,.9rem);line-height:1.32}.phr-actions{display:grid;grid-template-columns:1fr;gap:8px}.phr-actions>*{min-height:58px;padding:9px 16px;border-radius:18px;font-size:clamp(.82rem,3.3vw,.98rem);justify-content:flex-start;text-align:left}.phr-button__icon{width:32px;height:32px;font-size:21px}.phr-button small{font-size:.72em}.phr-next__actions{gap:10px}.phr-next__actions .phr-button{width:100%;min-height:64px;padding:10px 18px;justify-content:center;text-align:center;font-size:.95rem}}
@media (min-width:700px){.phr-hero .phr-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:min(48%,650px)}.phr-hero .phr-button{min-height:68px;padding:11px 14px;font-size:.78rem}.phr-next__actions{min-width:285px}.phr-next__actions .phr-button{min-height:62px}}

/* Дополнительный отступ от мобильной шапки: метка и весь контент HERO идут единым блоком. */
@media (max-width:699px){.phr-hero__content{padding-top:clamp(88px,22vw,112px)}.phr-hero__media img{transform:translateY(clamp(14px,4vw,22px));transform-origin:center top}}

/* На Главной нет фиксированной нижней CTA: обзор HERO и контента остаётся свободным. */
@media (max-width:699px){.phr{padding-bottom:0!important}.phr-mobile-sticky{display:none!important}}

/* На мобильном три CTA расположены после фотографии специалистов, а не поверх лиц. */
@media (max-width:699px){.phr-hero{height:clamp(1030px,270vw,1160px);background:#fff}.phr-hero__media{height:clamp(790px,205vw,900px)}.phr-hero__content{height:100%}.phr-hero .phr-actions{position:absolute;top:clamp(808px,210vw,918px);left:0;right:0}.phr-location{padding-top:clamp(48px,12vw,64px)}}

/* Объёмные карточки по эталону страницы «Вывод из запоя». */
.phr-route,.phr-next__grid,.phr-location__address,.phr-location__steps article{position:relative;isolation:isolate;overflow:hidden;border-color:#a9c2ec;background:radial-gradient(circle at 100% 0,rgba(78,127,255,.12),transparent 40%),linear-gradient(145deg,#fff,#f6f9ff);box-shadow:0 5px 0 #dbe5f3,0 18px 36px rgba(25,57,126,.13),inset 0 1px 0 #fff;transition:transform .22s ease,box-shadow .22s ease}.phr-route:after,.phr-next__grid:after,.phr-location__address:after,.phr-location__steps article:after{content:"";position:absolute;z-index:0;pointer-events:none;inset:0 0 auto;height:6px;background:linear-gradient(90deg,#1740c2,#4f7eff,#78a8ff);box-shadow:0 3px 12px rgba(42,83,207,.2)}.phr-route>*{position:relative;z-index:1}.phr-route:hover,.phr-next__grid:hover,.phr-location__address:hover,.phr-location__steps article:hover{transform:translateY(-3px);box-shadow:0 7px 0 #dbe5f3,0 24px 44px rgba(25,57,126,.19),inset 0 1px 0 #fff}
@media (max-width:699px){.phr-route,.phr-next__grid,.phr-location__address,.phr-location__steps article{border-radius:22px;box-shadow:0 6px 0 #dbe5f3,0 20px 38px rgba(25,57,126,.15),inset 0 1px 0 #fff}}

/* SEO-навигация и читабельные маркеры доверия в HERO. */
.phr-breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;color:#526b88;font-size:.78rem;line-height:1.35}.phr-breadcrumbs a{color:var(--phr-blue);text-decoration:none;font-weight:750}.phr-trust-snippets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-width:min(48%,650px);margin:18px 0 22px;padding:0;list-style:none}.phr-trust-snippets li{min-height:48px;padding:11px 14px;border:1px solid #bcd4f1;border-radius:14px;display:flex;align-items:center;background:rgba(255,255,255,.88);color:var(--phr-navy);font-size:.88rem;font-weight:800;box-shadow:0 4px 0 #dbe5f3,0 12px 24px rgba(25,57,126,.09)}.phr-trust-snippets li:before{content:"✓";margin-right:9px;color:var(--phr-blue);font-weight:900}
@media (max-width:699px){.phr-breadcrumbs{margin-bottom:10px;padding:5px 8px;border-radius:10px;background:rgba(255,255,255,.72);font-size:clamp(.66rem,2.7vw,.76rem);backdrop-filter:blur(4px)}.phr-eyebrow{margin-top:0}.phr-lead{max-width:370px;margin:12px 0 15px;font-size:clamp(1rem,4.25vw,1.12rem);line-height:1.48;font-weight:500}.phr-trust-snippets{grid-template-columns:1fr 1fr;gap:8px;max-width:none;margin:0}.phr-trust-snippets li{min-height:50px;padding:9px 10px;border-radius:13px;font-size:clamp(.72rem,3.05vw,.86rem);line-height:1.2}.phr-hero__content{padding-top:clamp(76px,19vw,96px)}}

/* Desktop HERO: content is overlaid onto the prepared light area of the staff image. */
@media (min-width:700px){
  .phr-hero{
    min-height:clamp(620px,48.5vw,810px);
    align-items:center;
    background:#f7f4f1;
  }
  .phr-hero__media{
    inset:0;
    width:100%;
    border-radius:0;
    box-shadow:none;
    background:#f7f4f1;
  }
  .phr-hero__media:after{
    background:linear-gradient(90deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.08) 34%,rgba(255,255,255,0) 49%);
  }
  .phr-hero__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
  .phr-hero__content{
    padding-top:clamp(44px,4vw,70px);
    padding-bottom:clamp(44px,4vw,70px);
  }
  .phr-hero__content>*{
    max-width:min(35vw,520px);
  }
  .phr-hero h1{
    max-width:600px;
    font-size:clamp(2.4rem,3.7vw,4rem);
    line-height:1.04;
  }
  .phr-hero .phr-lead{
    max-width:570px;
    margin:clamp(14px,1.5vw,22px) 0;
    font-size:clamp(1rem,1.22vw,1.18rem);
    line-height:1.5;
  }
  .phr-hero .phr-trust-snippets,
  .phr-hero .phr-actions{
    max-width:min(35vw,520px);
  }
  .phr-hero .phr-trust-snippets{
    margin:12px 0 18px;
  }
}

/* Desktop correction: keep the heading below the overlaid navigation and lower the image without horizontal drift. */
@media (min-width:992px){
  .phr-hero{
    margin-top:0;
    min-height:clamp(820px,58vw,940px);
  }
  .phr-hero__media{
    overflow:hidden;
  }
  .phr-hero__media img{
    transform:translateY(165px) scale(.92);
    transform-origin:center top;
  }
  .phr-hero__content{
    position:relative;
    top:150px;
    transform:none;
    padding-top:clamp(44px,4vw,68px);
    padding-bottom:clamp(40px,3.5vw,62px);
  }
  .phr-hero .phr-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .phr-hero .phr-actions .phr-button{
    min-width:0;
    min-height:64px;
    padding:10px 12px;
    overflow:hidden;
    font-size:clamp(.72rem,.78vw,.82rem);
  }
  .phr-hero .phr-actions .phr-button:nth-child(3){
    grid-column:1;
  }
  .phr-hero .phr-actions .phr-button>span:last-child{
    min-width:0;
    max-width:100%;
  }
  .phr-hero .phr-actions .phr-button strong,
  .phr-hero .phr-actions .phr-button small{
    max-width:100%;
    white-space:normal;
    overflow-wrap:normal;
    word-break:normal;
  }
}
