.contact-page {
  min-width: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: #101820;
}

.contact-page *,
.contact-page *::before,
.contact-page *::after {
  box-sizing: border-box;
}

.contact-page a {
  color: inherit;
}

.contact-page p {
  color: #4f5968;
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.contact-page :focus-visible {
  outline: 3px solid rgba(225, 10, 24, 0.35);
  outline-offset: 3px;
}

.contact-page .container {
  max-width: 1376px;
  min-width: 0;
}

.contact-page .header_area {
  padding: 0;
}

.contact-page .header_navbar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 30px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(17, 27, 38, 0.08);
}

.contact-page .header_navbar.sticky {
  box-shadow: 0 12px 32px rgba(17, 27, 38, 0.12);
}

.contact-page .header_navbar .container-fluid {
  max-width: 1400px;
  min-width: 0;
}

.contact-page .navbar {
  min-height: 84px;
}

.contact-page .navbar-brand img {
  width: 145px;
  max-height: 58px;
  object-fit: contain;
}

.contact-page .navbar-toggler {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #ffffff;
  border: 0;
  border-radius: 6px;
}

.contact-page .navbar-toggler .toggler-icon {
  background-color: #1c2633;
}

.contact-page .navbar-nav {
  margin-right: 20px;
}

.contact-page .navbar-nav .nav-item a {
  padding: 34px 13px;
  color: #101820;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.contact-page .navbar-nav .nav-item a::before {
  top: auto;
  bottom: 21px;
  left: 13px;
  height: 3px;
  background: #e10a18;
}

.contact-page .navbar-nav .nav-item.active > a,
.contact-page .navbar-nav .nav-item:hover > a {
  color: #e10a18;
}

.contact-page .navbar-nav .nav-item.active > a::before,
.contact-page .navbar-nav .nav-item:hover > a::before {
  width: calc(100% - 26px);
}

.contact-page .navbar-btn .main-btn,
.contact-page .navbar-btn .nav-shop-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 26px;
  color: #ffffff;
  line-height: 48px;
  background: #e10a18;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(225, 10, 24, 0.2);
}

.contact-page .navbar-btn .main-btn:hover,
.contact-page .navbar-btn .nav-shop-btn:hover {
  color: #ffffff;
  background: #b90814;
}

.contact-main {
  padding-top: 84px;
}

.contact-hero {
  position: relative;
  min-height: 276px;
  overflow: hidden;
  background: #071523;
}

.contact-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(7, 18, 31, 0.98) 0%, rgba(7, 18, 31, 0.92) 29%, rgba(7, 18, 31, 0.5) 52%, rgba(7, 18, 31, 0.06) 100%);
}

.contact-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.contact-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 276px;
  align-items: center;
}

.contact-hero-copy {
  width: min(100%, 520px);
  padding: 42px 0 48px;
  animation: contactHeroIn 640ms ease both;
}

.contact-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.contact-hero p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.55;
}

.contact-section {
  padding: 26px 0 0;
  background: #ffffff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.82fr) minmax(0, 0.97fr) 328px;
  gap: 32px;
  align-items: start;
}

.contact-form-block {
  min-width: 0;
}

