.elementor-kit-8{--e-global-color-primary:#163A5F;--e-global-color-secondary:#2B5277;--e-global-color-text:#2B5277;--e-global-color-accent:#5BC6D5;--e-global-color-8d87631:#6D88A3;--e-global-color-ec269ab:#3DA8B8;--e-global-color-e2d6e4e:#FAFAF6;--e-global-color-3b58dbc:#F3EFE6;--e-global-color-8d2a2c8:#E5E0D4;--e-global-color-287d908:#E8F6F9;--e-global-typography-primary-font-family:"gill-sans-nova";--e-global-typography-primary-font-weight:300;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-0.025em;--e-global-typography-secondary-font-family:"gill-sans-nova";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.25em;--e-global-typography-secondary-letter-spacing:-0.015em;--e-global-typography-text-font-family:"gill-sans-nova";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"JetBrains Mono";--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.4em;--e-global-typography-accent-letter-spacing:0.12em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   GUST-AI · Global Custom CSS
   Lives in Elementor Site Settings → Custom CSS
   ============================================================ */

:root {
  --gust-ink: #163A5F;
  --gust-ink-soft: #2B5277;
  --gust-ink-faint: #6D88A3;
  --gust-signal: #5BC6D5;
  --gust-signal-deep: #3DA8B8;
  --gust-signal-wash: #E8F6F9;
  --gust-paper: #FAFAF6;
  --gust-paper-card: #FFFFFF;
  --gust-paper-warm: #F3EFE6;
  --gust-paper-line: #E5E0D4;
}

/* ============================================================
   ANIMATED STACK CONNECTORS (Hero)
   Used by the HTML widget in the hero stack diagram
   ============================================================ */

.gust-stack-connector {
  width: 2px;
  height: 20px;
  background: var(--gust-paper-line);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.gust-stack-connector::after {
  content: '';
  position: absolute;
  left: -1px;
  top: -16px;
  width: 4px;
  height: 16px;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(91, 198, 213, 0.4) 30%,
    var(--gust-signal) 60%,
    rgba(91, 198, 213, 0.4) 80%,
    transparent 100%);
  box-shadow: 0 0 8px rgba(91, 198, 213, 0.6);
  animation: gust-stack-pulse 4.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.gust-stack-connector.delay-0::after { animation-delay: 0s; }
.gust-stack-connector.delay-1::after { animation-delay: 0.45s; }
.gust-stack-connector.delay-2::after { animation-delay: 0.9s; }

@keyframes gust-stack-pulse {
  0%   { top: -16px; opacity: 0; }
  8%   { opacity: 1; }
  25%  { top: 20px; opacity: 0; }
  100% { top: 20px; opacity: 0; }
}

.gust-stack-gust-layer {
  animation: gust-glow 4.5s ease-in-out infinite;
  animation-delay: 0.35s;
}
@keyframes gust-glow {
  0%   { box-shadow: 0 0 0 0 rgba(91, 198, 213, 0); }
  8%   { box-shadow: 0 0 32px -4px rgba(91, 198, 213, 0.4); }
  20%  { box-shadow: 0 0 0 0 rgba(91, 198, 213, 0); }
  100% { box-shadow: 0 0 0 0 rgba(91, 198, 213, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .gust-stack-connector::after,
  .gust-stack-gust-layer {
    animation: none;
  }
  .gust-stack-connector::after { opacity: 0; }
}

/* Live indicator pulse next to "GUST-AI" label */
.gust-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gust-signal);
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(91, 198, 213, 0.6);
  animation: gust-livepulse 2s ease-in-out infinite;
}
@keyframes gust-livepulse {
  0%   { box-shadow: 0 0 0 0 rgba(91, 198, 213, 0.7); }
  70%  { box-shadow: 0 0 0 8px rgba(91, 198, 213, 0); }
  100% { box-shadow: 0 0 0 0 rgba(91, 198, 213, 0); }
}

/* ============================================================
   CODE-STYLE UI MOCK SCREENS (Today section)
   ============================================================ */

.gust-mock {
  background: #000000;
  border: 1px solid #1A1A1A;
  color: #C0D4E8;
  font-family: 'JetBrains Mono', monospace;
}
.gust-mock-header {
  padding: 12px 18px;
  background: #0A0A0A;
  border-bottom: 1px solid #1A1A1A;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gust-mock-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.gust-mock-dot.red    { background: #FF5F57; }
.gust-mock-dot.yellow { background: #FEBC2E; }
.gust-mock-dot.green  { background: #28C840; }
.gust-mock-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--gust-paper);
  margin-left: 10px;
  letter-spacing: 0.02em;
}
.gust-mock-body {
  padding: 20px 22px;
  font-size: 12px;
  line-height: 1.85;
}
.gust-mock-line {
  color: #B5C9DE;
  white-space: nowrap;
  overflow-x: auto;
}
.gust-mock-indent { color: #7F95AE; }
.gust-mock-strong { color: var(--gust-paper); font-weight: 600; }
.gust-mock-arrow { color: var(--gust-signal); }
.gust-mock-time  { color: var(--gust-signal); font-weight: 600; margin-right: 4px; }
.gust-mock-tag {
  font-size: 10px;
  padding: 1px 7px;
  margin-left: 4px;
  letter-spacing: 0.04em;
  border: 1px solid;
}
.gust-mock-tag.amber { color: #E5A647; border-color: rgba(229,166,71,0.4); background: rgba(229,166,71,0.1); }
.gust-mock-tag.teal  { color: var(--gust-signal); border-color: rgba(91,198,213,0.4); background: rgba(91,198,213,0.1); }
.gust-mock-tag.green { color: #6FD08C; border-color: rgba(111,208,140,0.4); background: rgba(111,208,140,0.1); }
.gust-mock-tag.grey  { color: #8FA6BD; border-color: rgba(143,166,189,0.3); background: rgba(143,166,189,0.1); }
.gust-mock-footer {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #1A1A1A;
  font-size: 11px;
  color: var(--gust-signal);
  letter-spacing: 0.04em;
}

/* ============================================================
   EYEBROW utility (mono eyebrow with leading rule)
   Apply to any heading widget by adding CSS class: gust-eyebrow
   ============================================================ */

.gust-eyebrow {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--gust-signal-deep) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
}
.gust-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gust-signal);
}

/* ============================================================
   Square corners across all Elementor widgets
   The brand uses square corners (border-radius: 0) throughout
   ============================================================ */

.elementor-button,
.elementor-widget-button .elementor-button,
.elementor-widget-image-box .elementor-image-box-wrapper,
.elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-widget-call-to-action,
.elementor-widget-card,
.elementor-widget-image img {
  border-radius: 0 !important;
}

/* ============================================================
   THE PROBLEM — contrast cards section
   Plus reusable accent + lead helpers
   ============================================================ */

/* --- Reusable across any section --- */

.gust-accent {
  font-style: normal !important;
  color: var(--gust-signal-deep) !important;
  font-weight: 400 !important;
}

.gust-lead,
.gust-lead p {
  font-size: 19px !important;
  line-height: 1.55 !important;
  color: var(--gust-ink-soft) !important;
}
.gust-lead {
  max-width: 720px;
}

/* --- Problem section --- */

.gust-problem-header {
  max-width: 880px;
}

.gust-contrast-card {
  padding: 36px 38px;
  background: var(--gust-paper-card);
  border: 1px solid var(--gust-paper-line);
}
.gust-contrast-card.gust-contrast-right {
  background: var(--gust-ink);
  border-color: var(--gust-signal);
}

.gust-contrast-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gust-ink-faint);
  margin-bottom: 16px;
}
.gust-contrast-card.gust-contrast-right .gust-contrast-label {
  color: var(--gust-signal);
}

.gust-contrast-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  line-height: 1.25;
  color: var(--gust-ink);
}
.gust-contrast-card.gust-contrast-right .gust-contrast-title {
  color: var(--gust-paper);
}

.gust-c-item {
  padding: 14px 0 14px 22px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--gust-ink-soft);
  position: relative;
}
.gust-c-item + .gust-c-item {
  border-top: 1px solid var(--gust-paper-line);
}
.gust-c-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 8px;
  height: 1px;
  background: var(--gust-ink-faint);
}
.gust-contrast-card.gust-contrast-right .gust-c-item {
  color: rgba(250, 250, 246, 0.85);
}
.gust-contrast-card.gust-contrast-right .gust-c-item + .gust-c-item {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.gust-contrast-card.gust-contrast-right .gust-c-item::before {
  background: var(--gust-signal);
}

.gust-c-result {
  margin-top: 22px;
  padding: 18px 20px;
  background: var(--gust-paper-warm);
  font-size: 14px;
  line-height: 1.55;
  color: var(--gust-ink);
}
.gust-c-result strong { font-weight: 700; }
.gust-contrast-card.gust-contrast-right .gust-c-result {
  background: rgba(91, 198, 213, 0.12);
  color: var(--gust-signal);
}

/* Mobile (matches the reference 768px breakpoint) */
@media (max-width: 768px) {
  .gust-contrast-card { padding: 28px 24px; }
  .gust-contrast-title { font-size: 22px; }
  .gust-lead,
  .gust-lead p { font-size: 17px !important; }
}

/* ============================================================
   CAPABILITIES — four-card grid
   ============================================================ */

/* Height cascade: lets the inner .gust-cap-card div fill the
   container so the takeaway can stick to the bottom across
   cards with different amounts of body text. */
.gust-cap-card-host > .e-con-inner,
.gust-cap-card-host .elementor-widget-html,
.gust-cap-card-host .elementor-widget-html > .elementor-widget-container {
  height: 100%;
}

.gust-cap-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px;
  background: var(--gust-paper-card);
  border: 1px solid var(--gust-paper-line);
}

