* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #C94E14;
  --secondary: #0B7A75;
  --title: #123351;
  --text: #374151;
  --border: #D1D5DB;
  --shadow: 0 0.8rem 2.4rem rgba(18, 51, 81, 0.08);
  --navy: #123351;
  --navy-dark: #0C2439;
  --action: #C94E14;
  --action-hover: #A8400F;
  --labour: #E2650F;
  --rpo: #0B7A75;
  --muted: #6B7280;
  --surface: #F9FAFB;
  --radius: 0.6rem;
  --radius-card: 1rem;
  --font: 'Archivo', sans-serif;
} 
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 134rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 4rem;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 137rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: inherit;
  color: var(--title);
  background-color: transparent;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: var(--font);
}
h1, h2, h3, h4, h5, h6,
.btn,
.btn_line,
.btn_i,
footer strong {
  font-family: var(--font);
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
  --h: 100%;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
a.glightbox {
  cursor: zoom-in;
  color: inherit;
  text-decoration: none;
}

/* GLightbox */
.glightbox-container .gslide-description,
.glightbox-container .gslide-description.description-bottom,
.glightbox-mobile .glightbox-container .gslide-description {
  display: none !important;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  border-radius: calc(var(--radius) - 2px);
  word-break: break-word;
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
a.btn,
a.btn_line,
a.btn_i {
  text-decoration: none;
}
.btn,
a.btn,
a.btn:link,
a.btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: var(--radius);
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  font-size: 1.8rem;
  line-height: 5.6rem;
  padding: 0 3.9rem;
  gap: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.btn::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 0.889em;
  height: 0.889em;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.btn:hover,
a.btn:hover,
a.btn:focus-visible {
  background-color: var(--action-hover);
  border-color: var(--action-hover);
  color: #fff;
  text-decoration: none;
}
.btn:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
}
.btn:focus-visible,
.btn_line:focus-visible,
.btn_i:focus-visible,
.btn_icon:focus-visible,
.btn_menu:focus-visible,
.header_whatsapp:focus-visible,
.header_phone:focus-visible,
#navigation a:focus-visible,
footer a:focus-visible,
#backtop:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.btn.no_a::after {
  display: none;
}
.btn > img {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  object-fit: contain;
  transition: filter 0.3s;
}
.btn:hover > img {
  filter: brightness(0) invert(1);
}
.btn.wt,
a.btn.wt,
a.btn.wt:link,
a.btn.wt:visited {
  background-color: #fff;
  border-color: #fff;
  color: var(--title);
  font-weight: 500;
}
.btn.wt::after {
  filter: contrast(0) brightness(0);
}
.btn.wt:hover,
a.btn.wt:hover {
  background-color: transparent;
  color: #fff;
}
.btn.wt:hover::after {
  filter: contrast(0) brightness(2);
}
.btn_line,
a.btn_line,
a.btn_line:link,
a.btn_line:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: var(--radius);
  border: 1px solid var(--title);
  background-color: transparent;
  color: var(--title);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 5.7rem;
  padding: 0 3.75rem;
  text-decoration: none;
}
.btn_line:hover,
a.btn_line:hover {
  background-color: var(--title);
  border-color: var(--title);
  color: #fff;
  text-decoration: none;
}
.btn_line.wt,
a.btn_line.wt,
a.btn_line.wt:link,
a.btn_line.wt:visited {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.btn_line.wt:hover,
a.btn_line.wt:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--primary);
  font-weight: 500;
}
.btn_i {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--title);
  gap: 2rem;
}
.btn_i::after,
.btn_i::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 2.2222em;
  height: 2.2222em;
  border-radius: 0.333em;
  background: url("../img/arrow-r.svg") no-repeat center / 40%;
  transition: all 0.3s;
}
.btn_i::after {
  filter: contrast(0) brightness(2);
}
.btn_i::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary);
}
.btn_i:hover {
  color: var(--primary);
}
.btn_i:hover::after {
  transform: rotate(90deg);
}
.btn_i.link {
  justify-content: space-between;
}
.btn_i.link::before {
  background-color: var(--border);
}
.btn_i.link::after {
  filter: contrast(0) brightness(0);
}
.btn_s {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--border);
  border-radius: 0.6rem;
  width: 4rem;
}
.btn_s::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/arrow-r.svg") no-repeat center / 40%;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.btn_s:hover {
  background-color: var(--primary);
}
.btn_s:hover::after {
  filter: contrast(0) brightness(2);
}
.btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid var(--border);
  background-color: #fff;
  transition: all 0.3s;
  flex-shrink: 0;
}
.btn_icon img {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.btn_icon:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn_icon.whatsapp {
  border-color: #25d366;
  background-color: #25d366;
}
.btn_icon.whatsapp img {
  filter: contrast(0) brightness(2);
}
.btn_icon.whatsapp:hover {
  background-color: #1ebe57;
  border-color: #1ebe57;
}
.btn_icon.email:hover {
  border-color: var(--title);
  background-color: var(--title);
}
.btn_icon.email:hover img {
  filter: contrast(0) brightness(2);
}
.btn_menu {
  display: none;
  width: 4.4rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  border: 1px solid var(--border);
  background-color: #fff;
  transition: all 0.3s;
  flex-shrink: 0;
  padding: 0;
}
.btn_menu img {
  display: block;
  width: 2.2rem;
  height: auto;
}
.btn_menu:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn_menu[aria-expanded="true"] {
  border-color: var(--title);
  background-color: var(--title);
}
.btn_menu[aria-expanded="true"] img {
  filter: contrast(0) brightness(2);
}
.swiper_btns {
  gap: 2.4rem;
  display: flex;
}
.swiper_btns div {
  width: 5.6rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.6rem;
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow-line.svg) no-repeat center / 39.3%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  background-color: var(--secondary);
}
.swiper_btns .btn_prev::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: var(--title);
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 166.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head.center p,
.head.center .desc,
.head.center h1,
.head.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.head.white {
  color: #fff;
}
.head.white .subtitle {
  color: var(--primary);
  font-weight: 600;
}
.head.white .subtitle::before {
  background-color: var(--primary);
}
.head.white h1,
.head.white h2 {
  color: #fff;
}
.head.white p,
.head.white .desc {
  color: rgba(255, 255, 255, 0.88);
}
.head .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
}
.head .subtitle::before {
  content: '';
  display: block;
  width: 3.2rem;
  height: 2px;
  flex-shrink: 0;
  background-color: var(--primary);
}
.head h1 {
  font-size: 4.8rem;
  line-height: 1.15;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 1.2rem;
}
.head h1 span {
  color: var(--primary);
}
.head h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 1rem;
}
.head h2:last-child,
.head h1:last-child {
  margin-bottom: 0;
}
.head h2 span {
  color: var(--primary);
}
.head p,
.head .desc {
  font-size: 1.65rem;
  line-height: 1.6;
  color: var(--text);
  max-width: 62rem;
}
.section > .content > .head:not(:last-child) {
  margin-bottom: 3.2rem;
}
.head p:last-child,
.head .desc:last-child {
  margin-bottom: 0;
}

