:root {
  --hanline-ink: #101820;
  --hanline-blue: #0a3a68;
  --hanline-blue-deep: #06233f;
  --hanline-steel: #eef3f6;
  --hanline-red: #d71920;
  --hanline-gold: #c9a44f;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--hanline-ink);
  background: #f8fafb;
}

body.home .preheader .background--white {
  background: #071d33 !important;
}

body.home .preheader,
body.home .preheader a,
body.home .preheader .has-grey-color {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.home .header .box--shadow-2 {
  box-shadow: 0 18px 45px rgba(4, 19, 35, 0.18) !important;
}

body.home .header .background--blue,
body.home footer.background--blue,
body.home .background.background--blue {
  background: linear-gradient(135deg, #061b31 0%, #0a3a68 56%, #112f4d 100%) !important;
}

body.home .header__background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.home .menu__item__link {
  letter-spacing: 0;
}

body.home .header .menu__item__link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 700;
}

body.home .header .menu__item__link:hover {
  color: #ffffff !important;
}

body.home main > .background--darken {
  min-height: 660px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #061b31;
}

body.home main > .background--darken::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 14, 27, 0.9) 0%, rgba(6, 27, 49, 0.72) 42%, rgba(6, 27, 49, 0.28) 100%),
    linear-gradient(0deg, rgba(3, 14, 27, 0.58), rgba(3, 14, 27, 0.12));
}

body.home main > .background--darken > section {
  position: relative;
  z-index: 2;
  width: 100%;
}

body.home main > .background--darken .text--align-center {
  max-width: 780px;
  text-align: left;
}

body.home main > .background--darken .hidden {
  display: none !important;
}

.hanline-eyebrow,
.hanline-section-kicker {
  margin: 0 0 14px;
  color: var(--hanline-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hanline-eyebrow {
  color: #f2c65c;
}

.hanline-hero-title {
  max-width: 840px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 5.5vw, 5.6rem);
  line-height: 0.96;
  font-weight: 900;
}

.hanline-hero-copy {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  line-height: 1.65;
}

.hanline-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

body.home .button {
  border-radius: 7px !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

body.home .button:hover {
  transform: translateY(-2px);
}

body.home .button--appearance-primary {
  background: var(--hanline-red) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(215, 25, 32, 0.28);
}

body.home .button--appearance-phantom {
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.hanline-proof {
  margin-top: -54px;
  position: relative;
  z-index: 5;
}

.hanline-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(10, 58, 104, 0.14);
}

.hanline-proof-grid > div {
  padding: 26px 24px;
  border-right: 1px solid #e3ebf0;
}

.hanline-proof-grid > div:last-child {
  border-right: 0;
}

.hanline-proof-grid strong {
  display: block;
  color: var(--hanline-blue);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.hanline-proof-grid span {
  display: block;
  margin-top: 8px;
  color: #5c6975;
  line-height: 1.45;
}

body.home main > section:nth-of-type(2) .grid--cols-4 > .flex {
  align-items: flex-start;
  min-height: 280px;
  padding: 32px 26px;
  border: 1px solid #e1e9ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(7, 29, 51, 0.07);
}

body.home main > section:nth-of-type(2) .grid--cols-4 > .flex:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(7, 29, 51, 0.12);
}

body.home main > section:nth-of-type(2) .grid--cols-4 > .flex,
body.home .casiopea {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home main > section:nth-of-type(2) .tidy--height-50 {
  width: 72px;
  height: 72px !important;
  padding: 14px;
  border-radius: 8px;
  background: var(--hanline-steel);
}

body.home .has-blue-color,
body.home .has-text-color.has-blue-color {
  color: var(--hanline-blue) !important;
}

body.home .background--light-grey {
  background: #edf3f6 !important;
}

body.home .background--light-grey figure img {
  border-radius: 8px;
  box-shadow: 0 22px 45px rgba(7, 29, 51, 0.13);
}

body.home #neredeyiz {
  position: relative;
}

body.home #neredeyiz .has-headline-1-font-size,
body.home section .has-headline-1-font-size {
  font-weight: 900;
}

body.home .map-container {
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

body.home .casiopea {
  overflow: hidden;
  border: 1px solid #e1e9ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(7, 29, 51, 0.06);
}

body.home .casiopea:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(7, 29, 51, 0.12);
}

body.home .casiopea__gallery img {
  transition: transform 240ms ease;
}

body.home .casiopea:hover .casiopea__gallery img {
  transform: scale(1.04);
}

body.home footer .menu__item__link,
body.home footer,
body.home footer .has-grey-color {
  color: rgba(255, 255, 255, 0.76) !important;
}

body.home footer .menu__item__link:hover {
  color: #ffffff !important;
}

@media (max-width: 980px) {
  body.home main > .background--darken {
    min-height: 600px;
  }

  .hanline-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hanline-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  body.home main > section:nth-of-type(2) .grid--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.home main > .background--darken {
    min-height: 560px;
  }

  body.home main > .background--darken .text--align-center {
    text-align: left;
  }

  .hanline-hero-title {
    font-size: 2.55rem;
  }

  .hanline-hero-copy {
    font-size: 1rem;
  }

  .hanline-proof {
    margin-top: 0;
  }

  .hanline-proof-grid,
  body.home main > section:nth-of-type(2) .grid--cols-4 {
    grid-template-columns: 1fr !important;
  }

  .hanline-proof-grid > div {
    border-right: 0;
    border-bottom: 1px solid #e3ebf0;
  }

  .hanline-proof-grid > div:last-child {
    border-bottom: 0;
  }

  body.home .header__logo {
    max-width: 120px;
  }
}
