:root {
  --st-navy-950: #061c31;
  --st-navy-900: #082944;
  --st-navy-800: #0b3a5d;
  --st-blue-600: #1368e8;
  --st-blue-500: #287df0;
  --st-turquoise-500: #0fc2c8;
  --st-turquoise-400: #30d6d5;
  --st-slate-700: #35465a;
  --st-slate-600: #566579;
  --st-slate-500: #748297;
  --st-slate-300: #cbd5e1;
  --st-slate-200: #e3e9f0;
  --st-slate-100: #f2f6fa;
  --st-white: #ffffff;
  --st-success: #0f9f6e;
  --st-warning: #f59e0b;
  --st-shadow-sm: 0 12px 28px rgba(8, 41, 68, .08);
  --st-shadow-lg: 0 32px 72px rgba(8, 41, 68, .16);
  --st-radius-sm: 10px;
  --st-radius: 16px;
  --st-radius-lg: 24px;
  --st-shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--st-navy-950);
  background: var(--st-white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.st-no-scroll { overflow: hidden; }
a { color: var(--st-blue-600); text-decoration: none; }
a:hover { color: var(--st-navy-900); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.st-skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; background: var(--st-navy-950); color: #fff; padding: 10px 14px; border-radius: 8px; }
.st-skip-link:focus { top: 20px; }
.st-shell { width: min(calc(100% - 40px), var(--st-shell)); margin-inline: auto; }
.st-site-main { overflow: hidden; }

.st-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(203,213,225,.72); backdrop-filter: blur(14px); transition: box-shadow .2s ease; }
.st-header.is-scrolled { box-shadow: 0 10px 28px rgba(8,41,68,.07); }
.st-header__inner { min-height: 76px; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 28px; }
.st-brand { display: inline-flex; align-items: center; }
.st-brand img { width: 185px; display: block; }
.st-nav__list { list-style: none; display: flex; align-items: center; justify-content: center; gap: 28px; margin: 0; padding: 0; }
.st-nav__list a { color: var(--st-slate-700); font-weight: 650; font-size: 14px; }
.st-nav__list a:hover, .st-nav__list .current-menu-item > a { color: var(--st-blue-600); }
.st-header__actions { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.st-text-link { color: var(--st-navy-900); font-weight: 700; }
.st-text-link--large { font-size: 16px; }
.st-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.st-menu-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--st-navy-900); }