.gust-cap-icon-box {
  width: 44px;
  height: 44px;
  background: var(--gust-signal-wash);
  color: var(--gust-signal-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gust-cap-icon-box svg {
  width: 24px;
  height: 24px;
}

.gust-cap-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--gust-ink);
  letter-spacing: -0.005em;
  line-height: 1.3;
  margin: 0;
}

.gust-cap-sub {
  font-size: 14px;
  color: var(--gust-signal-deep);
  font-weight: 600;
  margin-top: -10px;
  margin-bottom: 4px;
}

.gust-cap-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--gust-ink-soft);
  margin: 0;
}

.gust-cap-takeaway {
  margin-top: auto;
  padding: 16px 18px;
  background: var(--gust-signal-wash);
  color: var(--gust-ink);
  font-size: 14px;
  line-height: 1.5;
  border-left: 3px solid var(--gust-signal);
}

/* Mobile (matches the reference 768px breakpoint) */
@media (max-width: 768px) {
  .gust-cap-card {
    padding: 28px 24px;
  }
}

/* ============================================================
   SOLUTIONS / PERSONAS — four-card row
   ============================================================ */

/* Height cascade (same pattern as Capabilities) */
.gust-persona-host > .e-con-inner,
.gust-persona-host .elementor-widget-html,
.gust-persona-host .elementor-widget-html > .elementor-widget-container {
  height: 100%;
}

