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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #081726;
  color: #f5faff;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: absolute !important;
  top: 1rem;
  left: 1rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #000;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: clip;
}

body.theme-henrytech {
  background: #081726;
}

.site-canvas,
.dialog-off-canvas-main-canvas,
.layout-container,
main,
.page-node,
.page-node__content,
.node__content,
.block-system-main-block {
  width: 100%;
  max-width: none;
}

.path-frontpage .site-main,
.path-frontpage .page-node,
.path-frontpage .page-node__content,
.path-frontpage .node__content,
.path-frontpage .block-system-main-block,
.path-frontpage article {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.path-frontpage .flex-section--hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.path-frontpage .flex-section--hero .container {
  width: min(100% - 4rem, 1280px);
  margin-inline: auto;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: clip;
}

body.theme-henrytech,
.site-shell,
.site-main,
.site-main__front,
.dialog-off-canvas-main-canvas,
.layout-container {
  width: 100%;
  max-width: none;
}

.dialog-off-canvas-main-canvas,
.layout-container {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.2rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  font-family: "Arial Narrow", Inter, Arial, Helvetica, sans-serif;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.75rem, 8vw, 5.5rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}

h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

p {
  margin: 0 0 1rem;
  color: #b8c7d9;
}

.flex-section__eyebrow,
.hero-block__eyebrow,
.cta-block__eyebrow,
.split-block__eyebrow {
  margin-bottom: 1rem;
  color: #6fb7ff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.container {
  width: min(100% - 2rem, 1200px);
  margin-inline: auto;
}

.container--narrow {
  width: min(100% - 2rem, 860px);
  margin-inline: auto;
}

.button,
.btn,
a.button,
input[type=submit],
.flex-section__actions a,
.split-block__actions a,
.cta-block__actions a,
.simple-block__actions a,
.hero-block__actions a,
.banner-block__actions a {
  display: inline-block;
  padding: 1.5rem 1.2rem;
  border-radius: 24px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(180, 205, 255, 0.9);
  background: linear-gradient(180deg, rgba(20, 28, 48, 0.85), rgba(10, 14, 24, 0.95));
  border: 1px solid rgba(120, 165, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 20px rgba(0, 0, 0, 0.16);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible,
.btn:hover,
.btn:focus-visible,
a.button:hover,
a.button:focus-visible,
input[type=submit]:hover,
input[type=submit]:focus-visible,
.flex-section__actions a:hover,
.flex-section__actions a:focus-visible,
.split-block__actions a:hover,
.split-block__actions a:focus-visible,
.cta-block__actions a:hover,
.cta-block__actions a:focus-visible,
.simple-block__actions a:hover,
.simple-block__actions a:focus-visible,
.hero-block__actions a:hover,
.hero-block__actions a:focus-visible,
.banner-block__actions a:hover,
.banner-block__actions a:focus-visible {
  color: #f5faff;
  background: linear-gradient(180deg, rgba(34, 48, 82, 0.96), rgba(14, 22, 40, 0.98));
  border-color: rgba(111, 183, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 28px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(111, 183, 255, 0.14);
}

.button:focus-visible,
.btn:focus-visible,
a.button:focus-visible,
input[type=submit]:focus-visible,
.flex-section__actions a:focus-visible,
.split-block__actions a:focus-visible,
.cta-block__actions a:focus-visible,
.simple-block__actions a:focus-visible,
.hero-block__actions a:focus-visible,
.banner-block__actions a:focus-visible {
  outline: 2px solid rgba(111, 183, 255, 0.35);
  outline-offset: 2px;
}

.flex-section__actions a + a,
.split-block__actions a + a,
.cta-block__actions a + a,
.simple-block__actions a + a,
.hero-block__actions a + a,
.banner-block__actions a + a {
  color: #f5faff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.flex-section__actions a + a:hover,
.flex-section__actions a + a:focus-visible,
.split-block__actions a + a:hover,
.split-block__actions a + a:focus-visible,
.cta-block__actions a + a:hover,
.cta-block__actions a + a:focus-visible,
.simple-block__actions a + a:hover,
.simple-block__actions a + a:focus-visible,
.hero-block__actions a + a:hover,
.hero-block__actions a + a:focus-visible,
.banner-block__actions a + a:hover,
.banner-block__actions a + a:focus-visible {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: transparent;
}

.site-header__inner {
  width: 100%;
  margin-inline: auto;
  padding: 0 2rem;
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.site-header__topbar {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  min-height: 4.75rem;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header__topbar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 18%, rgba(111, 183, 255, 0.12) 42%, transparent 66%);
  opacity: 0.5;
}

.header-region {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

.header-region .block-system-branding-block {
  flex: 0 0 auto;
}

.header-region .block-menu,
.header-region .navigation,
.header-region nav,
.site-nav {
  margin-left: auto;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-branding__logo img {
  display: block;
  height: 28px;
  width: auto;
}

.site-branding__name,
.site-branding__slogan {
  display: none;
}

/* Desktop nav */
.header-region .menu,
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-region .menu-item,
.site-nav li {
  margin: 0;
  padding: 0;
}

.header-region .menu a,
.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.2rem 0;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(245, 250, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.header-region .menu a::after,
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #6fb7ff, transparent);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 180ms ease;
}

.header-region .menu a:hover,
.header-region .menu a.is-active,
.header-region .menu .is-active > a,
.site-nav a:hover,
.site-nav a.is-active,
.site-nav .is-active > a {
  color: #fff;
}

.header-region .menu a:hover::after,
.header-region .menu a.is-active::after,
.header-region .menu .is-active > a::after,
.site-nav a:hover::after,
.site-nav a.is-active::after,
.site-nav .is-active > a::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Toggle */
.header-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 20, 34, 0.7);
  color: #fff;
  border-radius: 0.8rem;
  min-height: 2.9rem;
  padding: 0 1rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

/* Mobile */
@media (max-width: 980px) {
  .header-nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .header-region .block-menu,
  .header-region .navigation,
  .header-region nav,
  .site-nav {
    display: none;
  }
  .site-header.is-menu-open .header-region .block-menu,
  .site-header.is-menu-open .header-region .navigation,
  .site-header.is-menu-open .header-region nav,
  .site-header.is-menu-open .site-nav {
    display: block;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    margin: 0;
    z-index: 120;
  }
  .site-header.is-menu-open .header-region .menu,
  .site-header.is-menu-open .site-nav ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    margin: 0;
    padding: 0.75rem;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(7, 20, 34, 0.94), rgba(7, 20, 34, 0.82));
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  }
  x .site-header.is-menu-open .header-region .menu a,
  .site-header.is-menu-open .site-nav a {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.9rem;
    background: rgba(6, 18, 30, 0.62) !important;
    color: #fff;
  }
  .site-header.is-menu-open .header-region .menu a::after,
  .site-header.is-menu-open .site-nav a::after {
    left: 0.85rem;
    right: auto;
    width: 2.2rem;
    bottom: 0.55rem;
  }
}
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 2rem;
  background: radial-gradient(circle at top, rgba(111, 183, 255, 0.12), transparent 28%), linear-gradient(180deg, #081726 0%, #06111c 100%);
  color: #f5faff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background: repeating-linear-gradient(90deg, rgba(111, 183, 255, 0.03) 0, rgba(111, 183, 255, 0.03) 1px, transparent 1px, transparent 120px), repeating-linear-gradient(0deg, rgba(111, 183, 255, 0.02) 0, rgba(111, 183, 255, 0.02) 1px, transparent 1px, transparent 120px);
}

.site-footer .container {
  position: relative;
  z-index: 2;
  width: min(100% - 4rem, 1400px);
  margin-inline: auto;
}

.site-footer__top {
  display: grid;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 1100px) {
  .site-footer__top {
    grid-template-columns: 0.92fr 1.5fr;
    gap: 4rem;
  }
}
.site-footer__brand {
  max-width: 34rem;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
  color: #f5faff;
  text-decoration: none;
}

.site-footer__logo-mark {
  width: 2.9rem;
  height: 2.9rem;
  background-image: url("../../images/henry-tech-gear.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.site-footer__logo-text {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__tagline {
  margin: 0 0 1rem;
  max-width: 30rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(245, 250, 255, 0.84);
}

.site-footer__mission {
  margin: 0 0 1.75rem;
  max-width: 30rem;
  line-height: 1.7;
  color: rgba(245, 250, 255, 0.62);
}

.site-footer__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f5faff;
  background: linear-gradient(180deg, rgba(34, 48, 82, 0.96), rgba(14, 22, 40, 0.98));
  border: 1px solid rgba(111, 183, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.2);
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.site-footer__cta:hover,
.site-footer__cta:focus-visible {
  border-color: rgba(111, 183, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 28px rgba(0, 0, 0, 0.28);
}

.site-footer__cta--ghost {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border-color: rgba(255, 255, 255, 0.16);
}

.site-footer__nav {
  display: grid;
  gap: 2rem;
}

@media (min-width: 760px) {
  .site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.site-footer__group {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 1.4rem 1.3rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.site-footer__heading {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6fb7ff;
}

.site-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__list li + li {
  margin-top: 0.78rem;
}

.site-footer__list a,
.site-footer__bottom-links a,
.site-footer__signal-link {
  color: rgba(245, 250, 255, 0.82);
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-footer__list a:hover,
.site-footer__list a:focus-visible,
.site-footer__bottom-links a:hover,
.site-footer__bottom-links a:focus-visible,
.site-footer__signal-link:hover,
.site-footer__signal-link:focus-visible {
  color: #6fb7ff;
}

.site-footer__signal-band {
  display: grid;
  gap: 1.5rem;
  padding: 2.5rem 0;
}

@media (min-width: 1100px) {
  .site-footer__signal-band {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
.site-footer__signal-card,
.site-footer__signal-links {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.site-footer__signal-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6fb7ff;
}

.site-footer__signal-title {
  margin: 0 0 0.85rem;
  max-width: 16ch;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.1;
}

.site-footer__signal-copy {
  margin: 0;
  max-width: 34rem;
  line-height: 1.75;
  color: rgba(245, 250, 255, 0.7);
}

.site-footer__signal-links {
  display: grid;
  gap: 0.85rem;
}

.site-footer__signal-link {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__signal-link:hover,
.site-footer__signal-link:focus-visible {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(111, 183, 255, 0.24);
}

.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.site-footer__legal {
  margin: 0;
  color: rgba(245, 250, 255, 0.56);
  font-size: 0.95rem;
}

.site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #f5faff;
  border-radius: 0.5rem;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #6fb7ff;
  box-shadow: 0 0 0 3px rgba(111, 183, 255, 0.18);
}

label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.form-item {
  margin-bottom: 1rem;
}

.description,
.form-item__description {
  color: #b8c7d9;
  font-size: 0.9rem;
}

.flex-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

.flex-section--theme-dark {
  background: radial-gradient(circle at top, rgba(111, 183, 255, 0.12), transparent 34%), linear-gradient(180deg, #0e2a47 0%, #081726 100%);
  color: #f5faff;
}

.flex-section--theme-light {
  background: #f5faff;
  color: #081726;
}

.flex-section--theme-light p,
.flex-section--theme-light li {
  color: #3a5067;
}

.flex-section .container {
  position: relative;
  z-index: 3;
  width: min(100% - 4rem, 1400px);
  margin-inline: auto;
}

.flex-section__inner,
.split-block {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 960px) {
  .flex-section__inner,
  .split-block {
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
  }
}
.flex-section__body,
.split-block__body,
.cta-block__body,
.proof-block__body,
.testimonial-card__quote,
.simple-block__body,
.logos-block__body {
  max-width: 62ch;
}

.flex-section__actions,
.split-block__actions,
.cta-block__actions,
.simple-block__actions,
.hero-block__actions,
.banner-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.flex-section__media,
.split-block__media,
.proof-block__media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  overflow: hidden;
}

.flex-section__embedded-block,
.simple-block__embedded-block,
.banner-block__embedded-block,
.proof-block__embedded-block,
.cta-block__embedded-block {
  margin-top: 2rem;
}

.flex-section__embedded-block .views-element-container,
.simple-block__embedded-block .views-element-container,
.banner-block__embedded-block .views-element-container,
.proof-block__embedded-block .views-element-container,
.cta-block__embedded-block .views-element-container {
  width: 100%;
}

.flex-section--align-center .flex-section__content,
.flex-section--align-center .split-block__content,
.flex-section--align-center .simple-block,
.flex-section--align-center .cta-block,
.flex-section--align-center .logos-block,
.flex-section--align-center .testimonial-card {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.flex-section--align-right .flex-section__content,
.flex-section--align-right .split-block__content,
.flex-section--align-right .simple-block {
  margin-left: auto;
  text-align: right;
}

.path-frontpage .site-main,
.path-frontpage .site-main--front,
.path-frontpage .page-node,
.path-frontpage .page-node__content,
.path-frontpage article,
.path-frontpage .block-system-main-block,
.path-frontpage .field,
.path-frontpage .field__item {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.path-frontpage .site-main {
  overflow-x: clip;
}

.path-frontpage .flex-section + .flex-section {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.path-frontpage .flex-section--hero + .flex-section {
  border-top: 0;
}

.page-node__title {
  margin: 0;
  padding: 2em 1em 1em;
  background: linear-gradient(90deg, rgba(5, 18, 32, 0.95) 0%, rgba(5, 18, 32, 0.75) 35%, rgba(5, 18, 32, 0.25) 60%, rgba(5, 18, 32, 0.4) 100%), url("../../images/travelers-hiking.jpg") center/cover no-repeat;
}
.page-node__title h2 {
  text-align: center;
}
.page-node__title {
  text-align: center;
}

.page-node-type-page .field--name-body {
  padding: 2em;
  background: #f5faff;
  color: #10233b;
}
.page-node-type-page .field--name-body p {
  color: #10233b;
}

.article-page--full {
  color: #f5faff;
}

.article-page__hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: clamp(20rem, 42vh, 30rem);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(5, 18, 32, 0.18) 0%, rgba(5, 18, 32, 0.4) 44%, rgba(5, 18, 32, 0.86) 100%), linear-gradient(90deg, rgba(5, 18, 32, 0.82) 0%, rgba(5, 18, 32, 0.4) 56%, rgba(5, 18, 32, 0.62) 100%);
}

.article-page__hero-image,
.article-page__hero-image .field,
.article-page__hero-image .field__item,
.article-page__hero-image .media,
.article-page__hero-image picture,
.article-page__hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.article-page__hero-image img {
  object-fit: cover;
  object-position: center center;
}

.article-page__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: repeating-linear-gradient(90deg, rgba(111, 183, 255, 0.025) 0, rgba(111, 183, 255, 0.025) 1px, transparent 1px, transparent 120px), repeating-linear-gradient(0deg, rgba(111, 183, 255, 0.018) 0, rgba(111, 183, 255, 0.018) 1px, transparent 1px, transparent 120px);
  opacity: 0.22;
  pointer-events: none;
  z-index: 2;
}

.article-page__hero-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 4rem, 1400px);
  margin-inline: auto;
  padding: 8rem 0 3rem;
}

.article-page__title {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.97;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34), 0 0 32px rgba(111, 183, 255, 0.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  padding: 0.5em;
}

.article-page__main {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.article-page__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 980px) {
  .article-page__grid {
    grid-template-columns: minmax(0, 1fr) 18rem;
    gap: 3rem;
  }
}
.article-page__content {
  min-width: 0;
}

.article-page__content > *:first-child {
  margin-top: 0;
}

.article-page__content p,
.article-page__content li {
  max-width: 70ch;
  color: rgba(245, 250, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.8;
}

.article-page__content h2,
.article-page__content h3,
.article-page__content h4 {
  margin-top: 2.5rem;
}

.article-page__content a {
  color: #6fb7ff;
}

.article-page__content img {
  border-radius: 1rem;
}

.article-page__sidebar {
  min-width: 0;
}

.article-page__panel {
  top: 8rem;
  padding: 1.25rem;
}

.article-page__panel-title {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  color: #6fb7ff;
}

.article-page__tags .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.article-page__tags .field__item {
  margin: 0;
}

.article-page__tags a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(111, 183, 255, 0.28);
  border-radius: 999px;
  background: rgba(111, 183, 255, 0.08);
  color: #f5faff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.article-page__comments {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .article-page__hero-inner {
    padding: 7rem 0 2rem;
  }
  .article-page__main {
    padding-top: 2rem;
  }
  .article-page__panel {
    position: static;
  }
}
.article-page__sidebar {
  min-width: 0;
  display: grid;
  gap: 1.25rem;
}

.article-page__panel--tags {
  border-color: rgba(111, 183, 255, 0.28);
}

.article-page__tags--article .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.article-page__topics-view .views-row + .views-row {
  margin-top: 0.65rem;
}

.article-page__topics-view a {
  color: rgba(245, 250, 255, 0.82);
  text-decoration: none;
}

.article-page__topics-view a:hover {
  color: #6fb7ff;
}

.taxonomy-page__hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: clamp(18rem, 38vh, 26rem);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(5, 18, 32, 0.18) 0%, rgba(5, 18, 32, 0.4) 44%, rgba(5, 18, 32, 0.86) 100%), linear-gradient(90deg, rgba(5, 18, 32, 0.82) 0%, rgba(5, 18, 32, 0.4) 56%, rgba(5, 18, 32, 0.62) 100%);
}

.taxonomy-page__hero-image,
.taxonomy-page__hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.taxonomy-page__hero-image img {
  object-fit: cover;
  object-position: center center;
  display: block;
}

.taxonomy-page__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: repeating-linear-gradient(90deg, rgba(111, 183, 255, 0.025) 0, rgba(111, 183, 255, 0.025) 1px, transparent 1px, transparent 120px), repeating-linear-gradient(0deg, rgba(111, 183, 255, 0.018) 0, rgba(111, 183, 255, 0.018) 1px, transparent 1px, transparent 120px);
  opacity: 0.22;
  pointer-events: none;
}

.taxonomy-page__hero-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 4rem, 1400px);
  margin-inline: auto;
  padding: 8rem 0 3rem;
}

.taxonomy-page__title {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.97;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34), 0 0 32px rgba(111, 183, 255, 0.05);
}

.taxonomy-page__main {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.taxonomy-page__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 980px) {
  .taxonomy-page__grid {
    grid-template-columns: minmax(0, 1fr) 18rem;
    gap: 3rem;
  }
}
.taxonomy-page__content {
  min-width: 0;
}

.taxonomy-page__sidebar {
  min-width: 0;
}

.taxonomy-page__sidebar > * + * {
  margin-top: 1.25rem;
}

.taxonomy-page__sidebar .block {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .taxonomy-page__hero-inner {
    padding: 7rem 0 2rem;
  }
  .taxonomy-page__main {
    padding-top: 2rem;
  }
}
.view-taxonomy-term .views-row {
  padding: 4em 4em 5em 4em;
  border: 2px solid white;
}
.view-taxonomy-term .views-row .field--name-field-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(111, 183, 255, 0.28);
  border-radius: 999px;
  background: rgba(111, 183, 255, 0.08);
  color: #f5faff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}
.view-taxonomy-term .node__links {
  float: right;
}
.view-taxonomy-term .node-readmore a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.95rem 1.45rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(111, 183, 255, 0.35);
  background: linear-gradient(180deg, rgba(74, 147, 230, 0.98), rgba(25, 70, 118, 0.98));
  color: #f5faff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  overflow: hidden;
}

.flex-section--hero {
  --hero-bg-image: none;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 10rem 0 6rem;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(5, 18, 32, 0.76) 0%, rgba(5, 18, 32, 0.58) 36%, rgba(5, 18, 32, 0.28) 62%, rgba(5, 18, 32, 0.46) 100%), linear-gradient(180deg, rgba(6, 18, 30, 0.12) 0%, rgba(6, 18, 30, 0.62) 100%), var(--hero-bg-image) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .flex-section--hero {
    padding: 0;
  }
}

