:root {
  --stx-navy-950: #050f21;
  --stx-navy-900: #07172f;
  --stx-navy-850: #0a1d39;
  --stx-ink: #09213a;
  --stx-ink-soft: #334b65;
  --stx-paper: #f4f7f8;
  --stx-white: #ffffff;
  --stx-teal: #34e3c2;
  --stx-teal-deep: #087f75;
  --stx-cyan: #44c9ff;
  --stx-blue: #3974ff;
  --stx-violet: #816dff;
  --stx-line: #d9e2e8;
  --stx-muted: #657589;
  --stx-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; }

.stx-portfolio {
  width: 100%;
  overflow: clip;
  background: var(--stx-paper);
  color: var(--stx-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.stx-portfolio *, .stx-portfolio *::before, .stx-portfolio *::after { box-sizing: border-box; }
.stx-portfolio a { color: inherit; text-decoration: none !important; }
.stx-portfolio img { display: block; max-width: 100%; }
.stx-portfolio figure, .stx-portfolio p { margin-top: 0; }
.stx-portfolio button, .stx-portfolio a { -webkit-tap-highlight-color: transparent; }
.stx-portfolio a:focus-visible { outline: 3px solid var(--stx-teal); outline-offset: 4px; border-radius: 6px; }
.stx-portfolio h1,
.stx-portfolio h2,
.stx-portfolio h3,
.stx-portfolio h4 { margin-top: 0; font-family: inherit; font-weight: 820; text-transform: none; }
.stx-shell { width: min(calc(100% - 56px), var(--stx-max)); margin-inline: auto; }
.stx-section { padding-block: clamp(88px, 9vw, 144px); }

.stx-skip-link {
  position: fixed;
  top: -100px;
  left: 18px;
  z-index: 10000;
  border-radius: 8px;
  background: var(--stx-white);
  color: var(--stx-ink) !important;
  padding: 10px 16px;
  font-weight: 800;
}
.stx-skip-link:focus { top: 18px; }

.stx-nav {
  position: sticky;
  top: 0;
  z-index: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 15, 33, 0.88);
  color: var(--stx-white);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.stx-nav-inner {
  display: flex;
  width: min(calc(100% - 56px), var(--stx-max));
  min-height: 82px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.stx-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--stx-white) !important; }
.stx-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(52, 227, 194, 0.22), rgba(57, 116, 255, 0.16));
  color: var(--stx-teal);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.stx-brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.stx-brand-copy strong { color: var(--stx-white); font-size: 15px; letter-spacing: -0.01em; }