.gust-persona {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 32px 28px;
  background: var(--gust-paper-card);
  border: 1px solid var(--gust-paper-line);
}

.gust-persona-icon {
  width: 36px;
  height: 36px;
  background: var(--gust-signal-wash);
  color: var(--gust-signal-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  flex-shrink: 0;
}
.gust-persona-icon svg {
  width: 20px;
  height: 20px;
}

.gust-persona-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gust-signal-deep);
}

.gust-persona h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--gust-ink);
  line-height: 1.3;
  letter-spacing: -0.005em;
  margin: 0;
}

.gust-persona p {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--gust-ink-soft);
  margin: 0;
}

.gust-persona ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  border-top: 1px solid var(--gust-paper-line);
  padding-top: 14px;
}

.gust-persona li {
  padding: 7px 0 7px 16px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--gust-ink-soft);
  position: relative;
}

.gust-persona li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 1px;
  background: var(--gust-signal);
}

/* Mobile */
@media (max-width: 768px) {
  .gust-persona {
    padding: 28px 24px;
  }
}

/* ============================================================
   PRODUCTS — three-card grid on paper-warm
   ============================================================ */

/* Height cascade for the auto-bottom link */
.gust-product-card-host > .e-con-inner,
.gust-product-card-host .elementor-widget-html,
.gust-product-card-host .elementor-widget-html > .elementor-widget-container {
  height: 100%;
}