.flex-section--hero {
  position: relative;
}

.flex-section--hero .flex-section__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.flex-section--hero .flex-section__background,
.flex-section--hero .flex-section__background .field,
.flex-section--hero .flex-section__background .field__item,
.flex-section--hero .flex-section__background .media,
.flex-section--hero .flex-section__background picture,
.flex-section--hero .flex-section__background img {
  width: 100%;
  height: 100%;
}

.flex-section--hero .flex-section__background img {
  object-fit: cover;
  object-position: center center;
  display: block;
}

.flex-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: repeating-linear-gradient(90deg, rgba(111, 183, 255, 0.03) 0, rgba(111, 183, 255, 0.03) 1px, transparent 1px, transparent 120px), repeating-linear-gradient(0deg, rgba(111, 183, 255, 0.02) 0, rgba(111, 183, 255, 0.02) 1px, transparent 1px, transparent 120px);
  mix-blend-mode: screen;
  opacity: 0.22;
  pointer-events: none;
}

.flex-section--hero .container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex-section--hero .container {
    flex-direction: column-reverse;
    padding-bottom: 1em;
  }
}
.flex-section--hero .container .right-side-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  align-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flex-section--hero .container .right-side-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 6em 0 1em;
  }
}
.flex-section--hero .container .we-are-henry-tech {
  width: 30%;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: large;
}