/* ========== Page FAQ (shared) ========== */
.page_faq {
  padding: 7.2rem 0 8rem;
  background: #fff;
  scroll-margin-top: 10rem;
}
.page_faq .head {
  margin-bottom: 3.2rem;
}
.page_faq .faq_list {
  max-width: 96rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.page_faq .faq_list > li {
  position: relative;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.4rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0.4rem 1.6rem rgba(17, 17, 17, 0.03);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.page_faq .faq_list > li + li {
  margin-top: 1.2rem;
}
.page_faq .faq_list > li:hover,
.page_faq .faq_list > li.active {
  border-color: var(--primary);
  box-shadow: 0 1rem 2.8rem rgba(17, 17, 17, 0.07);
}
.page_faq .question {
  width: 100%;
  text-align: left;
  padding: 2.2rem 7rem 2.2rem 2.4rem;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--title);
  background: transparent;
  border: 0;
  position: relative;
  cursor: pointer;
  font-family: inherit;
}
.page_faq .question::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background:
    linear-gradient(#111, #111) center / 1.2rem 2px no-repeat,
    linear-gradient(#111, #111) center / 2px 1.2rem no-repeat,
    #f4f4f4;
  transform: translateY(-50%);
  transition: transform 0.25s, background-color 0.25s;
}
.page_faq .faq_list > li.active .question {
  padding-bottom: 1.2rem;
}
.page_faq .faq_list > li.active .question::after {
  background:
    linear-gradient(#111, #111) center / 1.2rem 2px no-repeat,
    var(--primary);
  transform: translateY(-50%) rotate(180deg);
}
.page_faq .answer {
  display: none;
  padding: 0 7rem 2.4rem 2.4rem;
}
.page_faq .answer .text {
  padding-top: 0.4rem;
  border-top: 1px dashed rgba(17, 17, 17, 0.08);
}
.page_faq .answer p,
.page_faq .answer li {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.7;
  color: var(--text);
}
.page_faq .answer p {
  padding-top: 1.4rem;
}
.page_faq .answer p + p {
  padding-top: 1rem;
}
.page_faq .answer ul {
  margin: 0;
  padding: 1.2rem 0 0 1.8rem;
  list-style: disc;
}
.page_faq .answer ul li {
  padding-top: 0.6rem;
}
.page_faq .answer strong {
  color: var(--title);
  font-weight: 600;
}
.page_faq .answer a,
.page_faq .note a {
  color: var(--title);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.page_faq .answer a:hover,
.page_faq .note a:hover {
  color: #9a7b12;
}
.page_faq .note {
  max-width: 96rem;
  margin: 3.2rem auto 0;
}
.page_faq .note p {
  margin: 0;
  max-width: none;
  font-size: 1.65rem;
  text-align: center;
  line-height: 1.7;
  color: var(--text);
}
.page_faq .btns {
  margin-top: 4rem;
}
.page_faq .btns .btn_i {
  font-size: 1.55rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .page_faq {
    padding: 5.6rem 0;
  }
  .page_faq .head {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page_faq {
    padding: 4.8rem 0;
  }
  .page_faq .head {
    margin-bottom: 2rem;
  }
  .page_faq .faq_list > li + li {
    margin-top: 1rem;
  }
  .page_faq .question {
    min-height: 4.4rem;
    padding: 1.6rem 5.2rem 1.6rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .page_faq .question::after {
    right: 1.4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .page_faq .faq_list > li.active .question {
    padding-bottom: 1.2rem;
  }
  .page_faq .answer {
    padding: 0 1.6rem 2rem;
  }
  .page_faq .answer p,
  .page_faq .answer li,
  .page_faq .note p {
    font-size: 1.55rem;
  }
  .page_faq .answer p {
    padding-top: 1.2rem;
  }
  .page_faq .note {
    margin-top: 2.4rem;
  }
  .page_faq .btns {
    margin-top: 2.4rem;
  }
  .page_faq .btns .btn_i {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
    white-space: normal;
    text-align: left;
  }
}

/* ========== Skip link ========== */
.skip_link {
  position: absolute;
  left: 1.6rem;
  top: -6rem;
  z-index: 1000000;
  padding: 1rem 1.6rem;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  border-radius: var(--radius);
}
.skip_link:focus {
  top: 1.6rem;
}

/* ========== Header ========== */
header {
  position: relative;
  z-index: 996;
  color: #fff;
  background: var(--navy);
}
header .header_top {
  background: var(--navy-dark);
  font-size: 1.3rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}
header .header_top .content {
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
header .header_top p,
header .header_top a {
  color: inherit;
}
header .header_top a:hover {
  color: #fff;
}
header .header_top .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 2rem;
}
header .header_top .meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}
header .header_top .meta span::before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  background: no-repeat center / contain;
  opacity: 0.85;
}
header .header_top .meta .loc::before {
  background-image: url("../img/icon-locate-w.svg");
}
header .header_top .meta .mail::before {
  background-image: url("../img/icon-email-w.svg");
}
header .header_nav {
  background: var(--navy);
  transition: box-shadow 0.3s;
}
header.scroll .header_nav,
header .header_nav.fixed {
  box-shadow: 0 0.8rem 2.4rem rgba(12, 36, 57, 0.18);
}
header .header_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
}
header .header_nav .bar {
  min-height: 8.4rem;
  gap: 2.4rem;
}
header .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
header .logo img {
  display: block;
  height: 52px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  object-position: left center;
}
header nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
header nav .close,
header nav .close_box {
  display: none;
}
header nav .menu {
  display: flex;
  align-items: center;
  gap: 0.4rem 2.4rem;
}
header nav .menu > li {
  position: relative;
}
header nav .menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 8.4rem;
  white-space: nowrap;
  transition: color 0.2s;
}
header nav .menu > li.menu-item-has-children > a::after {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: url("../img/select.svg") no-repeat center / contain;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: transform 0.2s;
}
header nav .menu > li:hover > a,
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a {
  color: #fff;
}
header nav .menu > li:hover > a::after,
header nav .menu > li.current-menu-parent > a::after {
  opacity: 1;
  transform: rotate(180deg);
}
header nav .menu > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2.4rem;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.2s;
}
header nav .menu > li:hover > a::before,
header nav .menu > li.current-menu-item > a::before,
header nav .menu > li.current-menu-parent > a::before {
  width: 100%;
}
header nav .menu > li:hover > .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
header nav .sub-menu {
  position: absolute;
  top: calc(100% - 1.2rem);
  left: 0;
  min-width: 24rem;
  padding: 1rem;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(0.8rem);
  pointer-events: none;
  transition: all 0.2s;
  z-index: 3;
}
header nav .sub-menu > li > a {
  display: block;
  padding: 1.1rem 1.4rem;
  border-radius: 0.6rem;
  color: var(--title);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
header nav .sub-menu > li > a:hover,
header nav .sub-menu > li.current-menu-item > a {
  background: var(--surface);
  color: var(--primary);
}
header .header_actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
}
header .header_phone {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-family: var(--font);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
header .header_phone i {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1) url("../img/icon-phone-w.svg") no-repeat center / 1.7rem;
  flex-shrink: 0;
}
header .header_phone small {
  display: block;
  font-family: var(--font);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}
header .header_phone:hover {
  color: #fff;
}
header .header_phone:hover i {
  background-color: var(--primary);
}
header .header_actions .btn,
header .header_actions a.btn {
  font-size: 1.5rem;
  line-height: 4.4rem;
  padding: 0 2rem;
  color: #fff;
}
header .header_actions .btn_menu {
  display: none;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}
header .header_actions .btn_menu img {
  filter: brightness(0) invert(1);
}
header .header_actions .btn_menu:hover,
header .header_actions .btn_menu[aria-expanded="true"] {
  border-color: var(--primary);
  background: var(--primary);
}
header .nav_cta {
  display: none;
}

/* ========== Footer ========== */
footer {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.78);
}
footer .footer_main {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 4.8rem 3.2rem;
  padding: 7.2rem 0 5.6rem;
}
footer .logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  line-height: 0;
}
footer .logo img {
  display: block;
  height: 52px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  object-position: left center;
}
footer .foot_brand > p {
  max-width: 34rem;
  font-size: 1.5rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}