.section-heading h2,
.reach-block h2,
.commitment-card h2 {
  margin: 0;
  color: #101820;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.reach-block h2,
.commitment-card h2 {
  font-size: 20px;
}

.section-rule {
  display: block;
  width: 31px;
  height: 2px;
  margin-top: 12px;
  background: #e10a18;
}

.section-heading p {
  margin: 13px 0 0;
  color: #253141;
}

.contact-form {
  margin-top: 25px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.form-field {
  min-width: 0;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  color: #111b26;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.form-field label span {
  color: #e10a18;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-width: 0;
  color: #111b26;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  border: 1px solid #d6dce5;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-field input,
.form-field select {
  height: 42px;
  padding: 0 14px;
}

.form-field select {
  appearance: auto;
  cursor: pointer;
}

.form-field textarea {
  min-height: 128px;
  padding: 13px 14px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #6f7885;
  font-weight: 500;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  background: #ffffff;
  border-color: rgba(225, 10, 24, 0.72);
  box-shadow: 0 0 0 4px rgba(225, 10, 24, 0.08);
  outline: 0;
}

.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
  border-color: #e10a18;
}

.field-error {
  min-height: 17px;
  margin: 5px 0 0;
  color: #c80713;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.form-status {
  margin: 12px 0 0;
  padding: 12px 14px;
  color: #0f5132;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  background: #e9f7ef;
  border: 1px solid #badbcc;
  border-radius: 6px;
  animation: contactReveal 180ms ease both;
}

.form-status.is-error {
  color: #842029;
  background: #f8d7da;
  border-color: #f5c2c7;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 173px;
  min-height: 46px;
  margin-top: 10px;
  padding: 0 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  background: #e10a18;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(225, 10, 24, 0.22);
  cursor: pointer;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  color: #ffffff;
  background: #b90814;
  box-shadow: 0 14px 28px rgba(225, 10, 24, 0.28);
  transform: translateY(-1px);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.contact-submit.is-loading i {
  animation: contactSpin 800ms linear infinite;
}

.reach-block {
  min-width: 0;
  padding-left: 31px;
  border-left: 1px solid #e6e9ef;
}

.reach-list {
  display: grid;
  gap: 26px;
  margin-top: 20px;
}

.reach-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  animation: contactFadeUp 560ms ease both;
}

.reach-item:nth-child(2) {
  animation-delay: 60ms;
}

.reach-item:nth-child(3) {
  animation-delay: 120ms;
}

.reach-item:nth-child(4) {
  animation-delay: 180ms;
}

.reach-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #e10a18;
  font-size: 27px;
  background: #fdecee;
  border-radius: 50%;
  transition: transform 160ms ease, background 160ms ease;
}

.reach-item:hover .reach-icon {
  background: #ffe3e6;
  transform: translateY(-2px);
}

.reach-copy h3 {
  margin: 0 0 6px;
  color: #111b26;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.reach-copy a {
  display: inline-block;
  color: #172231;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.reach-copy a:hover {
  color: #e10a18;
}

.reach-copy p {
  margin: 3px 0 0;
  color: #263142;
  font-size: 14px;
  line-height: 1.45;
}

.commitment-card {
  min-width: 0;
  padding: 31px 31px 33px;
  background: #ffffff;
  border: 1px solid rgba(17, 27, 38, 0.05);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(17, 27, 38, 0.1);
  animation: contactFadeUp 560ms ease both;
  animation-delay: 120ms;
}

.commitment-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 40px auto 24px;
  color: #e10a18;
  font-size: 36px;
  background: #fdecee;
  border-radius: 50%;
  transition: transform 160ms ease, background 160ms ease;
}

.commitment-card:hover .commitment-icon {
  background: #ffe3e6;
  transform: translateY(-2px);
}