.gust-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px;
  background: var(--gust-paper-card);
  border: 1px solid var(--gust-paper-line);
}

.gust-product-icon {
  width: 44px;
  height: 44px;
  background: var(--gust-signal-wash);
  color: var(--gust-signal-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  flex-shrink: 0;
}
.gust-product-icon svg {
  width: 24px;
  height: 24px;
}

.gust-product-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--gust-ink);
  line-height: 1.3;
  letter-spacing: -0.005em;
  margin: 0;
}

.gust-product-sub {
  font-size: 14px;
  color: var(--gust-signal-deep);
  font-weight: 600;
  margin-top: -8px;
}

.gust-product-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--gust-ink-soft);
  margin: 0;
}

.gust-product-best-for {
  padding: 14px 18px;
  background: var(--gust-paper-warm);
  margin-top: auto;
}
.gust-product-best-for-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gust-ink-faint);
  margin-bottom: 4px;
}
.gust-product-best-for-text {
  font-size: 13.5px;
  color: var(--gust-ink);
  font-weight: 500;
  line-height: 1.4;
}

.gust-product-link {
  padding-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--gust-signal-deep);
  text-decoration: none;
  font-weight: 600;
}
.gust-product-link:hover { color: var(--gust-ink); }

/* Mobile */
@media (max-width: 768px) {
  .gust-product-card { padding: 28px 24px; }
}

/* ============================================================
   WHERE THE PLATFORM IS TODAY — dark stat cards + code mocks
   ============================================================ */

/* Intro block uses the narrower 880 cap */
.gust-today-intro {
  max-width: 880px;
  margin-bottom: 16px;
}

/* Dark stat cards (.pt- in the reference) ------------------- */

.gust-pt-card-host > .e-con-inner,
.gust-pt-card-host .elementor-widget-html,
.gust-pt-card-host .elementor-widget-html > .elementor-widget-container {
  height: 100%;
}

.gust-pt-card {
  height: 100%;
  padding: 40px 32px 32px;
  background: var(--gust-ink);
  color: var(--gust-paper);
  border: 1px solid var(--gust-ink);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.gust-pt-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gust-signal);
}

.gust-pt-num {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--gust-signal);
  line-height: 0.95;
  margin-bottom: 8px;
}

.gust-pt-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gust-paper);
  padding-top: 16px;
  border-top: 1px solid rgba(91, 198, 213, 0.2);
}

.gust-pt-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(250, 250, 246, 0.7);
}

/* Mock screen wrappers — make the .gust-mock fill the host so
   the two mocks sit at equal heights side by side */
.gust-mock-host > .e-con-inner,
.gust-mock-host .elementor-widget-html,
.gust-mock-host .elementor-widget-html > .elementor-widget-container,
.gust-mock-host .gust-mock {
  height: 100%;
}

/* Mobile */
@media (max-width: 768px) {
  .gust-pt-card { padding: 28px 20px 24px; }
  .gust-pt-num { font-size: 48px; }
}

/* ============================================================
   ALPHA CTA — contained card on paper, signal-wash inside
   ============================================================ */

.gust-alpha-card {
  max-width: 1100px;
  width: 100%;
  background: var(--gust-signal-wash);
  border-top: 4px solid var(--gust-signal);
  padding: 72px 72px 64px;
  position: relative;
  overflow: hidden;
}

/* Soft cyan radial decoration in the bottom-right corner */
.gust-alpha-card::after {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -100px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(91, 198, 213, 0.20) 0%, rgba(91, 198, 213, 0) 65%);
  pointer-events: none;
}

/* H2 inside this card is 40px (smaller than the standard 48) */
.gust-alpha-card h2 {
  font-size: 40px !important;
}

/* Lead inside this card is 17px (smaller than the standard 19) */
.gust-alpha-card .gust-lead,
.gust-alpha-card .gust-lead p {
  font-size: 17px !important;
}

