@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #0d181e;
  overflow-x: hidden;
}
body.nav-open {
  overflow: hidden;
}
body.nav-open .hero {
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.page-sub {
  padding-top: 88px;
}

.page-banner {
  padding: 22px 0;
  background-color: #13232c;
  border-bottom: 1px solid #717171;
}
.page-banner__title {
  margin: 0;
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .page-banner {
    padding: 16px 0;
  }
  .page-banner__title {
    font-size: 20px;
  }
}

.page-media {
  height: 250px;
  background-image: url("../../img/oferta/oferta_ubezpieczenia_flot_i_pojazdow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-media--about {
  background-image: url("../../img/o-nas.png");
}

.about-intro {
  padding: 80px 0;
}
.about-intro .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-intro__media img {
  display: block;
  width: 100%;
  height: auto;
}
.about-intro__title {
  margin: 0 0 16px;
  color: white;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.about-intro__subtitle {
  margin: 0 0 20px;
  color: #d1aa2c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}
.about-intro__text {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  font-family: "Inter", sans-serif;
  opacity: 0.85;
}
.about-intro__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.about-intro__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
.about-intro__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d1aa2c;
}
.about-intro__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .about-intro {
    padding: 64px 0;
  }
  .about-intro .container {
    gap: 40px;
  }
  .about-intro__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .about-intro {
    padding: 48px 0;
  }
  .about-intro .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-intro__title {
    font-size: 26px;
  }
  .about-intro__subtitle {
    font-size: 16px;
  }
}

.split-intro {
  padding: 80px 0;
}
.split-intro__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.split-intro__title {
  margin: 0 0 16px;
  color: white;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.split-intro__subtitle {
  margin: 0 0 20px;
  color: #d1aa2c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}
.split-intro__text {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  font-family: "Inter", sans-serif;
  opacity: 0.85;
}
.split-intro__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 48px;
  margin: 72px 0 0;
  padding: 0;
  list-style: none;
}
.split-intro__pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 36px;
  border-top: 1px solid #d1aa2c;
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}
.split-intro__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: -60px 0 16px;
  color: #d1aa2c;
  border: 1px solid rgba(209, 170, 44, 0.4);
  border-radius: 50%;
  background-color: #0d181e;
}
.split-intro__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 1100px) {
  .split-intro {
    padding: 64px 0;
  }
  .split-intro__cols {
    gap: 40px;
  }
  .split-intro__pillars {
    margin-top: 48px;
    gap: 20px 24px;
  }
  .split-intro__pillar {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .split-intro {
    padding: 48px 0;
  }
  .split-intro__cols {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .split-intro__title {
    font-size: 26px;
  }
  .split-intro__subtitle {
    font-size: 16px;
  }
  .split-intro__pillars {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 16px;
  }
  .split-intro__pillar {
    font-size: 18px;
  }
}

.incident {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 80px 0;
  background-image: url("../../img/oferta/zdarzenie.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.incident__content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}
.incident__title {
  margin: 0 0 12px;
  color: white;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.15;
  font-family: "Montserrat", sans-serif;
}
.incident__subtitle {
  margin: 0 0 28px;
  color: #d1aa2c;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1080px) {
  .incident::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13, 24, 30, 0.88) 0%, rgba(13, 24, 30, 0.72) 50%, rgba(13, 24, 30, 0.45) 100%);
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .incident {
    min-height: 360px;
    padding: 64px 0;
    background-position: 70% center;
  }
  .incident__title {
    font-size: 30px;
  }
  .incident__subtitle {
    font-size: 18px;
  }
}

.reasons {
  padding: 80px 0;
  background-color: #13232c;
  border-top: 1px solid #717171;
}
.reasons__title {
  margin: 0 0 48px;
  color: white;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.15;
  font-family: "Montserrat", sans-serif;
}
.reasons__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.reasons__item {
  position: relative;
  padding: 0 40px 0 0;
}
.reasons__item:not(:last-child) {
  padding-right: 48px;
  margin-right: 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.reasons__num {
  display: block;
  margin-bottom: 16px;
  color: #d1aa2c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.reasons__name {
  margin: 0 0 14px;
  color: white;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.reasons__text {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  opacity: 0.8;
}
@media (max-width: 1100px) {
  .reasons {
    padding: 64px 0;
  }
  .reasons__title {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .reasons__item {
    padding-right: 20px;
  }
  .reasons__item:not(:last-child) {
    padding-right: 24px;
    margin-right: 24px;
  }
  .reasons__name {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .reasons {
    padding: 48px 0;
  }
  .reasons__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .reasons__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .reasons__item {
    padding: 0 0 0 0;
  }
  .reasons__item:not(:last-child) {
    padding: 0 0 32px;
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

.partners {
  padding: 72px 0;
  background-color: #fff;
}
.partners__title {
  margin: 0 0 40px;
  text-align: center;
  color: #0d181e;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
}
.partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 32px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.partners__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .partners {
    padding: 56px 0;
  }
  .partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .partners {
    padding: 48px 0;
  }
  .partners__title {
    margin-bottom: 28px;
    font-size: 22px;
  }
  .partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .partners__logo {
    min-height: 64px;
  }
  .partners__logo img {
    max-height: 52px;
  }
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    padding: 0 18px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 28px 0;
  transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}
.header.is-scrolled, .header.is-open {
  padding: 16px 0;
  background-color: rgba(13, 24, 30, 0.94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}
.header .container {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__logo {
  text-decoration: none;
  flex-shrink: 0;
}
.header__logo p {
  margin: 0;
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.header__tools {
  display: none;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  z-index: 12;
}
.header__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 3px;
  color: #d1aa2c;
  border: 1px solid #d1aa2c;
  border-radius: 50%;
  background-color: rgba(209, 170, 44, 0.08);
}
.header__phone svg {
  display: block;
  width: 18px;
  height: 18px;
}
.header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.header__toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  margin: 0 auto;
  background-color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__nav {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.header__nav > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  transition: color 0.3s ease;
}
.header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #d1aa2c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.header__nav a:hover {
  color: #d1aa2c;
}
.header__nav a:hover::after {
  transform: scaleX(1);
}
.header__cta.btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  flex-shrink: 0;
  padding: 12px 24px;
  color: #d1aa2c;
  border-color: #d1aa2c;
}
.header__cta.btn--ghost:hover {
  color: #0d181e;
  border-color: #d1aa2c;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../../img/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 24, 30, 0.72) 0%, rgba(13, 24, 30, 0.28) 42%, transparent 68%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(180deg, transparent 0%, rgba(13, 24, 30, 0.4) 38%, rgba(13, 24, 30, 0.82) 78%, #0d181e 100%);
  pointer-events: none;
  z-index: 2;
}
.hero .container {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hero__eyebrow {
  color: #d1aa2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
}
.hero__title {
  color: white;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.15;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px;
}
.hero__title strong {
  color: #d1aa2c;
}
.hero__desc {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  margin: 0;
  max-width: 640px;
  opacity: 0.85;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  opacity: 0;
  transform: translateY(18px);
  animation: heroBtnIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

@keyframes heroBtnIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.offer {
  padding: 120px 0;
}
.offer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 64px;
}
.offer__intro {
  max-width: 620px;
}
.offer__eyebrow {
  color: #d1aa2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
}
.offer__title {
  color: white;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.offer__text {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  margin: 0;
  max-width: 520px;
  padding-top: 48px;
  opacity: 0.85;
}
.offer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.offer-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 36px 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
}
.offer-card__icon {
  width: 36px;
  height: 36px;
  color: #d1aa2c;
  margin-bottom: 24px;
}
.offer-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.offer-card__title {
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 16px;
}
.offer-card__desc {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  font-family: "Inter", sans-serif;
  margin: 0 0 24px;
  opacity: 0.8;
}
.offer-card__list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.offer-card__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
.offer-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d1aa2c;
}
.offer-card__link {
  margin-top: auto;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #d1aa2c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  transition: opacity 0.3s ease;
}
.offer-card__link:hover {
  opacity: 0.75;
}

.about {
  padding: 40px 0 140px;
}
.about .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about__media img {
  display: block;
  width: 100%;
  height: auto;
}
.about__eyebrow {
  color: #d1aa2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
}
.about__title {
  color: white;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 24px;
}
.about__text p {
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  margin: 0 0 16px;
  opacity: 0.85;
}
.about__text p:last-child {
  margin-bottom: 0;
}
.about__list {
  list-style: none;
  margin: 28px 0 36px;
  padding: 0;
}
.about__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
.about__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d1aa2c;
}

.mission {
  padding: 110px 0 120px;
  background-color: #13232c;
  border-top: 1px solid #717171;
  border-bottom: 1px solid #717171;
}
.mission__heading {
  margin-bottom: 40px;
}
.mission__slogan {
  color: #d1aa2c;
  font-size: 80px;
  font-weight: 300;
  line-height: 1.02;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 20px;
}
.mission__rule {
  display: block;
  width: 72px;
  height: 1px;
  background-color: #d1aa2c;
}
.mission__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-bottom: 64px;
  padding-bottom: 8px;
}
.mission__text p {
  position: relative;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Inter", sans-serif;
  margin: 0;
  opacity: 0.85;
}
.mission__text p:last-child {
  padding-left: 40px;
}
.mission__text p:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background-color: rgba(209, 170, 44, 0.45);
}
.mission__pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 12px;
}

.pillar {
  position: relative;
  padding: 48px 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid #d1aa2c;
  background-color: rgba(255, 255, 255, 0.03);
}
.pillar__icon {
  position: absolute;
  top: 0;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #d1aa2c;
  border: 1px solid rgba(209, 170, 44, 0.4);
  border-radius: 50%;
  background-color: #13232c;
  transform: translateY(-50%);
  z-index: 1;
}
.pillar__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.pillar__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 14px;
}
.pillar__text {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  font-family: "Inter", sans-serif;
  margin: 0;
  opacity: 0.8;
}

.industries {
  padding: 120px 0;
}
.industries__title {
  color: white;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 64px;
}
.industries__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.industry-card {
  position: relative;
  padding: 52px 36px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid #d1aa2c;
  background-color: rgba(255, 255, 255, 0.03);
}
.industry-card__icon {
  position: absolute;
  top: 0;
  left: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #d1aa2c;
  border: 1px solid rgba(209, 170, 44, 0.4);
  border-radius: 50%;
  background-color: #0d181e;
  transform: translateY(-50%);
  z-index: 1;
}
.industry-card__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.industry-card__title {
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 14px;
}
.industry-card__desc {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  font-family: "Inter", sans-serif;
  margin: 0;
  opacity: 0.8;
}

.why {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 120px 0 0;
  border-top: 1px solid #d1aa2c;
  background-image: url("../../img/less_problems.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 24, 30, 0.82) 0%, rgba(13, 24, 30, 0.45) 52%, transparent 78%), linear-gradient(180deg, transparent 40%, rgba(13, 24, 30, 0.45) 72%, #0d181e 100%);
  pointer-events: none;
}
.why::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  background: linear-gradient(180deg, transparent 0%, rgba(13, 24, 30, 0.65) 55%, #0d181e 100%);
  pointer-events: none;
  z-index: 2;
}
.why__dim {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}
.why .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 680px;
}
.why__eyebrow {
  color: #d1aa2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
}
.why__title {
  color: white;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 24px;
  max-width: 720px;
}
.why__text {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  font-family: "Inter", sans-serif;
  margin: 0;
  max-width: 780px;
  opacity: 0.85;
}
.why__points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: auto;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
  z-index: 3;
}

.why-point {
  text-align: center;
  padding: 28px 28px;
}
.why-point:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.why-point__title {
  color: #d1aa2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 8px;
}
.why-point__desc {
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  font-family: "Inter", sans-serif;
  margin: 0;
  opacity: 0.85;
}

.contact {
  padding: 72px 0 120px;
}
.contact .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact__eyebrow {
  color: #d1aa2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
}
.contact__title {
  color: white;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 24px;
}
.contact__text {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  font-family: "Inter", sans-serif;
  margin: 0 0 48px;
  opacity: 0.85;
}
.contact__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 0;
}