footer .nap {
  margin-top: 2.4rem;
}
footer .nap li + li {
  margin-top: 1.2rem;
}
footer .nap a,
footer .nap span {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.5;
  transition: color 0.2s;
}
footer .nap a:hover {
  color: var(--primary);
}
footer .nap i {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
  background: no-repeat center / contain;
  opacity: 0.8;
}
footer .nap .phone i {
  background-image: url("../img/icon-phone-w.svg");
}
footer .nap .email i {
  background-image: url("../img/icon-email-w.svg");
}
footer .nap .locate i {
  background-image: url("../img/icon-locate-w.svg");
}
footer .social {
  display: flex;
  gap: 1rem;
  margin-top: 2.4rem;
}
footer .social a {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s, transform 0.2s;
}
footer .social a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: no-repeat center / 42%;
  filter: brightness(0) invert(1);
}
footer .social a:hover {
  background: var(--primary);
  transform: translateY(-2px);
}
footer .social .linkedin a::after {
  background-image: url("../img/social-linkedin.svg");
}
footer .social .facebook a::after {
  background-image: url("../img/social-facebook.svg");
}
footer .social .instagram a::after {
  background-image: url("../img/social-instagram.svg");
}
footer .social .twitter a::after {
  background-image: url("../img/social-twitter.svg");
}
footer .social .youtube a::after {
  background-image: url("../img/social-youtube.svg");
}
footer .foot_nav + .foot_nav {
  margin-top: 3.2rem;
}
footer .foot_nav strong {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
footer .foot_nav li + li {
  margin-top: 1.1rem;
}
footer .foot_nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.5rem;
  line-height: 1.45;
  transition: color 0.2s;
}
footer .foot_nav a:hover {
  color: #fff;
}
footer .foot_nav button {
  margin-top: 1.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
footer .footer_bottom {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.55);
}
footer .footer_bottom a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}
footer .footer_bottom a:hover {
  color: #fff;
}
footer .footer_bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.6rem;
}
footer #backtop {
  position: fixed;
  z-index: 99;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transform: translateY(1.2rem);
  pointer-events: none;
  transition: all 0.3s;
  background: var(--primary) url("../img/arrow-t-w.svg") no-repeat center / 1.4rem;
}
footer #backtop.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
footer #backtop:hover {
  background-color: var(--action-hover);
  transform: translateY(-3px);
}