/* Contact line under the buttons */
.gust-alpha-contact {
  margin-top: 12px;
  font-size: 13px;
  color: var(--gust-ink-faint);
  text-align: center;
}
.gust-alpha-contact a {
  color: var(--gust-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid rgba(91, 198, 213, 0.4);
  transition: border-color 0.15s;
}
.gust-alpha-contact a:hover {
  border-color: var(--gust-signal);
}

/* Mobile */
@media (max-width: 768px) {
  .gust-alpha-card {
    padding: 40px 28px;
  }
  .gust-alpha-card h2 {
    font-size: 28px !important;
  }
}

/* ============================================================
   CLOSING MOAT — dark wrap-up section
   ============================================================ */

.gust-moat-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.gust-moat-icon svg {
  width: 128px;
  height: 128px;
  display: block;
}

.gust-moat-head,
.gust-moat-head .elementor-heading-title {
  font-size: 42px !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  color: var(--gust-paper) !important;
}
.gust-moat-head {
  text-align: center !important;
  max-width: 900px !important;
  align-self: center !important;
  margin-bottom: 64px !important;
}
.gust-moat-head em {
  color: var(--gust-signal);
  font-style: normal;
  font-weight: 500;
}

.gust-moat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gust-signal);
  margin-bottom: 14px;
}
.gust-moat-text {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(250, 250, 246, 0.78);
}

/* Mobile */
@media (max-width: 768px) {
  .gust-moat-icon svg {
    width: 80px;
    height: 80px;
  }
  .gust-moat-head,
  .gust-moat-head .elementor-heading-title {
    font-size: 28px !important;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */

.gust-footer {
  border-top: 1px solid var(--gust-paper-line);
}

.gust-footer-grid {
  border-bottom: 1px solid var(--gust-paper-line);
}

/* Brand column */
.gust-footer-brand svg {
  width: 130px;
  height: auto;
  margin-bottom: 16px;
  display: block;
}
.gust-footer-brand p {
  font-size: 13px;
  color: var(--gust-ink-faint);
  line-height: 1.6;
  margin: 0;
}

/* Link columns */
.gust-footer-col h5 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gust-signal-deep);
  margin: 0 0 16px 0;
}
.gust-footer-col a {
  display: block;
  padding: 6px 0;
  color: var(--gust-ink-soft);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.15s;
}
.gust-footer-col a:hover {
  color: var(--gust-ink);
}

/* Meta row at the bottom */
.gust-footer-meta {
  font-size: 12px;
  color: var(--gust-ink-faint);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.gust-footer-meta a {
  color: var(--gust-ink-faint);
  text-decoration: none;
}
.gust-footer-meta a:hover {
  color: var(--gust-ink-soft);
}

/* Force meta row widgets to be content-sized so they sit side by side */
.gust-footer-meta > .elementor-element {
  width: auto !important;
  flex: 0 1 auto !important;
}

/* Force link colour across all link states, defeating theme/widget defaults */
.gust-footer-meta a,
.gust-footer-meta a:link,
.gust-footer-meta a:visited {
  color: var(--gust-ink-faint) !important;
  text-decoration: none !important;
}
.gust-footer-meta a:hover,
.gust-footer-meta a:focus {
  color: var(--gust-ink-soft) !important;
}

/* ============================================================
   ABOUT HERO
   ============================================================ */
.gust-about-hero {
  border-bottom: 1px solid var(--gust-paper-line);
}
.gust-about-hero-side {
  border-left: 3px solid var(--gust-signal);
  padding: 6px 0 6px 28px;
  color: var(--gust-ink-soft);
  font-size: 16px;
  line-height: 1.6;
}
.gust-about-hero-side strong {
  color: var(--gust-ink);
  font-weight: 600;
}

/* ============================================================
   STORY — narrative beats on paper-warm
   ============================================================ */
.gust-story-header { max-width: 880px; }

.gust-beat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;          /* was 12 */
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gust-signal-deep);
  padding-top: 18px;        /* was 6 — now matches .gust-beat-body */
  border-top: 1px solid var(--gust-paper-line);
}