.contact-point {
  display: flex;
  flex-direction: column;
  padding: 4px 28px;
}
.contact-point:not(:first-child) {
  border-left: 1px dashed rgba(255, 255, 255, 0.35);
}
.contact-point__title {
  min-height: 2.6em;
  color: #d1aa2c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 12px;
}
.contact-point__desc {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  font-family: "Inter", sans-serif;
  margin: 0;
  opacity: 0.8;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form__field span {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}
.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.04);
  outline: none;
  resize: vertical;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  border-color: #d1aa2c;
  background-color: rgba(255, 255, 255, 0.07);
}
.contact-form .btn {
  align-self: flex-start;
  appearance: none;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  transition: color 0.4s ease, border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #d1aa2c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 32px rgba(209, 170, 44, 0.12);
}
.btn--primary {
  border: 1px solid #d1aa2c;
  color: #0d181e;
}
.btn--primary::before {
  transform: scaleX(1);
}
.btn--primary:hover {
  color: #d1aa2c;
}
.btn--primary:hover::before {
  transform: scaleX(0);
}
.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: white;
}
.btn--ghost:hover {
  color: #0d181e;
  border-color: #d1aa2c;
}
.btn--ghost:hover::before {
  transform: scaleX(1);
}

.footer {
  padding: 72px 0 28px;
  background-color: #0a1217;
  border-top: 1px solid rgba(209, 170, 44, 0.35);
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__brand {
  max-width: 360px;
}
.footer__logo {
  margin: 0 0 16px;
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.footer__tagline {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  opacity: 0.7;
}
.footer__nav {
  display: flex;
  gap: 72px;
}
.footer__col h3 {
  margin: 0 0 18px;
  color: #d1aa2c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__col li {
  margin-bottom: 10px;
}
.footer__col a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  opacity: 0.75;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__col a:hover {
  color: #d1aa2c;
  opacity: 1;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
}
.footer__bottom p {
  margin: 0;
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  opacity: 0.5;
}
.footer__bottom ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__bottom a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  opacity: 0.5;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__bottom a:hover {
  color: #d1aa2c;
  opacity: 1;
}

@media (max-width: 1100px) {
  .header {
    padding: 20px 0;
  }
  .header__tools {
    display: flex;
  }
  .header__phone {
    display: none;
  }
  .header__logo {
    position: relative;
    z-index: 13;
  }
  .header__nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 11;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100svh;
    padding: 96px 32px 48px;
    border-left: 0;
    background-color: #0d181e;
  }
  .header__cta {
    width: auto;
    min-width: 240px;
    max-width: 100%;
    margin: 36px 0 0;
    padding: 14px 28px;
    justify-content: center;
    white-space: nowrap;
    background-color: #0d181e;
  }
  .header.is-open .header__nav {
    display: flex;
  }
  .header.is-open .header__toggle span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .header.is-open .header__toggle span:nth-child(2) {
    opacity: 0;
  }
  .header.is-open .header__toggle span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
  .header__nav > ul {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .header__nav > ul > li > a {
    font-size: 28px;
    font-weight: 400;
  }
  .hero {
    background-position: 70% center;
  }
  .hero::before {
    background: linear-gradient(180deg, rgba(13, 24, 30, 0.55) 0%, rgba(13, 24, 30, 0.72) 55%, rgba(13, 24, 30, 0.9) 100%);
  }
  .hero__title {
    font-size: 46px;
  }
  .offer {
    padding: 90px 0;
  }
  .offer__header {
    flex-direction: column;
    gap: 24px;
  }
  .offer__text {
    padding-top: 0;
    max-width: none;
  }
  .offer__grid {
    grid-template-columns: 1fr;
  }
  .about {
    padding: 40px 0 90px;
  }
  .about .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about__title {
    font-size: 34px;
  }
  .mission {
    padding: 80px 0;
  }
  .mission__slogan {
    font-size: 48px;
    letter-spacing: 0.08em;
  }
  .mission__text {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mission__text p:last-child {
    padding-left: 0;
  }
  .mission__text p:last-child::before {
    display: none;
  }
  .mission__pillars {
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
  }
  .industries {
    padding: 90px 0;
  }
  .industries__title {
    font-size: 34px;
    margin-bottom: 48px;
  }
  .industries__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .why {
    min-height: 0;
    padding: 90px 0 0;
  }
  .why .container {
    min-height: 0;
  }
  .why__title {
    font-size: 34px;
  }
  .why__points {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 80px;
  }
  .why-point {
    text-align: left;
    padding: 20px 0;
  }
  .why-point:not(:first-child) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .contact {
    padding: 60px 0 80px;
  }
  .contact .container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact__title {
    font-size: 34px;
  }
  .contact__points {
    grid-template-columns: 1fr;
  }
  .contact-point {
    padding: 16px 0;
  }
  .contact-point:not(:first-child) {
    border-left: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
  }
  .contact-point__title {
    min-height: 0;
  }
  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
  .footer__nav {
    flex-wrap: wrap;
    gap: 40px 48px;
  }
}
@media (max-width: 768px) {
  .header__phone {
    display: flex;
  }
  .hero {
    min-height: 100svh;
    background-position: 80% center;
  }
  .hero .container {
    padding-top: 110px;
    padding-bottom: 64px;
  }
  .hero__title {
    font-size: 32px;
    line-height: 1.2;
  }
  .hero__title br {
    display: none;
  }
  .hero__desc {
    font-size: 16px;
  }
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero__actions .btn {
    width: 100%;
  }
  .offer {
    padding: 70px 0;
  }
  .offer__title {
    font-size: 30px;
  }
  .offer-card {
    padding: 28px 22px;
  }
  .about {
    padding: 20px 0 70px;
  }
  .about__title {
    font-size: 28px;
  }
  .mission {
    padding: 64px 0;
  }
  .mission__slogan {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .mission__pillars {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .industries {
    padding: 70px 0;
  }
  .industries__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .why {
    padding-top: 70px;
  }
  .why__title {
    font-size: 28px;
  }
  .why__text {
    font-size: 16px;
  }
  .why__points {
    padding-bottom: 56px;
  }
  .contact__title {
    font-size: 28px;
  }
  .contact__text {
    font-size: 16px;
  }
  .contact-form .btn {
    width: 100%;
    justify-content: center;
  }
  .footer {
    padding: 56px 0 24px;
  }
  .footer__nav {
    flex-direction: column;
    gap: 28px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.header__item--dropdown {
  position: relative;
}

.header__nav .header__drop-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.header__caret {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.header__item--dropdown:hover .header__caret,
.header__item--dropdown:focus-within .header__caret,
.header__item--dropdown.is-open .header__caret {
  transform: rotate(180deg);
}

.header__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  min-width: 380px;
  margin: 0;
  padding: 18px 0 10px;
  list-style: none;
  flex-direction: column;
  gap: 0;
  background-color: rgba(13, 24, 30, 0.96);
  border: 1px solid rgba(209, 170, 44, 0.35);
  border-radius: 4px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.header__submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.header__item--dropdown:hover .header__submenu,
.header__item--dropdown:focus-within .header__submenu,
.header__item--dropdown.is-open .header__submenu {
  display: flex;
}

.header__submenu a {
  display: block;
  padding: 12px 22px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
}

.header__submenu a::after {
  display: none;
}

.header__submenu a:hover {
  color: #d1aa2c;
  background-color: rgba(209, 170, 44, 0.08);
}

@media (max-width: 1100px) {
  .header__nav > ul,
  .header__item--dropdown {
    width: 100%;
  }

  .header__item--dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__cta.btn--ghost {
    margin-left: 0;
    margin-right: 0;
    align-self: center;
  }

  .header__item--dropdown:hover .header__submenu,
  .header__item--dropdown:focus-within .header__submenu {
    display: none;
  }

  .header.is-open .header__item--dropdown.is-open .header__submenu {
    display: flex;
    position: static;
    left: auto;
    align-items: stretch;
    min-width: 0;
    width: calc(100vw - 80px);
    max-width: 420px;
    margin-top: 18px;
    padding: 8px 0;
    text-align: center;
  }

  .header.is-open .header__item--dropdown.is-open .header__submenu a {
    display: block;
    width: auto;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 16px;
    font-weight: 400;
  }

  .header__item--dropdown:hover .header__caret,
  .header__item--dropdown:focus-within .header__caret {
    transform: none;
  }

  .header__item--dropdown.is-open .header__caret {
    transform: rotate(180deg);
  }
}