/* ========== Mobile contact bar ========== */
.mobile_bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 995;
  padding: 1rem 1.6rem calc(1rem + env(safe-area-inset-bottom));
  background: #fff;
  box-shadow: 0 -0.8rem 2.4rem rgba(18, 51, 81, 0.1);
  gap: 1rem;
}
.mobile_bar .call,
.mobile_bar .btn {
  flex: 1;
  min-height: 4.4rem;
}
.mobile_bar .call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border: 1px solid var(--title);
  border-radius: var(--radius);
  color: var(--title);
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.4rem;
}
.mobile_bar .call img {
  width: 1.6rem;
  height: 1.6rem;
  filter: brightness(0);
}
.mobile_bar .btn,
.mobile_bar a.btn {
  font-size: 1.4rem;
  line-height: 4.4rem;
  padding: 0 1.2rem;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  header .header_top p {
    display: none;
  }
  header nav .menu {
    gap: 0 1.6rem;
  }
  header nav .menu > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }
  .content {
    padding: 0 2.4rem;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 996;
    background: var(--navy);
  }
  header .header_top {
    display: none;
  }
  header .header_nav .content {
    padding-left: 16px;
    padding-right: 16px;
  }
  header .header_nav .bar {
    min-height: 56px;
    gap: 12px;
  }
  header .logo {
    min-width: 0;
    max-width: calc(100% - 100px);
  }
  header .logo img {
    height: 36px;
    max-height: 36px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    object-position: left center;
  }
  header .header_actions {
    gap: 4px;
    margin-left: auto;
  }
  header nav {
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    flex: none;
    justify-content: flex-end;
  }
  header nav.active {
    pointer-events: auto;
  }
  header nav.active > .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translateX(0);
  }
  header nav > .close {
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(12, 36, 57, 0.55);
    transition: opacity 0.3s;
  }
  header nav .con {
    position: relative;
    z-index: 1;
    width: min(340px, 86%);
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: var(--title);
    transform: translateX(100%);
    transition: transform 0.3s;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: -12px 0 32px rgba(12, 36, 57, 0.18);
  }
  header nav .close_box {
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid var(--border);
  }
  header nav .close_box .close {
    display: block;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border-radius: var(--radius);
    background: url("../img/close.svg") no-repeat center / 14px;
    transition: background-color 0.2s;
  }
  header nav .close_box .close:hover {
    background-color: var(--surface);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
    -webkit-overflow-scrolling: touch;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 0.4rem;
  }
  header nav .menu > li > a,
  header nav .menu > li:hover > a,
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    color: var(--title);
    font-size: 16px;
    line-height: 2.4rem;
    padding: 1.2rem;
    border-radius: var(--radius);
    white-space: normal;
  }
  header nav .menu > li > a::before,
  header nav .menu > li.menu-item-has-children > a::after {
    display: none;
  }
  header nav .menu > li:hover > a::after,
  header nav .menu > li.current-menu-parent > a::after {
    transform: none;
  }
  header nav .menu > li > a:hover,
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background: var(--surface);
    color: var(--title);
  }
  header nav .menu > li:hover > .sub-menu {
    transform: none;
    pointer-events: none;
  }
  header nav .menu > li.active > .sub-menu,
  header nav .menu > li.active:hover > .sub-menu {
    pointer-events: auto;
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 0;
    padding-right: 4.8rem;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    position: absolute;
    top: 0.6rem;
    right: 0;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: var(--radius);
    pointer-events: none;
  }
  header nav .menu .menu-item-has-children::after {
    background: url("../img/select.svg") no-repeat center / 1.2rem;
    transition: transform 0.2s;
  }
  header nav .menu .menu-item-has-children.active::before {
    background: var(--surface);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    transform: none;
    pointer-events: none;
    visibility: hidden;
    min-width: 0;
    margin: 0;
    padding: 0 0.6rem;
    box-shadow: none;
    background: var(--surface);
    transition: max-height 0.28s ease, margin 0.28s ease, padding 0.28s ease, visibility 0.28s;
  }
  header nav .menu .menu-item-has-children.active > .sub-menu {
    max-height: 48rem;
    margin: 0.6rem 0 0.4rem;
    padding: 0.6rem;
    pointer-events: auto;
    visibility: visible;
  }
  header nav .sub-menu > li > a,
  header nav .sub-menu > li > a:hover,
  header nav .sub-menu > li.current-menu-item > a {
    color: var(--title);
    font-size: 15px;
    padding: 1rem 1.2rem;
    white-space: normal;
  }
  header nav .sub-menu > li > a:hover,
  header nav .sub-menu > li.current-menu-item > a {
    color: var(--primary);
  }
  body.fixed {
    padding-right: 0;
  }
  header .header_actions .btn {
    display: none;
  }
  header .header_actions .header_phone {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
  }
  header .header_actions .header_phone span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  header .header_actions .header_phone i {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: transparent;
    background-size: 20px;
    background-position: center;
  }
  header .header_actions .header_phone:hover i {
    background-color: transparent;
  }
  header .header_actions .btn_menu {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-color: transparent;
    background: transparent;
  }
  header .header_actions .btn_menu:hover,
  header .header_actions .btn_menu[aria-expanded="true"] {
    border-color: transparent;
    background: transparent;
  }
  header .header_actions .btn_menu img {
    width: 20px;
  }
  body.fixed .mobile_bar,
  body.fixed footer #backtop {
    visibility: hidden;
    pointer-events: none;
  }
  footer #backtop {
    bottom: 8.4rem;
  }
  .mobile_bar {
    display: flex;
  }
  body {
    padding-bottom: 7.2rem;
  }
  header .nav_cta {
    display: grid;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
  }
  header .nav_cta .header_phone,
  header .nav_cta .header_phone b {
    display: flex;
    width: auto;
    height: auto;
    color: var(--title);
    padding: 0;
  }
  header .nav_cta .header_phone {
    gap: 12px;
    font-size: 18px;
    align-items: center;
  }
  header .nav_cta .header_phone span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }
  header .nav_cta .header_phone b {
    font-size: 18px;
    line-height: 1.25;
  }
  header .nav_cta .header_phone i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--navy);
    background-size: 18px;
  }
  header .nav_cta .header_phone small {
    font-size: 12px;
    line-height: 1.3;
    color: var(--muted);
  }
  header .nav_cta .btn,
  header .nav_cta a.btn {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    padding: 0 16px;
  }
  footer .footer_main {
    grid-template-columns: 1fr 1fr;
    gap: 4rem 3.2rem;
    padding: 5.6rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  .content {
    padding: 0 2rem;
  }
  body {
    font-size: 1.6rem;
  }
  .head .subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .head h1 {
    font-size: 3.2rem;
    line-height: 1.18;
    overflow-wrap: break-word;
  }
  .head h2 {
    font-size: 2.4rem;
    line-height: 1.25;
    overflow-wrap: break-word;
  }
  .head p,
  .head .desc {
    font-size: 1.6rem;
    line-height: 1.65;
  }
  .btn,
  a.btn,
  a.btn:link,
  a.btn:visited,
  .btn_line,
  a.btn_line,
  a.btn_line:link,
  a.btn_line:visited {
    font-size: 1.6rem;
    line-height: 4.8rem;
    min-height: 4.8rem;
    padding: 0 2rem;
  }
  header .header_nav .bar {
    min-height: 52px;
    gap: 10px;
  }
  header .logo img {
    height: 32px;
    max-height: 32px;
  }
  footer .logo img {
    height: 44px;
    max-width: 200px;
  }
  footer .footer_main {
    display: block;
    padding: 4rem 0 2.4rem;
  }
  footer .foot_brand {
    margin-bottom: 2.8rem;
  }
  footer .foot_brand > p {
    font-size: 1.5rem;
  }
  footer .nap a,
  footer .nap span {
    min-height: 4.4rem;
    align-items: center;
    font-size: 1.5rem;
  }
  footer .nap i {
    margin-top: 0;
  }
  footer .social a {
    width: 4.4rem;
    height: 4.4rem;
  }
  footer .foot_nav {
    margin-top: 0;
  }
  footer .foot_nav + .foot_nav,
  footer .foot_stack + .foot_nav,
  footer .foot_nav + .foot_stack {
    margin-top: 1rem;
  }
  footer .foot_nav strong {
    position: relative;
    margin-bottom: 0;
    line-height: 4.8rem;
    min-height: 4.8rem;
    padding: 0 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    cursor: pointer;
  }
  footer .foot_nav strong::after {
    content: '';
    position: absolute;
    right: 1.6rem;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: url("../img/select.svg") no-repeat center / contain;
    filter: brightness(0) invert(1);
    transform: translateY(-50%);
    transition: transform 0.2s;
  }
  footer .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .foot_nav > div {
    display: none;
    padding: 1.4rem 0.8rem 1.8rem;
  }
  footer .foot_nav a {
    display: block;
    padding: 0.8rem 0;
    font-size: 1.5rem;
    line-height: 1.45;
  }
  footer .footer_bottom {
    display: block;
    text-align: center;
    padding: 1.8rem 0 2rem;
  }
  footer .footer_bottom ul {
    justify-content: center;
    margin-top: 1rem;
  }
  footer #backtop {
    right: 1.6rem;
  }
}

