.page-hero{position:relative;height:550px;border-radius:var(--radius);overflow:hidden;margin:12px 12px 0;background:#111827 url(/images/hero-bg.webp) center 15%/cover no-repeat}.page-hero:before{content:"";position:absolute;inset:0;background:#00000042;z-index:1}.page-hero__gradient{position:absolute;top:0;left:0;width:964px;height:100%;background:linear-gradient(90deg,#000,#0000009e 55%,#00000094 62%,#0000 86%);opacity:.79;z-index:2}.page-hero__nav{position:absolute;top:0;left:0;right:0;height:159px;z-index:3}.page-hero__nav-gradient{position:absolute;inset:-12px -83px 0;height:159px;background:linear-gradient(180deg,#000,#0000);opacity:.66}.page-hero__content{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-45%);width:1272px;max-width:calc(100% - 2rem);z-index:4;color:var(--gray-50);text-align:left}.page-hero__title{font-family:var(--font-serif);font-size:70px;font-weight:500;line-height:1.17;letter-spacing:-.02em;margin-bottom:29px;max-width:650px}.page-hero__subtitle{font-family:var(--font-sans);font-size:18px;font-weight:300;line-height:1.56;letter-spacing:-.02em;max-width:573px;color:var(--gray-50);margin-bottom:36px}.page-hero__btn{display:inline-flex}.page-hero--tall{height:775px}@media(max-width:1024px){.page-hero{height:450px;margin:8px 8px 0}.page-hero__title{font-size:48px}.page-hero__gradient{width:100%}.page-hero__subtitle{max-width:480px;margin-bottom:32px}.page-hero--tall{height:600px}}@media(max-width:768px){.page-hero{height:400px}.page-hero--tall{height:420px}.page-hero{margin:0;border-radius:0}.page-hero__gradient{width:100%;background:linear-gradient(180deg,#000c,#0006,#0009);opacity:1}.page-hero__content{inset:auto 0 40px;transform:none;width:100%;padding:0 24px}.page-hero__title{font-size:32px;margin-bottom:12px;max-width:100%}.page-hero__subtitle{font-size:15px;margin-bottom:24px;max-width:100%;line-height:1.5}}@media(max-width:480px){.page-hero{height:360px}.page-hero--tall{height:380px}.page-hero__content{bottom:32px;padding:0 20px}.page-hero__title{font-size:28px;line-height:1.2;margin-bottom:10px}.page-hero__subtitle{font-size:14px;margin-bottom:20px}}.contact-section{background:var(--blue-light);padding:90px 0 80px}.contact{display:grid;grid-template-columns:277px 579px;gap:16px;align-items:stretch;justify-content:center}.contact__info{display:flex;flex-direction:column;gap:16px}.contact-card{background:var(--white);border:1px solid var(--gray-50);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column;gap:10px}.contact-card--email,.contact-card--phone{flex:1}.contact-card__inner{display:flex;flex-direction:column;gap:16px;flex:1}.contact-card__text{display:flex;flex-direction:column;gap:8px}.contact-card__title{font-size:16px;font-weight:600;color:var(--black);line-height:1.75;letter-spacing:-.02em}.contact-card__desc{font-size:16px;color:var(--gray-500);line-height:1.275;letter-spacing:-.02em}.contact-card__link{font-size:16px;font-weight:600;color:var(--blue);line-height:1.275;letter-spacing:-.02em;display:block}.contact-card__link:hover{text-decoration:underline}.contact-card__phones{display:flex;flex-direction:column;gap:8px}.contact-form{background:var(--white);border:1px solid var(--gray-50);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column;align-items:flex-end;gap:24px}.contact-form__header{width:100%;display:flex;flex-direction:column;gap:16px}.contact-form__title{font-size:16px;font-weight:600;color:var(--black);line-height:1.75;letter-spacing:-.02em}.contact-form__desc{font-size:16px;color:var(--gray-500);line-height:1.275;letter-spacing:-.02em}.contact-form form{width:100%;display:flex;flex-direction:column;gap:16px}.contact-form__submit{width:257px;height:46px;align-self:flex-end}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:flex;flex-direction:column;gap:12px}.form-field label{font-family:var(--font-inter);font-size:14px;font-weight:500;color:var(--purple-dark);line-height:1.15}.form-field input,.form-field select,.form-field textarea{padding:8px 16px;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:14px;font-family:var(--font-inter);color:var(--black);background:var(--white);outline:none;transition:border-color .15s;box-shadow:0 .5px 1px #19213d0a}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0066ff1a}.form-field input::-moz-placeholder,.form-field textarea::-moz-placeholder{color:var(--gray-400);font-family:var(--font-inter);font-size:14px;font-weight:400}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-400);font-family:var(--font-inter);font-size:14px;font-weight:400}.form-field select{color:var(--black)}.form-field select.is-placeholder{color:var(--gray-400)}.form-field select option{color:var(--black);background:var(--white)}.form-field select option[disabled]{color:var(--gray-400)}.form-field textarea{padding:16px;resize:vertical;min-height:100px}.select-wrap{position:relative}.select-wrap select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;cursor:pointer}.select-wrap option{font-family:var(--font-sans);font-size:14px;color:var(--black);padding:8px}.select-chevron{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--black);width:18px;height:18px}@media(max-width:1024px){.contact-section{padding:60px 0}.contact{grid-template-columns:1fr;max-width:600px;margin:0 auto;justify-content:stretch}.contact__info{flex-direction:row}.contact__info>*{flex:1}.contact-card--email,.contact-card--phone{flex:1}.contact-form__submit{width:100%}}@media(max-width:768px){.contact-section{padding:48px 0}.contact__info{flex-direction:column}.form-row{grid-template-columns:1fr}.contact-form{padding:20px}}@media(max-width:480px){.contact-card{padding:20px}}.sitemap{padding:80px 0}.sitemap__intro{max-width:680px;margin-bottom:56px;font-size:16px;line-height:1.6;color:var(--gray-500);letter-spacing:-.02em}.sitemap__intro a{color:var(--blue);text-decoration:none;font-weight:500}.sitemap__intro a:hover{text-decoration:underline}.sitemap__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 40px}.sitemap__col{min-width:0}.sitemap__col--wide{grid-column:span 2}.sitemap__col--main{grid-column:span 1}.sitemap__heading{font-family:var(--font-serif);font-size:20px;font-weight:600;letter-spacing:-.02em;color:var(--black);margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--gray-100)}.sitemap__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sitemap__list--two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.sitemap__link{font-size:14px;line-height:1.4;color:var(--gray-600, var(--gray-500));text-decoration:none;letter-spacing:-.02em;transition:color .15s ease;display:inline-block}.sitemap__link:hover{color:var(--blue)}.sitemap__link--muted{color:var(--gray-300);cursor:default}.sitemap__link--muted:hover{color:var(--gray-300)}.sitemap__see-all{display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:var(--blue);text-decoration:none;letter-spacing:-.02em}.sitemap__see-all:hover{text-decoration:underline}.sitemap__footer-note{margin-top:72px;padding-top:32px;border-top:1px solid var(--gray-100);font-size:13px;color:var(--gray-400);letter-spacing:-.02em}.sitemap__footer-note a{color:var(--blue);text-decoration:none}.sitemap__footer-note a:hover{text-decoration:underline}@media(max-width:1024px){.sitemap{padding:60px 0}.sitemap__grid{grid-template-columns:repeat(2,1fr);gap:40px 32px}.sitemap__col--wide{grid-column:span 2}.sitemap__col--main{grid-column:span 1}}@media(max-width:640px){.sitemap{padding:48px 0}.sitemap__intro{margin-bottom:40px}.sitemap__grid{grid-template-columns:1fr;gap:32px}.sitemap__col,.sitemap__col--wide,.sitemap__col--main{grid-column:span 1}.sitemap__list--two-col{grid-template-columns:1fr}.sitemap__heading{font-size:18px}}