.stx-brand-copy small { margin-top: 3px; color: #93a6bb; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.stx-nav-links { display: flex; align-items: center; gap: 28px; color: #bdcad7; font-size: 13px; font-weight: 750; }
.stx-nav-links a { position: relative; transition: color 180ms ease; }
.stx-nav-links a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; border-radius: 2px; background: var(--stx-teal); content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.stx-nav-links a:hover { color: var(--stx-white); }
.stx-nav-links a:hover::after { transform: scaleX(1); }
.stx-nav-cta, .stx-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.stx-nav-cta { min-height: 44px; background: var(--stx-white); color: var(--stx-ink) !important; }
.stx-nav-cta:hover, .stx-button:hover { transform: translateY(-2px); }
.stx-nav-cta:hover { box-shadow: 0 10px 28px rgba(57, 116, 255, 0.22); }

.stx-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 22%, rgba(57, 116, 255, 0.26), transparent 33%),
    radial-gradient(circle at 68% 76%, rgba(52, 227, 194, 0.11), transparent 27%),
    var(--stx-navy-950);
  color: var(--stx-white);
  isolation: isolate;
}
.stx-grid-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(126, 161, 195, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 161, 195, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.stx-hero-grid {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 0.84fr);
  align-items: center;
  gap: clamp(54px, 7vw, 100px);
  padding-block: clamp(72px, 8vw, 112px);
}
.stx-hero-copy { position: relative; z-index: 2; animation: stx-rise 700ms cubic-bezier(.22,.8,.27,1) both; }
.stx-availability {
  display: inline-flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #c4d2df;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.stx-availability span { width: 8px; height: 8px; border-radius: 50%; background: var(--stx-teal); box-shadow: 0 0 0 5px rgba(52, 227, 194, 0.12), 0 0 18px rgba(52, 227, 194, 0.6); }
.stx-eyebrow, .stx-kicker {
  margin-bottom: 18px;
  color: var(--stx-teal-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}
.stx-eyebrow { color: var(--stx-teal); }
.stx-hero h1 {
  max-width: 700px;
  margin-bottom: 28px;
  color: var(--stx-white) !important;
  font-size: clamp(49px, 6.2vw, 80px);
  letter-spacing: -0.066em;
  line-height: 0.98;
}
.stx-hero h1 em { color: var(--stx-teal) !important; font-style: normal; }
.stx-hero-lede { max-width: 650px; margin-bottom: 0; color: #b6c6d7; font-size: clamp(18px, 1.8vw, 21px); line-height: 1.65; }
.stx-hero-actions { display: flex; margin-top: 34px; align-items: center; flex-wrap: wrap; gap: 24px; }
.stx-button-primary { background: linear-gradient(135deg, var(--stx-teal), #51caff); color: #041426 !important; box-shadow: 0 16px 38px rgba(52, 227, 194, 0.18); }
.stx-button-primary:hover { box-shadow: 0 20px 44px rgba(52, 227, 194, 0.28); }
.stx-text-link { color: var(--stx-white) !important; font-size: 13px; font-weight: 800; }
.stx-text-link span { color: var(--stx-teal); }
.stx-hero-facts { display: flex; margin: 42px 0 0; padding: 0; flex-wrap: wrap; gap: 11px 26px; color: #91a5ba; font-size: 12px; font-weight: 700; list-style: none; }
.stx-hero-facts li { position: relative; }
.stx-hero-facts li:not(:last-child)::after { position: absolute; top: 50%; right: -15px; width: 4px; height: 4px; border-radius: 50%; background: var(--stx-teal); content: ""; }

.stx-hero-visual { position: relative; margin: 0; animation: stx-rise 800ms 120ms cubic-bezier(.22,.8,.27,1) both; }
.stx-visual-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.93;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background: #07172f;
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.38), 0 0 80px rgba(57, 116, 255, 0.12);
}
.stx-visual-frame::before { position: absolute; inset: 0; z-index: 2; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12); content: ""; pointer-events: none; }
.stx-visual-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.stx-visual-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5, 15, 33, 0.92) 0, transparent 42%); }
.stx-visual-frame figcaption { position: absolute; right: 30px; bottom: 28px; left: 30px; display: flex; z-index: 3; flex-direction: column; }
.stx-visual-frame figcaption span { color: var(--stx-teal); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.stx-visual-frame figcaption strong { margin-top: 5px; color: var(--stx-white); font-size: 14px; }
.stx-floating-card {
  display: flex;
  position: absolute;
  z-index: 4;
  min-width: 174px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(9, 33, 58, 0.82);
  color: var(--stx-white);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
  padding: 18px;
  backdrop-filter: blur(14px);
}
.stx-floating-card span { color: #91a7bb; font-size: 9px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.stx-floating-card strong { margin-top: 5px; color: var(--stx-teal); font-size: 28px; line-height: 1.1; }
.stx-floating-card small { color: #c0cfdb; font-size: 11px; }
.stx-floating-card-one { bottom: 90px; left: -50px; }
.stx-floating-card-two { top: 54px; right: -32px; }
.stx-floating-card-two strong { color: var(--stx-cyan); }
.stx-hero-ribbon {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9fb0c1;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.stx-hero-ribbon i { width: 4px; height: 4px; border-radius: 50%; background: var(--stx-teal); box-shadow: 0 0 12px rgba(52, 227, 194, 0.8); }

.stx-heading-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr); align-items: end; gap: clamp(40px, 8vw, 112px); }
.stx-heading-row h2, .stx-section-heading h2 {
  max-width: 790px;
  margin-bottom: 0;
  color: var(--stx-ink) !important;
  font-size: clamp(40px, 4.7vw, 62px);
  letter-spacing: -0.058em;
  line-height: 1.02;
}
.stx-heading-row > p { margin-bottom: 2px; color: var(--stx-muted); font-size: 17px; line-height: 1.75; }

.stx-impact { background: linear-gradient(180deg, #f7fafb 0%, #edf3f6 100%); }
.stx-metric-grid { display: grid; margin-top: 64px; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stx-metric-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(9, 33, 58, 0.08);
  border-radius: 26px;
  background: var(--stx-white);
  box-shadow: 0 12px 40px rgba(17, 43, 70, 0.07);
  padding: 26px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.stx-metric-card::before { position: absolute; top: -80px; right: -70px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, var(--stx-card-accent), transparent 68%); content: ""; opacity: 0.17; }
.stx-metric-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(17, 43, 70, 0.12); }
.stx-accent-teal { --stx-card-accent: var(--stx-teal); }
.stx-accent-blue { --stx-card-accent: var(--stx-blue); }
.stx-accent-violet { --stx-card-accent: var(--stx-violet); }
.stx-accent-cyan { --stx-card-accent: var(--stx-cyan); }
.stx-metric-top { display: flex; align-items: center; justify-content: space-between; color: var(--stx-muted); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; }
.stx-metric-top i { width: 11px; height: 11px; border: 3px solid var(--stx-card-accent); border-radius: 50%; box-shadow: 0 0 0 5px color-mix(in srgb, var(--stx-card-accent) 12%, transparent); }
.stx-metric-card > strong { display: block; margin-top: 58px; color: var(--stx-ink); font-size: clamp(43px, 4.2vw, 62px); letter-spacing: -0.06em; line-height: 0.95; }
.stx-metric-card > small { display: block; margin-top: 8px; color: var(--stx-card-accent); font-size: 10px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.stx-metric-card > p { max-width: 220px; margin: 18px 0 0; color: var(--stx-muted); font-size: 14px; line-height: 1.55; }
.stx-mini-chart { display: flex; position: absolute; right: 26px; bottom: 26px; left: 26px; height: 44px; align-items: flex-end; gap: 6px; border-bottom: 1px solid var(--stx-line); }
.stx-mini-chart b { display: block; flex: 1; border-radius: 3px 3px 0 0; background: color-mix(in srgb, var(--stx-card-accent) 74%, white); }
.stx-mini-chart b:nth-child(1) { height: 22%; }.stx-mini-chart b:nth-child(2) { height: 42%; }.stx-mini-chart b:nth-child(3) { height: 35%; }.stx-mini-chart b:nth-child(4) { height: 66%; }.stx-mini-chart b:nth-child(5) { height: 54%; }.stx-mini-chart b:nth-child(6) { height: 90%; }

.stx-approach { background: var(--stx-white); }
.stx-section-heading { max-width: 880px; }
.stx-approach-grid { display: grid; margin-top: 64px; grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr); gap: 22px; }
.stx-pipeline-visual { position: relative; overflow: hidden; min-height: 620px; margin: 0; border-radius: 30px; background: var(--stx-navy-900); box-shadow: 0 24px 65px rgba(5, 21, 44, 0.16); }
.stx-pipeline-visual::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5, 15, 33, 0.92), transparent 45%); content: ""; }
.stx-pipeline-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.stx-pipeline-visual figcaption { display: flex; position: absolute; right: 30px; bottom: 28px; left: 30px; z-index: 2; align-items: center; justify-content: space-between; gap: 10px; color: var(--stx-white); font-size: 10px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.stx-pipeline-visual figcaption i { color: var(--stx-teal); font-style: normal; font-size: 18px; }
.stx-method-list { display: grid; gap: 14px; }
.stx-method-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; border: 1px solid var(--stx-line); border-radius: 24px; background: #f6f9fa; padding: clamp(24px, 3vw, 34px); transition: border-color 180ms ease, transform 180ms ease, background 180ms ease; }
.stx-method-list article:hover { border-color: #a9c4d1; background: var(--stx-white); transform: translateX(5px); }
.stx-method-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; background: var(--stx-navy-900); color: var(--stx-teal); font-size: 11px; font-weight: 900; letter-spacing: 0.08em; }
.stx-method-list h3 { margin-bottom: 9px; color: var(--stx-ink) !important; font-size: 20px; letter-spacing: -0.025em; line-height: 1.2; }
.stx-method-list p { margin-bottom: 0; color: var(--stx-muted); font-size: 14px; line-height: 1.65; }

.stx-experience { position: relative; overflow: hidden; background: var(--stx-navy-950); color: var(--stx-white); }
.stx-experience::before { position: absolute; top: -260px; right: -200px; width: 660px; height: 660px; border-radius: 50%; background: radial-gradient(circle, rgba(57, 116, 255, 0.18), transparent 68%); content: ""; }
.stx-heading-row-dark h2 { color: var(--stx-white) !important; }
.stx-heading-row-dark > p { color: #a8b8c9; }
.stx-kicker-light { color: var(--stx-teal); }
.stx-experience-list { position: relative; margin-top: 66px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.stx-role-card { display: grid; grid-template-columns: 64px 210px minmax(0, 1fr); gap: clamp(26px, 5vw, 68px); border-bottom: 1px solid rgba(255, 255, 255, 0.12); padding-block: 46px 52px; transition: background 180ms ease; }
.stx-role-card:hover { background: linear-gradient(90deg, transparent, rgba(57, 116, 255, 0.08), transparent); }
.stx-role-number { color: rgba(52, 227, 194, 0.42); font-size: 34px; font-weight: 800; letter-spacing: -0.05em; }
.stx-role-meta { display: flex; flex-direction: column; color: #8095aa; font-size: 12px; font-weight: 700; }
.stx-role-meta time { color: var(--stx-white); font-weight: 800; }
.stx-role-meta span { margin-top: 4px; }
.stx-role-content h3 { margin-bottom: 5px; color: var(--stx-white) !important; font-size: clamp(25px, 3vw, 34px); letter-spacing: -0.04em; line-height: 1.15; }
.stx-company { margin-bottom: 24px; color: var(--stx-teal); font-size: 14px; font-weight: 800; }
.stx-role-content ul { display: grid; max-width: 790px; margin: 0; padding: 0; gap: 11px; color: #b4c3d1; list-style: none; }
.stx-role-content li { position: relative; padding-left: 22px; }
.stx-role-content li::before { position: absolute; top: 0.72em; left: 0; width: 7px; height: 2px; background: var(--stx-teal); content: ""; }

.stx-skills { background: #eef3f6; }
.stx-section-heading-wide { max-width: 900px; }
.stx-skill-grid { display: grid; margin-top: 64px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stx-skill-card { min-height: 470px; border: 1px solid var(--stx-line); border-radius: 28px; background: var(--stx-white); box-shadow: 0 14px 45px rgba(9, 33, 58, 0.055); padding: clamp(28px, 3.3vw, 38px); transition: transform 220ms ease, box-shadow 220ms ease; }
.stx-skill-card:nth-child(2) { background: linear-gradient(160deg, #0b2342, #07172f); color: var(--stx-white); }
.stx-skill-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(9, 33, 58, 0.11); }
.stx-skill-card-head { display: flex; align-items: center; gap: 16px; }
.stx-skill-card-head > span { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 15px; background: #e5fbf7; color: var(--stx-teal-deep); font-size: 11px; font-weight: 900; letter-spacing: 0.08em; }
.stx-skill-card:nth-child(2) .stx-skill-card-head > span { background: rgba(52, 227, 194, 0.12); color: var(--stx-teal); }
.stx-skill-card h3 { margin-bottom: 0; color: var(--stx-ink) !important; font-size: 20px; letter-spacing: -0.025em; line-height: 1.2; }
.stx-skill-card:nth-child(2) h3 { color: var(--stx-white) !important; }
.stx-skill-card > p { min-height: 82px; margin: 26px 0 25px; color: var(--stx-muted); font-size: 14px; line-height: 1.65; }
.stx-skill-card:nth-child(2) > p { color: #a9bacb; }
.stx-skill-card ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 9px; list-style: none; }
.stx-skill-card li { border: 1px solid #d2dce2; border-radius: 999px; background: #f7f9fa; color: var(--stx-ink-soft); padding: 8px 12px; font-size: 11px; font-weight: 800; }
.stx-skill-card:nth-child(2) li { border-color: rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.055); color: #d7e1ea; }

.stx-credentials { background: var(--stx-white); }
.stx-credential-grid { display: grid; margin-top: 64px; grid-template-columns: 1.02fr 0.98fr; gap: 18px; }
.stx-credential-grid > article { min-height: 570px; border-radius: 30px; padding: clamp(32px, 4.5vw, 52px); }
.stx-education-card { position: relative; overflow: hidden; background: linear-gradient(145deg, #0b2444, #06152c); color: var(--stx-white); box-shadow: 0 22px 58px rgba(5, 21, 44, 0.18); }
.stx-education-card::after { position: absolute; right: -100px; bottom: -150px; width: 380px; height: 380px; border: 1px solid rgba(52, 227, 194, 0.2); border-radius: 50%; box-shadow: 0 0 0 46px rgba(57, 116, 255, 0.06), 0 0 0 92px rgba(52, 227, 194, 0.035); content: ""; }
.stx-card-label { display: block; color: var(--stx-teal-deep); font-size: 10px; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.stx-education-card .stx-card-label { color: var(--stx-teal); }
.stx-degree-mark { display: grid; position: relative; z-index: 2; width: 66px; height: 66px; margin-top: 48px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 20px; background: rgba(255, 255, 255, 0.055); color: var(--stx-teal); font-size: 15px; font-weight: 900; letter-spacing: 0.08em; }
.stx-education-card h3 { position: relative; z-index: 2; margin: 28px 0 8px; color: var(--stx-white) !important; font-size: clamp(32px, 4vw, 46px); letter-spacing: -0.05em; line-height: 1.05; }
.stx-education-card > p { position: relative; z-index: 2; margin-bottom: 9px; color: #b8c7d5; }
.stx-education-card > strong { position: relative; z-index: 2; color: var(--stx-teal); font-size: 12px; }
.stx-secondary-study { display: flex; position: absolute; right: clamp(32px, 4.5vw, 52px); bottom: clamp(32px, 4.5vw, 52px); left: clamp(32px, 4.5vw, 52px); z-index: 2; flex-direction: column; border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 22px; }
.stx-secondary-study b { color: var(--stx-white); font-size: 14px; }
.stx-secondary-study span { margin-top: 4px; color: #95a8ba; font-size: 12px; }
.stx-cert-card { border: 1px solid var(--stx-line); background: #f7f9fa; }
.stx-cert-card ol { display: grid; margin: 44px 0 0; padding: 0; list-style: none; }
.stx-cert-card li { display: grid; min-height: 72px; grid-template-columns: 44px 1fr; align-items: center; gap: 14px; border-bottom: 1px solid var(--stx-line); color: var(--stx-ink); font-size: 14px; font-weight: 800; }
.stx-cert-card li span { color: var(--stx-teal-deep); font-size: 10px; font-weight: 900; letter-spacing: 0.08em; }

.stx-contact { position: relative; overflow: hidden; background: linear-gradient(120deg, #1746bd 0%, #2057d6 48%, #103aa3 100%); color: var(--stx-white); padding-block: clamp(90px, 10vw, 142px); }
.stx-contact::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px); background-size: 22px 22px; content: ""; opacity: 0.3; mask-image: linear-gradient(90deg, black, transparent 70%); }
.stx-contact-orb { position: absolute; top: -260px; right: -130px; width: 640px; height: 640px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.035), 0 0 0 144px rgba(255,255,255,.02); }
.stx-contact-grid { display: grid; position: relative; z-index: 2; grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.62fr); align-items: end; gap: clamp(50px, 9vw, 130px); }
.stx-contact h2 { max-width: 760px; margin-bottom: 0; color: var(--stx-white) !important; font-size: clamp(44px, 5.4vw, 68px); letter-spacing: -0.06em; line-height: 0.99; }
.stx-contact-copy > p { margin-bottom: 0; color: #e3ebff; font-size: 17px; line-height: 1.75; }
.stx-button-light { margin-top: 30px; background: var(--stx-white); color: var(--stx-ink) !important; box-shadow: 0 18px 40px rgba(5, 15, 33, 0.16); }

.stx-portfolio-footer { background: var(--stx-navy-950); color: #8ea2b7; }
.stx-footer-inner { display: grid; min-height: 150px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; }
.stx-footer-brand { justify-self: start; }
.stx-footer-links { display: flex; gap: 24px; color: #c4d1dc; font-size: 12px; font-weight: 750; }
.stx-footer-links a:hover { color: var(--stx-teal); }
.stx-footer-inner > p { justify-self: end; margin-bottom: 0; text-align: right; font-size: 10px; }

@keyframes stx-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1060px) {
  .stx-nav-links { display: none; }
  .stx-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .stx-hero-copy { max-width: 820px; }
  .stx-hero-visual { width: min(100%, 720px); margin-inline: auto; }
  .stx-visual-frame { aspect-ratio: 1.25; }
  .stx-metric-grid { grid-template-columns: repeat(2, 1fr); }
  .stx-approach-grid { grid-template-columns: 1fr; }
  .stx-pipeline-visual { min-height: 520px; }
  .stx-method-list { grid-template-columns: repeat(3, 1fr); }
  .stx-method-list article { grid-template-columns: 1fr; }
  .stx-role-card { grid-template-columns: 56px 175px minmax(0, 1fr); }
  .stx-skill-grid { grid-template-columns: 1fr; }
  .stx-skill-card { min-height: auto; }
  .stx-skill-card > p { min-height: auto; }
  .stx-footer-inner { grid-template-columns: 1fr auto; }
  .stx-footer-inner > p { grid-column: 1 / -1; justify-self: start; text-align: left; padding-bottom: 24px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 80px; }
  .stx-shell, .stx-nav-inner { width: min(calc(100% - 34px), var(--stx-max)); }
  .stx-nav-inner { min-height: 72px; }
  .stx-brand-copy small { display: none; }
  .stx-nav-cta { min-height: 40px; padding-inline: 16px; font-size: 11px; }
  .stx-hero-grid { gap: 64px; padding-block: 68px 96px; }
  .stx-hero h1 { font-size: clamp(46px, 13.5vw, 66px); }
  .stx-hero-lede { font-size: 18px; }
  .stx-hero-facts { display: grid; gap: 7px; }
  .stx-hero-facts li::after { display: none; }
  .stx-visual-frame { aspect-ratio: 0.92; border-radius: 24px; }
  .stx-floating-card { min-width: 148px; padding: 14px; }
  .stx-floating-card strong { font-size: 23px; }
  .stx-floating-card-one { bottom: 78px; left: 12px; }
  .stx-floating-card-two { top: 20px; right: 12px; }
  .stx-hero-ribbon { overflow-x: auto; min-height: 66px; justify-content: flex-start; white-space: nowrap; }
  .stx-hero-ribbon i { flex: 0 0 4px; }
  .stx-heading-row { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .stx-heading-row h2, .stx-section-heading h2 { font-size: clamp(39px, 11vw, 52px); }
  .stx-metric-grid { grid-template-columns: 1fr; }
  .stx-metric-card { min-height: 320px; }
  .stx-pipeline-visual { min-height: 430px; border-radius: 24px; }
  .stx-pipeline-visual figcaption { right: 18px; bottom: 20px; left: 18px; font-size: 8px; }
  .stx-method-list { grid-template-columns: 1fr; }
  .stx-method-list article { grid-template-columns: 54px 1fr; }
  .stx-role-card { grid-template-columns: 46px 1fr; gap: 20px; }
  .stx-role-meta { grid-column: 2; grid-row: 1; }
  .stx-role-content { grid-column: 1 / -1; padding-left: 66px; }
  .stx-role-content h3 { font-size: 26px; }
  .stx-credential-grid { grid-template-columns: 1fr; }
  .stx-credential-grid > article { min-height: 540px; }
  .stx-contact-grid { grid-template-columns: 1fr; align-items: start; gap: 34px; }
  .stx-contact h2 { font-size: clamp(44px, 12vw, 60px); }
  .stx-footer-inner { display: flex; align-items: flex-start; flex-direction: column; padding-block: 34px; }
  .stx-footer-links { flex-wrap: wrap; }
  .stx-footer-inner > p { padding-bottom: 0; }
}

@media (max-width: 520px) {
  .stx-nav-cta { width: 42px; overflow: hidden; padding: 0; font-size: 0; }
  .stx-nav-cta span { font-size: 18px; }
  .stx-availability { max-width: 100%; font-size: 9px; }
  .stx-hero-actions { align-items: flex-start; flex-direction: column; }
  .stx-button { width: 100%; }
  .stx-floating-card-two { display: none; }
  .stx-role-content { padding-left: 0; }
  .stx-credential-grid > article { min-height: 570px; }
  .stx-cert-card li { grid-template-columns: 36px 1fr; font-size: 13px; }
}

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

/* Readability and WordPress-theme override hardening */
.stx-portfolio .stx-brand,
.stx-portfolio .stx-brand:hover,
.stx-portfolio .stx-brand:focus { color: var(--stx-white) !important; text-decoration: none !important; }
.stx-portfolio .stx-brand-copy strong { color: var(--stx-white) !important; font-size: 17px !important; }
.stx-portfolio .stx-brand-copy small { color: #c4d0dc !important; font-size: 12px !important; }
.stx-portfolio .stx-nav-links { color: #d8e2ec !important; font-size: 14px !important; }
.stx-portfolio .stx-nav-links a,
.stx-portfolio .stx-nav-links a:visited { color: #d8e2ec !important; text-decoration: none !important; }
.stx-portfolio .stx-nav-links a:hover { color: var(--stx-white) !important; }
.stx-portfolio .stx-nav-cta,
.stx-portfolio .stx-button,
.stx-portfolio .stx-text-link,
.stx-portfolio .stx-footer-links a { text-decoration: none !important; }
.stx-portfolio .stx-button { font-size: 15px !important; }
.stx-portfolio .stx-nav-cta { color: var(--stx-ink) !important; font-size: 14px !important; }
.stx-portfolio .stx-availability { color: #e0e8f0 !important; font-size: 12px !important; }
.stx-portfolio .stx-eyebrow,
.stx-portfolio .stx-kicker { color: var(--stx-teal-deep) !important; font-size: 13px !important; }
.stx-portfolio .stx-hero .stx-eyebrow,
.stx-portfolio .stx-kicker-light { color: var(--stx-teal) !important; }
.stx-portfolio .stx-hero-lede { color: #d3dee8 !important; font-size: clamp(19px, 1.9vw, 22px) !important; }
.stx-portfolio .stx-text-link { color: var(--stx-white) !important; font-size: 15px !important; }
.stx-portfolio .stx-hero-facts { color: #c2cfdb !important; font-size: 14px !important; }
.stx-portfolio .stx-floating-card span { color: #b9c8d6 !important; font-size: 11px !important; }
.stx-portfolio .stx-floating-card small { color: #d7e1e9 !important; font-size: 12px !important; }
.stx-portfolio .stx-visual-frame figcaption span { color: var(--stx-teal) !important; font-size: 11px !important; }
.stx-portfolio .stx-visual-frame figcaption strong { color: var(--stx-white) !important; font-size: 15px !important; }
.stx-portfolio .stx-hero-ribbon { color: #c0cdda !important; font-size: 12px !important; }
.stx-portfolio .stx-metric-top { font-size: 12px !important; }
.stx-portfolio .stx-metric-card > small { font-size: 12px !important; }
.stx-portfolio .stx-metric-card > p { color: #50657a !important; font-size: 16px !important; }
.stx-portfolio .stx-pipeline-visual figcaption { color: var(--stx-white) !important; font-size: 11px !important; }
.stx-portfolio .stx-method-icon { font-size: 12px !important; }
.stx-portfolio .stx-heading-row > p { color: #465c72 !important; font-size: 18px !important; }
.stx-portfolio .stx-method-list p { color: #50657a !important; font-size: 16px !important; }
.stx-portfolio .stx-heading-row-dark > p { color: #d0dae4 !important; font-size: 18px !important; }
.stx-portfolio .stx-role-number { color: #25cbb0 !important; }
.stx-portfolio .stx-role-meta { color: #b6c5d3 !important; font-size: 14px !important; }
.stx-portfolio .stx-role-meta time { color: var(--stx-white) !important; }
.stx-portfolio .stx-role-meta span { color: #b6c5d3 !important; }
.stx-portfolio .stx-company { color: var(--stx-teal) !important; font-size: 16px !important; }
.stx-portfolio .stx-role-content ul { color: #d1dbe5 !important; font-size: 17px !important; line-height: 1.7 !important; }
.stx-portfolio .stx-skill-card > p { color: #4c6176 !important; font-size: 16px !important; }
.stx-portfolio .stx-skill-card:nth-child(2) > p { color: #ccd7e1 !important; }
.stx-portfolio .stx-skill-card li { color: var(--stx-ink-soft) !important; font-size: 13px !important; }
.stx-portfolio .stx-skill-card:nth-child(2) li { color: #eef4f8 !important; }
.stx-portfolio .stx-card-label { color: var(--stx-teal-deep) !important; font-size: 12px !important; }
.stx-portfolio .stx-education-card .stx-card-label { color: var(--stx-teal) !important; }
.stx-portfolio .stx-education-card > p { color: #d4dee7 !important; font-size: 17px !important; }
.stx-portfolio .stx-education-card > strong { color: var(--stx-teal) !important; font-size: 14px !important; line-height: 1.55 !important; }
.stx-portfolio .stx-secondary-study b { color: var(--stx-white) !important; font-size: 16px !important; }
.stx-portfolio .stx-secondary-study span { color: #c5d1dc !important; font-size: 14px !important; }
.stx-portfolio .stx-cert-card li { color: var(--stx-ink) !important; font-size: 15px !important; }
.stx-portfolio .stx-cert-card li span { color: var(--stx-teal-deep) !important; font-size: 12px !important; }
.stx-portfolio .stx-contact .stx-kicker { color: var(--stx-teal) !important; }
.stx-portfolio .stx-contact-copy > p { color: var(--stx-white) !important; font-size: 19px !important; line-height: 1.72 !important; }
.stx-portfolio .stx-button-light { color: var(--stx-ink) !important; font-size: 15px !important; }
.stx-portfolio .stx-footer-links { color: #d4dee7 !important; font-size: 14px !important; }
.stx-portfolio .stx-footer-links a,
.stx-portfolio .stx-footer-links a:visited { color: #d4dee7 !important; }
@media (max-width: 520px) {
  .stx-portfolio .stx-nav-cta { font-size: 0 !important; }
  .stx-portfolio .stx-nav-cta span { font-size: 18px !important; }
}

/* WordPress full-width compatibility and theme cleanup. These rules apply only to the page using the portfolio shortcode. */
body.stx-portfolio-page { margin: 0 !important; background: var(--stx-navy-950) !important; }
body.stx-portfolio-page #masthead,
body.stx-portfolio-page #site-header,
body.stx-portfolio-page #header,
body.stx-portfolio-page .site-header,
body.stx-portfolio-page .main-header,
body.stx-portfolio-page .header-area,
body.stx-portfolio-page .top-header,
body.stx-portfolio-page .header-wrap,
body.stx-portfolio-page #colophon,
body.stx-portfolio-page footer.site-footer,
body.stx-portfolio-page .site-footer,
body.stx-portfolio-page .footer-widgets,
body.stx-portfolio-page .footer-area,
body.stx-portfolio-page .site-info,
body.stx-portfolio-page #secondary,
body.stx-portfolio-page .widget-area,
body.stx-portfolio-page .navigation.post-navigation,
body.stx-portfolio-page .post-navigation,
body.stx-portfolio-page .comments-area,
body.stx-portfolio-page .entry-header,
body.stx-portfolio-page .entry-footer,
body.stx-portfolio-page .page-header,
body.stx-portfolio-page .post-categories,
body.stx-portfolio-page .widget_categories,
body.stx-portfolio-page .widget_recent_entries,
body.stx-portfolio-page .recent-posts,
body.stx-portfolio-page .wp-block-latest-posts { display: none !important; }
body.stx-portfolio-page #page > header,
body.stx-portfolio-page .site > header,
body.stx-portfolio-page .wp-site-blocks > header,
body.stx-portfolio-page #page > footer,
body.stx-portfolio-page .site > footer,
body.stx-portfolio-page .wp-site-blocks > footer { display: none !important; }
body:has(.stx-portfolio) #masthead,
body:has(.stx-portfolio) #site-header,
body:has(.stx-portfolio) #header,
body:has(.stx-portfolio) #page > header,
body:has(.stx-portfolio) .site > header,
body:has(.stx-portfolio) .wp-site-blocks > header,
body:has(.stx-portfolio) #colophon,
body:has(.stx-portfolio) #page > footer,
body:has(.stx-portfolio) .site > footer,
body:has(.stx-portfolio) .wp-site-blocks > footer,
body:has(.stx-portfolio) footer.site-footer,
body:has(.stx-portfolio) .footer-widgets,
body:has(.stx-portfolio) .widget-area { display: none !important; }
body.stx-portfolio-page #page,
body.stx-portfolio-page .site,
body.stx-portfolio-page #content,
body.stx-portfolio-page .site-content,
body.stx-portfolio-page .content-area,
body.stx-portfolio-page #primary,
body.stx-portfolio-page main.site-main,
body.stx-portfolio-page article.page,
body.stx-portfolio-page .entry-content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
body.stx-portfolio-page .stx-portfolio { width: 100vw; max-width: none; margin: 0 0 0 calc(50% - 50vw); }
body.admin-bar.stx-portfolio-page .stx-nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar.stx-portfolio-page .stx-nav { top: 46px; } }

/* Contact page — modern full-width layout around the existing WPForms form. */
.stx-contact-page-wrap {
  width: 100%;
  overflow: clip;
  background: #eef3f6;
  color: var(--stx-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.stx-contact-page-wrap *,
.stx-contact-page-wrap *::before,
.stx-contact-page-wrap *::after { box-sizing: border-box; }
.stx-contact-page-wrap p { margin-top: 0; }
.stx-contact-page-wrap h1,
.stx-contact-page-wrap h2,
.stx-contact-page-wrap h3 { margin-top: 0; font-family: inherit; text-transform: none; }
.stx-contact-page-wrap a { color: inherit; text-decoration: none !important; }
.stx-contact-page-wrap a:focus-visible,
.stx-contact-page-wrap button:focus-visible,
.stx-contact-page-wrap input:focus-visible,
.stx-contact-page-wrap textarea:focus-visible { outline: 3px solid var(--stx-teal); outline-offset: 3px; }
.stx-wordpress-hook-output { display: none !important; }

.stx-contact-page-wrap .stx-nav { background: rgba(5, 15, 33, 0.94); }
.stx-contact-page-wrap .stx-brand,
.stx-contact-page-wrap .stx-brand:visited,
.stx-contact-page-wrap .stx-brand:hover { color: var(--stx-white) !important; }
.stx-contact-page-wrap .stx-brand-copy strong { color: var(--stx-white) !important; font-size: 17px !important; }
.stx-contact-page-wrap .stx-brand-copy small { color: #c7d3df !important; font-size: 12px !important; }
.stx-contact-page-wrap .stx-nav-links { color: #d8e2ec !important; font-size: 14px !important; }
.stx-contact-page-wrap .stx-nav-links a,
.stx-contact-page-wrap .stx-nav-links a:visited { color: #d8e2ec !important; }
.stx-contact-page-wrap .stx-nav-links a:hover { color: var(--stx-white) !important; }
.stx-contact-page-wrap .stx-nav-cta,
.stx-contact-page-wrap .stx-nav-cta:visited {
  color: var(--stx-ink) !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.stx-contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(88px, 9vw, 144px);
  background:
    radial-gradient(circle at 78% 22%, rgba(57, 116, 255, 0.25), transparent 34%),
    radial-gradient(circle at 20% 105%, rgba(52, 227, 194, 0.13), transparent 32%),
    var(--stx-navy-950);
  color: var(--stx-white);
}
.stx-contact-grid-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(126, 166, 202, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 166, 202, 0.13) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}
.stx-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(48px, 8vw, 118px);
}
.stx-contact-hero .stx-kicker { margin-bottom: 22px; color: var(--stx-teal) !important; font-size: 13px !important; }
.stx-contact-hero h1 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--stx-white) !important;
  font-size: clamp(52px, 7vw, 92px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.055em;
  line-height: 0.98 !important;
}
.stx-contact-hero-copy { padding-bottom: 7px; }
.stx-contact-hero-copy > p {
  margin-bottom: 30px;
  color: #d5e0ea !important;
  font-size: clamp(19px, 2vw, 23px) !important;
  line-height: 1.65 !important;
}
.stx-contact-status {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #e6edf4 !important;
  padding: 8px 15px;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.stx-contact-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--stx-teal);
  box-shadow: 0 0 0 6px rgba(52, 227, 194, 0.14), 0 0 18px rgba(52, 227, 194, 0.68);
}

.stx-contact-body { scroll-margin-top: 90px; padding-block: clamp(78px, 9vw, 128px); }
.stx-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(460px, 1.22fr);
  align-items: start;
  gap: clamp(36px, 6vw, 82px);
}
.stx-contact-intro { padding-top: 24px; }
.stx-contact-intro > .stx-kicker,
.stx-form-card > .stx-kicker { color: var(--stx-teal-deep) !important; font-size: 13px !important; }
.stx-contact-intro > h2 {
  max-width: 540px;
  margin-bottom: 44px;
  color: var(--stx-ink) !important;
  font-size: clamp(35px, 4vw, 52px) !important;
  font-weight: 840 !important;
  letter-spacing: -0.045em;
  line-height: 1.07 !important;
}
.stx-contact-steps { display: grid; gap: 0; border-top: 1px solid #cdd9e2; }
.stx-contact-steps article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding-block: 24px;
  border-bottom: 1px solid #cdd9e2;
}
.stx-contact-steps article > span { color: var(--stx-teal-deep); font-size: 13px; font-weight: 850; letter-spacing: 0.08em; }
.stx-contact-steps h3 { margin-bottom: 6px; color: var(--stx-ink) !important; font-size: 18px !important; font-weight: 800 !important; line-height: 1.3 !important; }
.stx-contact-steps p { margin-bottom: 0; color: #4a6075 !important; font-size: 16px !important; line-height: 1.65 !important; }
.stx-contact-facts { display: grid; gap: 13px; margin: 32px 0 0; padding: 0; list-style: none; }
.stx-contact-facts li { display: grid; grid-template-columns: 105px 1fr; gap: 16px; color: #4a6075; font-size: 14px; }
.stx-contact-facts b { color: var(--stx-ink); font-weight: 800; }

.stx-form-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d4dfe7;
  border-radius: 30px;
  background: var(--stx-white);
  padding: clamp(30px, 5vw, 62px);
  box-shadow: 0 28px 70px rgba(9, 33, 58, 0.12);
}
.stx-form-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--stx-teal), var(--stx-cyan), var(--stx-blue));
  content: "";
}
.stx-form-card > h2 {
  margin-bottom: 8px;
  color: var(--stx-ink) !important;
  font-size: clamp(38px, 4.2vw, 56px) !important;
  font-weight: 840 !important;
  letter-spacing: -0.045em;
  line-height: 1.05 !important;
}
.stx-form-note { margin-bottom: 36px !important; color: #53697d !important; font-size: 15px !important; }
.stx-existing-form > :last-child { margin-bottom: 0 !important; }
.stx-contact-page-wrap .wpforms-container { width: 100% !important; max-width: none !important; margin: 0 !important; }
.stx-contact-page-wrap .wpforms-form { margin: 0 !important; }
.stx-contact-page-wrap .wpforms-field { padding: 0 0 23px !important; }
.stx-contact-page-wrap .wpforms-field-label {
  margin-bottom: 9px !important;
  color: var(--stx-ink) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}
.stx-contact-page-wrap .wpforms-required-label { color: #c53c4b !important; }
.stx-contact-page-wrap .wpforms-field-sublabel {
  margin-top: 7px !important;
  color: #596f83 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}
.stx-contact-page-wrap .wpforms-form input[type="text"],
.stx-contact-page-wrap .wpforms-form input[type="email"],
.stx-contact-page-wrap .wpforms-form input[type="tel"],
.stx-contact-page-wrap .wpforms-form input[type="url"],
.stx-contact-page-wrap .wpforms-form select,
.stx-contact-page-wrap .wpforms-form textarea {
  width: 100% !important;
  max-width: none !important;
  min-height: 58px !important;
  border: 1px solid #c7d4df !important;
  border-radius: 12px !important;
  background: #fbfcfd !important;
  color: var(--stx-ink) !important;
  padding: 13px 15px !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.stx-contact-page-wrap .wpforms-form textarea { min-height: 190px !important; resize: vertical; }
.stx-contact-page-wrap .wpforms-form input:focus,
.stx-contact-page-wrap .wpforms-form select:focus,
.stx-contact-page-wrap .wpforms-form textarea:focus {
  border-color: var(--stx-teal-deep) !important;
  background: var(--stx-white) !important;
  box-shadow: 0 0 0 4px rgba(8, 127, 117, 0.13) !important;
  outline: none !important;
}
.stx-contact-page-wrap .wpforms-submit-container { margin-top: 4px !important; padding-top: 0 !important; }
.stx-contact-page-wrap button.wpforms-submit,
.stx-contact-page-wrap input[type="submit"].wpforms-submit {
  display: inline-flex !important;
  min-width: 178px !important;
  min-height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(100deg, var(--stx-teal), var(--stx-cyan)) !important;
  color: #041426 !important;
  padding: 0 30px !important;
  box-shadow: 0 13px 28px rgba(32, 190, 181, 0.22) !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-shadow: none !important;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease !important;
}
.stx-contact-page-wrap button.wpforms-submit:hover,
.stx-contact-page-wrap input[type="submit"].wpforms-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(32, 190, 181, 0.28) !important;
}
.stx-contact-page-wrap .wpforms-error { color: #a92f3c !important; }
.stx-contact-page-wrap .wpforms-confirmation-container-full { border-color: #9fd7c9 !important; border-radius: 14px; background: #eaf8f4 !important; color: #174c42 !important; }

.stx-contact-footer { border-top: 1px solid rgba(255, 255, 255, 0.1); background: var(--stx-navy-950); color: #cbd7e1; }
.stx-contact-footer-inner { display: grid; grid-template-columns: 1fr auto auto; min-height: 130px; align-items: center; gap: 34px; }
.stx-contact-footer-inner > p { margin: 0; color: #b9c7d4 !important; font-size: 14px !important; }
.stx-contact-footer-inner > a:last-child,
.stx-contact-footer-inner > a:last-child:visited { color: var(--stx-white) !important; font-size: 14px; font-weight: 800; }
.stx-contact-footer-inner > a:last-child:hover { color: var(--stx-teal) !important; }

/* Remove the theme's header, breadcrumb, sidebar, sample widgets, and footer on Contact only. */
html:has(body.stx-contact-page),
body.stx-contact-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip !important;
  background: var(--stx-navy-950) !important;
}
body.stx-contact-page #masthead,
body.stx-contact-page #site-header,
body.stx-contact-page #header,
body.stx-contact-page .site-header,
body.stx-contact-page .main-header,
body.stx-contact-page .header-area,
body.stx-contact-page .top-header,
body.stx-contact-page .header-wrap,
body.stx-contact-page #colophon,
body.stx-contact-page footer.site-footer,
body.stx-contact-page .site-footer,
body.stx-contact-page .footer-widgets,
body.stx-contact-page .footer-area,
body.stx-contact-page .site-info,
body.stx-contact-page #secondary,
body.stx-contact-page aside#secondary,
body.stx-contact-page .widget-area,
body.stx-contact-page .sidebar,
body.stx-contact-page .navigation.post-navigation,
body.stx-contact-page .post-navigation,
body.stx-contact-page .comments-area,
body.stx-contact-page .entry-header,
body.stx-contact-page .entry-footer,
body.stx-contact-page .page-header,
body.stx-contact-page .breadcrumbs,
body.stx-contact-page .breadcrumb,
body.stx-contact-page .breadcrumb-area,
body.stx-contact-page .page-title-area,
body.stx-contact-page .inner-banner,
body.stx-contact-page .banner-section,
body.stx-contact-page .widget_search,
body.stx-contact-page .widget_recent_entries,
body.stx-contact-page .widget_recent_comments,
body.stx-contact-page .widget_categories,
body.stx-contact-page .widget_archive,
body.stx-contact-page .widget_calendar { display: none !important; }
body.stx-contact-page #page > header,
body.stx-contact-page .site > header,
body.stx-contact-page .wp-site-blocks > header,
body.stx-contact-page #page > footer,
body.stx-contact-page .site > footer,
body.stx-contact-page .wp-site-blocks > footer { display: none !important; }
body:has(.stx-contact-page-wrap) #masthead,
body:has(.stx-contact-page-wrap) #site-header,
body:has(.stx-contact-page-wrap) #header,
body:has(.stx-contact-page-wrap) #secondary,
body:has(.stx-contact-page-wrap) .widget-area,
body:has(.stx-contact-page-wrap) #colophon,
body:has(.stx-contact-page-wrap) #page > header,
body:has(.stx-contact-page-wrap) .site > header,
body:has(.stx-contact-page-wrap) .wp-site-blocks > header,
body:has(.stx-contact-page-wrap) #page > footer,
body:has(.stx-contact-page-wrap) .site > footer,
body:has(.stx-contact-page-wrap) .wp-site-blocks > footer { display: none !important; }
body.stx-contact-page #page,
body.stx-contact-page .site,
body.stx-contact-page #content,
body.stx-contact-page .site-content,
body.stx-contact-page .content-area,
body.stx-contact-page #primary,
body.stx-contact-page main.site-main,
body.stx-contact-page article.page,
body.stx-contact-page .entry-content,
body.stx-contact-page .container,
body.stx-contact-page .container-fluid,
body.stx-contact-page .content-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.stx-contact-page .stx-contact-page-wrap {
  position: static !important;
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
}
body.admin-bar.stx-contact-page .stx-nav { top: 32px; }

@media (max-width: 980px) {
  .stx-contact-hero-grid,
  .stx-contact-layout { grid-template-columns: 1fr; }
  .stx-contact-hero-grid { align-items: start; gap: 34px; }
  .stx-contact-hero-copy { max-width: 700px; }
  .stx-contact-intro { padding-top: 0; }
  .stx-contact-footer-inner { grid-template-columns: 1fr auto; }
  .stx-contact-footer-inner > p { grid-column: 1 / -1; grid-row: 2; padding-bottom: 28px; }
}

@media (max-width: 782px) {
  body.admin-bar.stx-contact-page .stx-nav { top: 46px; }
}

@media (max-width: 680px) {
  .stx-contact-page-wrap { font-size: 16px; }
  .stx-contact-page-wrap .stx-shell,
  .stx-contact-page-wrap .stx-nav-inner { width: min(calc(100% - 34px), var(--stx-max)); }
  .stx-contact-page-wrap .stx-nav-inner { min-height: 72px; }
  .stx-contact-page-wrap .stx-nav-links { display: none; }
  .stx-contact-page-wrap .stx-nav-cta { width: 42px; overflow: hidden; padding: 0; font-size: 0 !important; }
  .stx-contact-page-wrap .stx-nav-cta span { font-size: 18px; }
  .stx-contact-hero { padding-block: 76px 84px; }
  .stx-contact-hero h1 { font-size: clamp(48px, 15vw, 68px) !important; }
  .stx-contact-hero-copy > p { font-size: 18px !important; }
  .stx-contact-status { font-size: 10px !important; letter-spacing: 0.06em; }
  .stx-contact-body { padding-block: 62px; }
  .stx-contact-intro > h2 { margin-bottom: 34px; font-size: 38px !important; }
  .stx-contact-facts li { grid-template-columns: 1fr; gap: 1px; }
  .stx-form-card { border-radius: 22px; padding: 34px 22px; }
  .stx-form-card > h2 { font-size: 40px !important; }
  .stx-contact-page-wrap .wpforms-field-row { display: grid !important; gap: 18px; }
  .stx-contact-page-wrap .wpforms-field-row .wpforms-field-row-block { width: 100% !important; margin: 0 !important; padding: 0 !important; }
  .stx-contact-page-wrap button.wpforms-submit,
  .stx-contact-page-wrap input[type="submit"].wpforms-submit { width: 100% !important; }
  .stx-contact-footer-inner { display: flex; min-height: 0; align-items: flex-start; flex-direction: column; padding-block: 34px; }
  .stx-contact-footer-inner > p { padding-bottom: 0; }
}

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