/* ========== Shared inner-page layouts ========== */
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: var(--muted);
}
.crumbs a {
  color: inherit;
  font-weight: 500;
}
.crumbs a:hover {
  color: var(--primary);
}
.crumbs span[aria-current="page"] {
  color: var(--title);
  font-weight: 600;
}
.hero_banner .crumbs,
.hero_banner .crumbs a,
.hero_banner .crumbs span[aria-current="page"] {
  color: rgba(255, 255, 255, 0.78);
}
.hero_banner .crumbs a:hover,
.hero_banner .crumbs span[aria-current="page"] {
  color: #fff;
}
.crumbs i {
  opacity: 0.45;
}

.hero_banner {
  position: relative;
  min-height: 38rem;
  padding: 7.2rem 0 6.4rem;
  color: #fff;
  background: var(--navy-dark);
}
.hero_banner > img {
  z-index: -2;
}
.hero_banner::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(12, 36, 57, 0.88) 0%, rgba(12, 36, 57, 0.58) 62%, rgba(12, 36, 57, 0.42) 100%);
}
.hero_banner .head {
  max-width: 76rem;
}
.hero_banner .head h1 {
  max-width: 18ch;
  color: #fff;
}
.hero_banner .head p {
  max-width: 56rem;
  color: rgba(255, 255, 255, 0.84);
}
.hero_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
.hero_banner.compact {
  min-height: 0;
  padding: 5.6rem 0 4.8rem;
}

