.contact2026-page {
  background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
  color: #14213d;
}
.contact2026-page * {
  box-sizing: border-box;
}
.contact2026-page .container {
  width: 100%;
}
.contact2026-breadcrumb-wrap {
  padding-top: 18px;
}
.contact2026-breadcrumb {
  background: transparent;
  margin-bottom: 12px;
  padding-left: 0;
}
.contact2026-breadcrumb > li,
.contact2026-breadcrumb > li a {
  color: #667085;
  font-size: 13px;
}
.contact2026-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(58, 106, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #0f234c 0%, #17397d 100%);
  padding: 12px 0 54px;
}
.contact2026-hero:before,
.contact2026-hero:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  filter: blur(2px);
}
.contact2026-hero:before {
  width: 240px;
  height: 240px;
  right: -40px;
  top: -60px;
}
.contact2026-hero:after {
  width: 180px;
  height: 180px;
  left: -40px;
  bottom: -40px;
}
.contact2026-hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
}
.contact2026-copy,
.contact2026-highlight-card,
.contact2026-form-card,
.contact2026-info-card,
.contact2026-map-card {
  position: relative;
  z-index: 2;
}
.contact2026-copy {
  padding: 8px 8px 8px 0;
}
.contact2026-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #f8fbff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.contact2026-chip-dark {
  background: rgba(37, 99, 235, .10);
  border-color: rgba(37, 99, 235, .18);
  color: #2563eb;
}
.contact2026-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -0.04em;
  max-width: 760px;
}
.contact2026-copy p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 19px;
  line-height: 1.7;
}
.contact2026-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 26px;
}
.contact2026-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact2026-btn:hover {
  transform: translateY(-2px);
}
.contact2026-btn-primary {
  background: linear-gradient(135deg, #2f68ff 0%, #1f57ee 100%);
  color: #fff;
  box-shadow: 0 16px 32px rgba(18, 55, 155, .28);
}
.contact2026-btn-secondary {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}
.contact2026-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.contact2026-mini-card {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.contact2026-mini-card strong {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
}
.contact2026-mini-card span {
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.5;
}
.contact2026-highlight-card {
  margin-top: 26px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 24px 60px rgba(4, 16, 48, .24);
}
.contact2026-highlight-top {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 800;
  color: #2f68ff;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.contact2026-highlight-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact2026-highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: #24324e;
  margin-bottom: 14px;
}
.contact2026-highlight-list i {
  color: #2f68ff;
  margin-top: 3px;
}
.contact2026-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contact2026-badges span {
  padding: 9px 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1e40af;
  font-size: 13px;
  font-weight: 700;
}
.contact2026-main {
  padding: 44px 0 68px;
}
.contact2026-main-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.contact2026-info-stack {
  display: grid;
  gap: 18px;
}
.contact2026-info-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e8eef8;
  box-shadow: 0 20px 40px rgba(15, 35, 76, .06);
}
.contact2026-info-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eff4ff 0%, #dce7ff 100%);
  color: #2352cf;
  font-size: 20px;
}
.contact2026-info-text h3 {
  margin: 0 0 8px;
  color: #11203f;
  font-size: 18px;
  font-weight: 800;
}
.contact2026-info-text p,
.contact2026-info-text a {
  margin: 0;
  color: #52607a;
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
}
.contact2026-form-card {
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e9eef7;
  box-shadow: 0 28px 60px rgba(15, 35, 76, .08);
}
.contact2026-form-head h2 {
  margin: 12px 0 10px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 900;
  color: #0f234c;
}
.contact2026-form-head p {
  margin: 0 0 24px;
  color: #60708d;
  font-size: 16px;
  line-height: 1.75;
}
.contact2026-status {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
}
.contact2026-status.is-success {
  display: block;
  background: #e9fbf1;
  color: #12693a;
  border: 1px solid #bde8cf;
}
.contact2026-status.is-error {
  display: block;
  background: #fff1f2;
  color: #a1162d;
  border: 1px solid #ffd1d9;
}
.contact2026-field {
  margin-bottom: 18px;
}
.contact2026-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #1b2b4c;
}
.contact2026-input,
.contact2026-textarea {
  width: 100%;
  border: 1px solid #d6e0f1;
  background: #f8fbff;
  border-radius: 18px;
  outline: 0;
  color: #122340;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact2026-input {
  min-height: 56px;
  padding: 0 18px;
}
.contact2026-textarea {
  min-height: 168px;
  padding: 16px 18px;
  resize: vertical;
}
.contact2026-input:focus,
.contact2026-textarea:focus {
  border-color: #3d6eff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(61,110,255,.12);
}
.contact2026-form-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.contact2026-note {
  color: #6b7b97;
  font-size: 13px;
}
.contact2026-submit {
  min-width: 210px;
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #2f68ff 0%, #1f57ee 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 18px 35px rgba(35,82,207,.25);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.contact2026-submit:hover {
  transform: translateY(-2px);
}
.contact2026-submit:disabled {
  opacity: .7;
  cursor: wait;
}
.contact2026-map-card {
  margin-top: 30px;
  padding: 28px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e8eef8;
  box-shadow: 0 20px 48px rgba(15,35,76,.06);
}
.contact2026-map-head h3 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 900;
  color: #0f234c;
}
.contact2026-map-head p {
  margin: 0 0 20px;
  color: #5c6f90;
}
.contact2026-map-frame iframe,
.contact2026-map-frame > div,
.contact2026-map-frame > * {
  width: 100% !important;
  border-radius: 24px;
  min-height: 320px;
}
.contact2026-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .contact2026-copy h1 {
    font-size: clamp(34px, 6vw, 58px);
  }
}
@media (max-width: 991px) {
  .contact2026-hero {
    padding-bottom: 38px;
  }
  .contact2026-mini-grid {
    grid-template-columns: 1fr;
  }
  .contact2026-highlight-card {
    margin-top: 28px;
  }
  .contact2026-main {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .contact2026-breadcrumb-wrap {
    padding-top: 10px;
  }
  .contact2026-copy h1 {
    font-size: 40px;
    line-height: 1.02;
  }
  .contact2026-copy p {
    font-size: 16px;
  }
  .contact2026-actions,
  .contact2026-form-foot {
    flex-direction: column;
    align-items: stretch;
  }
  .contact2026-btn,
  .contact2026-submit {
    width: 100%;
  }
  .contact2026-form-card,
  .contact2026-map-card,
  .contact2026-highlight-card {
    padding: 22px;
    border-radius: 24px;
  }
  .contact2026-form-head h2 {
    font-size: 30px;
  }
}


/* Mobile hard fix v3 */
@media (max-width: 991px){
  .contact2026-page .container{width:100%!important;max-width:none!important;padding-left:16px!important;padding-right:16px!important;}
  .contact2026-hero-row,.contact2026-main-row{display:block!important;margin-left:0!important;margin-right:0!important;}
  .contact2026-hero-row > [class*='col-'],
  .contact2026-main-row > [class*='col-']{float:none!important;width:100%!important;max-width:100%!important;flex:none!important;padding-left:0!important;padding-right:0!important;}
  .contact2026-copy{padding:0!important;max-width:none!important;}
  .contact2026-copy h1{max-width:none!important;word-break:normal!important;overflow-wrap:anywhere!important;}
  .contact2026-copy p{max-width:none!important;}
  .contact2026-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
  .contact2026-btn{width:100%!important;}
  .contact2026-mini-grid{grid-template-columns:1fr!important;}
  .contact2026-highlight-card{margin-top:18px!important;padding:22px!important;}
  .contact2026-highlight-list li{font-size:15px!important;line-height:1.55!important;}
  .contact2026-main{padding-top:24px!important;}
  .contact2026-info-stack{gap:14px!important;}
  .contact2026-info-card{padding:18px!important;align-items:center!important;}
  .contact2026-info-text h3{font-size:16px!important;margin-bottom:4px!important;}
  .contact2026-info-text p,.contact2026-info-text a{font-size:15px!important;line-height:1.6!important;word-break:break-word!important;}
  .contact2026-form-card{padding:20px!important;border-radius:22px!important;}
  .contact2026-form-head h2{font-size:32px!important;line-height:1.1!important;}
  .contact2026-form-head p{font-size:15px!important;line-height:1.65!important;}
  .contact2026-field{margin-bottom:14px!important;}
  .contact2026-input{min-height:52px!important;}
  .contact2026-textarea{min-height:150px!important;}
  .contact2026-map-card{padding:20px!important;border-radius:22px!important;}
  .contact2026-map-frame iframe,.contact2026-map-frame>div,.contact2026-map-frame>*{min-height:240px!important;}
}
@media (max-width: 767px){
  .contact2026-breadcrumb-wrap{padding-top:8px!important;}
  .contact2026-breadcrumb{margin-bottom:12px!important;}
  .contact2026-breadcrumb>li,.contact2026-breadcrumb>li a{font-size:12px!important;}
  .contact2026-hero{padding:16px 0 28px!important;}
  .contact2026-copy h1{font-size:clamp(38px, 11vw, 52px)!important;line-height:0.96!important;letter-spacing:-0.05em!important;}
  .contact2026-copy p{font-size:15px!important;margin-top:16px!important;}
  .contact2026-chip{font-size:12px!important;padding:9px 14px!important;margin-bottom:14px!important;}
  .contact2026-info-card{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;gap:12px!important;}
  .contact2026-form-card,.contact2026-highlight-card,.contact2026-map-card{padding:18px!important;border-radius:20px!important;}
  .contact2026-form-head h2{font-size:28px!important;}
  .contact2026-submit{min-width:0!important;width:100%!important;}
}