.gust-beat-body {
  border-top: 1px solid var(--gust-paper-line);
  padding-top: 18px;
}
.gust-beat-body h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--gust-ink);
}
.gust-beat-body p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--gust-ink-soft);
  margin: 0;
}
.gust-beat-body p + p { margin-top: 14px; }

/* ============================================================
   FOUNDERS — three-card grid
   ============================================================ */
   
.gust-founders-header {
  max-width: 880px;
}   
   
.gust-founder-host > .e-con-inner,
.gust-founder-host .elementor-widget-html,
.gust-founder-host .elementor-widget-html > .elementor-widget-container {
  height: 100%;
}

.gust-founder-card {
  height: 100%;
  background: var(--gust-paper-card);
  border: 1px solid var(--gust-paper-line);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gust-founder-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--gust-signal-wash);
  border: 1px solid var(--gust-paper-line);
  display: block;
}
.gust-founder-identity {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gust-founder-name {
  font-size: 24px;
  font-weight: 600;
  color: var(--gust-ink);
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.gust-founder-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gust-signal-deep);
  line-height: 1.4;
}
.gust-founder-tag {
  font-size: 15px;
  font-weight: 600;
  color: var(--gust-ink);
  line-height: 1.45;
  margin-bottom: -4px;
}
.gust-founder-bio {
  font-size: 15px;
  line-height: 1.65;
  color: var(--gust-ink-soft);
  margin: 0;
}
.gust-founder-bio + .gust-founder-bio { margin-top: 12px; }
.gust-founder-link {
  margin-top: auto;
  padding-top: 16px;
  font-size: 24px;
  color: var(--gust-ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: color 0.15s, transform 0.15s;
}
.gust-founder-link:hover {
  color: var(--gust-signal-deep);
  transform: translateY(-1px);
}

/* ============================================================
   BELIEFS — three convictions on dark
   ============================================================ */
.gust-beliefs-header { max-width: 820px; }

.gust-beliefs-header .gust-eyebrow,
.gust-beliefs-header .gust-eyebrow .elementor-heading-title {
  color: var(--gust-signal) !important;
}
.gust-beliefs-header .gust-eyebrow::before {
  background: var(--gust-signal) !important;
}

.gust-beliefs-header h2,
.gust-beliefs-header h2 .elementor-heading-title {
  color: var(--gust-paper) !important;
}
.gust-beliefs-header h2 em,
.gust-beliefs-header h2 em.gust-accent,
.gust-beliefs-header h2 .elementor-heading-title em,
.gust-beliefs-header h2 .elementor-heading-title em.gust-accent {
  color: var(--gust-signal) !important;
  font-style: normal !important;
  font-weight: 500 !important;
}
.gust-beliefs-header .gust-lead,
.gust-beliefs-header .gust-lead p {
  color: #B7C8DA !important;
  max-width: 780px !important;
}

.gust-belief {
  border-top: 2px solid var(--gust-signal);
  padding-top: 22px;
}
.gust-belief-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gust-signal);
  margin-bottom: 16px;
}
.gust-belief h3 {
  color: var(--gust-paper);
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 600;
}
.gust-belief p {
  color: #B7C8DA;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   ADVISORS — four-card grid
   ============================================================ */
   
.gust-advisors-header {
  max-width: 880px;
}   
   
.gust-advisor-host > .e-con-inner,
.gust-advisor-host .elementor-widget-html,
.gust-advisor-host .elementor-widget-html > .elementor-widget-container {
  height: 100%;
}

.gust-advisor {
  height: 100%;
  background: var(--gust-paper-card);
  border: 1px solid var(--gust-paper-line);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gust-advisor-photo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--gust-signal-wash);
  border: 1px solid var(--gust-paper-line);
  display: block;
}
.gust-advisor-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--gust-ink);
}
.gust-advisor-role {
  font-size: 14px;
  color: var(--gust-ink-soft);
  line-height: 1.5;
}
.gust-advisor-link {
  margin-top: auto;
  padding-top: 8px;
  font-size: 20px;
  color: var(--gust-ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: color 0.15s, transform 0.15s;
}
.gust-advisor-link:hover {
  color: var(--gust-signal-deep);
  transform: translateY(-1px);
}

/* ============================================================
   ALPHA CTA — dark variant (about page only)
   ============================================================ */
.gust-alpha-dark .gust-eyebrow,
.gust-alpha-dark .gust-eyebrow .elementor-heading-title {
  color: var(--gust-signal) !important;
}
.gust-alpha-dark .gust-eyebrow::before {
  background: var(--gust-signal) !important;
}
.gust-alpha-dark h2,
.gust-alpha-dark h2 .elementor-heading-title {
  color: var(--gust-paper) !important;
}
.gust-alpha-dark h2 em,
.gust-alpha-dark h2 em.gust-accent,
.gust-alpha-dark h2 .elementor-heading-title em,
.gust-alpha-dark h2 .elementor-heading-title em.gust-accent {
  color: var(--gust-signal) !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.gust-alpha-dark .gust-lead,
.gust-alpha-dark .gust-lead p {
  color: #B7C8DA !important;
}
.gust-alpha-dark-contact {
  margin-top: 14px;
  font-size: 13px;
  color: #B7C8DA !important;         /* was #8DA4BB */
  text-align: center;
}
.gust-alpha-dark-contact a {
  color: var(--gust-signal) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(91, 198, 213, 0.4);
}
.gust-alpha-dark-contact a:hover {
  border-color: var(--gust-signal);
}

/* Mobile */
@media (max-width: 768px) {
  .gust-founder-card { padding: 28px 24px; }
  .gust-advisor { padding: 24px 20px; }
}

/* ============================================================
   LEGAL PAGES — typography for long-form text
   ============================================================ */

.gust-legal h1 {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--gust-ink);
  margin: 0 0 8px 0;
}

.gust-legal h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.3;
  color: var(--gust-ink);
  margin: 48px 0 16px 0;
  padding-top: 32px;
  border-top: 1px solid var(--gust-paper-line);
}