.proof_strip {
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.proof_strip .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof_strip .item {
  padding: 2.4rem 2rem;
  border-left: 1px solid var(--border);
}
.proof_strip .item:first-child {
  border-left: 0;
  padding-left: 0;
}
.proof_strip b {
  display: block;
  font-family: var(--font);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--title);
}
.proof_strip span {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.45;
  color: var(--text);
}

.jump_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--border);
}
.jump_nav a {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--title);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}
.jump_nav a:hover {
  color: var(--primary);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.6rem;
  align-items: center;
}
.split.reverse .media {
  order: 2;
}
.split .copy p,
.prose p {
  margin-top: 1.4rem;
  font-size: 1.65rem;
  line-height: 1.7;
  color: var(--text);
}
.split .copy p:first-of-type,
.prose p:first-child {
  margin-top: 0;
}
.split .copy a,
.prose a,
.page_copy a {
  color: var(--title);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.split .copy a:hover,
.prose a:hover,
.page_copy a:hover {
  color: var(--primary);
}
.split .copy a.btn,
.split .copy a.btn:link,
.split .copy a.btn:visited,
.prose a.btn,
.prose a.btn:link,
.prose a.btn:visited,
.page_copy a.btn,
.page_copy a.btn:link,
.page_copy a.btn:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.split .copy a.btn:hover,
.prose a.btn:hover,
.page_copy a.btn:hover {
  color: #fff;
}
.split .copy a.btn_line,
.split .copy a.btn_line:link,
.split .copy a.btn_line:visited,
.prose a.btn_line,
.prose a.btn_line:link,
.prose a.btn_line:visited,
.page_copy a.btn_line,
.page_copy a.btn_line:link,
.page_copy a.btn_line:visited {
  color: var(--title);
  text-decoration: none;
  font-weight: 600;
}
.split .copy a.btn_line:hover,
.prose a.btn_line:hover,
.page_copy a.btn_line:hover {
  color: #fff;
}
.hero_banner a.btn,
.hero_banner a.btn:link,
.hero_banner a.btn:visited,
.home_hero a.btn,
.home_hero a.btn:link,
.home_hero a.btn:visited,
.cta_band a.btn,
.cta_band a.btn:link,
.cta_band a.btn:visited,
.section.navy a.btn,
.section.navy a.btn:link,
.section.navy a.btn:visited {
  color: #fff;
  text-decoration: none;
}
.hero_banner a.btn:hover,
.home_hero a.btn:hover,
.cta_band a.btn:hover,
.section.navy a.btn:hover {
  color: #fff;
}
.hero_banner a.btn_line,
.hero_banner a.btn_line:link,
.hero_banner a.btn_line:visited,
.home_hero a.btn_line,
.home_hero a.btn_line:link,
.home_hero a.btn_line:visited,
.cta_band a.btn_line,
.cta_band a.btn_line:link,
.cta_band a.btn_line:visited,
.section.navy a.btn_line,
.section.navy a.btn_line:link,
.section.navy a.btn_line:visited {
  color: #fff;
  text-decoration: none;
}
.hero_banner a.btn_line:hover,
.home_hero a.btn_line:hover,
.cta_band a.btn_line:hover,
.section.navy a.btn_line:hover {
  color: #fff;
}
.hero_banner a.btn_line.wt:hover,
.home_hero a.btn_line.wt:hover {
  color: var(--primary);
}
.split .copy ul,
.prose ul {
  margin-top: 1.6rem;
}
.split .copy li,
.prose li {
  position: relative;
  padding-left: 1.8rem;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text);
}
.split .copy li::before,
.prose li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.7rem;
  height: 2px;
  background: var(--primary);
}
.split .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
.media {
  position: relative;
}
.media .img,
.photo_card .img {
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--surface);
}
.media_cap {
  display: none;
}