.hero-block {
  display: block;
  position: relative;
  min-height: 70vh;
}

.hero-block__content {
  position: relative;
  z-index: 3;
  max-width: 46rem;
}

.hero-block__eyebrow {
  margin-bottom: 1.25rem;
  color: #6fb7ff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-block__title {
  max-width: 8.5ch;
  margin-bottom: 1.5rem;
  font-size: clamp(4rem, 8vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 0 40px rgba(111, 183, 255, 0.06);
}

.hero-block__body {
  max-width: 42rem;
  font-size: 1.18rem;
  line-height: 1.75;
  color: rgba(245, 250, 255, 0.84);
}
.hero-block__body .field--name-field-body p {
  color: rgb(25, 27, 35);
  font-weight: 700;
}

.hero-block__title--animated {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05em;
  overflow: visible;
}

.hero-word {
  position: relative;
  display: block;
  opacity: 0;
  will-change: transform, opacity, filter;
  animation-name: heroWordSettle;
  animation-duration: 1400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  filter: blur(4px);
}

.hero-word--right {
  transform: translateX(-64px);
  animation-delay: calc(var(--word-index) * 420ms + 220ms);
}

.hero-word--left {
  transform: translateX(64px);
  animation-delay: calc(var(--word-index) * 420ms + 220ms);
}

.theme-henrytech.is-loaded .hero-word {
  animation-play-state: running;
}

.hero-word::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  top: 0.15em;
  bottom: 0.05em;
  background: radial-gradient(circle, rgba(111, 183, 255, 0.18) 0%, rgba(111, 183, 255, 0) 72%);
  opacity: 0;
  transform: scale(0.92);
  pointer-events: none;
  animation-name: heroWordGlow;
  animation-duration: 1200ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

.hero-word--right::after,
.hero-word--left::after {
  animation-delay: calc(var(--word-index) * 420ms + 420ms);
}

.theme-henrytech.is-loaded .hero-word::after {
  animation-play-state: running;
}

@keyframes heroWordSettle {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  55% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
@keyframes heroWordGlow {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }
  35% {
    opacity: 0.9;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}
.hero-block__title--animated {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05em;
  overflow: visible;
}

.hero-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.22em;
}

.hero-word {
  position: relative;
  display: inline-block;
  opacity: 0;
  will-change: transform, opacity, filter;
  animation-name: heroWordSettle;
  animation-duration: 1400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  filter: blur(4px);
}

/* --- GROUPING RULES --- */
/* YOUR (2) + DRUPAL (3) on same line */
.hero-word:nth-child(2),
.hero-word:nth-child(3) {
  display: inline-block;
}

/* WITH (5) + SENIOR (6) on same line */
.hero-word:nth-child(5),
.hero-word:nth-child(6) {
  display: inline-block;
}

/* Add spacing between inline words */
.hero-word:nth-child(2)::after,
.hero-word:nth-child(5)::after {
  content: " ";
}

.hero-word:nth-child(2),
.hero-word:nth-child(3),
.hero-word:nth-child(5),
.hero-word:nth-child(6) {
  margin-right: 0.25em;
}

.hero-block__brand-corner {
  top: 2rem;
  right: 0;
  z-index: 4;
  width: 15vw;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.hero-block__logo-reveal {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
}

.hero-block__logo-image {
  display: block;
  width: min(100%, 430px);
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
  position: relative;
  z-index: 3;
}

.hero-block__logo-reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #081726;
  transform: translateX(0);
}

.theme-henrytech.is-loaded .hero-block__logo-reveal::before {
  animation: logoCoverSlide 4.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-block__logo-reveal::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 56px;
  z-index: 3;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-80px);
  opacity: 0;
  pointer-events: none;
}

