:root {
  color-scheme: light;
  --ink: #183a43;
  --teal: #245563;
  --accent: #4c9eb6;
  --pale: #edf5f6;
  --paper: #fbfdfd;
  --muted: #566d74;
  --line: #d9e6e8;
  --radius: 22px;
  font-family:
    Inter,
    "Segoe UI",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 6px;
  border-radius: 3px;
}
img,
svg {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.13;
  letter-spacing: -0.045em;
  font-weight: 650;
}
h1 {
  font-size: clamp(2.8rem, 4.8vw, 4.65rem);
  margin-bottom: 28px;
}
h2 {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  margin-bottom: 22px;
}
h3 {
  font-size: 1.28rem;
  letter-spacing: -0.025em;
}
em {
  font-style: normal;
  color: var(--accent);
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 104px;
}
.eyebrow {
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: var(--teal);
}
.skip-link {
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 8px;
  padding: 12px 20px;
  background: #fff;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding-block: 23px;
  border-bottom: 1px solid var(--line);
}
.brand {
  flex-shrink: 0;
}
.brand img {
  width: 148px;
  height: 72px;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  margin-right: 26px;
  font-size: 0.86rem;
  font-weight: 600;
}
.site-header nav a {
  text-decoration: none;
}
.site-header nav a:hover,
.text-link:hover {
  color: var(--accent);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 54px;
  padding: 15px 25px;
  background: var(--teal);
  color: white;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 650;
  font-size: 0.87rem;
  line-height: 1.4;
  transition: background 0.15s ease;
}
.button:hover {
  background: #153f4a;
}
.button-small {
  min-height: 46px;
  padding: 12px 19px;
  gap: 22px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  padding-block: 6px;
  border-bottom: 1px solid currentColor;
  line-height: 1.4;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}
.hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 60px;
  align-items: center;
  padding-block: 76px 94px;
}
.hero-copy {
  padding-block: 16px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.67rem;
  letter-spacing: 0.11em;
}
.small-line {
  width: 24px;
  height: 2px;
  background: var(--accent);
  flex-shrink: 0;
}
.hero-description {
  font-size: 1.06rem;
  max-width: 540px;
  color: var(--muted);
  margin-bottom: 31px;
  line-height: 1.8;
}
.hero-note {
  font-size: 0.73rem;
  color: var(--muted);
  margin-top: 22px;
  margin-bottom: 0;
}
.hero-visual {
  position: relative;
  min-height: 490px;
  align-self: stretch;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(155deg, #f1f8f9 3%, #d8eaee 62%, #bddce4);
  border-radius: 160px 16px 16px 16px;
  border: 1px solid #d2e6ea;
}
.visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#fff5 1px, transparent 1px),
    linear-gradient(90deg, #fff5 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(150deg, transparent, #000);
  z-index: -1;
}
.visual-ring {
  position: absolute;
  width: 540px;
  height: 540px;
  left: -38px;
  top: -90px;
  border: 1px solid #84b8c966;
  border-radius: 50%;
  box-shadow:
    0 0 0 45px #fff2,
    0 0 0 46px #84b8c933,
    0 0 0 105px #fff2;
}
.hero-mark {
  position: absolute;
  width: 290px;
  height: 290px;
  top: 72px;
  right: 38px;
  object-fit: contain;
  transform: rotate(-10deg);
  opacity: 0.82;
  mix-blend-mode: multiply;
}
.visual-label {
  position: absolute;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.label-top {
  right: 30px;
  top: 30px;
}
.visual-caption {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 31px;
  border-top: 1px solid #7ea8b555;
  padding-top: 19px;
}
.visual-caption span {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  font-weight: 650;
}
.visual-caption strong {
  display: block;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
  font-weight: 550;
  line-height: 1.3;
  margin-top: 10px;
}
.visual-dot {
  position: absolute;
  right: 35px;
  bottom: 45px;
  width: 25px;
  height: 25px;
  border: 1px solid var(--teal);
  border-radius: 50%;
}
.solutions {
  border-top: 1px solid var(--line);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 45px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  color: var(--muted);
  font-size: 0.94rem;
  max-width: 410px;
  margin-bottom: 2px;
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.sector {
  position: relative;
  padding: 34px 27px 31px;
  min-width: 0;
  border-right: 1px solid var(--line);
  background: white;
}
.sector:last-child {
  border: 0;
}
.sector-number {
  position: absolute;
  right: 24px;
  top: 27px;
  font-size: 0.65rem;
  font-weight: 600;
  color: #526f79;
}
.sector svg {
  width: 42px;
  height: 42px;
  stroke: var(--teal);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin: 8px 0 38px;
}
.sector h3 {
  margin-bottom: 17px;
}
.sector p {
  font-size: 0.86rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 0;
}
.service-band {
  background: var(--teal);
  color: white;
  padding-block: 88px;
}
.service-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.service-intro {
  max-width: 500px;
}
.service-band .eyebrow,
.service-band em {
  color: #9fd3df;
}
.service-intro > p:not(.eyebrow) {
  font-size: 0.92rem;
  color: #e0edef;
  line-height: 1.85;
}
.light-link {
  color: white;
  margin-top: 13px;
}
.light-link:hover {
  color: #b7e4ee;
}
.service-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid #ffffff30;
}
.service-list article:first-child {
  padding-top: 0;
}
.service-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.service-list article > span {
  font-size: 0.73rem;
  color: #acd5df;
  padding-top: 2px;
}
.service-list h3 {
  font-size: 1.17rem;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.service-list p {
  font-size: 0.84rem;
  color: #deebee;
  margin-bottom: 0;
  line-height: 1.75;
}
.company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.company-copy {
  font-size: 1rem;
  color: var(--muted);
}
.company-copy > p:first-child {
  font-size: 1.18rem;
  line-height: 1.75;
  color: var(--ink);
}
.company-copy .text-link {
  color: var(--teal);
  margin-top: 10px;
}
.contact-section {
  padding-bottom: 85px;
}
.contact-card {
  padding: 62px 60px;
  background: var(--pale);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 90px;
}
.contact-card h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}
.contact-card p {
  font-size: 0.9rem;
  color: var(--muted);
}
.contact-email {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  letter-spacing: -0.025em;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 7px;
  margin-top: 16px;
}
.contact-details {
  display: grid;
  gap: 35px;
  border-left: 1px solid #cedfe3;
  padding-left: 40px;
}
.contact-details > div > span {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--muted);
}
.contact-details address {
  font-style: normal;
  font-size: 1.02rem;
  margin: 10px 0;
}
.contact-details p {
  margin: 10px 0;
}
.contact-details .text-link {
  font-size: 0.78rem;
}
.site-footer {
  padding-block: 0 30px;
}
.footer-main {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 44px;
  align-items: center;
  padding-block: 35px;
}
.footer-main img {
  width: 124px;
  height: 60px;
  object-fit: contain;
}
.footer-main p {
  font-size: 0.75rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.footer-main > a:last-child {
  font-size: 0.75rem;
  margin-left: auto;
}
.footer-legal {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.9;
}
.footer-legal p {
  margin-bottom: 0;
}
.legal-page {
  max-width: 850px;
  padding-block: 65px 85px;
}
.legal-page > .text-link {
  margin-bottom: 45px;
}
.legal-page h1 {
  font-size: clamp(2.6rem, 5vw, 4rem);
}
.legal-page h2 {
  font-size: 1.45rem;
  letter-spacing: -0.025em;
  margin-top: 40px;
  margin-bottom: 16px;
}
.legal-page p {
  color: var(--muted);
  font-size: 0.96rem;
}
.legal-page .legal-date {
  font-size: 0.78rem;
}
.not-found {
  padding-block: 100px 130px;
  max-width: 1000px;
}
.not-found h1 {
  font-size: clamp(3rem, 5vw, 4.5rem);
}
.not-found > p:not(.eyebrow) {
  max-width: 550px;
  color: var(--muted);
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .hero {
    gap: 90px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
  }
  .hero-visual {
    min-height: 480px;
  }
  .hero-mark {
    width: 240px;
    height: 240px;
    right: 12px;
    top: 90px;
  }
  .hero h1 {
    font-size: 3.3rem;
  }
  .visual-caption strong {
    font-size: 1.25rem;
  }
  .visual-caption {
    left: 26px;
    right: 26px;
  }
  .visual-dot {
    display: none;
  }
  .section-heading {
    gap: 45px;
  }
  .sector {
    padding-inline: 21px;
  }
  .service-layout,
  .company {
    gap: 60px;
  }
  .contact-card {
    padding: 45px 35px;
    gap: 45px;
  }
  .contact-details {
    padding-left: 30px;
  }
  .site-header nav {
    gap: 22px;
    margin-right: 0;
  }
  .button-small {
    gap: 12px;
  }
}
@media (max-width: 780px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    flex-wrap: wrap;
    gap: 17px;
    padding-block: 17px;
  }
  .brand img {
    width: 121px;
    height: 59px;
  }
  .site-header nav {
    order: 3;
    width: 100%;
    margin: 0;
    justify-content: center;
    border-top: 1px solid var(--line);
    padding-top: 14px;
    gap: 40px;
    font-size: 0.79rem;
  }
  .header-catalog {
    margin-left: auto;
    font-size: 0.76rem;
    min-height: 43px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 47px 64px;
    gap: 38px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 7.5vw, 3.7rem);
    max-width: 630px;
  }
  .hero .eyebrow {
    font-size: 0.6rem;
    letter-spacing: 0.08em;
    gap: 9px;
  }
  .hero-description {
    font-size: 0.99rem;
    max-width: 600px;
  }
  .hero-visual {
    min-height: 320px;
    max-width: 100%;
    border-top-left-radius: 115px;
  }
  .hero-mark {
    top: 17px;
    right: 30px;
    width: 230px;
    height: 230px;
  }
  .visual-ring {
    left: auto;
    right: -50px;
    top: -170px;
    width: 500px;
    height: 500px;
  }
  .visual-caption {
    bottom: 24px;
    left: 26px;
    right: 26px;
    padding-top: 13px;
  }
  .visual-caption strong {
    font-size: 1.24rem;
  }
  .visual-caption span {
    font-size: 0.54rem;
  }
  .label-top {
    left: 35px;
    right: auto;
    top: 90px;
    width: 120px;
    font-size: 0.64rem;
  }
  .section {
    padding-block: 66px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 32px;
  }
  .section-heading > p {
    max-width: 520px;
  }
  .sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sector:nth-child(2) {
    border-right: 0;
  }
  .sector:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .sector {
    padding: 28px 23px;
  }
  .sector svg {
    margin-bottom: 28px;
  }
  .sector h3 {
    font-size: 1.1rem;
  }
  .sector p {
    font-size: 0.8rem;
  }
  .service-band {
    padding-block: 59px;
  }
  .service-layout,
  .company {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .service-intro {
    max-width: 650px;
  }
  .service-list article {
    grid-template-columns: 30px 1fr;
    gap: 17px;
  }
  .company h2 {
    margin-bottom: 0;
  }
  .company-copy > p:first-child {
    font-size: 1.06rem;
  }
  .contact-section {
    padding-bottom: 58px;
  }
  .contact-card {
    padding: 35px 26px;
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .contact-details {
    border-left: 0;
    border-top: 1px solid #cedfe3;
    padding: 29px 0 0;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .contact-details address {
    font-size: 0.9rem;
  }
  .footer-main {
    gap: 24px;
    flex-wrap: wrap;
    padding-block: 28px;
  }
  .footer-main p {
    font-size: 0.67rem;
  }
  .footer-main > a:last-child {
    margin-left: 0;
    width: 100%;
  }
  .footer-legal {
    display: block;
    font-size: 0.63rem;
  }
  .footer-legal p + p {
    margin-top: 10px;
  }
  .legal-page {
    padding-block: 42px 65px;
  }
  .legal-page > .text-link {
    margin-bottom: 35px;
  }
}
@media (max-width: 400px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 2.55rem;
  }
  .actions {
    gap: 18px;
  }
  .actions .button {
    font-size: 0.8rem;
    min-height: 49px;
    padding: 14px 20px;
    gap: 19px;
  }
  .actions .text-link {
    font-size: 0.8rem;
  }
  .hero-note {
    font-size: 0.68rem;
  }
  .hero-mark {
    right: 10px;
    width: 205px;
    height: 205px;
    top: 24px;
  }
  .hero-visual {
    min-height: 300px;
  }
  .visual-caption strong {
    font-size: 1.18rem;
  }
  .label-top {
    left: 26px;
    top: 100px;
    width: 105px;
    font-size: 0.59rem;
  }
  .sector {
    padding: 28px 18px;
  }
  .sector h3 {
    font-size: 1rem;
  }
  .contact-card {
    padding: 30px 23px;
  }
  .contact-details {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .contact-email {
    font-size: 1.45rem;
    gap: 17px;
  }
  .footer-main {
    gap: 19px;
  }
  .footer-main img {
    width: 108px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