.section {
  padding: 7.2rem 0;
}
.section.surface {
  background: var(--surface);
}
.section.navy {
  background: var(--navy);
  color: #fff;
}
.section.navy .head h2,
.section.navy .prose p,
.section.navy .prose li {
  color: #fff;
}
.section.navy .prose p,
.section.navy .prose li {
  color: rgba(255, 255, 255, 0.8);
}
.section + .section {
  padding-top: 7.2rem;
}
.section.slim {
  padding: 0;
}
.section.slim .jump_nav {
  padding: 2rem 0 2.4rem;
}
.hero_banner.compact + .section:not(.slim) {
  padding-top: 5.6rem;
}

.tag,
.case_card .tags span {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 2.2rem;
  padding: 0.15rem 0.75rem;
  margin-bottom: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 0.4rem;
  background: var(--surface);
  color: var(--title);
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.photo_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.photo_grid.cols2 {
  grid-template-columns: repeat(2, 1fr);
}
.photo_card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: border-color 0.2s, transform 0.2s;
}
a.photo_card:hover {
  border-color: var(--primary);
  transform: translateY(-3px);
}
.photo_card .img {
  border-radius: 0;
}
.photo_card .img.img_aba {
  --h: 68%;
}
.photo_card .body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.8rem 2rem 2rem;
}
.photo_card .tag {
  margin-bottom: 0.7rem;
}
.photo_card h3 {
  font-family: var(--font);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--title);
}
.photo_card p {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--text);
}
.photo_card .more {
  margin-top: auto;
  padding-top: 1.4rem;
  font-family: var(--font);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
}

.num_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.num_card {
  padding: 2rem 2rem 2.2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: #fff;
}
.num_card b {
  display: block;
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--primary);
}
.num_card h3 {
  margin: 1rem 0 0.8rem;
  font-size: 2rem;
  line-height: 1.25;
}
.num_card p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--text);
}

.answer_box {
  margin: 1.6rem 0 0;
  padding: 1.6rem 1.8rem;
  border-left: 3px solid var(--primary);
  border-radius: 0 0.6rem 0.6rem 0;
  background: var(--surface);
  font-size: 1.55rem;
  line-height: 1.65;
  color: var(--title);
}

.head + .table_wrap,
.head + .answer_box {
  margin-top: 0;
}
.table_wrap {
  overflow-x: auto;
  margin-top: 2.4rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: #fff;
}
.table_wrap table {
  min-width: 64rem;
}
.table_wrap th,
.table_wrap td {
  padding: 1.4rem 1.8rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.table_wrap th {
  background: var(--navy-dark);
  color: #fff;
  font-family: var(--font);
  font-weight: 700;
  white-space: nowrap;
}
.table_wrap tr:last-child td {
  border-bottom: 0;
}
.table_wrap tbody tr:nth-child(even) {
  background: var(--surface);
}
.table_wrap td strong {
  color: var(--title);
}

.cta_band {
  padding: 0 0 8rem;
}
.cta_band .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  padding: 3.6rem 4rem;
  border-radius: var(--radius-card);
  background: var(--navy);
  color: #fff;
}
.cta_band .head h2 {
  margin-bottom: 0.8rem;
  font-size: 2.8rem;
  color: #fff;
}
.cta_band .head p {
  max-width: 54rem;
  font-size: 1.55rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}
.cta_band .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  flex-shrink: 0;
}
.cta_band .btn,
.cta_band a.btn {
  color: #fff;
}
.cta_band .btn_line,
.cta_band a.btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0 2rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: transparent;
  color: #fff;
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 700;
}
.cta_band .btn_line:hover,
.cta_band a.btn_line:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.chip_row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}
.chip_row span {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0 1rem;
  border: 1px solid var(--border);
  border-radius: 0.4rem;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--title);
}

.page_faq .answer_box {
  margin-top: 1.4rem;
}
.guide_meta {
  margin: 0 0 1.6rem;
  font-size: 1.3rem;
  color: var(--muted);
}
.prose h2 {
  margin: 2.8rem 0 1rem;
  font-family: var(--font);
  font-size: 2.2rem;
  line-height: 1.25;
  color: var(--title);
}

