:root{
  --ink:#101214;
  --muted:#62686f;
  --line:#e5e8eb;
  --paper:#f5f6f7;
  --hero:#eaf3ff;
  --blue:#2879d8;
  --blue-dark:#1d65bd;
  --white:#fff;
  --container:min(1280px,calc(100% - 48px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.v5{margin:0;color:var(--ink);background:#fff;font:400 17px/1.58 Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
.v5 img{display:block;max-width:100%}
.v5 a{color:inherit;text-decoration:none}
.v5 button,.v5 input{font:inherit}
.v5-container{width:var(--container);margin:0 auto}
.v5-skip{position:fixed;top:-60px;left:14px;z-index:999;padding:10px 14px;background:#111;color:#fff;border-radius:10px}
.v5-skip:focus{top:14px}
.v5 :focus-visible{outline:3px solid rgba(40,121,216,.30);outline-offset:3px}
.v5 h1,.v5 h2,.v5 h3,.v5 strong{overflow-wrap:normal;word-break:normal;text-wrap:balance}
.v5 p,.v5 a,.v5 small,.v5 span{overflow-wrap:break-word;text-wrap:pretty;hyphens:none}.v5 h1,.v5 h2,.v5 h3{hyphens:none;font-kerning:normal}.v5-section,.v5-contact,.v5-contacts{scroll-margin-top:92px}

.v5-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,232,235,.92)}
.v5-header__inner{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.v5-logo{display:inline-flex;align-items:center;min-width:0}
.v5-logo img{width:auto;height:48px;max-width:230px;object-fit:contain;object-position:left center}
.v5-nav{display:flex;justify-content:center;gap:30px;font-size:14px;font-weight:600}
.v5-nav a:hover{color:var(--blue)}
.v5-header__right{display:flex;align-items:center;gap:18px}
.v5-phone{font-size:14px;font-weight:700;white-space:nowrap}
.v5-btn{min-height:54px;padding:0 24px;border-radius:999px;background:var(--blue);color:#fff!important;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:750;border:0;cursor:pointer;transition:.2s ease}
.v5-btn:hover{background:var(--blue-dark);transform:translateY(-1px)}
.v5-btn--small{min-height:44px;padding:0 19px;font-size:13px}
.v5-btn--white{background:#fff;color:var(--blue)!important}
.v5-menu{display:none}
.v5-mobile-nav{display:none}

.v5-hero{padding:18px 0 0}
.v5-hero__panel{min-height:720px;padding:88px 72px 64px;border-radius:40px;background:var(--hero);display:flex;flex-direction:column;justify-content:center}
.v5-hero__copy{text-align:center;max-width:1160px;margin:0 auto}
.v5-hero h1{margin:0 auto;max-width:1160px;font-size:clamp(20px,6.15vw,78px);line-height:1.06;letter-spacing:-.045em;font-weight:760}.v5-hero-title span{display:block;white-space:nowrap}
.v5-lead{max-width:790px;margin:30px auto 0;font-size:21px;line-height:1.52;color:#34393f}
.v5-hero-form{max-width:780px;margin:52px auto 0;display:grid;grid-template-columns:1.04fr 1fr;gap:14px}
.v5-hero-form label,.v5-contact-form label{position:relative}
.v5-hero-form label>span,.v5-contact-form label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.v5-hero-form input,.v5-contact-form input{width:100%;height:72px;padding:0 26px;border:1px solid #d5d8dc;border-radius:999px;background:#fff;color:#111;font-size:20px;outline:none}
.v5-hero-form input::placeholder,.v5-contact-form input::placeholder{color:#9b9897}
.v5-hero-form button,.v5-contact-form button{height:72px;border:0;border-radius:999px;background:var(--blue);color:#fff;font-size:20px;font-weight:760;cursor:pointer;transition:.2s ease}
.v5-hero-form button:hover,.v5-contact-form button:hover{background:var(--blue-dark)}
.v5-hero-form .v5-form__status{grid-column:1/-1}
.v5-form__status{min-height:18px;margin:4px 0 0;font-size:13px}
.v5-hero__facts{max-width:1010px;width:100%;margin:68px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:46px;text-align:left}
.v5-hero__facts>div{display:flex;flex-direction:column;gap:8px}
.v5-hero__facts strong{font-size:20px;line-height:1.25}
.v5-hero__facts span{font-size:16px;line-height:1.5;color:#6c7278}

.v5-section{padding:112px 0 0}
.v5-question{display:grid;grid-template-columns:minmax(0,760px) minmax(300px,1fr);gap:70px;align-items:start;margin-bottom:46px}
.v5-question h2{margin:0;font-size:clamp(44px,4.1vw,62px);line-height:1;letter-spacing:-.045em;font-weight:730}
.v5-question>p{margin:7px 0 0;max-width:440px;color:var(--muted);font-size:18px;line-height:1.62}

.v5-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.v5-service{min-height:350px;padding:36px;border:1px solid var(--line);border-radius:28px;background:var(--paper);display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:end}
.v5-service--wide{grid-column:1/-1;grid-template-columns:1fr 1fr;min-height:270px}
.v5-service__eyebrow{display:block;margin-bottom:14px;color:#747b82;font-size:14px;font-weight:800}
.v5-service h3{max-width:520px;margin:0;font-size:31px;line-height:1.08;letter-spacing:-.035em}
.v5-service p{max-width:500px;margin:14px 0 0;color:var(--muted);font-size:16px;line-height:1.58}
.v5-service__links{display:flex;flex-direction:column;border-top:1px solid #d9dde1}
.v5-service__links a{display:flex;justify-content:space-between;gap:18px;padding:16px 2px;border-bottom:1px solid #d9dde1;font-size:16px;font-weight:650}
.v5-service__links a:hover{color:var(--blue)}
.v5-service__links a span{font-size:19px;font-weight:400}

.v5-answer{border-radius:36px;padding:76px;display:grid;grid-template-columns:1fr .85fr;gap:90px;align-items:center}
.v5-answer--blue{background:var(--blue);color:#fff}
.v5-answer h2{max-width:720px;margin:0;font-size:clamp(48px,4.8vw,70px);line-height:1;letter-spacing:-.05em}
.v5-answer__lead{max-width:720px;margin:28px 0 36px;color:rgba(255,255,255,.91);font-size:20px;line-height:1.65}
.v5-funding-flow{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.32)}
.v5-funding-flow article{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.32)}
.v5-funding-flow strong{display:block;font-size:19px;line-height:1.3}
.v5-funding-flow p{margin:7px 0 0;color:rgba(255,255,255,.78);font-size:16px;line-height:1.55}

.v5-process{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.v5-process article{min-height:280px;padding:38px 34px 40px 0;border-right:1px solid var(--line)}
.v5-process article:not(:first-child){padding-left:34px}
.v5-process article:last-child{border-right:0}
.v5-process h3{margin:0;font-size:25px;line-height:1.14;letter-spacing:-.03em}
.v5-process p{margin:15px 0 0;color:var(--muted);font-size:16px;line-height:1.62}

.v5-team{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}
.v5-person{appearance:none;border:1px solid var(--line);padding:0;text-align:left;border-radius:20px;background:var(--paper);overflow:hidden;cursor:pointer;color:inherit;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.v5-person:hover{transform:translateY(-3px);border-color:#d3d8dd;box-shadow:0 14px 30px rgba(30,40,50,.06)}
.v5-person img{width:100%;height:236px;object-fit:contain;object-position:center bottom;background:#eceeee;padding:10px 8px 0}
.v5-person>span{display:flex;min-height:112px;flex-direction:column;padding:15px 14px 18px}
.v5-person strong{font-size:15px;line-height:1.22}
.v5-person small{margin-top:7px;color:var(--muted);font-size:13px;line-height:1.42}

.v5-aftercare{padding:70px;border-radius:36px;background:#f2f4f6}
.v5-aftercare__intro{display:grid;grid-template-columns:minmax(0,720px) 1fr;gap:76px;align-items:start}
.v5-aftercare h2{margin:0;font-size:clamp(46px,4.5vw,66px);line-height:1;letter-spacing:-.05em}
.v5-aftercare__intro>p{margin:5px 0 0;max-width:470px;color:#5d646b;font-size:19px;line-height:1.66}
.v5-aftercare__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:54px;background:#dfe3e6;border:1px solid #dfe3e6;border-radius:22px;overflow:hidden}
.v5-aftercare__grid article{min-height:250px;padding:28px;background:#fff}
.v5-aftercare__grid h3{margin:0;font-size:21px;line-height:1.2}
.v5-aftercare__grid p{margin:13px 0 0;color:var(--muted);font-size:15px;line-height:1.62}

.v5-contact{padding:112px 0 0}
.v5-contact__box{border-radius:36px;background:#111315;color:#fff;padding:70px;display:grid;grid-template-columns:1fr .9fr;gap:84px;align-items:center}
.v5-contact h2{margin:0;font-size:clamp(48px,5vw,70px);line-height:1;letter-spacing:-.05em}.v5-contact-title span{display:block;white-space:nowrap}
.v5-contact__box>div>p{max-width:570px;margin:22px 0 0;color:#bcc1c6;font-size:18px;line-height:1.62}
.v5-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.v5-contact-form input{height:60px;font-size:16px}
.v5-contact-form button{height:60px;background:var(--blue);font-size:16px}
.v5-contact-form .v5-form__status,.v5-contact-form small{grid-column:1/-1}
.v5-contact-form small{color:#92999f;font-size:12px;line-height:1.5}

.v5-contacts{padding:112px 0 28px}
.v5-question--contacts{margin-bottom:40px}
.v5-contacts__grid{display:grid;grid-template-columns:.9fr .72fr 1.18fr;gap:14px;align-items:stretch}
.v5-map,.v5-contacts__info,.v5-entrance{min-height:470px;border-radius:28px;overflow:hidden}
.v5-map{background:#eef0f2}
.v5-map iframe{width:100%;height:100%;min-height:470px;border:0;display:block}
.v5-contacts__info{padding:34px;background:#f4f5f6;display:flex;flex-direction:column}
.v5-contacts__info>div{padding:16px 0;border-bottom:1px solid #dfe3e6;display:flex;flex-direction:column}
.v5-contacts__info>div:first-child{padding-top:0}
.v5-contacts__info span{color:#7b8288;font-size:13px}
.v5-contacts__info strong,.v5-contacts__info a{margin-top:5px;font-size:17px;line-height:1.45}
.v5-contacts__info a:hover{color:var(--blue)}
.v5-route{margin-top:auto!important;display:flex;justify-content:space-between;gap:18px;padding:16px 0 0;font-weight:750;color:var(--blue)!important}
.v5-entrance{margin:0;position:relative;background:#eceeef}
.v5-entrance img{width:100%;height:100%;min-height:470px;object-fit:cover;object-position:center}
.v5-entrance figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:11px 14px;border-radius:14px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);font-size:13px;color:#535960}

.v5-footer{padding:54px 0 24px;background:#111315;color:#fff}
.v5-footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}
.v5-logo--footer img{height:58px;max-width:260px;filter:brightness(0) invert(1)}
.v5-footer__inner>div:not(:first-child){display:flex;flex-direction:column;gap:10px;font-size:14px;color:#adb2b8}
.v5-footer__bottom{margin-top:46px;padding-top:18px;border-top:1px solid #2a2d30;display:flex;justify-content:space-between;gap:20px;color:#7d8389;font-size:12px}

/* Employee modal */
.v5-person-modal{width:min(980px,calc(100% - 32px));max-height:min(760px,calc(100dvh - 32px));padding:0;border:0;border-radius:30px;background:#fff;color:var(--ink);box-shadow:0 40px 120px rgba(0,0,0,.25);overflow:hidden}
.v5-person-modal::backdrop{background:rgba(10,12,14,.52);backdrop-filter:blur(5px)}
.v5-person-modal__close{position:absolute;right:18px;top:18px;z-index:3;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:28px;line-height:1;cursor:pointer}
.v5-person-modal__grid{display:grid;grid-template-columns:.82fr 1.18fr;min-height:570px}
.v5-person-modal__photo{background:#eff1f2;display:flex;align-items:flex-end}
.v5-person-modal__photo img{width:100%;height:100%;max-height:700px;object-fit:contain;object-position:center bottom}
.v5-person-modal__content{padding:58px 54px;overflow:auto}
.v5-person-modal__role{margin:0 0 14px;color:#777e85;font-size:14px;font-weight:700}
.v5-person-modal h2{margin:0;font-size:44px;line-height:1;letter-spacing:-.045em}
.v5-person-modal__bio{margin:28px 0 34px}
.v5-person-modal__bio p{margin:0 0 16px;color:#555c63;font-size:16px;line-height:1.66}
body.v5-modal-open{overflow:hidden}

@media(max-width:1100px){
  :root{--container:min(100% - 32px,1000px)}
  .v5-nav{display:none}
  .v5-header__inner{grid-template-columns:auto 1fr auto auto}
  .v5-menu{display:flex;width:40px;height:40px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:6px}
  .v5-menu span{width:22px;height:2px;background:#111}
  .v5-mobile-nav{position:fixed;top:78px;left:16px;right:16px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.1);flex-direction:column}
  .v5-mobile-nav:not([hidden]){display:flex}
  .v5-mobile-nav a{padding:12px 8px;border-bottom:1px solid var(--line);font-size:15px}
  .v5-question{grid-template-columns:1fr 360px;gap:40px}
  .v5-answer{gap:48px;padding:52px}
  .v5-team{grid-template-columns:repeat(4,1fr)}
  .v5-person img{height:260px}
  .v5-aftercare__intro{grid-template-columns:1fr 360px;gap:40px}
  .v5-aftercare__grid{grid-template-columns:1fr 1fr}
  .v5-contacts__grid{grid-template-columns:1fr 1fr}
  .v5-map{grid-column:1/-1;min-height:400px}
  .v5-map iframe{min-height:400px}
}

@media(max-width:720px){
  :root{--container:calc(100% - 12px)}
  body.v5{font-size:16px}
  .v5-header__inner{height:66px;grid-template-columns:auto 1fr auto}
  .v5-logo img{height:42px;max-width:190px}
  .v5-header__right{display:none}
  .v5-menu{grid-column:3}
  .v5-mobile-nav{top:66px;left:12px;right:12px}
  .v5-hero{padding-top:10px}
  .v5-hero__panel{min-height:0;padding:44px 10px 28px;border-radius:24px}
  .v5-hero h1{font-size:clamp(20px,6.15vw,27px);line-height:1.08;letter-spacing:-.035em}.v5-hero-title span{white-space:nowrap}
  .v5-lead{max-width:340px;margin-top:22px;font-size:16px;line-height:1.58}
  .v5-hero-form{width:100%;margin-top:32px;grid-template-columns:1fr;gap:10px}
  .v5-hero-form input,.v5-hero-form button{height:58px;font-size:16px}
  .v5-hero__facts{grid-template-columns:1fr;margin-top:36px;gap:0}
  .v5-hero__facts>div{padding:20px 0;border-top:1px solid rgba(16,18,20,.12)}
  .v5-hero__facts strong{font-size:18px}
  .v5-hero__facts span{font-size:15px}
  .v5-section{padding-top:78px}
  .v5-question{display:block;margin-bottom:26px}
  .v5-question h2{font-size:38px;line-height:1.03}
  .v5-question>p{margin-top:15px;font-size:16px}
  .v5-service-grid{grid-template-columns:1fr;gap:10px}
  .v5-service,.v5-service--wide{grid-column:auto;display:block;min-height:0;padding:24px;border-radius:22px}
  .v5-service__eyebrow{font-size:13px}
  .v5-service h3{font-size:27px}
  .v5-service p{font-size:15px}
  .v5-service__links{margin-top:26px}
  .v5-service__links a{min-height:52px;align-items:center;font-size:15px}
  .v5-answer{display:block;padding:30px 22px;border-radius:26px}
  .v5-answer h2{font-size:40px}
  .v5-answer__lead{font-size:17px;line-height:1.6}
  .v5-answer .v5-btn{width:100%}
  .v5-funding-flow{margin-top:36px}
  .v5-funding-flow strong{font-size:18px}
  .v5-funding-flow p{font-size:15px}
  .v5-process{grid-template-columns:1fr;border-bottom:0}
  .v5-process article,.v5-process article:not(:first-child){min-height:0;padding:25px 0;border-right:0;border-bottom:1px solid var(--line)}
  .v5-process h3{font-size:23px}
  .v5-process p{font-size:15px}
  .v5-team{display:flex;overflow:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;margin-right:-6px;padding:2px 10px 10px 0;gap:10px}.v5-team::-webkit-scrollbar{display:none}
  .v5-person{min-width:66vw;scroll-snap-align:start}
  .v5-person img{height:300px;padding:12px 10px 0}
  .v5-person strong{font-size:16px}
  .v5-person small{font-size:13px}
  .v5-aftercare{padding:28px 20px;border-radius:26px}
  .v5-aftercare__intro{display:block}
  .v5-aftercare h2{font-size:40px}
  .v5-aftercare__intro>p{margin-top:18px;font-size:16px}
  .v5-aftercare__grid{grid-template-columns:1fr;margin-top:32px}
  .v5-aftercare__grid article{min-height:0;padding:24px}
  .v5-aftercare__grid h3{font-size:21px}
  .v5-aftercare__grid p{font-size:15px}
  .v5-contact{padding-top:78px}
  .v5-contact__box{display:block;padding:30px 22px;border-radius:26px}
  .v5-contact h2{font-size:40px}.v5-contact-title span{white-space:normal}
  .v5-contact__box>div>p{font-size:16px}
  .v5-contact-form{grid-template-columns:1fr;margin-top:28px}
  .v5-contact-form .v5-form__status,.v5-contact-form small{grid-column:1}
  .v5-contacts{padding-top:78px}
  .v5-contacts__grid{grid-template-columns:1fr}
  .v5-map,.v5-contacts__info,.v5-entrance{min-height:0;border-radius:22px}
  .v5-map{grid-column:auto}
  .v5-map iframe{min-height:330px}
  .v5-contacts__info{padding:24px}
  .v5-entrance img{min-height:300px;max-height:360px}
  .v5-footer__inner{grid-template-columns:1fr;gap:28px}
  .v5-logo--footer img{height:54px;max-width:240px}
  .v5-footer__bottom{flex-direction:column}
  .v5-person-modal{width:calc(100% - 16px);max-height:calc(100dvh - 16px);border-radius:24px}
  .v5-person-modal__grid{display:flex;flex-direction:column;min-height:0;max-height:calc(100dvh - 16px);overflow:auto}
  .v5-person-modal__photo{min-height:300px;max-height:330px;flex:0 0 320px}
  .v5-person-modal__photo img{height:100%}
  .v5-person-modal__content{padding:28px 22px 30px;overflow:visible}
  .v5-person-modal h2{font-size:36px}
  .v5-person-modal__bio{margin-top:22px}
  .v5-person-modal__bio p{font-size:15px}
  .v5-person-modal__close{right:12px;top:12px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .v5 *{transition:none!important}
}


.v5-catalog-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}
.v5-catalog-head h2{margin:0;font-size:clamp(36px,4vw,56px);line-height:1.02;letter-spacing:-.045em}
.v5-catalog-head p{max-width:760px;margin:14px 0 0;color:var(--muted);font-size:18px;line-height:1.65}
.v5-catalog-actions{display:flex;gap:10px;flex:0 0 auto}
.v5-slider-btn{width:52px;height:52px;border:1px solid #d8dce0;border-radius:50%;background:#fff;color:var(--ink);font-size:24px;cursor:pointer;transition:.2s ease}
.v5-slider-btn:hover{border-color:var(--blue);color:var(--blue)}
.v5-product-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px)/4);gap:12px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}
.v5-product-slider::-webkit-scrollbar{display:none}
.v5-product-card{scroll-snap-align:start;background:#f5f4f6;border:1px solid #e4e6e9;border-radius:28px;overflow:hidden;min-width:0;display:flex;flex-direction:column}
.v5-product-card__media{background:#f1f1f3;aspect-ratio:1.05/1;display:flex;align-items:flex-end;justify-content:center;padding:18px}
.v5-product-card__media img{width:100%;height:100%;object-fit:contain}
.v5-product-card__body{padding:18px 18px 20px}
.v5-product-card__body span{display:inline-block;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:#fff;color:#6d747b;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}
.v5-product-card__body h3{margin:0 0 10px;font-size:29px;line-height:1.06;letter-spacing:-.03em}
.v5-product-card__body p{margin:0;color:#636a72;font-size:15px;line-height:1.6}

.v5-funding-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;max-width:760px;margin-top:34px}
.v5-funding-form label{position:relative}
.v5-funding-form label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.v5-funding-form input{width:100%;height:68px;padding:0 24px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.15);backdrop-filter:blur(6px);color:#fff;font-size:18px;outline:none}
.v5-funding-form input::placeholder{color:rgba(255,255,255,.72)}
.v5-funding-form button{height:68px;padding:0 28px;border:0;border-radius:999px;background:#fff;color:var(--blue);font-size:18px;font-weight:760;cursor:pointer;white-space:nowrap}
.v5-funding-form .v5-form__status,.v5-funding-form small{grid-column:1/-1}
.v5-funding-form small{color:rgba(255,255,255,.82);font-size:13px;line-height:1.55}

.v5-team{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.v5-person{display:flex;flex-direction:column;gap:14px;padding:12px;border:1px solid #e3e6e8;border-radius:28px;background:#fff;text-align:left;cursor:pointer;transition:.2s ease}
.v5-person:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(16,24,32,.08)}
.v5-person img{width:100%;height:290px;object-fit:contain;object-position:center bottom;background:#eff2f3;border-radius:22px;padding:0}
.v5-person span{display:block;padding:0 4px 4px}
.v5-person strong{display:block;font-size:18px;line-height:1.2}
.v5-person small{display:block;margin-top:8px;color:#6a7178;font-size:14px;line-height:1.45}

.v5-contact__box{grid-template-columns:1.12fr .88fr;align-items:start}
.v5-contact-form{grid-template-columns:1fr;gap:14px;max-width:460px;justify-self:end;width:100%}
.v5-contact-form input,.v5-contact-form button{width:100%;height:64px;font-size:18px}
.v5-contact-form small{font-size:13px}

.v5-modal-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;margin-top:34px}
.v5-modal-form label{position:relative}
.v5-modal-form label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.v5-modal-form input{width:100%;height:58px;padding:0 20px;border:1px solid #d8dde1;border-radius:999px;background:#fff;color:var(--ink);font-size:16px;outline:none}
.v5-modal-form button{height:58px;padding:0 24px;white-space:nowrap}
.v5-modal-form .v5-form__status{grid-column:1/-1}

@media (max-width:1180px){
  .v5-product-slider{grid-auto-columns:calc((100% - 12px)/2)}
  .v5-team{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:980px){
  .v5-catalog-head{display:block}
  .v5-catalog-actions{margin-top:18px}
  .v5-funding-form{grid-template-columns:1fr}
  .v5-funding-form button{width:100%}
  .v5-team{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v5-contact__box{grid-template-columns:1fr;gap:32px}
  .v5-contact-form{max-width:none;justify-self:stretch}
  .v5-modal-form{grid-template-columns:1fr}
}

@media (max-width:640px){
  .v5-catalog-head h2{font-size:34px}
  .v5-catalog-head p{font-size:16px}
  .v5-catalog-actions{display:none}
  .v5-product-slider{grid-auto-columns:82%;gap:10px;margin-right:-10px;padding-right:10px}
  .v5-product-card{border-radius:24px}
  .v5-product-card__media{padding:16px;aspect-ratio:1/1.02}
  .v5-product-card__body h3{font-size:24px}
  .v5-product-card__body p{font-size:14px}
  .v5-funding-form input,.v5-funding-form button{height:60px;font-size:16px}
  .v5-team{grid-template-columns:1fr 1fr;gap:10px}
  .v5-person{padding:10px;border-radius:22px}
  .v5-person img{height:220px;border-radius:18px}
  .v5-person strong{font-size:16px}
  .v5-person small{font-size:13px}
  .v5-contact-form{margin-top:24px}
  .v5-contact-form input,.v5-contact-form button{height:58px;font-size:16px}
  .v5-modal-form{margin-top:26px}
}


/* V5.4.3: compact full-image prosthesis catalog */
.v5-catalog-head{
  margin-bottom:20px;
  align-items:flex-end;
}
.v5-catalog-head h2{
  max-width:900px;
  font-size:clamp(38px,3.5vw,50px);
  line-height:1.02;
}
.v5-catalog-head p{
  max-width:720px;
  margin-top:12px;
  font-size:16px;
  line-height:1.55;
}
.v5-catalog-actions{gap:8px}
.v5-slider-btn{
  width:46px;
  height:46px;
  font-size:20px;
}

.v5-product-slider{
  grid-auto-columns:calc((100% - 40px)/5);
  gap:10px;
  padding-bottom:4px;
}

.v5-product-card{
  position:relative;
  height:470px;
  border:1px solid #e1e4e7;
  border-radius:24px;
  background:#eef0f2;
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 1px 0 rgba(18,24,30,.02);
}

.v5-product-card__media{
  position:absolute;
  inset:0;
  aspect-ratio:auto;
  padding:0;
  background:#eef0f2;
  display:block;
}

.v5-product-card__media::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:48%;
  background:linear-gradient(to bottom,rgba(245,247,248,0),rgba(245,247,248,.22) 24%,rgba(245,247,248,.72) 72%,rgba(245,247,248,.94));
  pointer-events:none;
}

.v5-product-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:transform .35s ease;
}

.v5-product-card:hover .v5-product-card__media img{
  transform:scale(1.018);
}

.v5-product-card__body{
  position:absolute;
  z-index:2;
  left:10px;
  right:10px;
  bottom:10px;
  padding:13px 14px 14px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:18px;
  background:rgba(255,255,255,.86);
  -webkit-backdrop-filter:blur(15px) saturate(1.08);
  backdrop-filter:blur(15px) saturate(1.08);
  box-shadow:0 10px 28px rgba(23,30,36,.08);
}

.v5-product-card__body span{
  margin-bottom:8px;
  padding:5px 9px;
  background:rgba(244,246,247,.96);
  color:#6c7379;
  font-size:10px;
  line-height:1.15;
  letter-spacing:.025em;
  white-space:normal;
}

.v5-product-card__body h3{
  margin:0 0 7px;
  font-size:21px;
  line-height:1.02;
  letter-spacing:-.035em;
}

.v5-product-card__body p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin:0;
  color:#656c72;
  font-size:13px;
  line-height:1.42;
}

@media (max-width:1380px){
  .v5-product-slider{
    grid-auto-columns:calc((100% - 30px)/4);
  }
}

@media (max-width:1100px){
  .v5-product-slider{
    grid-auto-columns:calc((100% - 20px)/3);
  }
  .v5-product-card{height:450px}
}

@media (max-width:820px){
  .v5-catalog-head{display:block}
  .v5-catalog-head h2{font-size:36px}
  .v5-catalog-head p{font-size:15px}
  .v5-catalog-actions{margin-top:16px}
  .v5-product-slider{
    grid-auto-columns:calc((100% - 10px)/2);
  }
}

@media (max-width:640px){
  .v5-catalog-head{
    margin-bottom:16px;
  }
  .v5-catalog-head h2{
    max-width:330px;
    font-size:31px;
    line-height:1.03;
  }
  .v5-catalog-head p{
    margin-top:10px;
    font-size:15px;
    line-height:1.5;
  }
  .v5-catalog-actions{display:none}
  .v5-product-slider{
    grid-auto-columns:78%;
    gap:9px;
    margin-right:-6px;
    padding-right:14px;
  }
  .v5-product-card{
    height:430px;
    border-radius:22px;
  }
  .v5-product-card__body{
    left:8px;
    right:8px;
    bottom:8px;
    padding:12px 12px 13px;
    border-radius:16px;
  }
  .v5-product-card__body span{
    margin-bottom:7px;
    padding:5px 8px;
    font-size:9px;
  }
  .v5-product-card__body h3{
    margin-bottom:6px;
    font-size:20px;
    line-height:1.04;
  }
  .v5-product-card__body p{
    font-size:12.5px;
    line-height:1.4;
  }
}

@media (max-width:390px){
  .v5-product-slider{grid-auto-columns:84%}
  .v5-product-card{height:412px}
}


/* V5.4.4: product details on hover / tap */
.v5-product-card{
  height:440px;
  cursor:default;
}

.v5-product-card__media::after{
  height:40%;
  background:linear-gradient(to bottom,rgba(245,247,248,0),rgba(245,247,248,.06) 34%,rgba(245,247,248,.4) 72%,rgba(245,247,248,.76));
  transition:height .28s ease,background .28s ease;
}

.v5-product-card__body{
  left:9px;
  right:9px;
  bottom:9px;
  padding:14px 15px 15px;
  border-radius:17px;
  background:rgba(255,255,255,.9);
  transition:background .25s ease,box-shadow .25s ease,transform .25s ease;
}

.v5-product-card__body>span{
  display:none;
}

.v5-product-card__body h3{
  margin:0;
  font-size:20px;
  line-height:1.06;
  letter-spacing:-.035em;
}

.v5-product-card__body p{
  display:block;
  max-height:0;
  margin:0;
  overflow:hidden;
  opacity:0;
  color:#5f666d;
  font-size:13px;
  line-height:1.48;
  transform:translateY(5px);
  transition:max-height .28s ease,margin .28s ease,opacity .2s ease,transform .25s ease;
}

.v5-product-card__ask{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  max-height:0;
  margin:0;
  padding:0 2px;
  overflow:hidden;
  opacity:0;
  color:var(--blue);
  font-size:13px;
  line-height:1.25;
  font-weight:760;
  transform:translateY(5px);
  transition:max-height .28s ease,margin .28s ease,opacity .2s ease,transform .25s ease;
}

.v5-product-card__ask span{
  display:inline;
  font-size:18px;
  line-height:1;
}

@media (hover:hover) and (pointer:fine){
  .v5-product-card:hover,
  .v5-product-card:focus{
    outline:none;
  }

  .v5-product-card:hover .v5-product-card__media::after,
  .v5-product-card:focus .v5-product-card__media::after,
  .v5-product-card:focus-within .v5-product-card__media::after{
    height:62%;
    background:linear-gradient(to bottom,rgba(245,247,248,0),rgba(245,247,248,.16) 24%,rgba(245,247,248,.68) 64%,rgba(245,247,248,.94));
  }

  .v5-product-card:hover .v5-product-card__body,
  .v5-product-card:focus .v5-product-card__body,
  .v5-product-card:focus-within .v5-product-card__body{
    background:rgba(255,255,255,.96);
    box-shadow:0 14px 34px rgba(23,30,36,.12);
    transform:translateY(-1px);
  }

  .v5-product-card:hover .v5-product-card__body p,
  .v5-product-card:focus .v5-product-card__body p,
  .v5-product-card:focus-within .v5-product-card__body p{
    max-height:92px;
    margin-top:10px;
    opacity:1;
    transform:none;
  }

  .v5-product-card:hover .v5-product-card__ask,
  .v5-product-card:focus .v5-product-card__ask,
  .v5-product-card:focus-within .v5-product-card__ask{
    max-height:34px;
    margin-top:13px;
    opacity:1;
    transform:none;
  }
}

@media (hover:none), (pointer:coarse){
  .v5-product-card{
    cursor:pointer;
  }

  .v5-product-card.is-open .v5-product-card__media::after{
    height:64%;
    background:linear-gradient(to bottom,rgba(245,247,248,0),rgba(245,247,248,.16) 24%,rgba(245,247,248,.7) 65%,rgba(245,247,248,.95));
  }

  .v5-product-card.is-open .v5-product-card__body{
    background:rgba(255,255,255,.97);
    box-shadow:0 14px 34px rgba(23,30,36,.12);
  }

  .v5-product-card.is-open .v5-product-card__body p{
    max-height:110px;
    margin-top:9px;
    opacity:1;
    transform:none;
  }

  .v5-product-card.is-open .v5-product-card__ask{
    max-height:34px;
    margin-top:12px;
    opacity:1;
    transform:none;
  }
}

@media (max-width:640px){
  .v5-product-card{
    height:405px;
  }
  .v5-product-card__body{
    left:7px;
    right:7px;
    bottom:7px;
    padding:12px 13px 13px;
    border-radius:15px;
  }
  .v5-product-card__body h3{
    font-size:18px;
  }
  .v5-product-card__body p{
    font-size:12.5px;
    line-height:1.45;
  }
  .v5-product-card__ask{
    font-size:12.5px;
  }
}

@media (max-width:390px){
  .v5-product-card{height:392px}
}


/* V5.4.5: final catalog card + question popup + live forms */
.v5-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}

.v5-product-card--more{
  position:relative;
  background:
    radial-gradient(circle at 20% 14%,rgba(255,255,255,.16),transparent 30%),
    linear-gradient(145deg,#0b5fd7 0%,#1478ef 52%,#73b7ff 140%);
  border:0;
  color:#fff;
  overflow:hidden;
}
.v5-product-card--more::before{
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  right:-70px;
  top:-60px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
}
.v5-product-card--more::after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:38px;
  top:52px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
}
.v5-product-card__more-mark{
  position:absolute;
  top:24px;
  left:24px;
  z-index:2;
  width:54px;
  height:54px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  font-size:30px;
  font-weight:300;
}
.v5-product-card__more-content{
  position:absolute;
  inset:auto 22px 24px;
  z-index:2;
}
.v5-product-card__more-content>span{
  display:block;
  margin-bottom:12px;
  color:rgba(255,255,255,.72);
  font-size:11px;
  line-height:1.35;
  font-weight:760;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.v5-product-card__more-content h3{
  margin:0;
  max-width:220px;
  color:#fff;
  font-size:30px;
  line-height:.98;
  letter-spacing:-.045em;
}
.v5-product-card__more-content p{
  margin:15px 0 20px;
  color:rgba(255,255,255,.84);
  font-size:13px;
  line-height:1.5;
}
.v5-product-card__more-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:13px;
  font-weight:760;
  backdrop-filter:blur(10px);
  transition:background .2s ease,transform .2s ease;
}
.v5-product-card__more-link:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}
.v5-product-card__more-link span{font-size:18px}

.v5-question-modal{
  width:min(1040px,calc(100% - 32px));
  max-height:calc(100dvh - 32px);
  padding:0;
  border:0;
  border-radius:34px;
  background:#f7f8f9;
  color:var(--ink);
  box-shadow:0 40px 120px rgba(0,0,0,.24);
  overflow:hidden;
}
.v5-question-modal::backdrop{background:rgba(9,12,15,.56);backdrop-filter:blur(7px)}
.v5-question-modal__close{
  position:absolute;
  right:18px;
  top:18px;
  z-index:4;
  width:38px;
  height:38px;
  border:1px solid rgba(17,19,21,.08);
  border-radius:50%;
  background:rgba(255,255,255,.82);
  color:#111;
  font-size:23px;
  line-height:1;
  cursor:pointer;
}
.v5-question-modal__inner{
  min-height:580px;
  padding:78px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:74px;
  align-items:center;
}
.v5-question-modal__eyebrow{
  display:inline-block;
  margin-bottom:22px;
  color:var(--blue);
  font-size:13px;
  font-weight:800;
}
.v5-question-modal__copy h2{
  max-width:560px;
  margin:0;
  font-size:clamp(48px,5vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
}
.v5-question-modal__copy p{
  max-width:540px;
  margin:28px 0 0;
  color:#626970;
  font-size:18px;
  line-height:1.65;
}
.v5-question-form{
  padding:28px;
  border:1px solid #e1e4e7;
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 44px rgba(20,28,36,.07);
}
.v5-question-form label>span{
  display:block;
  margin:0 0 9px 4px;
  color:#686f76;
  font-size:13px;
  font-weight:700;
}
.v5-question-form input{
  width:100%;
  height:68px;
  padding:0 22px;
  border:1px solid #d9dde1;
  border-radius:999px;
  background:#f8f9fa;
  color:#111;
  font-size:18px;
  outline:none;
}
.v5-question-form input:focus{border-color:#8dbcf4;box-shadow:0 0 0 4px rgba(20,120,239,.08)}
.v5-question-form button{
  width:100%;
  height:68px;
  margin-top:12px;
  border:0;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-size:18px;
  font-weight:780;
  cursor:pointer;
}
.v5-question-form button:disabled{opacity:.68;cursor:wait}
.v5-question-form .v5-form__status{margin:10px 4px 0;color:#5d646b}
.v5-question-form small{display:block;margin:14px 4px 0;color:#8b9197;font-size:12px;line-height:1.5}
.v5-question-success{
  padding:36px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 44px rgba(20,28,36,.07);
}
.v5-question-success__mark{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf4ff;
  color:var(--blue);
  font-size:24px;
  font-weight:800;
}
.v5-question-success h3{margin:24px 0 10px;font-size:32px;line-height:1.05;letter-spacing:-.035em}
.v5-question-success p{margin:0;color:#646b72;font-size:16px;line-height:1.58}
.v5-question-success button{
  margin-top:28px;
  min-width:150px;
  height:52px;
  padding:0 22px;
  border:0;
  border-radius:999px;
  background:#111315;
  color:#fff;
  font-weight:760;
  cursor:pointer;
}
body.v5-question-open{overflow:hidden}

@media(max-width:820px){
  .v5-question-modal__inner{padding:58px 38px;grid-template-columns:1fr;gap:36px}
  .v5-question-modal__copy h2{font-size:48px}
}

@media(max-width:640px){
  .v5-product-card--more{height:405px}
  .v5-product-card__more-mark{top:18px;left:18px;width:48px;height:48px;font-size:26px}
  .v5-product-card__more-content{left:18px;right:18px;bottom:20px}
  .v5-product-card__more-content h3{font-size:28px}
  .v5-question-modal{
    width:100vw;
    height:100dvh;
    max-width:none;
    max-height:none;
    margin:0;
    border-radius:0;
  }
  .v5-question-modal__close{right:12px;top:max(12px,env(safe-area-inset-top));width:34px;height:34px;font-size:21px}
  .v5-question-modal__inner{
    min-height:100dvh;
    padding:78px 16px max(24px,env(safe-area-inset-bottom));
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:30px;
  }
  .v5-question-modal__copy{width:100%}
  .v5-question-modal__eyebrow{margin-bottom:14px;font-size:12px}
  .v5-question-modal__copy h2{max-width:340px;font-size:38px;line-height:1}
  .v5-question-modal__copy p{margin-top:18px;font-size:16px;line-height:1.55}
  .v5-question-form,.v5-question-success{width:100%;padding:20px;border-radius:22px}
  .v5-question-form input,.v5-question-form button{height:60px;font-size:16px}
  .v5-question-success h3{font-size:28px}
}


/* V5.4.6: repaired form styles and modal polish */
.v5 *, .v5 *::before, .v5 *::after{box-sizing:border-box}
.v5-hp,[data-live-form] .v5-hp{display:none!important}
.v5-live-form{position:relative}
.v5-live-form input[type="tel"]{transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.v5-live-form input[type="tel"]:focus{border-color:#8abcf6;box-shadow:0 0 0 4px rgba(20,120,239,.08)}
.v5-live-form button[type="submit"]{transition:transform .18s ease,background .18s ease,opacity .18s ease}
.v5-live-form button[type="submit"]:not(:disabled):hover{transform:translateY(-1px)}
.v5-live-form button[type="submit"]:disabled{opacity:.64;cursor:wait;transform:none}

.v5-question-modal{
  width:min(1120px,calc(100vw - 40px));
  max-height:calc(100dvh - 40px);
  border-radius:38px;
  background:#f4f6f8;
}
.v5-question-modal__close{
  right:20px;
  top:20px;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  padding:0 0 2px;
  border:1px solid rgba(17,19,21,.09);
  background:rgba(255,255,255,.88);
  box-shadow:0 6px 22px rgba(20,28,36,.06);
}
.v5-question-modal__inner{
  min-height:620px;
  padding:80px 82px;
  grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
  gap:76px;
}
.v5-question-modal__copy{align-self:center}
.v5-question-modal__eyebrow{
  margin-bottom:18px;
  padding:7px 11px;
  border-radius:999px;
  background:#e9f3ff;
  color:#0b69d7;
  font-size:12px;
  line-height:1;
}
.v5-question-modal__copy h2{
  max-width:610px;
  font-size:clamp(50px,4.7vw,70px);
  line-height:.96;
}
.v5-question-modal__copy p{
  max-width:560px;
  margin-top:26px;
  font-size:18px;
  line-height:1.62;
}
.v5-question-form{
  align-self:center;
  padding:30px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(21,31,40,.08);
  box-shadow:0 24px 70px rgba(20,28,36,.08);
}
.v5-question-form label{display:block}
.v5-question-form label>span{margin-bottom:10px;font-size:13px}
.v5-question-form input{
  display:block;
  width:100%;
  height:66px;
  padding:0 22px;
  border-radius:18px;
  background:#f7f8fa;
}
.v5-question-form button{
  height:66px;
  margin-top:12px;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(20,120,239,.18);
}
.v5-question-form small{margin-top:15px}
.v5-question-success{
  align-self:center;
  padding:34px;
  border:1px solid rgba(21,31,40,.08);
  border-radius:30px;
}
.v5-question-success[hidden],.v5-question-form[hidden]{display:none!important}

.v5-modal-form{margin-top:30px}
.v5-modal-form label{min-width:0}
.v5-modal-form input{display:block;width:100%}
.v5-modal-form .v5-form__status{min-height:18px;margin-top:6px}

.v5-contact-form,.v5-funding-form,.v5-hero-form,.v5-modal-form,.v5-question-form{isolation:isolate}

@media(max-width:900px){
  .v5-question-modal__inner{padding:64px 42px;grid-template-columns:1fr;gap:34px;min-height:0}
  .v5-question-modal__copy h2{font-size:50px}
  .v5-question-form,.v5-question-success{width:100%;max-width:620px}
}

@media(max-width:640px){
  .v5-question-modal{
    width:100vw;
    height:100dvh;
    max-width:none;
    max-height:none;
    margin:0;
    border-radius:0;
    overflow:auto;
  }
  .v5-question-modal::backdrop{background:rgba(9,12,15,.66);backdrop-filter:blur(5px)}
  .v5-question-modal__close{
    position:fixed;
    right:12px;
    top:max(12px,env(safe-area-inset-top));
    width:36px;
    height:36px;
    font-size:20px;
  }
  .v5-question-modal__inner{
    width:100%;
    min-height:100dvh;
    padding:max(70px,calc(env(safe-area-inset-top) + 58px)) 14px max(22px,env(safe-area-inset-bottom));
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:26px;
  }
  .v5-question-modal__copy h2{max-width:350px;font-size:38px;line-height:.98}
  .v5-question-modal__copy p{margin-top:16px;font-size:15.5px;line-height:1.52}
  .v5-question-form,.v5-question-success{padding:18px;border-radius:22px}
  .v5-question-form input,.v5-question-form button{height:58px;border-radius:16px;font-size:16px}
  .v5-question-form label>span{font-size:12px}
  .v5-question-form small{font-size:11px}
  .v5-question-success h3{font-size:28px}
}


/* V5.4.7: popup copy, consultation CTA and responsive refinement */
.v5-product-card{height:450px}

.v5-question-modal{
  width:min(1080px,calc(100vw - 36px));
  max-height:calc(100dvh - 36px);
  border-radius:34px;
  overflow:hidden;
  background:#f5f7f8;
}
.v5-question-modal__inner{
  min-height:590px;
  padding:76px 76px;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:64px;
  align-items:center;
}
.v5-question-modal__copy{
  max-width:570px;
}
.v5-question-modal__copy h2{
  max-width:520px;
  font-size:clamp(52px,4.4vw,66px);
  line-height:.96;
  letter-spacing:-.055em;
}
.v5-question-modal__copy p{
  max-width:540px;
  margin-top:22px;
  color:#5f676e;
  font-size:17px;
  line-height:1.65;
}
.v5-question-form{
  width:100%;
  padding:28px;
  border-radius:28px;
}
.v5-question-form label{margin:0}
.v5-question-form input{
  height:64px;
  padding:0 21px;
  border:1px solid #dfe4e8;
  border-radius:17px;
  background:#f8f9fa;
  font-size:17px;
}
.v5-question-form input:focus{
  border-color:#8dbdf5;
  box-shadow:0 0 0 4px rgba(20,120,239,.09);
}
.v5-question-form button{
  height:64px;
  margin-top:10px;
  border-radius:17px;
  font-size:17px;
}
.v5-question-form small{
  display:block;
  margin-top:14px;
  color:#899097;
  font-size:11.5px;
  line-height:1.5;
}
.v5-question-modal__close{
  right:18px;
  top:18px;
  width:36px;
  height:36px;
  font-size:21px;
}
.v5-question-modal[open]{animation:v5ModalFade .18s ease-out}
@keyframes v5ModalFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

@media(max-width:1180px){
  .v5-product-card{height:430px}
}

@media(max-width:980px){
  .v5-question-modal{
    width:min(760px,calc(100vw - 24px));
    max-height:calc(100dvh - 24px);
    border-radius:30px;
    overflow:auto;
  }
  .v5-question-modal__inner{
    min-height:0;
    padding:58px 46px 46px;
    grid-template-columns:1fr;
    gap:28px;
  }
  .v5-question-modal__copy{max-width:620px}
  .v5-question-modal__copy h2{font-size:50px}
  .v5-question-modal__copy p{max-width:600px;margin-top:18px}
  .v5-question-form,.v5-question-success{max-width:none}
  .v5-product-card{height:410px}
}

@media(max-width:720px){
  .v5-mobile-nav a[data-question-open]{
    margin-top:4px;
    border:0;
    border-radius:14px;
    background:#1478ef;
    color:#fff;
    text-align:center;
    font-weight:700;
  }
  .v5-product-card{height:392px}
}

@media(max-width:640px){
  .v5-question-modal{
    width:100vw;
    height:100dvh;
    max-width:none;
    max-height:none;
    margin:0;
    border-radius:0;
    background:#f5f7f8;
  }
  .v5-question-modal__inner{
    min-height:100dvh;
    padding:max(74px,calc(env(safe-area-inset-top) + 62px)) 16px max(22px,env(safe-area-inset-bottom));
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:24px;
  }
  .v5-question-modal__copy{width:100%;max-width:none}
  .v5-question-modal__copy h2{
    max-width:330px;
    font-size:40px;
    line-height:.98;
  }
  .v5-question-modal__copy p{
    max-width:430px;
    margin-top:15px;
    font-size:15.5px;
    line-height:1.55;
  }
  .v5-question-form,.v5-question-success{
    width:100%;
    padding:16px;
    border-radius:22px;
  }
  .v5-question-form input,.v5-question-form button{
    height:58px;
    border-radius:16px;
    font-size:16px;
  }
  .v5-question-modal__close{
    position:fixed;
    right:12px;
    top:max(12px,env(safe-area-inset-top));
    width:34px;
    height:34px;
    font-size:20px;
  }
  .v5-product-card{height:382px}
}

@media(max-width:390px){
  .v5-question-modal__inner{padding-left:12px;padding-right:12px}
  .v5-question-modal__copy h2{font-size:36px}
  .v5-question-modal__copy p{font-size:15px}
  .v5-product-card{height:370px}
}


/* V5.4.8: full-screen menu, refined cards, contacts and choice links */

/* Desktop header readability */
@media (min-width:1101px){
  .v5-header__inner{height:84px;gap:34px}
  .v5-nav{gap:28px;font-size:16px;font-weight:620}
  .v5-phone{font-size:15.5px;font-weight:700}
  .v5-btn--small{min-height:48px;padding:0 23px;font-size:15px;font-weight:730}
}

/* Softer service links */
.v5-service__links{
  border-top:1px solid rgba(72,82,92,.12);
}
.v5-service__links a{
  min-height:48px;
  padding:14px 2px;
  border-bottom:1px solid rgba(72,82,92,.10);
  color:#4e565d;
  font-size:15px;
  font-weight:560;
  transition:color .18s ease,opacity .18s ease;
}
.v5-service__links a:hover{color:var(--blue)}
.v5-service__links a span{display:none!important}

/* Contact copy gets more breathing room */
.v5-question--contacts{
  grid-template-columns:minmax(0,690px) minmax(380px,560px);
  gap:64px;
}
.v5-question--contacts>p{
  max-width:560px;
}

/* Product cards: very light glass title, richer reveal */
.v5-product-card__body{
  background:rgba(255,255,255,.20);
  border-color:rgba(255,255,255,.34);
  -webkit-backdrop-filter:blur(18px) saturate(1.12);
  backdrop-filter:blur(18px) saturate(1.12);
  box-shadow:0 8px 24px rgba(18,26,34,.05);
}
.v5-product-card__body h3{
  color:#171b1f;
  font-weight:490;
}
.v5-product-card__body p{
  font-size:14px;
  line-height:1.5;
}
@media (hover:hover) and (pointer:fine){
  .v5-product-card:hover .v5-product-card__body,
  .v5-product-card:focus .v5-product-card__body,
  .v5-product-card:focus-within .v5-product-card__body{
    background:rgba(255,255,255,.92);
    -webkit-backdrop-filter:blur(22px) saturate(1.12);
    backdrop-filter:blur(22px) saturate(1.12);
  }
  .v5-product-card:hover .v5-product-card__body p,
  .v5-product-card:focus .v5-product-card__body p,
  .v5-product-card:focus-within .v5-product-card__body p{
    font-size:14px;
    line-height:1.52;
  }
}

/* Full-screen navigation on tablets and phones */
@media (max-width:1100px){
  .v5-header{z-index:90}
  .v5-header__inner{height:76px;grid-template-columns:auto 1fr auto;position:relative;z-index:102}
  .v5-header__right{display:none}
  .v5-menu{
    display:flex;
    position:relative;
    z-index:104;
    grid-column:3;
    width:48px;
    height:48px;
    margin-right:-8px;
    border:0;
    border-radius:50%;
    background:transparent;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:7px;
    cursor:pointer;
  }
  .v5-menu span{
    position:absolute;
    width:25px;
    height:2px;
    border-radius:2px;
    background:#121518;
    transition:transform .24s ease,opacity .18s ease,top .24s ease;
  }
  .v5-menu span:first-child{transform:translateY(-4px)}
  .v5-menu span:last-child{transform:translateY(4px)}
  .v5-menu[aria-expanded="true"] span:first-child{transform:rotate(45deg)}
  .v5-menu[aria-expanded="true"] span:last-child{transform:rotate(-45deg)}
  .v5-menu[aria-expanded="true"]{background:rgba(245,247,248,.9)}

  .v5-mobile-nav{
    position:fixed;
    z-index:100;
    inset:0;
    top:0;
    width:100vw;
    height:100dvh;
    padding:max(118px,calc(env(safe-area-inset-top) + 102px)) max(28px,calc((100vw - 820px)/2)) max(34px,env(safe-area-inset-bottom));
    border:0;
    border-radius:0;
    background:rgba(255,255,255,.985);
    box-shadow:none;
    overflow:auto;
    flex-direction:column;
    justify-content:flex-start;
  }
  .v5-mobile-nav:not([hidden]){display:flex}
  .v5-mobile-nav a{
    display:flex;
    align-items:center;
    min-height:62px;
    padding:12px 0;
    border-bottom:1px solid rgba(65,75,84,.10);
    color:#15191d;
    font-size:clamp(23px,3vw,30px);
    line-height:1.08;
    letter-spacing:-.025em;
    font-weight:590;
  }
  .v5-mobile-nav a[data-question-open]{
    justify-content:center;
    min-height:62px;
    margin-top:28px;
    padding:0 26px;
    border:0;
    border-radius:999px;
    background:var(--blue);
    color:#fff;
    font-size:19px;
    font-weight:720;
  }
  .v5-mobile-nav a[href^="tel:"]{
    margin-top:12px;
    border:0;
    color:#6c747b;
    font-size:18px;
    font-weight:620;
  }
  body.v5-menu-open{overflow:hidden;touch-action:none}
}

@media (max-width:720px){
  .v5-header__inner{height:68px}
  .v5-logo img{height:43px;max-width:194px}
  .v5-menu{width:46px;height:46px}
  .v5-mobile-nav{
    padding:max(100px,calc(env(safe-area-inset-top) + 86px)) 20px max(24px,env(safe-area-inset-bottom));
  }
  .v5-mobile-nav a{
    min-height:58px;
    font-size:25px;
  }
  .v5-mobile-nav a[data-question-open]{
    min-height:60px;
    font-size:18px;
  }

  .v5-question--contacts>p{max-width:none}

  .v5-team{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    overflow:visible!important;
    margin-right:0!important;
    padding:0!important;
    scroll-snap-type:none!important;
  }
  .v5-person{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    padding:12px!important;
    border-radius:26px!important;
  }
  .v5-person img{
    width:100%!important;
    height:360px!important;
    padding:0!important;
    border-radius:21px!important;
    object-fit:contain!important;
    object-position:center bottom!important;
  }
  .v5-person>span{min-height:0!important;padding:4px 5px 8px!important}
  .v5-person strong{font-size:19px!important;line-height:1.18!important}
  .v5-person small{margin-top:7px!important;font-size:14px!important;line-height:1.42!important}

  .v5-product-card__body{
    background:rgba(255,255,255,.24);
    -webkit-backdrop-filter:blur(18px) saturate(1.08);
    backdrop-filter:blur(18px) saturate(1.08);
  }
  .v5-product-card__body h3{font-weight:490}
  .v5-product-card__body p{font-size:13.5px;line-height:1.48}

  .v5-service__links a{
    min-height:46px;
    padding:12px 1px;
    font-size:14.5px;
  }
}

@media (max-width:420px){
  .v5-mobile-nav a{font-size:23px}
  .v5-person img{height:330px!important}
}

/* V5.4.9: mobile polish, hero form proportions and modal scroll lock */

html.v5-question-open,
body.v5-question-open{
  overflow:hidden!important;
  overscroll-behavior:none;
}

/* The dialog itself may scroll on very short mobile screens, the page behind it may not. */
@media (max-width:640px){
  .v5-question-modal{
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .v5-question-modal__inner{
    min-height:100%;
  }
}

/* More deliberate proportions for the main mobile hero. */
@media (max-width:720px){
  .v5-hero__panel{
    padding:44px 18px 32px;
  }
  .v5-hero__copy{
    width:100%;
  }
  .v5-hero-form{
    width:calc(100% - 28px);
    max-width:342px;
    margin:30px auto 0;
    gap:11px;
  }
  .v5-hero-form input,
  .v5-hero-form button{
    height:64px;
    font-size:16.5px;
  }
  .v5-hero-form input{
    padding-left:22px;
    padding-right:22px;
  }

  /* Cleaner vertical rhythm across the main mobile layout. */
  .v5-section{
    padding-top:72px;
  }
  .v5-question{
    margin-bottom:24px;
  }
  .v5-question h2{
    max-width:95%;
  }
  .v5-service-grid,
  .v5-team,
  .v5-aftercare__grid,
  .v5-contacts__grid{
    gap:12px;
  }
  .v5-contact__box{
    border-radius:26px;
  }
  .v5-entrance,
  .v5-map{
    border-radius:24px;
    overflow:hidden;
  }
  .v5-entrance img{
    display:block;
  }
}

@media (max-width:420px){
  .v5-hero__panel{
    padding-left:14px;
    padding-right:14px;
  }
  .v5-hero-form{
    width:calc(100% - 22px);
    max-width:330px;
  }
  .v5-hero-form input,
  .v5-hero-form button{
    height:63px;
  }
  .v5-section{
    padding-top:66px;
  }
  .v5-question h2{
    font-size:36px;
  }
}

/* No redundant caption under the laboratory photo, including cached markup edge cases. */
.v5-entrance figcaption{
  display:none!important;
}

/* V5.5.0: tighter mobile typography, full-screen employee modal and layout polish */

html.v5-modal-open,
body.v5-modal-open{
  overflow:hidden!important;
  overscroll-behavior:none;
}

body.v5{
  overflow-x:clip;
}

@media (max-width:720px){
  /* Keep the exact three-line hero composition inside narrow screens. */
  .v5-hero h1{
    width:100%;
    max-width:100%;
    font-size:clamp(18px,5.45vw,23px)!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
  }
  .v5-hero-title span{
    display:block;
    white-space:nowrap;
  }

  /* Employee profile becomes a true mobile screen, not a floating desktop dialog. */
  .v5-person-modal{
    width:100vw!important;
    height:100dvh!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    overflow:hidden!important;
  }
  .v5-person-modal::backdrop{
    background:rgba(10,12,14,.58);
  }
  .v5-person-modal__grid{
    display:flex!important;
    flex-direction:column!important;
    width:100%;
    height:100dvh!important;
    max-height:none!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    background:#fff;
  }
  .v5-person-modal__photo{
    flex:0 0 min(35dvh,320px)!important;
    min-height:250px!important;
    max-height:320px!important;
  }
  .v5-person-modal__photo img{
    width:100%;
    height:100%!important;
    object-fit:contain;
    object-position:center bottom;
  }
  .v5-person-modal__content{
    flex:1 0 auto;
    padding:28px 20px calc(34px + env(safe-area-inset-bottom))!important;
    overflow:visible!important;
  }
  .v5-person-modal__close{
    position:fixed!important;
    top:max(12px,env(safe-area-inset-top))!important;
    right:12px!important;
    width:44px!important;
    height:44px!important;
    z-index:20!important;
    box-shadow:0 8px 24px rgba(20,24,28,.12);
  }
  .v5-person-modal__role{
    margin-bottom:10px;
    font-size:13px;
  }
  .v5-person-modal h2{
    max-width:calc(100% - 18px);
    font-size:clamp(32px,9vw,38px)!important;
    line-height:1.02!important;
  }
  .v5-person-modal__bio{
    margin:20px 0 26px!important;
  }
  .v5-person-modal__bio p{
    margin-bottom:13px;
    font-size:15.5px!important;
    line-height:1.58!important;
  }
  .v5-person-modal .v5-modal-form{
    grid-template-columns:1fr!important;
    gap:11px!important;
    margin-top:26px!important;
  }
  .v5-person-modal .v5-modal-form input,
  .v5-person-modal .v5-modal-form button{
    width:100%;
    height:64px!important;
    min-height:64px!important;
    font-size:16.5px!important;
  }
  .v5-person-modal .v5-modal-form input{
    padding-left:22px!important;
    padding-right:22px!important;
  }

  /* Mobile rhythm and tap ergonomics. */
  .v5-header__inner,
  .v5-hero__panel,
  .v5-service,
  .v5-answer,
  .v5-aftercare,
  .v5-contact__box,
  .v5-contacts__info{
    box-sizing:border-box;
  }
  .v5-btn,
  .v5-menu,
  .v5-mobile-nav a,
  .v5-person,
  .v5-slider-btn{
    touch-action:manipulation;
  }
  .v5-question h2,
  .v5-answer h2,
  .v5-aftercare h2,
  .v5-contact h2,
  .v5-catalog-head h2{
    text-wrap:balance;
  }
  .v5-service,
  .v5-aftercare__grid article,
  .v5-contact__box,
  .v5-contacts__info{
    overflow-wrap:anywhere;
  }
  .v5-map iframe{
    width:100%;
  }
}

@media (max-width:390px){
  .v5-hero h1{
    font-size:clamp(17.5px,5.35vw,21px)!important;
    letter-spacing:-.03em!important;
  }
  .v5-hero__panel{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .v5-person-modal__content{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .v5-person-modal__photo{
    flex-basis:min(33dvh,285px)!important;
    min-height:230px!important;
  }
}

/* V5.5.1: privacy links and Yandex review carousel */

.v5-consent{
  display:block;
  margin-top:8px;
  max-width:560px;
  font-size:10.5px!important;
  line-height:1.35!important;
  font-weight:400!important;
  color:rgba(22,27,32,.42)!important;
}
.v5-consent a{
  color:inherit!important;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
  text-decoration-color:rgba(22,27,32,.22);
}
.v5-consent a:hover{
  color:rgba(22,27,32,.66)!important;
  text-decoration-color:currentColor;
}
.v5-answer--blue .v5-consent,
.v5-contact__box .v5-consent{
  color:rgba(255,255,255,.52)!important;
}
.v5-answer--blue .v5-consent a,
.v5-contact__box .v5-consent a{
  color:inherit!important;
  text-decoration-color:rgba(255,255,255,.28);
}

/* Reviews */
.v5-reviews{
  padding:118px 0 116px;
  overflow:hidden;
}
.v5-reviews__head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:40px;
  margin-bottom:34px;
}
.v5-reviews__head > div:first-child{
  max-width:820px;
}
.v5-reviews__eyebrow{
  display:block;
  margin-bottom:18px;
  font-size:12px;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(22,27,32,.44);
}
.v5-reviews__head h2{
  margin:0;
  max-width:760px;
  font-size:clamp(48px,5.2vw,82px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:500;
}
.v5-reviews__head p{
  max-width:690px;
  margin:24px 0 0;
  font-size:17px;
  line-height:1.55;
  color:rgba(22,27,32,.58);
}
.v5-reviews__controls{
  display:flex;
  gap:8px;
}
.v5-reviews__controls button{
  width:52px;
  height:52px;
  border:1px solid rgba(22,27,32,.09);
  border-radius:50%;
  background:rgba(255,255,255,.72);
  font:300 30px/1 Arial,sans-serif;
  color:#171b20;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.v5-reviews__controls button:hover{
  transform:translateY(-2px);
  background:#fff;
  border-color:rgba(22,27,32,.16);
}
.v5-review-slider{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(320px,calc((100% - 28px)/3));
  gap:14px;
  overflow-x:auto;
  padding:2px 2px 16px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
.v5-review-slider::-webkit-scrollbar{
  display:none;
}
.v5-review-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:360px;
  padding:28px;
  border:1px solid rgba(22,27,32,.075);
  border-radius:28px;
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 60px rgba(22,27,32,.035);
  scroll-snap-align:start;
  cursor:pointer;
  outline:none;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.v5-review-card:hover,
.v5-review-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(22,27,32,.12);
  box-shadow:0 28px 80px rgba(22,27,32,.07);
}
.v5-review-card__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}
.v5-review-card__source{
  font-size:12px;
  color:rgba(22,27,32,.42);
}
.v5-review-card__stars,
.v5-review-modal__stars{
  color:#ffb800;
  font-size:13px;
  letter-spacing:.06em;
}
.v5-review-card__text{
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:38px 0 34px;
  font-size:19px;
  line-height:1.48;
  letter-spacing:-.015em;
  color:#171b20;
}
.v5-review-card__meta{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-top:auto;
  padding-right:94px;
}
.v5-review-card__meta a{
  width:max-content;
  max-width:100%;
  color:#171b20;
  font-size:15px;
  font-weight:550;
  text-decoration:none;
  border-bottom:1px solid rgba(22,27,32,.16);
}
.v5-review-card__meta a:hover{
  border-color:currentColor;
}
.v5-review-card__meta span{
  font-size:12px;
  color:rgba(22,27,32,.38);
}
.v5-review-card__open{
  position:absolute;
  right:28px;
  bottom:29px;
  font-size:11px;
  color:rgba(22,27,32,.44);
}
.v5-reviews__all{
  display:inline-block;
  margin-top:18px;
  color:rgba(22,27,32,.54);
  font-size:13px;
  text-decoration:none;
  border-bottom:1px solid rgba(22,27,32,.15);
}

/* Review modal */
html.v5-review-open,
body.v5-review-open{
  overflow:hidden!important;
  overscroll-behavior:none;
}
.v5-review-modal{
  width:min(1120px,calc(100vw - 48px));
  max-width:none;
  max-height:min(820px,calc(100dvh - 48px));
  margin:auto;
  padding:0;
  border:0;
  border-radius:34px;
  background:#f7f8f8;
  color:#171b20;
  overflow:hidden;
  box-shadow:0 36px 120px rgba(15,19,23,.24);
}
.v5-review-modal::backdrop{
  background:rgba(13,17,21,.54);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.v5-review-modal__close{
  position:absolute;
  top:18px;
  right:18px;
  z-index:5;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid rgba(22,27,32,.08);
  border-radius:50%;
  background:rgba(255,255,255,.82);
  color:#171b20;
  font:300 27px/1 Arial,sans-serif;
  cursor:pointer;
}
.v5-review-modal__inner{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);
  min-height:600px;
  max-height:inherit;
}
.v5-review-modal__content{
  display:flex;
  flex-direction:column;
  padding:58px 60px 56px;
  overflow-y:auto;
  overscroll-behavior:contain;
}
.v5-review-modal__source{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:48px;
  font-size:12px;
  color:rgba(22,27,32,.42);
}
.v5-review-modal__author{
  width:max-content;
  max-width:90%;
  color:#171b20;
  font-size:clamp(38px,4vw,58px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:500;
  text-decoration:none;
}
.v5-review-modal__author:hover{
  opacity:.66;
}
.v5-review-modal__date{
  margin-top:9px;
  font-size:12px;
  color:rgba(22,27,32,.38);
}
.v5-review-modal__text{
  margin:34px 0 34px;
  max-width:700px;
  font-size:18px;
  line-height:1.62;
  color:rgba(22,27,32,.78);
}
.v5-review-modal__yandex{
  width:max-content;
  color:#171b20;
  font-size:13px;
  text-decoration:none;
  border-bottom:1px solid rgba(22,27,32,.18);
}
.v5-review-modal__form-wrap{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:58px 44px;
  background:#101e33;
  color:#fff;
}
.v5-review-modal__form-wrap > span{
  margin-bottom:16px;
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(255,255,255,.48);
}
.v5-review-modal__form-wrap > h3{
  margin:0;
  max-width:330px;
  font-size:34px;
  line-height:1.02;
  letter-spacing:-.035em;
  font-weight:500;
}
.v5-review-modal__form-wrap > p{
  margin:18px 0 30px;
  max-width:340px;
  font-size:14px;
  line-height:1.5;
  color:rgba(255,255,255,.62);
}
.v5-review-form{
  display:grid;
  gap:10px;
}
.v5-review-form label span{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
}
.v5-review-form input,
.v5-review-form button{
  width:100%;
  height:60px;
  border-radius:18px;
  font:inherit;
}
.v5-review-form input{
  padding:0 18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  outline:none;
}
.v5-review-form input::placeholder{
  color:rgba(255,255,255,.42);
}
.v5-review-form button{
  border:0;
  background:#fff;
  color:#101e33;
  font-weight:600;
  cursor:pointer;
}
.v5-review-form .v5-form__status{
  min-height:18px;
  margin:2px 0 0;
  color:rgba(255,255,255,.72);
}
.v5-review-form .v5-consent{
  margin-top:0;
  color:rgba(255,255,255,.42)!important;
}
.v5-review-success{
  padding-top:20px;
}
.v5-review-success__mark{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin-bottom:20px;
  border-radius:50%;
  background:rgba(255,255,255,.1);
  font-size:22px;
}
.v5-review-success h3{
  margin:0 0 12px;
  font-size:32px;
  line-height:1.05;
  font-weight:500;
}
.v5-review-success p{
  margin:0;
  font-size:14px;
  line-height:1.5;
  color:rgba(255,255,255,.62);
}

/* Policy page */
.v5-policy{
  min-height:100vh;
  background:#f5f6f6;
}
.v5-policy-header{
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid rgba(22,27,32,.06);
  background:rgba(245,246,246,.9);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.v5-policy-header__inner{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.v5-policy-header__actions{
  display:flex;
  align-items:center;
  gap:26px;
}
.v5-policy-header__actions a{
  color:#171b20;
  text-decoration:none;
  font-size:14px;
}
.v5-policy-header__home{
  padding:12px 18px;
  border:1px solid rgba(22,27,32,.1);
  border-radius:999px;
}
.v5-policy-main{
  padding:82px 0 110px;
}
.v5-policy-hero{
  max-width:980px;
  margin-bottom:72px;
}
.v5-policy-hero span{
  display:block;
  margin-bottom:18px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(22,27,32,.42);
}
.v5-policy-hero h1{
  margin:0;
  font-size:clamp(48px,6.2vw,92px);
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:500;
}
.v5-policy-hero p{
  max-width:720px;
  margin:30px 0 0;
  font-size:18px;
  line-height:1.6;
  color:rgba(22,27,32,.58);
}
.v5-policy-content{
  display:grid;
  gap:12px;
}
.v5-policy-section{
  padding:38px 42px;
  border:1px solid rgba(22,27,32,.055);
  border-radius:28px;
  background:rgba(255,255,255,.76);
}
.v5-policy-section h2{
  margin:0 0 22px;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.025em;
  font-weight:550;
}
.v5-policy-section h3{
  margin:28px 0 12px;
  font-size:18px;
  font-weight:600;
}
.v5-policy-section p,
.v5-policy-section li{
  font-size:14.5px;
  line-height:1.68;
  color:rgba(22,27,32,.7);
}
.v5-policy-section p{
  margin:0 0 13px;
}
.v5-policy-section ul{
  margin:14px 0 0;
  padding-left:20px;
}
.v5-policy-section li + li{
  margin-top:8px;
}
.v5-policy-term{
  margin-bottom:14px!important;
}
.v5-policy-term strong{
  color:#171b20;
  font-weight:600;
}
.v5-policy-footer{
  padding:28px 0 36px;
  border-top:1px solid rgba(22,27,32,.065);
}
.v5-policy-footer__inner{
  display:flex;
  justify-content:space-between;
  gap:24px;
  color:rgba(22,27,32,.46);
  font-size:12px;
}
.v5-policy-footer a{
  color:inherit;
}

@media (max-width:1020px){
  .v5-review-slider{
    grid-auto-columns:minmax(310px,calc((100% - 14px)/2));
  }
  .v5-review-modal__inner{
    grid-template-columns:minmax(0,1.05fr) minmax(310px,.95fr);
  }
  .v5-review-modal__content{
    padding-left:44px;
    padding-right:44px;
  }
  .v5-review-modal__form-wrap{
    padding-left:34px;
    padding-right:34px;
  }
}

@media (max-width:720px){
  .v5-consent{
    margin-top:7px;
    font-size:10px!important;
    line-height:1.35!important;
  }
  .v5-reviews{
    padding:78px 0 80px;
  }
  .v5-reviews__head{
    grid-template-columns:1fr;
    gap:20px;
    margin-bottom:24px;
  }
  .v5-reviews__head h2{
    font-size:42px;
  }
  .v5-reviews__head p{
    margin-top:18px;
    font-size:14px;
  }
  .v5-reviews__controls{
    display:none;
  }
  .v5-review-slider{
    margin-right:-18px;
    grid-auto-columns:min(86vw,350px);
    gap:10px;
    padding-bottom:12px;
  }
  .v5-review-card{
    min-height:330px;
    padding:24px;
    border-radius:24px;
  }
  .v5-review-card__text{
    margin-top:30px;
    font-size:17px;
    -webkit-line-clamp:6;
  }
  .v5-review-card__open{
    right:24px;
    bottom:25px;
  }

  .v5-review-modal{
    width:100vw!important;
    height:100dvh!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    border-radius:0!important;
    overflow:hidden!important;
  }
  .v5-review-modal__close{
    position:fixed;
    top:max(12px,env(safe-area-inset-top));
    right:12px;
    width:44px;
    height:44px;
  }
  .v5-review-modal__inner{
    display:block;
    width:100%;
    height:100dvh;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .v5-review-modal__content{
    min-height:auto;
    padding:76px 20px 40px;
    overflow:visible;
  }
  .v5-review-modal__source{
    margin-bottom:34px;
  }
  .v5-review-modal__author{
    font-size:39px;
  }
  .v5-review-modal__text{
    margin:28px 0;
    font-size:16px;
    line-height:1.6;
  }
  .v5-review-modal__form-wrap{
    min-height:420px;
    padding:42px 20px calc(44px + env(safe-area-inset-bottom));
  }
  .v5-review-form input,
  .v5-review-form button{
    height:64px;
  }

  .v5-policy-header__inner{
    min-height:72px;
  }
  .v5-policy-header__actions .v5-policy-phone{
    display:none;
  }
  .v5-policy-header__home{
    padding:10px 14px!important;
    font-size:12px!important;
  }
  .v5-policy-main{
    padding:56px 0 78px;
  }
  .v5-policy-hero{
    margin-bottom:44px;
  }
  .v5-policy-hero h1{
    font-size:44px;
  }
  .v5-policy-hero p{
    margin-top:22px;
    font-size:15px;
  }
  .v5-policy-section{
    padding:26px 20px;
    border-radius:22px;
  }
  .v5-policy-section h2{
    font-size:24px;
  }
  .v5-policy-section p,
  .v5-policy-section li{
    font-size:13.5px;
    line-height:1.62;
  }
  .v5-policy-footer__inner{
    flex-direction:column;
    gap:10px;
  }
}



/* V5.5.2: exact review text + mobile refinement without changing review feed design */

.v5-review-modal__text{
  white-space:pre-line;
  overflow-wrap:anywhere;
}

@media (max-width:720px){
  :root{
    --container:calc(100% - 36px);
  }

  body.v5{
    overflow-x:clip;
  }

  .v5-section,
  .v5-reviews,
  .v5-contact,
  .v5-contacts{
    overflow-x:clip;
  }

  /* Full review popup remains comfortable with long verbatim text. */
  .v5-review-modal__inner{
    padding-top:env(safe-area-inset-top);
  }
  .v5-review-modal__content{
    padding-top:max(76px,calc(env(safe-area-inset-top) + 64px));
    padding-left:18px;
    padding-right:18px;
    padding-bottom:34px;
  }
  .v5-review-modal__source{
    gap:12px;
    margin-bottom:28px;
  }
  .v5-review-modal__author{
    max-width:calc(100% - 10px);
    font-size:clamp(34px,10vw,39px);
    line-height:1.02;
  }
  .v5-review-modal__text{
    margin:24px 0 28px;
    font-size:16px;
    line-height:1.62;
  }
  .v5-review-modal__yandex{
    min-height:38px;
    display:inline-flex;
    align-items:center;
  }
  .v5-review-modal__form-wrap{
    min-height:auto;
    padding:38px 18px calc(36px + env(safe-area-inset-bottom));
  }
  .v5-review-modal__form-wrap > h3{
    max-width:320px;
    font-size:30px;
  }
  .v5-review-modal__form-wrap > p{
    margin:15px 0 24px;
  }
  .v5-review-form input,
  .v5-review-form button{
    height:64px;
    min-height:64px;
  }

  /* Consents remain intentionally quiet, but are no longer cramped. */
  .v5-consent{
    max-width:360px;
    line-height:1.45!important;
  }

  /* Policy page: less risk of awkward wrapping on narrow phones. */
  .v5-policy-hero h1{
    font-size:clamp(37px,11vw,44px);
    line-height:.98;
    overflow-wrap:anywhere;
  }
  .v5-policy-section{
    padding-left:18px;
    padding-right:18px;
  }
  .v5-policy-section h2{
    text-wrap:balance;
  }

  /* More consistent mobile tap targets and safe text wrapping. */
  .v5-footer a,
  .v5-policy-footer a{
    min-height:36px;
    display:inline-flex;
    align-items:center;
  }
}

@media (max-width:390px){
  :root{
    --container:calc(100% - 28px);
  }

  .v5-review-modal__content{
    padding-left:16px;
    padding-right:16px;
  }
  .v5-review-modal__form-wrap{
    padding-left:16px;
    padding-right:16px;
  }
  .v5-review-modal__author{
    font-size:34px;
  }
  .v5-policy-main{
    padding-top:48px;
  }
  .v5-policy-hero h1{
    font-size:36px;
  }
}

/* V5.5.3: final Yandex reviews card. Existing review-card geometry is unchanged. */
.v5-review-more-card{
  cursor:default;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 82% 14%,rgba(255,220,82,.36),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(246,247,248,.88));
}
.v5-review-more-card::before{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-72px;
  bottom:-72px;
  border-radius:50%;
  border:1px solid rgba(22,27,32,.07);
  box-shadow:0 0 0 34px rgba(255,255,255,.28),0 0 0 68px rgba(255,255,255,.16);
  pointer-events:none;
  z-index:-1;
}
.v5-review-more-card:hover,
.v5-review-more-card:focus-within{
  transform:translateY(-4px);
  border-color:rgba(22,27,32,.12);
  box-shadow:0 28px 80px rgba(22,27,32,.07);
}
.v5-review-more-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:12px;
  color:rgba(22,27,32,.42);
}
.v5-review-more-card__dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ffcc00;
  box-shadow:0 0 0 7px rgba(255,204,0,.12);
}
.v5-review-more-card__body{
  margin:auto 0;
  padding:30px 0 28px;
}
.v5-review-more-card__kicker{
  display:block;
  margin-bottom:14px;
  font-size:11px;
  line-height:1;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:rgba(22,27,32,.40);
}
.v5-review-more-card h3{
  margin:0;
  font-size:clamp(28px,2.15vw,36px);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:460;
  color:#171b20;
}
.v5-review-more-card p{
  max-width:300px;
  margin:18px 0 0;
  font-size:14px;
  line-height:1.5;
  color:rgba(22,27,32,.52);
}
.v5-review-more-card__link{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  padding-top:17px;
  border-top:1px solid rgba(22,27,32,.09);
  color:#171b20;
  font-size:14px;
  font-weight:520;
  text-decoration:none;
}
.v5-review-more-card__link span{
  font-size:19px;
  font-weight:300;
  color:rgba(22,27,32,.56);
  transition:transform .2s ease;
}
.v5-review-more-card__link:hover span{
  transform:translate(2px,-2px);
}
@media (max-width:720px){
  .v5-review-more-card__body{
    padding:26px 0 24px;
  }
  .v5-review-more-card h3{
    font-size:31px;
  }
  .v5-review-more-card p{
    max-width:260px;
    font-size:13.5px;
  }
  .v5-review-more-card__link{
    min-height:46px;
    padding-top:14px;
    font-size:14px;
  }
}

/* V5.5.4: reviews surface and interaction refinement */
.v5-reviews{
  background:#fff!important;
}
.v5-review-slider{
  background:transparent!important;
}
.v5-review-card{
  border-color:#e3e6e8!important;
  background:#fff!important;
  box-shadow:
    0 16px 34px rgba(22,27,32,.055),
    0 3px 10px rgba(22,27,32,.025)!important;
  transform:translateY(0) scale(1);
  transition:
    transform .22s cubic-bezier(.2,.75,.25,1),
    box-shadow .22s ease,
    border-color .22s ease!important;
}
.v5-review-card:hover,
.v5-review-card:focus-visible{
  transform:translateY(2px) scale(.996)!important;
  border-color:#d9dde1!important;
  box-shadow:
    0 10px 24px rgba(22,27,32,.105),
    0 2px 7px rgba(22,27,32,.045)!important;
}
.v5-review-more-card{
  border-color:#e3e6e8!important;
}
.v5-review-more-card:hover,
.v5-review-more-card:focus-within{
  transform:translateY(2px) scale(.996)!important;
  border-color:#d9dde1!important;
  box-shadow:
    0 10px 24px rgba(22,27,32,.105),
    0 2px 7px rgba(22,27,32,.045)!important;
}
@media (hover:none){
  .v5-review-card:hover,
  .v5-review-more-card:hover{
    transform:none!important;
  }
}