.theme-henrytech.is-loaded .hero-block__logo-reveal::after {
  animation: logoEdgeSweep 4.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-block__logo-reveal::before,
.hero-block__logo-reveal::after {
  content: "";
  position: absolute;
  inset: -10% -12%;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}

.hero-block__logo-reveal::before {
  background: radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.14) 18%, rgba(255, 255, 255, 0) 48%), radial-gradient(circle at 38% 42%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.1) 16%, rgba(255, 255, 255, 0) 42%), radial-gradient(circle at 62% 58%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 16%, rgba(255, 255, 255, 0) 40%);
  filter: blur(18px);
  transform: translateX(-36px) translateY(8px) scale(1.04);
}

.hero-block__logo-reveal::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 28%, rgba(255, 255, 255, 0) 56%), radial-gradient(circle at 78% 48%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 18%, rgba(255, 255, 255, 0) 44%);
  filter: blur(22px);
  transform: translateX(18px) translateY(-6px) scale(1.02);
}

.theme-henrytech.is-loaded .hero-block__logo-reveal {
  animation: logoMistReveal 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

.theme-henrytech.is-loaded .hero-block__logo-reveal::before {
  animation: logoMistLeft 2.8s ease-out 0.05s forwards;
}

.theme-henrytech.is-loaded .hero-block__logo-reveal::after {
  animation: logoMistRight 3s ease-out 0.12s forwards;
}

.text {
  fill: #345382;
}

.gear {
  fill: #ffffff;
}

@keyframes logoCoverSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(102%);
  }
}
@keyframes logoEdgeSweep {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  100% {
    transform: translateX(calc(100% + 80px));
    opacity: 1;
  }
}
@keyframes logoMistReveal {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  35% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes logoMistLeft {
  0% {
    opacity: 0;
    transform: translateX(-48px) translateY(10px) scale(1.06);
  }
  18% {
    opacity: 0.9;
  }
  55% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: translateX(8px) translateY(0) scale(1);
  }
}
@keyframes logoMistRight {
  0% {
    opacity: 0;
    transform: translateX(34px) translateY(-8px) scale(1.03);
  }
  22% {
    opacity: 0.65;
  }
  60% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
    transform: translateX(-6px) translateY(0) scale(1);
  }
}
@media (max-width: 1100px) {
  .hero-block__brand-corner {
    width: min(32vw, 300px);
  }
}
@media (max-width: 767px) {
  .hero-block {
    min-height: auto;
  }
  .hero-block__brand-corner {
    position: relative;
    top: auto;
    right: auto;
    width: min(72vw, 280px);
    margin: 0 0 1.5rem auto;
  }
}
.hero-block__brand-text {
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.hero-block__brand-text span {
  display: block;
  position: relative;
  padding-left: 1.2rem;
}

.hero-block__brand-text span {
  opacity: 0;
  transform: translateX(10px);
  animation: brandReveal 600ms ease forwards;
}

.hero-block__brand-text span:nth-child(1) {
  animation-delay: 0.6s;
}

.hero-block__brand-text span:nth-child(2) {
  animation-delay: 0.8s;
}

.hero-block__brand-text span:nth-child(3) {
  animation-delay: 1s;
}

@keyframes brandReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero-block__brand-corner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 320px;
  margin-left: auto;
  gap: 1rem;
}