.commitment-card > p {
  margin: 0;
  color: #172231;
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

.commitment-divider {
  height: 1px;
  margin: 31px 0 27px;
  background: #dfe3ea;
}

.commitment-card h3 {
  margin: 0;
  color: #111b26;
  font-size: 16px;
  font-weight: 800;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 21px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #2c5aa0;
  font-size: 22px;
  background: #ffffff;
  border: 1px solid #e1e6ee;
  border-radius: 50%;
  transition: color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.social-links a:nth-child(2) {
  color: #ef325c;
}

.social-links a:nth-child(3) {
  color: #1677b7;
}

.social-links a:nth-child(4) {
  color: #e10a18;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: #e10a18;
  border-color: rgba(225, 10, 24, 0.34);
  box-shadow: 0 12px 24px rgba(17, 27, 38, 0.12);
  transform: translateY(-2px);
}

.store-cta-section {
  padding: 37px 0 58px;
  background: #ffffff;
}

.store-cta-strip {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-width: 0;
  min-height: 88px;
  padding: 22px 74px 22px 58px;
  background: linear-gradient(100deg, #fff0f1 0%, #fff7f7 47%, #fde7e9 100%);
  border: 1px solid rgba(225, 10, 24, 0.06);
  border-radius: 7px;
}

.store-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #e10a18;
  font-size: 42px;
}

.store-cta-copy h2 {
  margin: 0;
  color: #101820;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.store-cta-copy p {
  margin: 7px 0 0;
  color: #253141;
  line-height: 1.45;
}

.store-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 232px;
  min-height: 46px;
  padding: 0 24px;
  color: #e10a18;
  font-size: 14px;
  font-weight: 800;
  background: #fff6f7;
  border: 1px solid #e10a18;
  border-radius: 6px;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.store-cta-button:hover,
.store-cta-button:focus-visible {
  color: #ffffff;
  background: #e10a18;
  box-shadow: 0 14px 28px rgba(225, 10, 24, 0.22);
  transform: translateY(-1px);
}

.contact-page .footer_area {
  background: #071523;
}

.contact-page .footer_wrapper {
  padding: 58px 0 42px;
}

.contact-page .footer_wrapper::before {
  display: none;
}

.contact-page .footer_about img {
  width: 128px;
}

.contact-page .footer_about p {
  max-width: 330px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.contact-page .footer_about .social li {
  margin-top: 28px;
}

.contact-page .footer_about .social li a {
  width: 42px;
  height: 42px;
  color: #ffffff;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-page .footer_about .social li a:hover {
  color: #ffffff;
  background: #e10a18;
  border-color: #e10a18;
}

.contact-page .footer_title {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.contact-page .footer_link {
  width: auto;
  padding-left: 0;
  margin-top: 8px;
}

.contact-page .footer_link .link {
  padding-top: 18px;
}

.contact-page .footer_link .link li {
  margin-top: 8px;
}

.contact-page .footer_link .link li a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.contact-page .footer_link .link li a:hover {
  color: #ffffff;
}

.contact-page .footer_contact {
  margin-top: 8px;
}

.contact-page .footer_info {
  padding-top: 18px;
}

.contact-page .footer_info li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.contact-page .footer_info li > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: #ffffff;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.contact-page .footer_info a {
  color: rgba(255, 255, 255, 0.9);
}

.contact-page .footer_info a:hover {
  color: #ffffff;
}

.contact-page .footer_bottom {
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 22px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.contact-page .footer_bottom p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.contact-page .footer_bottom a {
  color: #e10a18;
}

.contact-page .back-to-top {
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  color: #ffffff;
  line-height: 58px;
  background: #e10a18;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(225, 10, 24, 0.34);
}

.contact-page .back-to-top:hover {
  color: #ffffff;
  background: #b90814;
}

@keyframes contactHeroIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contactFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contactReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contactSpin {
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 1400px) {
  .contact-page .header_area,
  .contact-page .header_navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-page .header_navbar {
    padding: 0 18px;
  }

  .contact-page .navbar-nav .nav-item a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
  }

  .contact-page .navbar-nav .nav-item a::before {
    left: 9px;
  }

  .contact-page .navbar-nav .nav-item.active > a::before,
  .contact-page .navbar-nav .nav-item:hover > a::before {
    width: calc(100% - 18px);
  }

  .contact-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
  }

  .commitment-card {
    grid-column: 1 / -1;
  }

  .commitment-card > p br {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .contact-main {
    padding-top: 82px;
  }

  .contact-page .navbar {
    min-height: 82px;
    padding: 14px 0;
  }

  .contact-page .navbar-toggler {
    display: inline-flex;
  }

  .contact-page .navbar-brand img {
    width: 130px;
  }

  .contact-page .navbar-collapse {
    top: calc(100% + 1px);
    max-width: calc(100vw - 36px);
    padding: 14px 22px 18px;
  }

  .contact-page .navbar-nav {
    align-items: flex-start !important;
    margin-right: 0;
  }

  .contact-page .navbar-nav .nav-item {
    width: 100%;
  }

  .contact-page .navbar-nav .nav-item a {
    display: block;
    width: 100%;
    padding: 13px 0;
  }

  .contact-page .navbar-nav .nav-item a::before {
    display: none;
  }

  .contact-hero,
  .contact-hero .container {
    min-height: 310px;
  }

  .contact-hero::before {
    background: linear-gradient(90deg, rgba(7, 18, 31, 0.98), rgba(7, 18, 31, 0.72));
  }

  .contact-hero-image {
    opacity: 0.7;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .reach-block {
    padding-top: 31px;
    padding-left: 0;
    border-top: 1px solid #e6e9ef;
    border-left: 0;
  }

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

  .commitment-card {
    grid-column: auto;
  }

  .store-cta-strip {
    grid-template-columns: 70px minmax(0, 1fr);
    padding: 24px 32px;
  }

  .store-cta-button {
    grid-column: 2;
    justify-self: start;
  }

  .contact-page .footer_link,
  .contact-page .footer_contact {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-page .header_navbar {
    width: 100%;
    padding: 0 14px;
  }

  .contact-page .navbar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .contact-page .navbar-brand img {
    width: 118px;
  }

  .contact-main {
    padding-top: 78px;
  }

  .contact-page .navbar {
    min-height: 78px;
  }

  .contact-hero,
  .contact-hero .container {
    min-height: 300px;
  }

  .contact-hero-copy {
    padding: 58px 0;
  }

  .contact-hero h1 {
    font-size: 38px;
  }

  .contact-hero p {
    font-size: 16px;
  }

  .contact-hero p br {
    display: none;
  }

  .contact-section {
    padding-top: 28px;
  }

  .form-grid,
  .reach-list {
    grid-template-columns: 1fr;
  }

  .commitment-card {
    padding: 28px 24px 30px;
  }

  .commitment-card > p br {
    display: none;
  }

  .social-links {
    justify-content: center;
  }

  .store-cta-section {
    padding: 32px 0 54px;
  }

  .store-cta-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 24px;
    text-align: center;
  }

  .store-cta-icon,
  .store-cta-button {
    justify-self: center;
  }

  .store-cta-button {
    grid-column: auto;
    width: 100%;
    min-width: 0;
  }

  .contact-page .footer_wrapper {
    padding-top: 48px;
  }

  .contact-page .footer_bottom {
    flex-direction: column;
    gap: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-page {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .contact-page .container,
  .contact-page .container-fluid {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
  }

  .contact-hero h1 {
    font-size: 33px;
  }

  .section-heading h2,
  .reach-block h2,
  .commitment-card h2 {
    font-size: 22px;
  }

  .reach-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .reach-icon {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }

  .contact-submit {
    width: 100%;
  }

  .social-links a {
    width: 47px;
    height: 47px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page *,
  .contact-page *::before,
  .contact-page *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