.gust-legal h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--gust-ink);
  margin: 28px 0 12px 0;
}

.gust-legal p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--gust-ink-soft);
  margin: 0 0 16px 0;
}

.gust-legal ul,
.gust-legal ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
}

.gust-legal li {
  font-size: 16px;
  line-height: 1.65;
  color: var(--gust-ink-soft);
  margin-bottom: 8px;
}

.gust-legal strong {
  color: var(--gust-ink);
  font-weight: 600;
}

.gust-legal a {
  color: var(--gust-signal-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(91, 198, 213, 0.4);
}
.gust-legal a:hover {
  border-color: var(--gust-signal);
}

.gust-legal-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gust-signal-deep);
  margin: 0 0 40px 0;
}

@media (max-width: 768px) {
  .gust-legal h1 { font-size: 32px; }
  .gust-legal h2 { font-size: 20px; margin-top: 40px; padding-top: 24px; }
}

/* ============================================================
   FORM PAGES — shared styling for /alpha/ and /contact/
   ============================================================ */

/* Form page header block */
.gust-form-header {
  margin-bottom: 48px;
}
.gust-form-header h1 {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--gust-ink);
  margin: 16px 0 24px 0;
}

/* Form widget styling (overrides Elementor Form defaults) */
.gust-form .elementor-field-group {
  margin-bottom: 18px;
}

.gust-form .elementor-field-label {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--gust-ink-soft) !important;
  margin-bottom: 8px !important;
}

.gust-form .elementor-field {
  background: var(--gust-paper-card) !important;
  border: 1px solid var(--gust-paper-line) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  font-size: 15px !important;
  color: var(--gust-ink) !important;
  font-family: 'Mulish', -apple-system, 'Segoe UI', sans-serif !important;
  line-height: 1.5 !important;
  transition: border-color 0.15s !important;
}

.gust-form .elementor-field:focus {
  border-color: var(--gust-signal-deep) !important;
  outline: none !important;
}

.gust-form .elementor-field::placeholder {
  color: var(--gust-ink-faint) !important;
  opacity: 1;
}

.gust-form textarea.elementor-field {
  min-height: 140px;
  resize: vertical;
}

