/* CrossAlloy.57 landingpage – loaded alone on pages with layout 20 */
html { scroll-behavior: smooth; }
.crossalloy-page {
  --blue: #07A1E2;
  --blue-d: #0688bf;
  --dark: #646D74;
  --ink: #232a2f;
  --muted: #646D74;
  --line: #dfe4e8;
  --line-2: #B1B9C1;
  --tint: #f3f7fa;
  --green: #7FB73F;
  --turq: #55AEB5;
  --magenta: #C60085;
  --black: #141412;
  --bg: #ffffff;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.crossalloy-page * { box-sizing: border-box; }
.crossalloy-page .wrap { max-width: 1280px; margin: 0 auto; padding: 0 28px; }

/* Neutralize AMAG content-frame constraints (styles.css .frame / .frame-default).
   CrossAlloy uses its own .wrap; hero/tint sections must be full-bleed. */
.crossalloy-page #main > .frame,
.crossalloy-page #main > .frame-default,
.crossalloy-page .frame-type-innpuls_json_element,
.crossalloy-page .frame-type-form_formframework {
  max-width: none !important;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.crossalloy-page .site-nav { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.crossalloy-page .site-nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; flex-wrap: nowrap; }
.crossalloy-page .brand-name { font-weight: 800; font-size: 17px; color: var(--black); letter-spacing: .01em; white-space: nowrap; }
.crossalloy-page .nav-segment { margin-left: 9px; padding-left: 11px; border-left: 1px solid var(--line); font-weight: 700; font-size: 15px; color: var(--blue); letter-spacing: 0; }
.crossalloy-page .nav-logo-link { display: block; line-height: 0; border-radius: 2px; transition: opacity .15s; }
.crossalloy-page .nav-logo-link:hover { opacity: .75; }
.crossalloy-page .nav-logo-link:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.crossalloy-page .nav-logo { height: 36px; width: auto; display: block; border: none; }
.crossalloy-page .nav-toggler { display: none; }
.crossalloy-page .main-menu { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.crossalloy-page .main-menu-panel { display: contents; }
.crossalloy-page .menu-btn { border: none; background: transparent; color: var(--dark); padding: 23px 16px; border-radius: 0; cursor: pointer; font-size: 14.5px; font-weight: 700; border-bottom: 3px solid transparent; transition: .15s; text-decoration: none; display: inline-block; font-family: inherit; }
.crossalloy-page .menu-btn:hover { color: var(--blue); }
.crossalloy-page .menu-btn.active { color: var(--blue); border-bottom-color: var(--blue); }
.crossalloy-page .dropdown-wrap { position: relative; }
.crossalloy-page .dropdown-wrap > .menu-btn::after { content: " ▾"; }
.crossalloy-page .dropdown-wrap.active > .menu-btn { color: var(--blue); border-bottom-color: var(--blue); }
.crossalloy-page .dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(10, 39, 51, .16); min-width: 230px; z-index: 60; padding: 6px 0; }
.crossalloy-page .dropdown-wrap.open .dropdown { display: block; }
.crossalloy-page .dropdown a,
.crossalloy-page .dropdown button { display: block; width: 100%; text-align: left; border: none; background: transparent; padding: 11px 18px; font-size: 14px; font-weight: 600; color: var(--ink); cursor: pointer; text-decoration: none; }
.crossalloy-page .dropdown a:hover,
.crossalloy-page .dropdown button:hover { background: var(--tint); color: var(--blue); }
.crossalloy-page .dropdown a.active,
.crossalloy-page .dropdown button.active { color: var(--blue); font-weight: 700; }

@media (min-width: 1200px) {
  .crossalloy-page .site-nav .wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    justify-content: stretch;
  }
  .crossalloy-page .brand-name { justify-self: start; }
  .crossalloy-page .main-menu { justify-self: center; }
  .crossalloy-page .nav-logo-link { justify-self: end; }
}

@media (max-width: 1199px) {
  .crossalloy-page .site-nav .wrap { justify-content: flex-start; column-gap: 12px; }
  .crossalloy-page .brand-name { flex: 1 1 auto; min-width: 0; }
  .crossalloy-page .nav-logo-link { margin-left: auto; }
  .crossalloy-page .nav-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    padding: 4px;
    margin: 0;
    border: 1px solid var(--blue);
    border-radius: 0;
    background: var(--blue);
    cursor: pointer;
    box-shadow: none;
  }
  .crossalloy-page .nav-toggler:hover { background: var(--blue-d); border-color: var(--blue-d); }
  .crossalloy-page .nav-toggler:focus { outline: none; box-shadow: none; }
  .crossalloy-page .nav-toggler:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
  .crossalloy-page .nav-toggler-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") center / 100% 100% no-repeat;
  }
  .crossalloy-page .site-nav.menu-open .nav-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-width='2' d='M8 8l14 14M22 8L8 22'/%3e%3c/svg%3e");
  }
  .crossalloy-page .main-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    height: 0;
    overflow: hidden;
    background: #000;
    z-index: 60;
    visibility: hidden;
    pointer-events: none;
  }
  .crossalloy-page .site-nav.menu-open .main-menu {
    height: auto;
    visibility: visible;
    pointer-events: auto;
  }
  .crossalloy-page .main-menu-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 28px 18px;
  }
  .crossalloy-page .main-menu .menu-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    border-bottom: none;
    text-align: left;
  }
  .crossalloy-page .main-menu .menu-btn:hover,
  .crossalloy-page .main-menu .menu-btn.active,
  .crossalloy-page .dropdown-wrap.active > .menu-btn { color: #fff; border-bottom: none; }
  .crossalloy-page .dropdown-wrap { width: 100%; }
  .crossalloy-page .dropdown-wrap > .menu-btn::after { content: "+"; padding-right: 5px; font-weight: 400; }
  .crossalloy-page .dropdown-wrap.open > .menu-btn::after { content: "–"; }
  .crossalloy-page .dropdown {
    position: static;
    min-width: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0 0 6px;
  }
  .crossalloy-page .dropdown a,
  .crossalloy-page .dropdown button {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0 8px 18px;
  }
  .crossalloy-page .dropdown a:hover,
  .crossalloy-page .dropdown button:hover { background: transparent; color: #fff; opacity: .75; }
  .crossalloy-page .dropdown a.active,
  .crossalloy-page .dropdown button.active {
    background: #fff;
    color: #000;
    font-weight: 600;
    padding-left: 18px;
  }
}

.crossalloy-page .hero { background: linear-gradient(115deg, #0a2733 0%, #0e3b4d 45%, #07A1E2 130%); color: #fff; position: relative; overflow: hidden; }
.crossalloy-page .hero::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 340px; height: 340px; border-radius: 50%; background: rgba(255, 255, 255, .06); }
.crossalloy-page .hero.has-bg::after { display: none; }
.crossalloy-page .hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.crossalloy-page .hero-bg-alt { opacity: 0; animation: caHeroFade 16s ease-in-out infinite; }
@keyframes caHeroFade { 0%, 38% { opacity: 0; } 50%, 88% { opacity: 1; } 100% { opacity: 0; } }
.crossalloy-page .hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(7, 26, 36, .86) 0%, rgba(7, 26, 36, .62) 48%, rgba(7, 26, 36, .28) 100%); }
.crossalloy-page .hero .wrap { padding: 48px 28px; position: relative; z-index: 1; height: 440px; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; }
.crossalloy-page .hero.has-bg h1,
.crossalloy-page .hero.has-bg p { text-shadow: 0 2px 14px rgba(0, 0, 0, .45); }
@media (max-width: 640px) {
  .crossalloy-page .hero .wrap { height: auto; min-height: 360px; padding: 36px 20px; }
}