.hero-block__brand-corner {
  padding: 1.25rem 1.5rem;
  backdrop-filter: blur(6px);
}

.flex-section--hero {
  background: linear-gradient(90deg, rgba(5, 18, 32, 0.95) 0%, rgba(5, 18, 32, 0.75) 35%, rgba(5, 18, 32, 0.25) 60%, rgba(5, 18, 32, 0.4) 100%), url("../../images/henry-tech-mountain-hero.svg") center/cover no-repeat;
}

.flex-section--cta {
  position: relative;
}
.flex-section--cta .flex-section__background {
  position: relative;
  inset: 0;
  z-index: 0;
}

.flex-section--cta .flex-section__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5, 15, 30, 0.55), rgba(5, 15, 30, 0.75));
  pointer-events: none;
}

.flex-section--cta .flex-section__background,
.flex-section--cta .flex-section__background .field,
.flex-section--cta .flex-section__background .field__item,
.flex-section--cta .flex-section__background .media,
.flex-section--cta .flex-section__background picture,
.flex-section--cta .flex-section__background img {
  width: 100%;
  height: 100%;
}

.flex-section--cta .flex-section__background img {
  object-fit: cover;
  object-position: center center;
  display: block;
}

.flex-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: repeating-linear-gradient(90deg, rgba(111, 183, 255, 0.03) 0, rgba(111, 183, 255, 0.03) 1px, transparent 1px, transparent 120px), repeating-linear-gradient(0deg, rgba(111, 183, 255, 0.02) 0, rgba(111, 183, 255, 0.02) 1px, transparent 1px, transparent 120px);
  mix-blend-mode: screen;
  opacity: 0.22;
  pointer-events: none;
}

.flex-section--cta .container {
  position: relative;
  z-index: 3;
}

.cta-block {
  display: block;
  position: relative;
}

.cta-block__content {
  position: relative;
  z-index: 3;
  max-width: 46rem;
}

.flex-section--cta .flex-section {
  position: relative;
  overflow: hidden;
}
.flex-section--cta .flex-section__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.flex-section--cta .flex-section__background,
.flex-section--cta .flex-section__background .field,
.flex-section--cta .flex-section__background .field__item,
.flex-section--cta .flex-section__background .media,
.flex-section--cta .flex-section__background picture,
.flex-section--cta .flex-section__background img {
  width: 100%;
  height: 100%;
}
.flex-section--cta .flex-section__background img {
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.72);
}
.flex-section--cta .flex-section__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(5, 15, 30, 0.72) 0%, rgba(5, 15, 30, 0.52) 40%, rgba(5, 15, 30, 0.22) 75%, rgba(5, 15, 30, 0.38) 100%);
  pointer-events: none;
}
.flex-section--cta .flex-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.flex-section--cta .flex-section .container {
  position: relative;
  z-index: 2;
}

.proof-block {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 2rem;
}

@media (min-width: 768px) {
  .proof-block {
    padding: 3rem;
  }
}
/* split-specific file */
/* currently most split styles are shared in _flex-section.scss */
.testimonial-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 2rem;
}

.testimonial-card__quote {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.6;
}

.testimonial-card__attribution {
  margin-top: 1.5rem;
  color: #6fb7ff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .testimonial-card {
    padding: 3rem;
  }
}
.simple-block {
  max-width: 64rem;
}

.flex-section--banner {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: clamp(18rem, 32vh, 26rem);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 4rem 0 3rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}