.st-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.st-button:hover { transform: translateY(-1px); }
.st-button--compact { min-height: 42px; padding-inline: 17px; font-size: 14px; }
.st-button--primary { color: #fff; background: linear-gradient(135deg, var(--st-blue-600), #0f8fd4 68%, var(--st-turquoise-500)); box-shadow: 0 12px 24px rgba(19,104,232,.2); }
.st-button--primary:hover { color: #fff; box-shadow: 0 16px 30px rgba(19,104,232,.28); }
.st-button--secondary { color: var(--st-navy-900); background: #fff; border-color: var(--st-slate-300); }
.st-button--secondary:hover { border-color: var(--st-blue-500); color: var(--st-blue-600); }

.st-hero { position: relative; padding: 94px 0 88px; background: radial-gradient(circle at 90% 5%, rgba(15,194,200,.17), transparent 30%), radial-gradient(circle at 5% 90%, rgba(19,104,232,.12), transparent 34%), linear-gradient(180deg,#fbfdff 0%,#fff 100%); }
.st-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg,transparent,var(--st-slate-200),transparent); }
.st-hero__grid { display: grid; grid-template-columns: .92fr 1.2fr; align-items: center; gap: 70px; }
.st-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--st-blue-600); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.st-kicker span { width: 30px; height: 2px; background: var(--st-turquoise-500); }
.st-hero h1 { max-width: 680px; margin: 18px 0 22px; font-size: clamp(42px,5.4vw,72px); line-height: 1.02; letter-spacing: -.048em; color: var(--st-navy-950); }
.st-hero__copy > p { max-width: 650px; color: var(--st-slate-600); font-size: 19px; }
.st-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.st-trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; color: var(--st-slate-600); font-size: 13px; font-weight: 650; }
.st-trust-row span::before { content: "✓"; color: var(--st-success); margin-right: 7px; }
.st-hero__visual { position: relative; min-width: 0; }
.st-app-frame { padding: 9px; border: 1px solid rgba(203,213,225,.9); border-radius: 18px; background: #fff; box-shadow: var(--st-shadow-lg); transform: perspective(1400px) rotateY(-2.5deg) rotateX(1deg); }
.st-app-frame__bar { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 10px; color: var(--st-slate-500); font-size: 11px; border-bottom: 1px solid var(--st-slate-200); }
.st-app-frame__bar span { width: 8px; height: 8px; border-radius: 50%; background: var(--st-slate-300); }
.st-app-frame__bar strong { margin-left: 8px; font-weight: 700; }
.st-screen-button { display: block; width: 100%; padding: 0; border: 0; background: #fff; border-radius: 0 0 12px 12px; overflow: hidden; }
.st-screen-button img { display: block; width: 100%; }
.st-floating-card { position: absolute; display: grid; grid-template-columns: 38px 1fr; column-gap: 11px; align-items: center; min-width: 220px; padding: 14px 16px; border: 1px solid rgba(203,213,225,.9); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: var(--st-shadow-sm); }
.st-floating-card--top { right: -26px; top: -28px; }
.st-floating-card--bottom { left: -28px; bottom: -32px; }
.st-floating-card__icon { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--st-blue-600),var(--st-turquoise-500)); border-radius: 10px; font-weight: 900; }
.st-floating-card strong { font-size: 13px; line-height: 1.25; }
.st-floating-card small { color: var(--st-slate-500); font-size: 11px; }

.st-section { padding: 94px 0; }
.st-section--soft { background: var(--st-slate-100); }
.st-section--navy { color: #fff; background: linear-gradient(135deg,var(--st-navy-950),#0a3654 60%,#0a4b65); }
.st-section-heading { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.st-section-heading--split { max-width: none; display: grid; grid-template-columns: 1fr .52fr; align-items: end; gap: 50px; text-align: left; }
.st-section-heading h2, .st-security-grid h2, .st-payment-card h2, .st-cta h2 { margin: 8px 0 14px; font-size: clamp(32px,4vw,48px); line-height: 1.12; letter-spacing: -.034em; }
.st-section-heading p, .st-payment-card p, .st-security-grid > div > p { color: var(--st-slate-600); }
.st-eyebrow { margin: 0; color: var(--st-blue-600); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.st-eyebrow--light { color: var(--st-turquoise-400); }
.st-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.st-feature-card { position: relative; min-height: 235px; padding: 28px; border: 1px solid var(--st-slate-200); border-radius: var(--st-radius); background: #fff; box-shadow: 0 10px 25px rgba(8,41,68,.035); }
.st-feature-card__number { display: inline-grid; place-items: center; width: 42px; height: 42px; color: var(--st-blue-600); border: 1px solid #cfe0fb; border-radius: 12px; background: #f4f8ff; font-weight: 850; }
.st-feature-card h3 { margin: 22px 0 9px; font-size: 20px; }
.st-feature-card p { margin: 0; color: var(--st-slate-600); }

.st-screen-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; }
.st-screen-card { grid-column: span 6; overflow: hidden; border: 1px solid var(--st-slate-200); border-radius: var(--st-radius); background: #fff; box-shadow: var(--st-shadow-sm); }
.st-screen-card:nth-child(3) { grid-column: span 7; }
.st-screen-card:nth-child(4), .st-screen-card:nth-child(5) { grid-column: span 5; }
.st-screen-card button { width: 100%; display: block; padding: 0; border: 0; background: #eef3f8; overflow: hidden; }
.st-screen-card img { width: 100%; display: block; transition: transform .3s ease; }
.st-screen-card button:hover img { transform: scale(1.018); }
.st-screen-card > div { padding: 20px 22px 22px; }
.st-screen-card h3 { margin: 0 0 3px; font-size: 18px; }
.st-screen-card p { margin: 0; color: var(--st-slate-600); font-size: 14px; }

.st-security-grid { display: grid; grid-template-columns: .86fr 1.1fr; gap: 80px; align-items: center; }
.st-security-grid > div > p { color: #b7c8d6; }
.st-process-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.st-process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.055); }
.st-process-list li > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--st-navy-950); background: var(--st-turquoise-400); border-radius: 10px; font-weight: 900; }
.st-process-list strong { display: block; margin-bottom: 3px; }
.st-process-list p { margin: 0; color: #b7c8d6; font-size: 14px; }

.st-pricing { max-width: 1120px; margin: auto; }
.st-billing-switch { width: fit-content; display: flex; gap: 5px; margin: 0 auto 32px; padding: 5px; border: 1px solid var(--st-slate-200); border-radius: 12px; background: var(--st-slate-100); }
.st-billing-switch__button { min-width: 105px; padding: 9px 14px; border: 0; border-radius: 8px; color: var(--st-slate-600); background: transparent; font-weight: 750; }
.st-billing-switch__button.is-active { color: var(--st-blue-600); background: #fff; box-shadow: 0 3px 10px rgba(8,41,68,.08); }
.st-plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.st-plan-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--st-slate-200); border-radius: 19px; background: #fff; box-shadow: var(--st-shadow-sm); }
.st-plan-card.is-featured { border-color: rgba(19,104,232,.55); box-shadow: 0 24px 54px rgba(19,104,232,.14); transform: translateY(-8px); }
.st-plan-card__badge { position: absolute; top: -12px; right: 22px; padding: 5px 10px; color: #fff; background: var(--st-blue-600); border-radius: 999px; font-size: 11px; font-weight: 800; }
.st-plan-card h3 { margin: 8px 0 10px; font-size: 30px; }
.st-plan-card__price { min-height: 43px; color: var(--st-navy-950); font-size: 24px; font-weight: 850; }
.st-plan-card__price del { color: var(--st-slate-500); font-size: 15px; }
.st-check-list { list-style: none; margin: 24px 0 30px; padding: 0; display: grid; gap: 11px; color: var(--st-slate-600); }
.st-check-list li { position: relative; padding-left: 25px; }
.st-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--st-success); font-weight: 900; }
.st-plan-card__actions { margin-top: auto; }
.st-plan-buy { display: none; width: 100%; }
.st-plan-buy.is-active { display: inline-flex; }
.st-pricing__note { margin: 28px auto 0; max-width: 820px; color: var(--st-slate-500); text-align: center; font-size: 13px; }

.st-payment-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.st-payment-card { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; padding: 34px; border: 1px solid var(--st-slate-200); border-radius: var(--st-radius); background: #fff; }
.st-payment-card__icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--st-blue-600); background: #eef5ff; border-radius: 15px; font-size: 25px; font-weight: 900; }
.st-payment-card h2 { font-size: 27px; }

.st-cta { padding: 70px 0; background: linear-gradient(135deg,#f5f9ff,#edfbfb); border-top: 1px solid var(--st-slate-200); }
.st-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.st-cta__inner > div:last-child { display: flex; align-items: center; gap: 24px; }
.st-cta h2 { margin-bottom: 0; font-size: 40px; }

.st-page-hero { padding: 72px 0 58px; background: linear-gradient(180deg,#f7fbff,#fff); border-bottom: 1px solid var(--st-slate-200); }
.st-page-hero--compact { padding: 56px 0 44px; }
.st-page-hero h1 { margin: 8px 0 0; font-size: clamp(38px,5vw,58px); letter-spacing: -.04em; }
.st-prose { max-width: 850px; }
.st-prose h2, .st-prose h3 { color: var(--st-navy-950); }
.st-entry-card { padding: 30px; border: 1px solid var(--st-slate-200); border-radius: var(--st-radius); }
.st-empty-state { max-width: 700px; margin: auto; text-align: center; }
.st-empty-state h1 { font-size: 52px; }

.st-footer { color: #cad6df; background: var(--st-navy-950); padding: 68px 0 22px; }
.st-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 48px; }
.st-footer__logo { width: 175px; filter: brightness(0) invert(1); opacity: .94; }
.st-footer h2 { margin: 0 0 15px; color: #fff; font-size: 14px; }
.st-footer a, .st-footer p { display: block; margin: 8px 0; color: #aebfcb; font-size: 13px; }
.st-footer a:hover { color: var(--st-turquoise-400); }
.st-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8da2b1; font-size: 12px; }
.st-footer__legal { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; }

.st-lightbox { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 42px; background: rgba(4,18,31,.84); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.st-lightbox[aria-hidden="false"] { opacity: 1; visibility: visible; }
.st-lightbox img { max-width: min(1440px,96vw); max-height: 88vh; border-radius: 10px; box-shadow: 0 35px 90px rgba(0,0,0,.4); }
.st-lightbox__close { position: fixed; top: 20px; right: 24px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: rgba(0,0,0,.3); font-size: 28px; }

/* WooCommerce */
.st-section--commerce { background: var(--st-slate-100); }
.st-woocommerce-shell { padding: 34px; border: 1px solid var(--st-slate-200); border-radius: var(--st-radius); background: #fff; box-shadow: var(--st-shadow-sm); }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button, .woocommerce #respond input#submit { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 9px; color: #fff; background: var(--st-blue-600); font-weight: 750; }
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button:hover { color: #fff; background: var(--st-navy-900); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--st-blue-600); background: #f3f8ff; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--st-blue-600); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 45px; border: 1px solid var(--st-slate-300); border-radius: 8px; background: #fff; }
.woocommerce-checkout #payment { background: #f4f7fa; border: 1px solid var(--st-slate-200); border-radius: 12px; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--st-slate-200); }
.woocommerce-checkout #payment ul.payment_methods li { margin: 7px 0; padding: 13px; border: 1px solid var(--st-slate-200); border-radius: 10px; background: #fff; }
.woocommerce-checkout #payment div.payment_box { color: var(--st-slate-700); background: var(--st-slate-100); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--st-slate-100); }
.st-checkout-payment-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 14px; }
.st-checkout-payment-intro > div { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--st-slate-200); border-radius: 9px; background: #fff; font-size: 13px; }
.st-payment-icon { width: 30px; height: 30px; display: grid; place-items: center; color: var(--st-blue-600); background: #edf5ff; border-radius: 8px; }

@media (max-width: 1040px) {
  .st-header__inner { grid-template-columns: 180px auto 1fr; }
  .st-menu-toggle { display: block; justify-self: end; }
  .st-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; padding: 18px; border: 1px solid var(--st-slate-200); border-radius: 12px; background: #fff; box-shadow: var(--st-shadow-lg); }
  .st-nav.is-open { display: block; }
  .st-nav__list { display: grid; justify-content: stretch; gap: 4px; }
  .st-nav__list a { display: block; padding: 11px; }
  .st-header__actions { justify-self: end; }
  .st-header__actions .st-text-link { display: none; }
  .st-hero__grid, .st-security-grid { grid-template-columns: 1fr; }
  .st-hero__copy { text-align: center; }
  .st-hero__copy > p { margin-inline: auto; }
  .st-hero__actions, .st-trust-row { justify-content: center; }
  .st-hero__visual { width: min(860px,100%); margin: 25px auto 0; }
  .st-feature-grid { grid-template-columns: repeat(2,1fr); }
  .st-plan-grid { grid-template-columns: 1fr; max-width: 680px; margin: auto; }
  .st-plan-card.is-featured { transform: none; }
  .st-footer__grid { grid-template-columns: 1.4fr repeat(2,1fr); }
}

@media (max-width: 720px) {
  .st-shell { width: min(calc(100% - 28px), var(--st-shell)); }
  .st-header__inner { min-height: 68px; grid-template-columns: 155px 1fr auto; gap: 10px; }
  .st-brand img { width: 150px; }
  .st-header__actions { display: none; }
  .st-nav { top: 68px; left: 14px; right: 14px; }
  .st-hero { padding: 64px 0 70px; }
  .st-hero h1 { font-size: 43px; }
  .st-hero__copy > p { font-size: 17px; }
  .st-floating-card { display: none; }
  .st-app-frame { transform: none; }
  .st-section { padding: 70px 0; }
  .st-section-heading--split { grid-template-columns: 1fr; gap: 10px; }
  .st-feature-grid, .st-payment-grid { grid-template-columns: 1fr; }
  .st-screen-card, .st-screen-card:nth-child(3), .st-screen-card:nth-child(4), .st-screen-card:nth-child(5) { grid-column: 1 / -1; }
  .st-payment-card { grid-template-columns: 50px 1fr; padding: 24px; }
  .st-payment-card__icon { width: 48px; height: 48px; }
  .st-cta__inner, .st-cta__inner > div:last-child { align-items: flex-start; flex-direction: column; }
  .st-cta h2 { font-size: 34px; }
  .st-footer__grid { grid-template-columns: 1fr 1fr; }
  .st-footer__grid > div:first-child { grid-column: 1 / -1; }
  .st-footer__bottom { flex-direction: column; }
  .st-checkout-payment-intro { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .st-hero__actions .st-button { width: 100%; }
  .st-feature-card { min-height: auto; }
  .st-billing-switch { width: 100%; }
  .st-billing-switch__button { min-width: 0; flex: 1; }
  .st-plan-card { padding: 24px; }
  .st-footer__grid { grid-template-columns: 1fr; }
  .st-footer__grid > div:first-child { grid-column: auto; }
}

/* Strategy and execution storytelling (v0.2.0) */
.st-automation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.st-automation-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px;
  border: 1px solid var(--st-slate-200);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--st-shadow-sm);
  overflow: hidden;
}
.st-automation-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--st-blue-600), var(--st-turquoise-500));
}
.st-automation-card--tradingview::before {
  background: linear-gradient(90deg, #0ba9a9, var(--st-turquoise-400));
}
.st-automation-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.st-automation-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #cfe0fb;
  border-radius: 16px;
  color: var(--st-blue-600);
  background: #f3f8ff;
  font-size: 24px;
  font-weight: 900;
}
.st-automation-card--tradingview .st-automation-card__icon {
  color: #079c9c;
  border-color: #bdeaea;
  background: #effcfc;
}
.st-automation-card h3 {
  margin: 4px 0 0;
  color: var(--st-navy-950);
  font-size: 29px;
  line-height: 1.12;
}
.st-automation-card__lead {
  margin: 0 0 22px;
  color: var(--st-slate-700);
  font-size: 17px;
  line-height: 1.68;
}
.st-benefit-list {
  list-style: none;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  color: var(--st-slate-600);
}
.st-benefit-list li {
  position: relative;
  padding-left: 29px;
}
.st-benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--st-blue-600);
  font-size: 12px;
  font-weight: 900;
}
.st-automation-card--tradingview .st-benefit-list li::before {
  background: #0aa7a7;
}
.st-automation-card__footer {
  margin-top: auto;
  padding-top: 26px;
}
.st-automation-card__footer span {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--st-slate-200);
  border-radius: 12px;
  color: var(--st-slate-600);
  background: var(--st-slate-100);
  font-size: 13px;
  font-weight: 650;
}

.st-section--indicators {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}
.st-indicator-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  align-items: center;
}
.st-indicator-summary {
  position: relative;
}
.st-stat-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 82px;
  margin: 15px 0 16px;
  padding: 0 22px;
  border: 1px solid #cfe0fb;
  border-radius: 22px;
  color: var(--st-blue-600);
  background: #f3f8ff;
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
}
.st-indicator-summary h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 49px);
  line-height: 1.08;
  letter-spacing: -.038em;
}
.st-indicator-summary > p:last-of-type {
  color: var(--st-slate-600);
  font-size: 17px;
}
.st-logic-pills {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.st-logic-pills span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid var(--st-slate-200);
  border-radius: 11px;
  color: var(--st-slate-600);
  background: #fff;
  box-shadow: 0 8px 20px rgba(8,41,68,.035);
  font-size: 14px;
}
.st-logic-pills strong {
  min-width: 46px;
  display: inline-grid;
  place-items: center;
  padding: 4px 8px;
  border-radius: 7px;
  color: #fff;
  background: var(--st-navy-900);
  font-size: 11px;
  letter-spacing: .08em;
}
.st-indicator-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.st-indicator-group {
  padding: 24px;
  border: 1px solid var(--st-slate-200);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8,41,68,.05);
}
.st-indicator-group h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 17px;
}
.st-indicator-group h3 span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--st-blue-600);
  background: #eff5ff;
  font-weight: 900;
}
.st-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.st-chip-list span {
  padding: 6px 9px;
  border: 1px solid var(--st-slate-200);
  border-radius: 8px;
  color: var(--st-slate-600);
  background: var(--st-slate-100);
  font-size: 12px;
  font-weight: 650;
}