/* Hide any Elementor-added arrows on select wrappers */
.gust-form .elementor-field-group.elementor-field-type-select::after,
.gust-form .elementor-field-group.elementor-field-type-select::before,
.gust-form .elementor-field-wrap::after,
.gust-form .elementor-field-wrap::before,
.gust-form .elementor-select-wrapper::after,
.gust-form .elementor-select-wrapper::before {
  display: none !important;
  content: none !important;
}

/* Clear any background image on the wrapper (sometimes carries its own arrow) */
.gust-form .elementor-field-wrap,
.gust-form .elementor-select-wrapper {
  background-image: none !important;
}

/* Force native arrow off on the select itself, with custom arrow */
.gust-form select,
.gust-form select.elementor-field,
.gust-form .elementor-field-wrap select,
.gust-form .elementor-select-wrapper select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: var(--gust-paper-card) !important;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236D88A3' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 12px !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}

.gust-form select::-ms-expand {
  display: none !important;
}

/* Hide Elementor's custom caret SVG injected as a DOM element */
.gust-form .select-caret-down-wrapper {
  display: none !important;
}

/* Checkbox / radio groups */
.gust-form .elementor-field-subgroup label {
  font-size: 15px;
  color: var(--gust-ink-soft);
  margin-right: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gust-form .elementor-field-option input[type="checkbox"],
.gust-form .elementor-field-option input[type="radio"] {
  accent-color: var(--gust-signal-deep);
}

/* Required asterisk */
.gust-form .elementor-mark-required .elementor-field-label::after {
  content: ' *';
  color: var(--gust-signal-deep);
}

/* Submit button */
.gust-form .elementor-button {
  background: var(--gust-ink) !important;
  color: var(--gust-paper) !important;
  border: 1px solid var(--gust-ink) !important;
  border-radius: 0 !important;
  padding: 14px 28px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s !important;
  font-family: 'Mulish', -apple-system, 'Segoe UI', sans-serif !important;
}
.gust-form .elementor-button:hover {
  background: var(--gust-ink-soft) !important;
  border-color: var(--gust-ink-soft) !important;
}

/* Success / error messages */
.gust-form .elementor-message-success {
  background: var(--gust-signal-wash);
  border-left: 3px solid var(--gust-signal);
  color: var(--gust-ink);
  padding: 18px 22px;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 24px;
}
.gust-form .elementor-message-danger {
  background: #FDECEA;
  border-left: 3px solid #D04A3E;
  color: #6E1A12;
  padding: 18px 22px;
  font-size: 14px;
  margin-top: 24px;
}

/* Trust line below the form */
.gust-form-trust {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--gust-paper-line);
  font-size: 13px;
  color: var(--gust-ink-faint);
  line-height: 1.6;
}
.gust-form-trust a {
  color: var(--gust-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid rgba(91, 198, 213, 0.4);
}
.gust-form-trust a:hover {
  border-color: var(--gust-signal);
}

@media (max-width: 768px) {
  .gust-form-header h1 { font-size: 32px; }
}

/* ============================================================
   404 PAGE
   ============================================================
*/

.gust-404 {
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #163A5F;
  background-image:
    radial-gradient(circle at 50% 40%,
      rgba(91, 198, 213, 0.16) 0%,
      rgba(91, 198, 213, 0) 55%);
  background-repeat: no-repeat;
  padding: 6rem 1.5rem;
}

/* Eyebrow: small teal mono label */
.gust-404 .gust-404-eyebrow .elementor-heading-title {
  font-family: "JetBrains Mono", monospace;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5BC6D5;
  margin: 0 0 1.5rem;
}

/* Headline: large white statement */
.gust-404 .gust-404-title .elementor-heading-title {
  font-family: "gill-sans-nova", sans-serif !important;
  font-weight: 500;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #ffffff !important;
  max-width: 18ch;
  margin: 0 auto;
}

/* Subhead: target wrapper and inner paragraph */
.gust-404 .gust-404-sub,
.gust-404 .gust-404-sub p {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  max-width: 34rem;
  margin: 1.5rem auto 2.25rem;
}

/* Log line */
.gust-404 .gust-404-log .elementor-heading-title {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-size: 1rem;
  text-transform: none;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1.75rem;
}/* End custom CSS */