.crossalloy[data-segment="overview"] .hero { --darkw: calc(55vw - max(28px, (100vw - 1280px) / 2 + 28px)); }
.crossalloy[data-segment="overview"] .hero .wrap { height: auto; min-height: calc(100vh - var(--navh, 70px)); min-height: calc(100svh - var(--navh, 70px)); display: block; padding-top: 0; }
.crossalloy[data-segment="overview"] .hero-content { position: absolute; top: 0; bottom: 0; left: 28px; width: max(var(--darkw), 320px); max-width: 700px; }
.crossalloy[data-segment="overview"] .hero h1 { position: absolute; top: 41.667%; transform: translateY(-50%); margin: 0; font-size: clamp(26px, min(3.1vw, 7vh), 44px); }
@media (max-width: 640px) {
  .crossalloy[data-segment="overview"] .hero-content { left: 20px; }
}
@media (max-width: 1100px) {
  .crossalloy[data-segment="overview"] .hero-bg { background-position: 30% center; }
}
.crossalloy-page .hero-scroll { position: absolute; left: 50%; bottom: 26px; z-index: 1; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; display: flex; align-items: center; justify-content: center; pointer-events: none; transform: translateX(-50%); animation: caHeroNudge 2.6s ease-in-out infinite; }
.crossalloy-page .hero-scroll::before { content: ""; width: 9px; height: 9px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: translateY(-2px) rotate(45deg); }
@keyframes caHeroNudge { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }
@media (prefers-reduced-motion: reduce) {
  .crossalloy-page .hero-scroll { animation: none; }
  .crossalloy-page .hero-bg-alt { animation: none; }
}
@media (max-height: 560px) {
  .crossalloy-page .hero-scroll { display: none; }
}
.crossalloy-page .hero-badge { display: inline-block; background: var(--blue); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 13px; border-radius: 2px; margin-bottom: 18px; }
.crossalloy[data-segment="overview"] .hero-badge { background: none; box-shadow: none; padding: 0; border-radius: 0; line-height: 1.05; font-weight: 800; text-transform: none; letter-spacing: -.01em; color: #fff; position: absolute; top: 16.667%; transform: translateY(-50%); margin: 0; white-space: nowrap; font-size: clamp(26px, min(calc(var(--darkw) / 10.6), 9vh), 66px); }
.crossalloy-page .hero h1 { font-size: 40px; line-height: 1.1; margin: 0 0 16px; font-weight: 800; letter-spacing: -.01em; white-space: pre-line; }
.crossalloy-page .hero p { font-size: 18px; color: rgba(255, 255, 255, .9); margin: 0; }

.crossalloy-page .block { padding: 40px 0; border-bottom: 1px solid var(--line); }
.crossalloy-page .block.tint { background: var(--tint); }
.crossalloy-page .section-title { font-size: 23px; margin: 0 0 16px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; position: relative; padding-left: 16px; }
.crossalloy-page .section-title::before { content: ""; position: absolute; left: 0; top: .18em; bottom: .18em; width: 5px; background: var(--blue); border-radius: 2px; }
.crossalloy-page .block h3 { font-size: 17px; margin: 20px 0 6px; font-weight: 700; color: var(--ink); }
.crossalloy-page .block h4 { font-size: 14px; margin: 16px 0 6px; font-weight: 700; color: var(--dark); }
.crossalloy-page .block p { margin: 0 0 11px; }

.crossalloy-page .table-wrap { margin: 14px 0 20px; overflow-x: auto; }
.crossalloy-page .table-title { margin: 12px 0 6px; color: var(--blue); font-weight: 700; font-size: 14px; }
.crossalloy-page .table-title.ref { color: #808080; }
.crossalloy-page .data-table { border-collapse: collapse; width: 100%; font-size: 13.5px; min-width: 440px; }
.crossalloy-page .data-table th,
.crossalloy-page .data-table td { border: 1px solid var(--line); padding: 8px 11px; text-align: left; vertical-align: top; }
.crossalloy-page .data-table thead th { background: var(--blue); color: #fff; font-weight: 700; border-color: var(--blue); }
.crossalloy-page .data-table td:first-child { font-weight: 600; }
.crossalloy-page .data-table tbody tr:nth-child(even) td { background: #f7fafc; }
.crossalloy-page .data-table tr.spec td { font-size: 11.5px; color: var(--muted); border-top: none; padding-top: 1px; background: transparent !important; }
.crossalloy-page .data-table tr.spec td:first-child { font-weight: 400; }
.crossalloy-page .data-table tr.band td { background: #e7f4fb !important; font-weight: 700; font-size: 12.5px; color: var(--dark); }
.crossalloy-page .source-note { font-size: 12px; color: var(--muted); margin: 4px 0 0; line-height: 1.2; }
.crossalloy-page .chart-caption { text-align: center; max-width: 100%; margin-left: auto; margin-right: auto; }
.crossalloy-page .source-note + .source-note { margin-top: 0; }
.crossalloy-page .data-table sup,
.crossalloy-page .table-title sup { font-size: .72em; line-height: 0; vertical-align: super; }

.crossalloy-page .tabbar { background: var(--tint); border-top: 1px solid var(--line); border-bottom: 2px solid var(--line); position: sticky; top: var(--navh, 70px); z-index: 40; }
.crossalloy-page .tabbar .wrap { padding-top: 0; padding-bottom: 0; }
.crossalloy-page .route-tabs { display: flex; gap: 4px; flex-wrap: wrap; }
.crossalloy-page .route-tab { border: none; background: transparent; color: var(--dark); padding: 15px 22px; cursor: pointer; font-size: 15px; font-weight: 700; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: .15s; }
.crossalloy-page .route-tab:hover { color: var(--blue); }
.crossalloy-page .route-tab.active { color: var(--blue); border-bottom-color: var(--blue); }
.crossalloy-page .route-panel { display: none; }
.crossalloy-page .route-panel.active { display: block; }
.crossalloy-page .tab-lead-block { border-bottom: 1px solid var(--line); }
.crossalloy-page .tab-lead { font-size: 16px; line-height: 1.6; color: var(--dark); margin: 0; }

.crossalloy-page .app-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin-top: 10px; }
.crossalloy-page .app-card { position: relative; border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: 6px; padding: 22px 20px 20px; background: #fff; box-shadow: 0 2px 10px rgba(10, 39, 51, .07); transition: transform .18s, box-shadow .18s, border-color .18s; }
.crossalloy-page .app-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(10, 39, 51, .16); border-color: var(--blue); }
.crossalloy-page .app-card:hover h4 { color: var(--blue); }
.crossalloy-page .app-card h4 { transition: color .18s; margin: 0 0 6px; color: var(--ink); }
.crossalloy-page .app-card p { font-size: 13.5px; color: var(--dark); }

.crossalloy-page .chart-embed { margin: 12px 0; }
.crossalloy-page .chart-img { display: block; margin: 0 auto; max-height: 400px; max-width: 100%; width: auto; height: auto; border: none; background: #fff; cursor: zoom-in; }

.crossalloy-page .advantage-list { margin: 8px 0 4px; padding: 0; list-style: none; }
.crossalloy-page .advantage-list li { position: relative; margin: 0 0 10px; padding-left: 26px; font-size: 14.5px; color: var(--ink); }
.crossalloy-page .advantage-list li::before { content: ""; position: absolute; left: 0; top: .5em; width: 9px; height: 9px; background: var(--blue); border-radius: 2px; }

.crossalloy-page .callout-row { display: flex; gap: 14px; flex-wrap: wrap; margin: 12px 0; }
.crossalloy-page .callout { flex: 1; min-width: 210px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 4px; padding: 14px 16px; background: #fff; }
.crossalloy-page .callout-label { display: block; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 3px; }
.crossalloy-page .callout-value { font-weight: 700; color: var(--ink); }

.crossalloy-page .tile-list { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.crossalloy-page .tile { position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; gap: 14px; background: #fff; color: var(--ink); border: 1px solid var(--line); border-left: 6px solid var(--blue); border-radius: 6px; padding: 30px 26px; font-size: 28px; font-weight: 800; cursor: pointer; text-align: left; letter-spacing: -.01em; width: 100%; transition: .18s; box-shadow: 0 2px 8px rgba(10, 39, 51, .08); text-decoration: none; }
.crossalloy-page .tile-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .25; pointer-events: none; transition: .18s; }
.crossalloy-page .tile-label,
.crossalloy-page .tile-arrow { position: relative; z-index: 1; }
.crossalloy-page .tile:hover { border-left-color: var(--blue); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(10, 39, 51, .18); color: var(--ink); text-decoration: none; }
.crossalloy-page .tile:hover .tile-bg { opacity: .4; }
.crossalloy-page .tile:hover .tile-arrow { transform: translateX(4px); color: var(--blue); }
.crossalloy-page .tile-arrow { font-size: 26px; color: var(--muted); transition: .18s; }

.crossalloy-page .link-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.crossalloy-page .pill-link { border: 1.5px solid var(--blue); color: var(--blue); background: #fff; border-radius: 2px; padding: 9px 18px; cursor: pointer; font-size: 13.5px; font-weight: 700; text-decoration: none; display: inline-block; }
.crossalloy-page .pill-link:hover { background: var(--blue); color: #fff; text-decoration: none; }

.crossalloy-page .ref-list { list-style: none; font-size: 13px; color: var(--ink); padding-left: 0; margin: 8px 0; }
.crossalloy-page .ref-list li { display: grid; grid-template-columns: 2.8em 1fr; margin: 0 0 10px; }
.crossalloy-page .ref-list .ref-num { color: var(--muted); }
.crossalloy-page .ref-list a { color: var(--blue); word-break: break-all; }

.crossalloy-page .global-note-bar { background: var(--tint); border-bottom: 1px solid var(--line); }
.crossalloy-page .global-note-bar .wrap { padding: 10px 28px; }
.crossalloy-page .global-note { margin: 0; font-size: 12.5px; color: var(--muted); line-height: 1.5; max-width: none; }

.crossalloy-page .gallery { display: flex; gap: 16px; margin: 14px auto; align-items: flex-start; justify-content: center; max-width: 100%; }
.crossalloy-page .gallery-item { margin: 0; flex: 1 1 0; min-width: 0; }
.crossalloy-page .gallery-item img { width: 100%; height: auto; border: none; border-radius: 4px; display: block; cursor: zoom-in; }
@media (max-width: 640px) {
  .crossalloy-page .gallery { flex-wrap: wrap; }
  .crossalloy-page .gallery-item { flex: 1 1 45%; }
}

.crossalloy-page .form-block { background: linear-gradient(115deg, #0a2733, #0e3b4d); color: #fff; border-radius: 6px; padding: 34px; }
.crossalloy-page .form-block h2 { margin: -11px 0 8px; font-weight: 800; font-size: 24px; color: #fff; }
.crossalloy-page .form-block p { color: rgba(255, 255, 255, .82); }
.crossalloy-page .form-block form { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.crossalloy-page .form-block form > .form-group:not(:has(> .form-col-half)),
.crossalloy-page .form-block form > .clearfix { grid-column: 1 / -1; }
@media (max-width: 640px) {
  .crossalloy-page .form-block form { grid-template-columns: 1fr; }
  .crossalloy-page .form-block form > .form-group { grid-column: 1 / -1; }
}
.crossalloy-page .form-block .form-group { margin: 0; }
.crossalloy-page .form-block .control-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.crossalloy-page .form-block .form-datasheets .control-label,
.crossalloy-page .form-block .form-message .control-label,
.crossalloy-page .form-block .form-consent .control-label,
.crossalloy-page .form-block .form-wish-field .control-label { position: static; width: auto; height: auto; margin: 0 0 6px; clip: auto; overflow: visible; font-size: 13px; color: rgba(255, 255, 255, .85); }
.crossalloy-page .form-block input[type="text"],
.crossalloy-page .form-block input[type="email"],
.crossalloy-page .form-block textarea { padding: 12px 13px; border-radius: 3px; border: 1px solid #2b4653; background: var(--black); color: #fff; font-size: 14px; width: 100%; }
.crossalloy-page .form-block input::placeholder,
.crossalloy-page .form-block textarea::placeholder { color: #8fa6b0; }
.crossalloy-page .form-block textarea { font-family: inherit; line-height: 1.5; resize: vertical; }
.crossalloy-page .form-block .form-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: rgba(255, 255, 255, .85); line-height: 1.5; }
.crossalloy-page .form-block .form-consent a { color: #fff; text-decoration: underline; }
.crossalloy-page .form-block input[type="checkbox"] { accent-color: var(--blue); margin-top: 3px; }
.crossalloy-page .form-block fieldset,
.crossalloy-page .form-block .form-datasheets .inputs-list { display:grid; grid-template-columns: 1fr 1fr; gap: 11px; border: 1px solid #2b4653; border-radius: 3px; padding: 10px 14px 12px; margin: 0; }
@media (max-width: 640px) {
  .crossalloy-page .form-block .form-datasheets .inputs-list { grid-template-columns: 1fr; }
}
.crossalloy-page .form-block .form-datasheets .form-check-label,
.crossalloy-page .form-block .form-wish-field .form-check-label { display: flex; gap: 8px; align-items: center; font-size: 13.5px; color: #dfe9ee; margin: 2px 0; cursor: pointer; }
.crossalloy-page .form-block .form-check { padding-left: 0; }
.crossalloy-page .form-block .error,
.crossalloy-page .form-block .help-block { color: #ffb4b4; font-size: 13px; }
.crossalloy-page .form-block .btn-primary { background: var(--blue); color: #fff; border: none; padding: 12px 24px; border-radius: 2px; font-weight: 700; cursor: pointer; font-size: 14px; }
.crossalloy-page .form-block .btn-primary:hover { background: var(--blue-d); }
.crossalloy-page .form-block .form-navigation { margin-top: 8px; }
.crossalloy-page .form-block .datasheet-downloads { list-style: none; padding: 0; margin: 16px 0 0; }
.crossalloy-page .form-block .datasheet-downloads a { color: #fff; font-weight: 700; }
.crossalloy-page .form-block .form-success-msg { color: #fff; font-size: 24px; font-weight: 800; margin: 0 0 12px; }
.crossalloy-page .form-block:has(.form-success-msg){
  min-height: max(50vh, 500px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.crossalloy-page .lightbox { position: fixed; inset: 0; background: rgba(8, 24, 33, .92); display: flex; align-items: center; justify-content: center; z-index: 100; cursor: zoom-out; padding: 40px; }
.crossalloy-page .lightbox img { max-width: 92vw; max-height: 88vh; width: auto; height: auto; border-radius: 4px; box-shadow: 0 20px 60px rgba(0, 0, 0, .5); }
.crossalloy-page .lightbox-caption { position: fixed; bottom: 16px; left: 0; right: 0; text-align: center; color: rgba(255, 255, 255, .85); font-size: 13px; padding: 0 40px; }

.crossalloy-page .site-footer { background: var(--black); color: rgba(255, 255, 255, .7); font-size: 13px; }
.crossalloy-page .footer-wrap { padding: 30px 28px 26px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.crossalloy-page .footer-links { display: flex; gap: 26px; flex-wrap: wrap; }
.crossalloy-page .footer-links a { color: rgba(255, 255, 255, .85); text-decoration: none; font-weight: 600; }
.crossalloy-page .footer-links a:hover { color: var(--blue); }
.crossalloy-page .footer-company { color: rgba(255, 255, 255, .75); }
.crossalloy-page .footer-company strong { color: #fff; }
.crossalloy-page .footer-note { font-size: 11.5px; color: rgba(255, 255, 255, .45); }

@media (max-width: 640px) {
  .crossalloy-page .hero h1 { font-size: 28px; }
  .crossalloy-page .hero p { font-size: 16px; }
  .crossalloy-page .tile { font-size: 19px; padding: 22px 18px; }
  .crossalloy-page .tile-arrow { font-size: 20px; }
  .crossalloy-page .nav-segment { display: none; }
  .crossalloy-page .brand-name { font-size: 14px; }
  .crossalloy-page .nav-logo { height: 28px; }
}

/* Scroll buttons */
.scroll-top-btn,
.scroll-contact-btn {
  position: fixed;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  transition: opacity .3s ease, transform .2s ease, background .15s;
  z-index: 200;
}
.scroll-top-btn:hover,
.scroll-contact-btn:hover { background: var(--blue-dark, #0090cc); transform: scale(1.08); }
.scroll-top-btn { bottom: 10px; opacity: 0; pointer-events: none; }
.scroll-top-btn.visible { opacity: 1; pointer-events: auto; }
.scroll-contact-btn { top: 50%; transform: translateY(-50%); }
.scroll-contact-btn:hover { transform: translateY(-50%) scale(1.08); }