.st-section--execution {
  position: relative;
  background: linear-gradient(135deg, #071f35 0%, #0a3654 65%, #0a4b65 100%);
  color: #fff;
}
.st-section--execution .st-section-heading h2 {
  color: #fff;
}
.st-section--execution .st-section-heading > p:last-child {
  color: #b8cad7;
}
.st-section--execution .st-eyebrow {
  color: var(--st-turquoise-400);
}
.st-execution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.st-execution-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}
.st-execution-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  column-gap: 44px;
  align-items: center;
  padding: 34px;
  background: rgba(255,255,255,.085);
}
.st-execution-card__badge {
  grid-column: 1;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid rgba(48,214,213,.34);
  border-radius: 999px;
  color: var(--st-turquoise-400);
  background: rgba(48,214,213,.08);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.st-execution-card--wide h3,
.st-execution-card--wide > p {
  grid-column: 1;
}
.st-execution-card h3 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: 22px;
}
.st-execution-card p {
  margin: 0;
  color: #bdd0dc;
}
.st-execution-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(48,214,213,.32);
  border-radius: 12px;
  color: var(--st-turquoise-400);
  background: rgba(48,214,213,.075);
  font-size: 18px;
  font-weight: 900;
}
.st-config-row {
  grid-column: 2;
  grid-row: 1 / 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.st-config-row span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 11px;
  color: #e9f3f8;
  background: rgba(255,255,255,.055);
  font-size: 13px;
  font-weight: 700;
}

.st-feature-grid--benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.st-feature-grid--benefits .st-feature-card {
  min-height: 245px;
}

/* Present the WooCommerce shop as a pricing page instead of a product catalogue. */
.st-shop-plans {
  padding: 70px 0 94px;
  background: var(--st-slate-100);
}
.st-shop-plans .st-pricing {
  max-width: 1120px;
}

@media (max-width: 1040px) {
  .st-indicator-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .st-feature-grid--benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .st-automation-grid,
  .st-indicator-groups,
  .st-execution-grid {
    grid-template-columns: 1fr;
  }
  .st-execution-card--wide {
    grid-column: auto;
    display: block;
  }
  .st-config-row {
    margin-top: 22px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .st-automation-card,
  .st-execution-card,
  .st-execution-card--wide {
    padding: 24px;
  }
  .st-indicator-groups,
  .st-feature-grid--benefits {
    grid-template-columns: 1fr;
  }
  .st-config-row {
    grid-template-columns: 1fr;
  }
}