@media screen and (max-width: 1024px) {
  .head h1 {
    font-size: 4rem;
    line-height: 1.18;
  }
  .head h2 {
    font-size: 2.8rem;
  }
  .head p,
  .head .desc,
  .split .copy p,
  .prose p {
    font-size: 1.6rem;
  }
  .btn,
  a.btn,
  a.btn:link,
  a.btn:visited,
  .btn_line,
  a.btn_line,
  a.btn_line:link,
  a.btn_line:visited {
    font-size: 1.6rem;
    line-height: 4.8rem;
    min-height: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .hero_banner {
    min-height: 0;
    padding: 5.2rem 0 4.4rem;
  }
  .hero_banner.compact {
    padding: 4.4rem 0 4rem;
  }
  .proof_strip .grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.4rem;
  }
  .proof_strip .item {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding: 2rem 0;
  }
  .proof_strip .item:nth-child(-n+2) {
    border-top: 0;
  }
  .split,
  .photo_grid,
  .photo_grid.cols2,
  .num_grid,
  .num_grid[style] {
    grid-template-columns: 1fr !important;
  }
  .split {
    gap: 3.2rem;
  }
  .split.reverse .media {
    order: 0;
  }
  .split[style*="margin-top"] {
    margin-top: 4rem !important;
  }
  .section {
    padding: 5.6rem 0;
  }
  .section + .section {
    padding-top: 5.6rem;
  }
  .section > .content > .head:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .hero_banner.compact + .section:not(.slim) {
    padding-top: 4.8rem;
  }
  .jump_nav {
    gap: 0.4rem 1.6rem;
    padding: 1.6rem 0;
  }
  .jump_nav a {
    display: inline-flex;
    align-items: center;
    min-height: 4.4rem;
  }
  .photo_card h3,
  .num_card h3 {
    font-size: 1.9rem;
  }
  .cta_band {
    padding-bottom: 6.4rem;
  }
  .cta_band .box {
    display: block;
    padding: 3.2rem 2.8rem;
  }
  .cta_band .head h2 {
    font-size: 2.6rem;
  }
  .cta_band .btns {
    margin-top: 2.4rem;
  }
  .table_wrap {
    -webkit-overflow-scrolling: touch;
  }
  footer .social a {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_banner {
    padding: 3.6rem 0 3.2rem;
  }
  .hero_banner.compact {
    padding: 3.2rem 0 2.8rem;
  }
  .crumbs {
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
  }
  .hero_banner .content .head h1 {
    max-width: none;
  }
  .hero_banner .btns,
  .split .btns,
  .cta_band .btns,
  .section > .content > .btns {
    width: 100%;
  }
  .hero_banner .btn,
  .hero_banner .btn_line,
  .home_hero .btn,
  .home_hero .btn_line,
  .split .btns .btn,
  .split .btns .btn_line,
  .cta_band .btn,
  .cta_band .btn_line,
  .section > .content > .btns .btn,
  .section > .content > .btns .btn_line {
    width: 100%;
  }
  .proof_strip .grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .proof_strip .item {
    padding: 1.6rem 0;
  }
  .proof_strip .item:nth-child(-n+2) {
    border-top: 1px solid var(--border);
  }
  .proof_strip .item:first-child {
    border-top: 0;
  }
  .proof_strip b {
    font-size: 2rem;
  }
  .section {
    padding: 4.8rem 0;
  }
  .section + .section {
    padding-top: 4.8rem;
  }
  .section > .content > .head:not(:last-child) {
    margin-bottom: 2rem;
  }
  .hero_banner.compact + .section:not(.slim) {
    padding-top: 4rem;
  }
  .section.slim .jump_nav {
    padding: 1.4rem 0 0.8rem;
  }
  .split {
    gap: 2.4rem;
  }
  .split[style*="margin-top"] {
    margin-top: 3.2rem !important;
  }
  .split .copy p,
  .prose p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .split .copy li,
  .prose li {
    font-size: 1.55rem;
  }
  .num_card,
  .photo_card .body {
    padding: 1.8rem 1.6rem 2rem;
  }
  .photo_card h3,
  .num_card h3 {
    font-size: 1.8rem;
  }
  .photo_card p,
  .num_card p {
    font-size: 1.55rem;
  }
  .tag,
  .case_card .tags span {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .answer_box {
    font-size: 1.55rem;
    padding: 1.4rem 1.6rem;
  }
  .chip_row {
    margin-top: 1.6rem;
  }
  .chip_row span {
    min-height: 3.2rem;
    font-size: 1.3rem;
  }
  .prose h2 {
    font-size: 2rem;
    margin: 2.4rem 0 0.8rem;
  }
  .cta_band {
    padding-bottom: 5.6rem;
  }
  .cta_band .box {
    padding: 2.8rem 2rem;
  }
  .cta_band .head h2 {
    font-size: 2.4rem;
  }
  .cta_band .head p {
    font-size: 1.55rem;
  }
  .cta_band .btn,
  .cta_band .btn_line,
  .cta_band a.btn,
  .cta_band a.btn_line {
    width: 100%;
    color: #fff;
  }
  .table_wrap {
    margin-top: 2rem;
  }
  .table_wrap table {
    min-width: 52rem;
  }
  .table_wrap th,
  .table_wrap td {
    padding: 1.2rem 1.4rem;
    font-size: 1.4rem;
  }
}