.flex-section--banner .flex-section__background,
.flex-section--banner .flex-section__background .field,
.flex-section--banner .flex-section__background .field__item,
.flex-section--banner .flex-section__background .media,
.flex-section--banner .flex-section__background picture,
.flex-section--banner .flex-section__background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flex-section--banner .flex-section__background img {
  object-fit: cover;
  object-position: center center;
}

.flex-section--banner .flex-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 18, 32, 0.18) 0%, rgba(5, 18, 32, 0.38) 42%, rgba(5, 18, 32, 0.82) 100%), linear-gradient(90deg, rgba(5, 18, 32, 0.7) 0%, rgba(5, 18, 32, 0.28) 55%, rgba(5, 18, 32, 0.56) 100%);
}

.flex-section--banner .container {
  position: relative;
  z-index: 3;
  width: min(100% - 4rem, 1400px);
  margin-inline: auto;
}

.banner-block {
  display: block;
}

.banner-block__content {
  position: relative;
  z-index: 3;
  max-width: 58rem;
}

.banner-block__eyebrow {
  margin-bottom: 1rem;
  color: #6fb7ff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.banner-block__title {
  max-width: 16ch;
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.banner-block__body {
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .banner-block__title {
    max-width: 10ch;
  }
  .flex-section--banner {
    min-height: 16rem;
    padding: 3rem 0 2rem;
  }
}
.logos-block {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}

.logos-block__media {
  margin-top: 2rem;
}

.logos-block__media img {
  margin-inline: auto;
}

@media (min-width: 768px) {
  .logos-block {
    padding: 3rem;
  }
}
.delivery-model {
  position: relative;
  padding: clamp(4.5rem, 7vw, 7.5rem) 0;
  background: #e7ebf0;
  color: #10233b;
  overflow: hidden;
}

.delivery-model .container {
  width: min(100% - 4rem, 1380px);
  margin-inline: auto;
}

.delivery-model__inner {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

.delivery-model__intro {
  max-width: 40rem;
}

.delivery-model__eyebrow {
  margin-bottom: 1rem;
  color: #5a8fd0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.delivery-model__title {
  margin: 0;
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #08203a;
}

.delivery-model__body {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #425970;
}

.delivery-model__main {
  display: grid;
  gap: 2rem;
  min-width: 0;
}

.delivery-model__steps-wrap {
  position: relative;
}

.delivery-model__signal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.2rem;
  width: 2rem;
  pointer-events: none;
  z-index: 0;
}

.delivery-model__signal-line {
  position: absolute;
  top: 3.2rem;
  bottom: 3.2rem;
  left: 50%;
  width: 3px;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  border-radius: 999px;
  background: linear-gradient(180deg, #c8ebff 0%, #7bc8ff 30%, #4e9df1 70%, #1f5ea8 100%);
  box-shadow: 0 0 10px rgba(111, 183, 255, 0.35), 0 0 24px rgba(111, 183, 255, 0.18);
  opacity: 0.95;
}

.delivery-model__signal-node {
  position: absolute;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateX(-50%) scale(0.2);
  border-radius: 999px;
  background: radial-gradient(circle, #dff4ff 0%, #7fc7ff 55%, #2f74c0 100%);
  box-shadow: 0 0 0 6px rgba(111, 183, 255, 0.1), 0 0 14px rgba(111, 183, 255, 0.28);
  opacity: 0;
}

.delivery-model__signal-node--1 {
  top: 3.1rem;
}

.delivery-model__signal-node--2 {
  top: 12.4rem;
}

.delivery-model__signal-node--3 {
  top: 21.7rem;
}

.delivery-model__signal-node--4 {
  top: 31rem;
}

.delivery-model__signal-node--5 {
  top: 40.3rem;
}

.delivery-model__steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

.delivery-step {
  position: relative;
  display: grid;
  grid-template-columns: 5.25rem 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 6rem;
  padding: 1.2rem 1.4rem 1.2rem 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.58));
  border: 1px solid rgba(18, 45, 75, 0.08);
  border-radius: 1.35rem;
  box-shadow: 0 10px 28px rgba(16, 35, 59, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 500ms ease, box-shadow 500ms ease, transform 500ms ease;
}

.delivery-step__icon {
  width: 4.6rem;
  height: 4.6rem;
  display: grid;
  place-items: center;
  border-radius: 1.1rem;
  transition: box-shadow 500ms ease, transform 500ms ease;
}

.delivery-step__content {
  min-width: 0;
}
@media (max-width: 979px) {
  .delivery-step__content {
    padding: 0 1em 1em 1em;
  }
}

.delivery-step__title {
  margin: 0 0 0.25rem;
  font-size: clamp(1.35rem, 1.5vw, 1.8rem);
  line-height: 1;
  text-transform: uppercase;
  color: #08203a;
}

.delivery-step__text {
  margin: 0;
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #425970;
}

.ht-gear-icon {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  filter: drop-shadow(0 5px 10px rgba(34, 94, 169, 0.14));
  transition: filter 500ms ease, transform 500ms ease;
}

.delivery-model__staff {
  padding: 1.9rem 2rem;
  background: radial-gradient(circle at top, rgba(111, 183, 255, 0.12), transparent 34%), linear-gradient(180deg, #14355b 0%, #071a30 100%);
  border-radius: 1.65rem;
  border: 1px solid rgba(111, 183, 255, 0.18);
  box-shadow: 0 18px 40px rgba(6, 17, 28, 0.14);
  color: #f5faff;
}

.delivery-model__staff-title {
  margin: 0 0 1.15rem;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
}

.delivery-model__staff-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.1rem;
}

.delivery-model__staff-list li {
  position: relative;
  padding-left: 2rem;
  color: rgba(245, 250, 255, 0.92);
  font-size: 1.2rem;
  line-height: 1.5;
}

.delivery-model__staff-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #9fd0ff 0%, #6fb7ff 100%);
  box-shadow: 0 0 0 4px rgba(111, 183, 255, 0.14), 0 0 12px rgba(111, 183, 255, 0.2);
  transform: translateY(-50%);
}

.delivery-model.is-visible .delivery-model__signal-line {
  animation: deliveryRailReveal 1.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.delivery-model.is-visible .delivery-model__signal-node {
  animation: deliveryRailNodeIn 420ms ease forwards;
}

.delivery-model.is-visible .delivery-model__signal-node--1 {
  animation-delay: 0.16s;
}

.delivery-model.is-visible .delivery-model__signal-node--2 {
  animation-delay: 0.36s;
}

.delivery-model.is-visible .delivery-model__signal-node--3 {
  animation-delay: 0.56s;
}

.delivery-model.is-visible .delivery-model__signal-node--4 {
  animation-delay: 0.76s;
}

.delivery-model.is-visible .delivery-model__signal-node--5 {
  animation-delay: 0.96s;
}

.delivery-model.is-visible .delivery-step {
  animation: deliveryStepLift 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.delivery-model.is-visible .delivery-step--assess {
  animation-delay: 0.18s;
}

.delivery-model.is-visible .delivery-step--stabilize {
  animation-delay: 0.42s;
}

.delivery-model.is-visible .delivery-step--modernize {
  animation-delay: 0.66s;
}

.delivery-model.is-visible .delivery-step--transition {
  animation-delay: 0.9s;
}

.delivery-model.is-visible .delivery-step--support {
  animation-delay: 1.14s;
}

.delivery-model.is-visible .ht-gear-icon {
  filter: drop-shadow(0 8px 14px rgba(52, 122, 210, 0.18));
}

@keyframes deliveryStepLift {
  0% {
    opacity: 0;
    transform: translateY(18px);
    border-color: rgba(18, 45, 75, 0.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    border-color: rgba(85, 150, 226, 0.16);
  }
}
@media (min-width: 980px) {
  .delivery-model__main {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: start;
    gap: 2.2rem;
  }
  .delivery-model__staff {
    min-height: 100%;
  }
}
@media (max-width: 979px) {
  .delivery-model__signal {
    display: none;
  }
}
@media (max-width: 739px) {
  .delivery-model .container {
    width: min(100% - 1.5rem, 1380px);
  }
  .delivery-model {
    padding: 3.5rem 0;
  }
  .delivery-model__inner {
    gap: 2rem;
  }
  .delivery-step {
    grid-template-columns: 4.5rem 1fr;
    min-height: auto;
    padding: 1rem;
    border-radius: 1.1rem;
  }
  .delivery-step__icon {
    width: 4rem;
    height: 4rem;
  }
  .ht-gear-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .delivery-step__title {
    font-size: 1.3rem;
  }
  .delivery-step__text {
    font-size: 0.95rem;
  }
  .delivery-model__staff {
    padding: 1.4rem 1.2rem;
    border-radius: 1.2rem;
  }
}
@media (max-width: 560px) {
  .delivery-step {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .delivery-step__icon {
    margin-bottom: 0.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .delivery-model__signal-line,
  .delivery-model__signal-node,
  .delivery-step,
  .delivery-step__icon,
  .ht-gear-icon {
    animation: none !important;
    transition: none !important;
  }
  .delivery-model__signal-line {
    transform: translateX(-50%) scaleY(1);
  }
  .delivery-model__signal-node {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.ht-form {
  max-width: 54rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(7, 20, 34, 0.74), rgba(7, 20, 34, 0.54));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
}

.ht-form__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.ht-form__inner {
  display: grid;
  gap: 1rem;
}

.ht-form .form-item {
  margin: 0;
}

.ht-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(245, 250, 255, 0.9);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ht-form input[type=text],
.ht-form input[type=email],
.ht-form input[type=tel],
.ht-form input[type=url],
.ht-form textarea,
.ht-form select {
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.9rem;
  background: rgba(2, 12, 22, 0.68);
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ht-form textarea {
  min-height: 12rem;
  resize: vertical;
}

.ht-form input::placeholder,
.ht-form textarea::placeholder {
  color: rgba(245, 250, 255, 0.42);
}

.ht-form input:focus,
.ht-form textarea:focus,
.ht-form select:focus {
  outline: none;
  border-color: rgba(111, 183, 255, 0.6);
  box-shadow: 0 0 0 3px rgba(111, 183, 255, 0.14), 0 12px 30px rgba(0, 0, 0, 0.14);
  background: rgba(2, 12, 22, 0.82);
}

.ht-form .description,
.ht-form .form-item__description {
  margin-top: 0.35rem;
  color: rgba(245, 250, 255, 0.58);
  font-size: 0.9rem;
}

.ht-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.ht-form input[type=submit],
.ht-form .button,
.ht-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.15rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(111, 183, 255, 0.32);
  background: linear-gradient(180deg, rgba(74, 147, 230, 0.98), rgba(25, 70, 118, 0.98));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ht-form input[type=submit]:hover,
.ht-form .button:hover,
.ht-form button:hover {
  transform: translateY(-2px);
  border-color: rgba(111, 183, 255, 0.62);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(111, 183, 255, 0.14);
}

.ht-form .form-required::after {
  color: #6fb7ff;
}

@media (max-width: 640px) {
  .ht-form {
    padding: 1rem;
    border-radius: 1rem;
  }
  .ht-form input[type=text],
  .ht-form input[type=email],
  .ht-form input[type=tel],
  .ht-form input[type=url],
  .ht-form textarea,
  .ht-form select {
    padding: 0.9rem 1rem;
  }
}
#block-webform {
  padding: 2em;
  background: linear-gradient(90deg, rgba(5, 18, 32, 0.95) 0%, rgba(5, 18, 32, 0.75) 35%, rgba(5, 18, 32, 0.25) 60%, rgba(5, 18, 32, 0.4) 100%), url("../../images/travelers-hiking.jpg") center/cover no-repeat;
}
#block-webform h2 {
  text-align: center;
}

.webform-submission-contact-form {
  opacity: 0.8;
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 1.5rem;
  background: radial-gradient(circle at top, rgba(111, 183, 255, 0.08), transparent 35%), linear-gradient(180deg, rgba(11, 28, 48, 0.96), rgb(7, 20, 35));
  border: 1px solid rgba(111, 183, 255, 0.14);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #f5faff;
  overflow: hidden;
}

.webform-submission-contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background: repeating-linear-gradient(90deg, rgba(111, 183, 255, 0.03) 0, rgba(111, 183, 255, 0.03) 1px, transparent 1px, transparent 120px), repeating-linear-gradient(0deg, rgba(111, 183, 255, 0.02) 0, rgba(111, 183, 255, 0.02) 1px, transparent 1px, transparent 120px);
}

.webform-submission-contact-form > * {
  position: relative;
  z-index: 1;
}

.webform__header {
  margin-bottom: 0.75rem;
}

.webform__title {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #f5faff;
}

.webform__description {
  margin-bottom: 1.5rem;
  max-width: 42rem;
  color: rgba(245, 250, 255, 0.76);
  line-height: 1.7;
}

.webform__inner {
  display: grid;
  gap: 1rem;
}

/* Form spacing */
.webform-submission-contact-form form {
  display: grid;
  gap: 1.15rem;
}

.webform-submission-contact-form .form-item,
.webform-submission-contact-form .js-form-item {
  margin: 0;
}

.webform-submission-contact-form .form-item label,
.webform-submission-contact-form .js-form-item label,
.webform-submission-contact-form .form-wrapper > legend,
.webform-submission-contact-form fieldset > legend {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9fd0ff;
}

/* Inputs */
.webform-submission-contact-form input[type=text],
.webform-submission-contact-form input[type=email],
.webform-submission-contact-form input[type=tel],
.webform-submission-contact-form input[type=url],
.webform-submission-contact-form input[type=number],
.webform-submission-contact-form input[type=search],
.webform-submission-contact-form input[type=password],
.webform-submission-contact-form input[type=date],
.webform-submission-contact-form input[type=time],
.webform-submission-contact-form select,
.webform-submission-contact-form textarea {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(111, 183, 255, 0.16);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  color: #f5faff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 18px rgba(0, 0, 0, 0.14);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.webform-submission-contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.webform-submission-contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9fd0ff 50%), linear-gradient(135deg, #9fd0ff 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(50% - 2px), calc(100% - 16px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.webform-submission-contact-form input::placeholder,
.webform-submission-contact-form textarea::placeholder {
  color: rgba(245, 250, 255, 0.42);
}

.webform-submission-contact-form input:focus,
.webform-submission-contact-form select:focus,
.webform-submission-contact-form textarea:focus {
  outline: none;
  border-color: rgba(111, 183, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(111, 183, 255, 0.14), 0 10px 22px rgba(0, 0, 0, 0.2);
}

/* Descriptions and help text */
.webform-submission-contact-form .description,
.webform-submission-contact-form .form-item .description,
.webform-submission-contact-form .form-item__description {
  margin-top: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(245, 250, 255, 0.58);
}

/* Fieldsets */
.webform-submission-contact-form fieldset {
  margin: 0;
  padding: 1rem 1rem 1.1rem;
  border: 1px solid rgba(111, 183, 255, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.025);
}

.webform-submission-contact-form fieldset > .fieldset-wrapper {
  display: grid;
  gap: 0.85rem;
}

/* Radios + checkboxes */
.webform-submission-contact-form input[type=checkbox],
.webform-submission-contact-form input[type=radio] {
  accent-color: #6fb7ff;
}

.webform-submission-contact-form .form-checkboxes,
.webform-submission-contact-form .form-radios {
  display: grid;
  gap: 0.7rem;
}

.webform-submission-contact-form .form-checkboxes .form-item,
.webform-submission-contact-form .form-radios .form-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.webform-submission-contact-form .form-checkboxes label,
.webform-submission-contact-form .form-radios label {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(245, 250, 255, 0.88);
}

/* Errors */
.webform-submission-contact-form .form-item--error input,
.webform-submission-contact-form .form-item--error select,
.webform-submission-contact-form .form-item--error textarea,
.webform-submission-contact-form input.error,
.webform-submission-contact-form select.error,
.webform-submission-contact-form textarea.error {
  border-color: rgba(255, 112, 112, 0.8);
  box-shadow: 0 0 0 3px rgba(255, 112, 112, 0.12);
}

.webform-submission-contact-form .form-item--error-message,
.webform-submission-contact-form .error,
.webform-submission-contact-form .messages--error {
  color: #ffd2d2;
}

/* Actions */
.webform-submission-contact-form .form-actions,
.webform-submission-contact-form .webform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}

.webform-submission-contact-form .form-actions input[type=submit],
.webform-submission-contact-form .form-actions .button,
.webform-submission-contact-form .form-actions .webform-button--submit,
.webform-submission-contact-form .webform-actions input[type=submit],
.webform-submission-contact-form .webform-actions .button,
.webform-submission-contact-form .webform-actions .webform-button--submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 183, 255, 0.4);
  background: linear-gradient(180deg, rgba(34, 48, 82, 0.96), rgba(14, 22, 40, 0.98));
  color: #f5faff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.2);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.webform-submission-contact-form .form-actions input[type=submit]:hover,
.webform-submission-contact-form .form-actions input[type=submit]:focus-visible,
.webform-submission-contact-form .form-actions .button:hover,
.webform-submission-contact-form .form-actions .button:focus-visible,
.webform-submission-contact-form .webform-actions input[type=submit]:hover,
.webform-submission-contact-form .webform-actions input[type=submit]:focus-visible,
.webform-submission-contact-form .webform-actions .button:hover,
.webform-submission-contact-form .webform-actions .button:focus-visible {
  border-color: rgba(111, 183, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 28px rgba(0, 0, 0, 0.28);
}

/* Two-column layout for common desktop forms */
@media (min-width: 900px) {
  .webform-submission-contact-form form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.15rem;
  }
  .webform-submission-contact-form .form-item,
  .webform-submission-contact-form .js-form-item,
  .webform-submission-contact-form fieldset,
  .webform-submission-contact-form .form-actions,
  .webform-submission-contact-form .webform-actions {
    grid-column: span 2;
  }
  .webform-submission-contact-form .form-item--firstname,
  .webform-submission-contact-form .form-item--last-name,
  .webform-submission-contact-form .form-item--name-first,
  .webform-submission-contact-form .form-item--name-last,
  .webform-submission-contact-form .form-item--email,
  .webform-submission-contact-form .form-item--phone,
  .webform-submission-contact-form .form-item--company,
  .webform-submission-contact-form .form-item--subject {
    grid-column: span 1;
  }
}
@media (max-width: 640px) {
  .webform-submission-contact-form {
    padding: 1.2rem;
    border-radius: 1.2rem;
  }
  .webform__title {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }
  .webform-submission-contact-form input[type=text],
  .webform-submission-contact-form input[type=email],
  .webform-submission-contact-form input[type=tel],
  .webform-submission-contact-form input[type=url],
  .webform-submission-contact-form input[type=number],
  .webform-submission-contact-form input[type=search],
  .webform-submission-contact-form input[type=password],
  .webform-submission-contact-form input[type=date],
  .webform-submission-contact-form input[type=time],
  .webform-submission-contact-form select,
  .webform-submission-contact-form textarea {
    min-height: 3.2rem;
  }
}
