/*
Theme Name: RankUp Professional
Theme URI: https://impulsaseoyads.com/
Author: RankUp
Description: Sitio B2B de diseño web, posicionamiento y automatización orientado a conversión.
Version: 4.2.1
Text Domain: rankup
*/

:root {
  --navy-950: #07111f;
  --navy-900: #0a1930;
  --navy-850: #0d203d;
  --blue-700: #154594;
  --blue-600: #1f5dc4;
  --blue-500: #2f73e6;
  --blue-400: #63a0ff;
  --blue-100: #dceaff;
  --sky-50: #f3f7fc;
  --paper: #f7f9fc;
  --white: #ffffff;
  --ink: #111827;
  --text: #344054;
  --muted: #667085;
  --line: #d9e1eb;
  --success: #157f4c;
  --danger: #b42318;
  --shadow-sm: 0 12px 30px rgba(7, 17, 31, .08);
  --shadow-lg: 0 32px 80px rgba(7, 17, 31, .16);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 10000; top: 12px; left: 12px; width: auto; height: auto; margin: 0;
  padding: 12px 18px; clip: auto; color: var(--white); background: var(--navy-950);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: 84px;
  border-bottom: 1px solid rgba(17, 24, 39, .1);
  background: rgba(247, 249, 252, .86);
  backdrop-filter: blur(20px) saturate(140%);
  transition: height .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { height: 74px; background: rgba(255,255,255,.95); box-shadow: 0 8px 25px rgba(7,17,31,.07); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark {
  width: 50px; height: 50px; padding: 10px 9px;
  display: flex; align-items: flex-end; justify-content: center; gap: 3px;
  border: 1px solid rgba(17, 24, 39, .1); border-radius: 10px; background: rgba(255,255,255,.72);
}
.brand-bar { width: 7px; border-radius: 2px 2px 1px 1px; transform: skew(-9deg); }
.brand-bar:nth-child(1) { height: 16px; background: var(--navy-950); }
.brand-bar:nth-child(2) { height: 25px; background: var(--blue-700); }
.brand-bar:nth-child(3) { height: 34px; background: var(--blue-400); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-name { color: var(--navy-950); font-size: 23px; font-weight: 850; letter-spacing: -.04em; }
.brand-tag { margin-top: 6px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 40px); }
.primary-nav a { position: relative; padding: 8px 0; color: #3e4a5f; font-size: 14px; font-weight: 700; }
.primary-nav a::after {
  position: absolute; right: 0; bottom: 0; left: 0; height: 2px;
  content: ""; background: var(--blue-600); transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.mini-social {
  width: 43px; height: 43px; display: grid; place-items: center;
  border: 1px solid rgba(17, 24, 39, .13); border-radius: 50%; background: rgba(255,255,255,.55);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.mini-social:hover { color: var(--white); background: var(--navy-950); transform: translateY(-2px); }
.social-logo { width: 19px; height: 19px; fill: currentColor; }
.menu-toggle {
  width: 45px; height: 45px; padding: 0; display: none; place-items: center;
  border: 1px solid var(--line); border-radius: 9px; background: var(--white); cursor: pointer;
}
.menu-toggle span { position: absolute; width: 19px; height: 2px; background: var(--navy-950); transition: transform .2s ease; }
.menu-toggle span:first-child { transform: translateY(-4px); }
.menu-toggle span:last-child { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

/* Shared */
.section { position: relative; padding: 128px 0; overflow: hidden; }
.eyebrow {
  margin: 0 0 22px; display: flex; align-items: center; gap: 10px;
  color: var(--blue-700); font-size: 11px; font-weight: 850; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-500); box-shadow: 0 0 0 6px rgba(47,115,230,.1); }
.eyebrow--light { color: #9cc1ff; }
.eyebrow--light .eyebrow-dot { background: #76a8ff; box-shadow: 0 0 0 6px rgba(118,168,255,.12); }
.section-title {
  max-width: 850px; margin: 0; color: var(--navy-950);
  font-family: "Plus Jakarta Sans", Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(42px, 5.2vw, 70px); font-weight: 760; letter-spacing: -.058em; line-height: .98;
}
.section-title--light { color: var(--white); }
.title-muted { color: #778397; }
.text-blue { color: #76a8ff; }
.section-intro { max-width: 520px; margin: 0; color: #5d687a; font-size: 18px; line-height: 1.75; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; }
.section-heading--compact { align-items: center; }
.section-heading--compact .section-title { max-width: 720px; font-size: clamp(38px, 4vw, 58px); }
.button {
  min-height: 48px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 800; line-height: 1.2;
  cursor: pointer; transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(47,115,230,.32); outline-offset: 3px;
}
.button--primary { color: var(--white); background: var(--blue-700); border-color: var(--blue-700); box-shadow: 0 12px 24px rgba(21,69,148,.18); }
.button--primary:hover { color: var(--white); background: var(--navy-950); border-color: var(--navy-950); box-shadow: 0 17px 30px rgba(7,17,31,.2); }
.button--ghost { color: var(--navy-950); border-color: #adb7c6; background: rgba(255,255,255,.42); }
.button--ghost:hover { color: var(--white); border-color: var(--navy-950); background: var(--navy-950); }
.button--light { color: var(--navy-950); background: var(--white); }
.button--light:hover { color: var(--white); border-color: var(--blue-500); background: var(--blue-500); }
.button--large { min-height: 60px; padding-inline: 28px; }
.button-arrow { font-size: 19px; line-height: 1; }

/* Hero */
.hero {
  position: relative; min-height: 850px; padding: 168px 0 100px; overflow: hidden;
  color: var(--text);
  background:
    linear-gradient(90deg, transparent 0 69.9%, rgba(21,69,148,.08) 70%, transparent 70.1%),
    linear-gradient(rgba(21,69,148,.055) 1px, transparent 1px),
    #eef3f9;
  background-size: 100% 100%, 100% 96px, 100% 100%;
}
.hero::after {
  position: absolute; inset: 84px 0 auto; height: 1px; content: "";
  background: linear-gradient(90deg, transparent, rgba(21,69,148,.15), transparent);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb--one { width: 530px; height: 530px; top: 55px; right: -160px; background: radial-gradient(circle, rgba(73,128,220,.13), transparent 68%); }
.hero-orb--two { width: 280px; height: 280px; bottom: -140px; left: 35%; background: radial-gradient(circle, rgba(99,160,255,.11), transparent 70%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(440px, .9fr); align-items: center; gap: clamp(60px, 7vw, 110px); }
.hero-copy { max-width: 740px; }
.display {
  margin: 0; color: var(--navy-950);
  font-family: "Plus Jakarta Sans", Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(62px, 6.5vw, 98px); font-weight: 780; letter-spacing: -.072em; line-height: .88;
}
.accent-text { display: block; color: var(--blue-700); }
.hero-text { max-width: 680px; margin: 34px 0 0; color: #4f5f74; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { max-width: 650px; margin-top: 46px; padding-top: 18px; display: flex; align-items: center; gap: 18px; border-top: 1px solid rgba(17,24,39,.13); }
.hero-trust p { margin: 0; color: #667085; font-size: 13px; line-height: 1.55; }
.hero-trust strong { color: var(--navy-950); }
.trust-avatars { min-width: 108px; display: flex; }
.trust-avatars span {
  width: 40px; height: 40px; margin-right: -7px; display: grid; place-items: center;
  color: var(--blue-700); border: 2px solid #eef3f9; border-radius: 50%; background: #dce8f7; font-size: 8px; font-weight: 900;
}
.trust-avatars span:nth-child(2) { color: var(--white); background: var(--blue-700); }
.trust-avatars span:nth-child(3) { color: var(--navy-950); background: var(--blue-100); }
.automation-console {
  position: relative; min-height: 565px; padding: 30px;
  color: #dbe7f7; border: 1px solid rgba(255,255,255,.1); border-radius: 12px;
  background: linear-gradient(145deg, #0b1729, #07111f 72%); box-shadow: 0 42px 95px rgba(7,17,31,.25);
}
.automation-console::before {
  position: absolute; inset: 0; border-radius: inherit; content: ""; pointer-events: none; opacity: .3;
  background: linear-gradient(rgba(118,168,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(118,168,255,.06) 1px, transparent 1px);
  background-size: 100% 52px, 52px 100%;
}
.console-head, .console-title-row, .console-metrics, .console-flow { position: relative; z-index: 1; }
.console-head { padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.11); }
.console-head > div { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #64d2a0; box-shadow: 0 0 0 6px rgba(100,210,160,.1); }
.console-kicker, .console-live { font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.console-kicker { color: #9eafc6; }
.console-live { padding: 6px 10px; color: #79dbae; border: 1px solid rgba(121,219,174,.18); border-radius: 20px; background: rgba(121,219,174,.06); }
.console-title-row { padding: 27px 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.console-title-row > div { display: flex; flex-direction: column; gap: 5px; }
.console-title-row span { color: #8293aa; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.console-title-row strong { color: var(--white); font-size: 25px; letter-spacing: -.04em; }
.console-score { color: #79aaff !important; font-size: 42px !important; font-weight: 800 !important; letter-spacing: -.06em !important; line-height: .9; }
.console-score small { font-size: 16px; }
.console-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; overflow: hidden; background: rgba(255,255,255,.025); }
.console-metric { min-height: 112px; padding: 16px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.09); }
.console-metric:last-child { border-right: 0; }
.console-metric span { color: #8697ae; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.console-metric strong { margin: 4px 0; color: var(--white); font-size: 25px; line-height: 1.1; }
.console-metric small { color: #6f8199; font-size: 8px; }
.console-flow { position: relative; margin-top: 20px; }
.flow-row { min-height: 66px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.09); }
.flow-icon { width: 29px; height: 29px; display: grid; place-items: center; color: #93b9ff; border: 1px solid rgba(118,168,255,.3); border-radius: 50%; font-size: 8px; font-weight: 800; }
.flow-row div { display: flex; flex-direction: column; line-height: 1.3; }
.flow-row strong { color: #dce7f6; font-size: 11px; }
.flow-row small { margin-top: 4px; color: #718198; font-size: 8px; }
.flow-state { color: #79dbae; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.signal-card {
  position: absolute; z-index: 3; right: -28px; bottom: 38px; min-width: 270px; padding: 17px 20px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  color: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(21,69,148,.94);
  box-shadow: 0 18px 38px rgba(7,17,31,.3); backdrop-filter: blur(12px);
}
.signal-card div { display: flex; flex-direction: column; line-height: 1.25; }
.signal-card small { color: #a9c7fa; font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.signal-card strong { margin-top: 3px; font-size: 12px; }
.signal-pulse { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.signal-pulse::after { width: 8px; height: 8px; margin: 13px; display: block; content: ""; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 7px rgba(255,255,255,.08); animation: signal 1.8s ease-out infinite; }
@keyframes signal { 0%,100% { box-shadow: 0 0 0 4px rgba(255,255,255,.08); } 50% { box-shadow: 0 0 0 11px rgba(255,255,255,0); } }

/* Strip and social proof */
.capability-strip { overflow: hidden; color: var(--white); background: var(--blue-700); border-block: 1px solid rgba(255,255,255,.12); }
.capability-track {
  width: max-content; min-height: 72px; display: flex; align-items: center; gap: 42px;
  animation: marquee 32s linear infinite;
}
.capability-track span { font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.capability-track i { width: 5px; height: 5px; border-radius: 50%; background: #9dc0ff; }
@keyframes marquee { to { transform: translateX(-50%); } }
.proof-bar { padding: 44px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.proof-bar .container { display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 50px; }
.proof-label { margin: 0; color: #788396; font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.logo-cloud { display: flex; align-items: center; justify-content: space-between; gap: 35px; color: #667085; }
.logo-cloud span { font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(16px, 1.7vw, 22px); font-weight: 850; letter-spacing: .04em; opacity: .63; filter: grayscale(1); }
.logo-cloud span:nth-child(2) { font-style: italic; letter-spacing: -.03em; }
.logo-cloud span:nth-child(3) { letter-spacing: .15em; }
.logo-cloud span:nth-child(4) { font-weight: 600; letter-spacing: .24em; }

/* Services */
.section--services { background: var(--paper); }
.service-grid { margin-top: 78px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-card {
  position: relative; min-height: 520px; padding: 38px; display: flex; flex-direction: column;
  border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.74);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.service-card:hover { z-index: 2; transform: translateY(-7px); border-color: #b9c7db; box-shadow: var(--shadow-lg); }
.service-card--featured { color: #dfeaff; border-color: var(--navy-900); background: var(--navy-900); }
.service-top { min-height: 62px; display: flex; align-items: flex-start; }
.service-index { color: #8995a6; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.service-icon {
  width: 56px; height: 56px; margin-left: auto; display: grid; place-items: center;
  color: var(--blue-700); border: 1px solid #c9d7e9; border-radius: 50%; background: #ecf3fd; font-size: 15px; font-weight: 900;
}
.service-card--featured .service-icon { color: var(--white); border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.service-badge { margin-left: 17px; padding: 5px 9px; color: #a9c7fa; border: 1px solid rgba(118,168,255,.23); border-radius: 20px; background: rgba(118,168,255,.08); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { max-width: 490px; margin: 52px 0 15px; color: var(--navy-950); font-size: clamp(27px, 2.4vw, 38px); font-weight: 780; letter-spacing: -.048em; line-height: 1.05; }
.service-card--featured h3 { color: var(--white); }
.service-card > p { max-width: 530px; margin: 0; color: #627085; font-size: 15px; }
.service-card--featured > p { color: #aabbd1; }
.service-card ul { margin: 24px 0 32px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.service-card li { padding: 6px 10px; color: #596679; border: 1px solid #d8e1ed; border-radius: 20px; background: #f4f7fb; font-size: 10px; font-weight: 700; }
.service-card--featured li { color: #b9c8dc; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.service-link { margin-top: auto; display: flex; align-items: center; justify-content: space-between; color: var(--blue-700); font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.service-link span { font-size: 18px; transition: transform .2s ease; }
.service-link:hover span { transform: translate(3px,-3px); }
.service-card--featured .service-link { color: #8eb8ff; }

/* Method */
.section--method { color: #aab8ca; background: var(--navy-950); }
.section--method::before { position: absolute; width: 650px; height: 650px; right: -290px; top: -320px; content: ""; border-radius: 50%; background: rgba(47,115,230,.12); filter: blur(2px); }
.method-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; }
.method-heading > p { max-width: 410px; margin: 0; color: #9babbe; font-size: 17px; }
.method-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(4, 1fr); }
.method-step { min-height: 340px; padding-right: 30px; }
.method-step > span { color: #6f829b; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.step-rule { position: relative; height: 1px; margin: 28px 0 46px; background: rgba(255,255,255,.15); }
.step-rule i { position: absolute; top: -5px; left: 0; width: 11px; height: 11px; border: 2px solid var(--navy-950); border-radius: 50%; background: var(--blue-400); box-shadow: 0 0 0 5px rgba(99,160,255,.12); }
.method-step h3 { margin: 0 0 15px; color: var(--white); font-size: 28px; letter-spacing: -.04em; }
.method-step p { max-width: 245px; margin: 0; color: #8fa0b5; font-size: 14px; }

/* Testimonials */
.section--results { background: #e9eef5; }
.results-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.carousel-controls { display: flex; gap: 9px; }
.carousel-button {
  width: 52px; height: 52px; display: grid; place-items: center;
  color: var(--navy-950); border: 1px solid #bdc8d8; border-radius: 50%; background: transparent; font-size: 19px; cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.carousel-button:hover { color: var(--white); background: var(--navy-950); transform: translateY(-2px); }
.testimonial-carousel { margin-top: 64px; }
.testimonial-track { position: relative; min-height: 440px; }
.testimonial {
  position: absolute; inset: 0; min-height: 420px; padding: 48px 52px;
  display: grid; grid-template-columns: 70px minmax(0, 1fr); align-content: start; gap: 0 30px;
  border: 1px solid #cfd8e5; border-radius: var(--radius-lg); background: rgba(255,255,255,.74); box-shadow: 0 18px 55px rgba(7,17,31,.07);
  opacity: 0; visibility: hidden; transform: translateX(26px); transition: opacity .45s ease, transform .45s ease, visibility .45s;
}
.testimonial.is-active { position: relative; opacity: 1; visibility: visible; transform: translateX(0); }
.quote-mark { grid-row: span 2; color: var(--blue-600); font-family: Georgia, serif; font-size: 94px; line-height: .9; }
.stars { color: #e0a52f; font-size: 16px; letter-spacing: .14em; }
.testimonial blockquote { max-width: 950px; margin: 22px 0 44px; color: var(--navy-950); font-size: clamp(20px, 2vw, 29px); font-weight: 590; letter-spacing: -.03em; line-height: 1.45; }
.testimonial footer { grid-column: 2; padding-top: 25px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border-top: 1px solid var(--line); }
.person-avatar { width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--navy-900); font-size: 11px; font-weight: 850; }
.testimonial footer div { display: flex; flex-direction: column; line-height: 1.45; }
.testimonial cite { color: var(--navy-950); font-style: normal; font-weight: 800; }
.testimonial footer div span { color: #738095; font-size: 12px; }
.testimonial footer > strong { display: flex; flex-direction: column; color: var(--blue-700); font-size: 30px; letter-spacing: -.04em; line-height: 1.05; text-align: right; }
.testimonial footer > strong small { color: #768297; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.carousel-dots { margin-top: 24px; display: flex; justify-content: center; gap: 8px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 5px; background: #aeb9c8; cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button.is-active { width: 30px; background: var(--blue-600); }

/* Contact */
.section--contact { color: #acbad0; background: linear-gradient(140deg, #0b1d38, var(--navy-950) 58%); }
.section--contact::before {
  position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .28;
  background: linear-gradient(rgba(118,168,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(118,168,255,.05) 1px, transparent 1px);
  background-size: 82px 82px;
}
.contact-orb { position: absolute; width: 560px; height: 560px; right: -220px; bottom: -260px; border-radius: 50%; background: rgba(47,115,230,.18); filter: blur(2px); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, .75fr); gap: clamp(65px, 8vw, 120px); align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 0; color: #a5b4c8; font-size: 18px; }
.contact-benefits { margin-top: 44px; display: grid; gap: 20px; }
.contact-benefits > div { display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 14px; }
.contact-benefits > div > span { width: 32px; height: 32px; display: grid; place-items: center; color: #9cc1ff; border: 1px solid rgba(156,193,255,.25); border-radius: 50%; font-size: 9px; font-weight: 800; }
.contact-benefits p { margin: 0; color: #8496ae; font-size: 13px; line-height: 1.5; }
.contact-benefits strong { display: block; margin-bottom: 2px; color: #e5edf9; font-size: 14px; }
.contact-direct { margin-top: 42px; padding-top: 22px; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-direct > span { color: #72859e; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct a { color: #a7c8ff; font-size: 14px; font-weight: 800; }
.contact-direct a:hover { color: var(--white); }
.lead-form {
  position: relative; padding: 42px;
  color: var(--text); border: 1px solid rgba(255,255,255,.4); border-radius: var(--radius); background: rgba(255,255,255,.96);
  box-shadow: 0 35px 90px rgba(0,0,0,.3);
}
.form-heading { margin-bottom: 28px; }
.form-step { display: inline-flex; margin-bottom: 13px; padding: 5px 9px; color: var(--blue-700); border: 1px solid #cdddf3; border-radius: 20px; background: #eef5ff; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.form-heading h3 { margin: 0; color: var(--navy-950); font-size: 29px; letter-spacing: -.045em; line-height: 1.15; }
.form-heading p { margin: 9px 0 0; color: #6b7789; font-size: 13px; line-height: 1.55; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-field { margin-bottom: 15px; }
.form-field label { display: block; margin-bottom: 7px; color: #354054; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.form-field label span { color: var(--blue-600); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; min-height: 50px; padding: 13px 14px; color: var(--ink);
  border: 1px solid #d1d9e5; border-radius: 7px; outline: 0; background: #f7f9fc;
  font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field select { cursor: pointer; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #99a3b3; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue-500); background: var(--white); box-shadow: 0 0 0 4px rgba(47,115,230,.1); }
.form-field.is-invalid input, .form-field.is-invalid select, .form-field.is-invalid textarea { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(180,35,24,.08); }
.field-error { min-height: 0; display: block; margin-top: 4px; color: var(--danger); font-size: 10px; line-height: 1.3; }
.button--submit { width: 100%; min-height: 58px; margin-top: 2px; justify-content: space-between; }
.button--submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-privacy { margin: 13px 0 0; color: #8792a3; font-size: 9px; text-align: center; }
.form-privacy span { margin-right: 4px; color: var(--blue-600); }
.form-message { margin-top: 15px; padding: 13px 15px; border-radius: 7px; font-size: 12px; line-height: 1.45; }
.form-message[hidden] { display: none; }
.form-message strong { display: block; }
.form-message--success { color: #0f613c; border: 1px solid #b9e3ce; background: #ecf9f2; }
.form-message--error { color: #8b1b13; border: 1px solid #efc0bc; background: #fef1f0; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* FAQ and resources */
.section--faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(500px,1fr); gap: clamp(70px,8vw,120px); align-items: start; }
.faq-layout .section-title { font-size: clamp(40px,4.7vw,64px); }
.faq-layout .section-intro { margin-top: 27px; font-size: 16px; }
.faq-list { border-top: 1px solid #cbd4e0; }
.faq-item { border-bottom: 1px solid #cbd4e0; }
.faq-item summary {
  position: relative; padding: 25px 52px 25px 0; color: var(--navy-950); font-size: 16px; font-weight: 750;
  list-style: none; cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span, .faq-item summary span::after {
  position: absolute; top: 50%; right: 4px; width: 17px; height: 1.5px; content: ""; background: var(--blue-700); transition: transform .2s ease;
}
.faq-item summary span::after { top: 0; right: 0; transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-answer { max-width: 700px; padding: 0 50px 25px 0; color: #657185; font-size: 14px; line-height: 1.75; }
.section--insights { background: #e9eef5; }
.text-link { color: var(--blue-700); font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { margin-left: 8px; }
.blog-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.post-card { overflow: hidden; border: 1px solid #d2dbe7; border-radius: var(--radius); background: rgba(255,255,255,.72); transition: transform .25s ease, box-shadow .25s ease; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.post-thumb { aspect-ratio: 16/9; display: grid; place-items: center; overflow: hidden; color: #9cc1ff; background: linear-gradient(140deg,var(--navy-900),#1a4b95); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-content { padding: 27px; }
.post-date { color: var(--blue-700); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.post-content h2, .post-content h3 { margin: 10px 0; color: var(--navy-950); font-size: 22px; letter-spacing: -.035em; line-height: 1.2; }
.post-content p { margin: 0 0 18px; color: #6c788a; font-size: 13px; }
.post-link { color: var(--blue-700); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Footer and floating contact */
.site-footer { padding: 82px 0 28px; color: #9cabbe; background: #050c17; }
.footer-top { padding-bottom: 68px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.brand--footer .brand-mark { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.05); }
.brand--footer .brand-name { color: var(--white); }
.brand--footer .brand-tag { color: #75869d; }
.brand--footer .brand-bar:nth-child(1) { background: var(--white); }
.footer-title { margin: 42px 0 0; color: var(--white); font-size: clamp(40px,5.2vw,70px); letter-spacing: -.06em; line-height: .98; }
.footer-title span { color: #657793; }
.footer-action { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-action p { margin: 0; color: #7e8ea4; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-links { display: flex; gap: 28px; }
.footer-links a:hover { color: var(--white); }
.floating-socials { position: fixed; z-index: 990; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.float-button {
  width: 56px; height: 56px; overflow: hidden; display: flex; align-items: center;
  color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 9px; box-shadow: 0 15px 38px rgba(7,17,31,.2);
  transition: width .25s ease, transform .2s ease;
}
.float-button:hover { width: 128px; transform: translateY(-2px); }
.float-button--tg { background: #279fda; }
.float-button--wa { background: #1fc66b; }
.float-icon { width: 54px; min-width: 54px; display: grid; place-items: center; }
.float-label { padding-right: 15px; font-size: 10px; font-weight: 800; }

/* Inner WordPress pages */
.inner-hero { padding: 170px 0 90px; background: #e9eef5; }
.inner-hero .section-title { max-width: 950px; }
.content-wrap { width: min(calc(100% - 48px), 820px); margin: 0 auto; padding: 85px 0 120px; color: #3f4c5f; font-size: 17px; }
.content-wrap h2, .content-wrap h3 { margin-top: 2em; color: var(--navy-950); line-height: 1.2; letter-spacing: -.035em; }
.content-wrap a { color: var(--blue-700); text-decoration: underline; }
.content-wrap > img { margin-bottom: 42px; border-radius: var(--radius); }
.nav-links { margin-top: 40px; display: flex; justify-content: space-between; }

@media (max-width: 1080px) {
  .header-cta { display: none; }
  .hero { min-height: 0; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .automation-console { width: min(100%, 680px); margin-inline: auto; }
  .proof-bar .container { grid-template-columns: 1fr; gap: 25px; }
  .section-heading, .method-heading { align-items: flex-start; flex-direction: column; }
  .method-grid { grid-template-columns: repeat(2,1fr); gap: 30px 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { max-width: 800px; }
  .lead-form { width: min(100%, 720px); }
  .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 92px 0; }
  .site-header, .site-header.is-scrolled { height: 70px; }
  .brand-mark { width: 43px; height: 43px; padding: 8px; }
  .brand-name { font-size: 20px; }
  .brand-tag { font-size: 7px; }
  .mini-social { display: none; }
  .menu-toggle { position: relative; display: grid; }
  .primary-nav {
    position: fixed; z-index: 999; top: 70px; right: 0; left: 0; min-height: calc(100dvh - 70px); padding: 34px 24px;
    display: flex; align-items: stretch; flex-direction: column; gap: 0;
    background: rgba(247,249,252,.99); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { padding: 20px 6px; border-bottom: 1px solid var(--line); color: var(--navy-950); font-size: 21px; }
  .primary-nav a::after { display: none; }
  .hero { padding: 130px 0 84px; background-size: 100% 100%, 100% 72px, 100% 100%; }
  .hero::after { top: 70px; }
  .hero-layout { gap: 65px; }
  .display { font-size: clamp(52px, 15vw, 75px); line-height: .91; }
  .hero-text { margin-top: 27px; font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { align-items: flex-start; }
  .automation-console { min-height: 535px; padding: 22px; }
  .signal-card { right: 12px; bottom: -28px; left: 12px; min-width: 0; }
  .console-metric { min-height: 100px; padding: 11px; }
  .console-metric strong { font-size: 21px; }
  .console-metric small { display: none; }
  .capability-track { min-height: 64px; gap: 30px; }
  .proof-bar { padding: 36px 0; }
  .logo-cloud { flex-wrap: wrap; justify-content: flex-start; }
  .section-title { font-size: clamp(40px, 12vw, 58px); }
  .section-intro { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .service-card { min-height: 475px; padding: 29px; }
  .service-card h3 { margin-top: 42px; font-size: 30px; }
  .method-grid { grid-template-columns: 1fr; margin-top: 65px; }
  .method-step { min-height: 0; padding: 0 0 35px; }
  .method-step p { max-width: 500px; }
  .step-rule { margin: 22px 0 30px; }
  .results-heading { align-items: flex-start; flex-direction: column; }
  .testimonial-track { min-height: 610px; }
  .testimonial { min-height: 590px; padding: 32px 26px; grid-template-columns: 1fr; }
  .quote-mark { position: absolute; right: 25px; top: 24px; font-size: 72px; opacity: .3; }
  .testimonial blockquote { margin: 20px 0 35px; font-size: 20px; }
  .testimonial footer { grid-column: 1; grid-template-columns: auto 1fr; }
  .testimonial footer > strong { grid-column: 1 / -1; margin-top: 13px; text-align: left; }
  .contact-layout { gap: 55px; }
  .lead-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .faq-layout { gap: 55px; }
  .blog-grid { grid-template-columns: 1fr; }
  .section-heading--compact { align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .float-button, .float-button:hover { width: 50px; height: 50px; }
  .float-icon { width: 48px; min-width: 48px; }
  .inner-hero { padding: 140px 0 70px; }
}

@media (max-width: 420px) {
  .display { font-size: 50px; }
  .hero-trust { flex-direction: column; }
  .console-title-row strong { font-size: 21px; }
  .console-score { font-size: 34px !important; }
  .console-metrics { grid-template-columns: 1fr 1fr; }
  .console-metric:nth-child(3) { display: none; }
  .flow-row { grid-template-columns: 33px 1fr; }
  .flow-state { display: none; }
  .testimonial-track { min-height: 680px; }
  .testimonial { min-height: 660px; }
}

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

/* Cobalt + coral refinement — v2.0.2 */
:root {
  --coral-700: #bd3b20;
  --coral-600: #d94a2b;
  --coral-500: #ff704d;
  --coral-100: #ffe5dc;
  --peach-50: #fff7f3;
}

.brand-bar:nth-child(3) { background: var(--coral-500); }
.eyebrow-dot { background: var(--coral-500); box-shadow: 0 0 0 6px rgba(255,112,77,.12); }
.eyebrow--light .eyebrow-dot { background: var(--coral-500); box-shadow: 0 0 0 6px rgba(255,112,77,.14); }
.button--primary { background: var(--coral-600); border-color: var(--coral-600); box-shadow: 0 14px 28px rgba(217,74,43,.22); }
.button--primary:hover { background: var(--navy-950); border-color: var(--navy-950); }

.hero {
  background:
    radial-gradient(circle at 9% 82%, rgba(255,112,77,.10), transparent 25%),
    linear-gradient(90deg, transparent 0 69.9%, rgba(21,69,148,.08) 70%, transparent 70.1%),
    linear-gradient(rgba(21,69,148,.055) 1px, transparent 1px),
    #eef3f9;
  background-size: 100% 100%, 100% 100%, 100% 96px, 100% 100%;
}
.trust-avatars span:nth-child(2) { background: var(--coral-600); }
.signal-card { background: rgba(217,74,43,.95); box-shadow: 0 18px 38px rgba(112,35,20,.28); }
.signal-card small { color: #ffe0d6; }
.capability-strip { background: linear-gradient(90deg, var(--blue-700), #0e326b); }
.capability-track i { width: 6px; height: 6px; background: var(--coral-500); box-shadow: 0 0 0 5px rgba(255,112,77,.12); }

.service-card--featured::before {
  position: absolute; inset: 0 28px auto; height: 3px; content: "";
  border-radius: 0 0 4px 4px; background: linear-gradient(90deg,var(--coral-500),#ff9b7f);
}
.service-icon { color: var(--coral-700); border-color: #f3c5b7; background: var(--coral-100); }
.service-badge { color: #ffb19b; border-color: rgba(255,112,77,.28); background: rgba(255,112,77,.09); }
.service-link { color: var(--coral-700); }
.service-card--featured .service-link { color: #ffad97; }
.step-rule i { background: var(--coral-500); box-shadow: 0 0 0 5px rgba(255,112,77,.12); }

.section--results { background: linear-gradient(145deg, #eef3f9 0%, var(--peach-50) 100%); }
.carousel-control-panel { min-width: 250px; display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.carousel-status { width: 122px; display: grid; gap: 9px; }
.carousel-counter { color: var(--navy-950); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.carousel-progress { width: 100%; height: 2px; overflow: hidden; display: block; border-radius: 2px; background: #ced7e3; }
.carousel-progress i { width: 100%; height: 100%; display: block; background: var(--coral-500); transform: scaleX(0); transform-origin: left; }
.carousel-progress i.is-running { animation: testimonial-progress 6s linear forwards; }
.testimonial-carousel.is-paused .carousel-progress i { animation-play-state: paused; }
@keyframes testimonial-progress { to { transform: scaleX(1); } }
.carousel-button:hover { color: var(--white); border-color: var(--coral-600); background: var(--coral-600); }
.testimonial-viewport { overflow: hidden; padding: 8px 0 18px; }
.testimonial-track {
  position: relative; min-height: 440px; display: flex; will-change: transform;
  transition: transform .78s cubic-bezier(.22,.7,.18,1);
}
.testimonial {
  position: relative; inset: auto; flex: 0 0 100%; opacity: .42; visibility: visible;
  transform: scale(.975); transition: opacity .55s ease, transform .7s cubic-bezier(.22,.7,.18,1);
}
.testimonial.is-active { position: relative; opacity: 1; visibility: visible; transform: scale(1); }
.quote-mark { color: var(--coral-500); }
.carousel-footer { margin-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.carousel-dots { margin-top: 0; justify-content: flex-start; }
.carousel-dots button.is-active { background: var(--coral-600); }
.carousel-auto { display: flex; align-items: center; gap: 8px; color: #7a8698; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.carousel-auto i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral-500); box-shadow: 0 0 0 5px rgba(255,112,77,.1); }

.section--contact {
  background: radial-gradient(circle at 92% 94%, rgba(255,112,77,.14), transparent 26%), linear-gradient(140deg, #0b1d38, var(--navy-950) 58%);
}
.form-step { color: var(--coral-700); border-color: #f1c4b8; background: var(--coral-100); }
.faq-item summary span, .faq-item summary span::after { background: var(--coral-600); }
.post-date { color: var(--coral-700); }

@media (max-width: 780px) {
  .hero { background-size: 100% 100%, 100% 100%, 100% 72px, 100% 100%; }
  .carousel-control-panel { width: 100%; justify-content: space-between; }
  .testimonial-track { min-height: 610px; }
  .carousel-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .carousel-control-panel { align-items: flex-end; }
  .carousel-status { width: 105px; }
  .testimonial-track { min-height: 680px; }
}

/* Warm sand canvas + transparent glass details — v2.0.3 */
:root {
  --sand-50: #f8f5f0;
  --sand-100: #f0ebe3;
  --sand-200: #e6ded3;
  --glass: rgba(255,255,255,.52);
  --glass-strong: rgba(255,255,255,.72);
  --glass-line: rgba(21,69,148,.13);
}

body { background: var(--sand-100); }
.site-header { background: rgba(240,235,227,.72); border-color: rgba(21,69,148,.11); }
.site-header.is-scrolled { background: rgba(248,245,240,.84); box-shadow: 0 12px 35px rgba(61,48,37,.09); }
.brand-mark, .mini-social, .button--ghost {
  border-color: rgba(21,69,148,.14); background: rgba(255,255,255,.42);
  backdrop-filter: blur(14px) saturate(130%); -webkit-backdrop-filter: blur(14px) saturate(130%);
}

.hero {
  background:
    radial-gradient(circle at 11% 78%, rgba(255,112,77,.13), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(21,69,148,.16), transparent 31%),
    linear-gradient(90deg, transparent 0 69.9%, rgba(21,69,148,.09) 70%, transparent 70.1%),
    linear-gradient(rgba(21,69,148,.055) 1px, transparent 1px),
    var(--sand-100);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 96px, 100% 100%;
}
.trust-avatars span { border-color: var(--sand-100); }
.automation-console {
  background: linear-gradient(145deg, rgba(12,29,54,.94), rgba(7,17,31,.88) 72%);
  backdrop-filter: blur(22px) saturate(125%); -webkit-backdrop-filter: blur(22px) saturate(125%);
  box-shadow: 0 42px 95px rgba(42,34,28,.22);
}
.signal-card { background: rgba(217,74,43,.84); backdrop-filter: blur(18px) saturate(130%); -webkit-backdrop-filter: blur(18px) saturate(130%); }

.proof-bar { background: rgba(255,255,255,.48); border-color: rgba(21,69,148,.11); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.section--services { background: var(--sand-50); }
.service-card {
  border-color: var(--glass-line); background: var(--glass);
  backdrop-filter: blur(18px) saturate(125%); -webkit-backdrop-filter: blur(18px) saturate(125%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}
.service-card:hover { border-color: rgba(21,69,148,.22); background: rgba(255,255,255,.7); box-shadow: 0 28px 70px rgba(61,48,37,.12); }
.service-card--featured {
  border-color: rgba(255,255,255,.16); background: rgba(7,17,31,.91);
  backdrop-filter: blur(22px) saturate(120%); -webkit-backdrop-filter: blur(22px) saturate(120%);
}
.service-card--featured:hover { background: rgba(7,17,31,.95); }

.section--results { background: linear-gradient(145deg, var(--sand-200), #eee7df 52%, #e8edf4); }
.testimonial {
  border-color: rgba(21,69,148,.13); background: rgba(255,255,255,.54);
  backdrop-filter: blur(22px) saturate(125%); -webkit-backdrop-filter: blur(22px) saturate(125%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 22px 60px rgba(61,48,37,.09);
}
.carousel-button { border-color: rgba(21,69,148,.18); background: rgba(255,255,255,.36); backdrop-filter: blur(12px); }
.carousel-progress { background: rgba(21,69,148,.15); }

.section--contact::before { opacity: .2; }
.lead-form {
  border-color: rgba(255,255,255,.54); background: rgba(255,255,255,.79);
  backdrop-filter: blur(24px) saturate(125%); -webkit-backdrop-filter: blur(24px) saturate(125%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.76), 0 35px 90px rgba(0,0,0,.23);
}
.form-field input, .form-field select, .form-field textarea { background: rgba(248,245,240,.7); }

.section--faq { background: var(--sand-50); }
.faq-list { padding: 0 28px; border: 1px solid rgba(21,69,148,.11); border-radius: 18px; background: rgba(255,255,255,.38); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.section--insights { background: var(--sand-200); }
.post-card { border-color: rgba(21,69,148,.12); background: rgba(255,255,255,.52); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.inner-hero { background: var(--sand-200); }

@media (max-width: 780px) {
  .site-header, .site-header.is-scrolled { background: rgba(240,235,227,.9); }
  .primary-nav { background: rgba(248,245,240,.96); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
  .hero { background-size: 100% 100%, 100% 100%, 100% 100%, 100% 72px, 100% 100%; }
  .faq-list { padding-inline: 20px; }
}

/* Lighter transparent navigation — v2.0.4 */
.site-header {
  background: rgba(240,235,227,.5);
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.28);
}
.site-header.is-scrolled {
  background: rgba(248,245,240,.64);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
}

@media (max-width: 780px) {
  .site-header, .site-header.is-scrolled { background: rgba(240,235,227,.76); }
}

/* Tech premium experience — v3.0.0 */
:root {
  --electric: #68e5d1;
  --electric-soft: #c9fff5;
  --violet: #876cff;
  --coral-electric: #ff6542;
  --deep-blue: #06162d;
  --warm-canvas: #f3efe9;
}

body { background: var(--warm-canvas); }

/* Floating glass navigation */
.site-header,
.site-header.is-scrolled {
  height: 94px;
  padding-top: 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
  transition: height .3s ease, padding .3s ease;
}
.site-header.is-scrolled { height: 82px; padding-top: 8px; }
.header-inner {
  height: 70px;
  padding: 0 12px 0 17px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 18px;
  background: rgba(248,245,240,.62);
  box-shadow: 0 16px 45px rgba(20,26,38,.10), inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  pointer-events: auto;
  transition: height .3s ease, background .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled .header-inner {
  height: 64px;
  background: rgba(248,245,240,.82);
  box-shadow: 0 14px 38px rgba(20,26,38,.14), inset 0 1px 0 rgba(255,255,255,.84);
}
.brand-mark { border-radius: 12px; box-shadow: 0 8px 20px rgba(21,69,148,.12); }
.primary-nav { gap: 30px; }
.primary-nav a { font-size: 13px; font-weight: 750; }
.header-cta { min-height: 46px; border-radius: 12px; box-shadow: 0 10px 24px rgba(217,74,43,.2); }
.mini-social { border-radius: 12px; }

/* Hero art direction */
.hero {
  min-height: 930px;
  padding: 176px 0 106px;
  background:
    radial-gradient(circle at 13% 78%, rgba(255,101,66,.18), transparent 29%),
    radial-gradient(circle at 83% 12%, rgba(104,229,209,.16), transparent 28%),
    radial-gradient(circle at 63% 64%, rgba(21,69,148,.12), transparent 34%),
    linear-gradient(90deg, transparent 0 49.9%, rgba(21,69,148,.055) 50%, transparent 50.1%),
    linear-gradient(rgba(21,69,148,.05) 1px, transparent 1px),
    var(--warm-canvas);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 92px, 100% 100%;
}
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.32), transparent 36% 72%, rgba(255,255,255,.18));
}
.hero-layout { grid-template-columns: minmax(0, .93fr) minmax(510px, 1.07fr); gap: clamp(40px, 5vw, 82px); }
.display { max-width: 690px; font-size: clamp(64px, 6.5vw, 92px); line-height: .92; letter-spacing: -.068em; }
.accent-text {
  color: transparent;
  background: linear-gradient(110deg, var(--blue-700) 4%, var(--blue-500) 52%, #4f36ca 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-text { max-width: 650px; font-size: 19px; line-height: 1.75; }
.hero-actions { margin-top: 36px; }
.button { border-radius: 13px; }
.button--primary {
  background: linear-gradient(135deg, var(--coral-electric), #e84928);
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(217,74,43,.24), inset 0 1px 0 rgba(255,255,255,.28);
}
.button--primary:hover { transform: translateY(-3px); box-shadow: 0 22px 42px rgba(7,17,31,.22); }
.hero-trust { margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(21,69,148,.13); }
.trust-avatars span { box-shadow: 0 7px 18px rgba(7,17,31,.1); }

.system-stage { position: relative; min-height: 650px; isolation: isolate; }
.system-stage::before {
  position: absolute;
  width: 440px;
  height: 440px;
  top: 75px;
  right: 18px;
  z-index: -2;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,69,148,.18), rgba(104,229,209,.06) 52%, transparent 72%);
  filter: blur(3px);
}
.stage-kicker {
  position: absolute;
  z-index: 5;
  top: 6px;
  right: 35px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #42516a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.stage-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 6px rgba(104,229,209,.14); }
.system-stage .automation-console {
  position: absolute;
  z-index: 2;
  width: 91%;
  min-height: 565px;
  top: 48px;
  right: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(47,115,230,.22), transparent 35%),
    linear-gradient(145deg, rgba(10,30,59,.97), rgba(5,15,29,.96) 72%);
  box-shadow: 0 48px 110px rgba(24,31,45,.28), inset 0 1px 0 rgba(255,255,255,.08);
  transform: perspective(1200px) rotateY(-2.2deg) rotateZ(.35deg);
  transform-origin: center right;
}
.console-live { color: var(--electric); border-color: rgba(104,229,209,.22); background: rgba(104,229,209,.08); }
.console-score { color: var(--electric); }
.flow-state { color: var(--electric); }
.signal-card { right: -22px; bottom: -23px; background: rgba(255,101,66,.9); }
.stage-chip {
  position: absolute;
  z-index: 4;
  min-width: 145px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy-950);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 14px;
  background: rgba(255,255,255,.67);
  box-shadow: 0 18px 40px rgba(26,34,47,.15), inset 0 1px 0 white;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  font-size: 11px;
  font-weight: 750;
  animation: stage-float 5s ease-in-out infinite;
}
.stage-chip b { padding: 6px; color: var(--blue-700); border-radius: 7px; background: rgba(21,69,148,.09); font-size: 9px; letter-spacing: .04em; }
.stage-chip--one { top: 150px; left: -28px; }
.stage-chip--two { right: -25px; top: 278px; animation-delay: -1.6s; }
.stage-chip--three { left: -5px; bottom: 42px; animation-delay: -3.1s; }
.stage-orbit { position: absolute; z-index: -1; border: 1px solid rgba(21,69,148,.16); border-radius: 50%; pointer-events: none; }
.stage-orbit::after { position: absolute; width: 8px; height: 8px; content: ""; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 7px rgba(104,229,209,.13); }
.stage-orbit--one { width: 540px; height: 540px; right: -36px; top: 67px; animation: orbit-spin 18s linear infinite; }
.stage-orbit--one::after { left: 54px; top: 69px; }
.stage-orbit--two { width: 420px; height: 420px; right: 24px; top: 127px; animation: orbit-spin 13s linear reverse infinite; }
.stage-orbit--two::after { right: 10px; top: 188px; background: var(--coral-electric); }
@keyframes stage-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }

/* Proof and measurable impact */
.capability-strip { position: relative; z-index: 3; }
.impact-strip { position: relative; padding: 22px 0 26px; color: white; background: var(--deep-blue); overflow: hidden; }
.impact-strip::before { position: absolute; width: 500px; height: 500px; right: -180px; top: -300px; content: ""; border-radius: 50%; background: rgba(104,229,209,.11); filter: blur(2px); }
.impact-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr) .8fr; gap: 10px; }
.impact-card,
.impact-note { min-height: 192px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.045); }
.impact-card { display: grid; align-content: space-between; }
.impact-index { color: #8195b1; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.impact-card strong { margin-top: 16px; color: white; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: clamp(43px,4vw,62px); line-height: 1; letter-spacing: -.06em; }
.impact-card p { margin: 15px 0 0; color: #9fb0c7; font-size: 12px; line-height: 1.55; }
.impact-card--accent { color: var(--navy-950); border-color: transparent; background: var(--electric); }
.impact-card--accent .impact-index,
.impact-card--accent p,
.impact-card--accent strong { color: var(--navy-950); }
.impact-note { display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, rgba(135,108,255,.18), rgba(255,255,255,.035)); }
.impact-note span { color: var(--electric); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.impact-note p { margin: 12px 0 0; color: #b8c5d6; font-size: 13px; line-height: 1.55; }
.proof-bar { padding: 34px 0; background: rgba(248,245,240,.62); }
.logo-cloud span { padding: 12px 18px; color: #43516a; border: 1px solid rgba(21,69,148,.10); border-radius: 12px; background: rgba(255,255,255,.35); }

/* Editorial bento services */
.section--services { padding-top: 138px; background: linear-gradient(180deg, #f7f4ef, var(--warm-canvas)); }
.section--services::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 92% 9%, rgba(135,108,255,.09), transparent 28%); }
.service-grid { grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 14px; }
.service-card { min-height: 520px; padding: 38px; border-radius: 24px; overflow: hidden; }
.service-card:nth-child(1), .service-card:nth-child(4) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 5; }
.service-card:nth-child(2) { min-height: 585px; }
.service-card:nth-child(3) { min-height: 490px; }
.service-card:nth-child(4) { margin-top: -65px; }
.service-card::after { position: absolute; width: 250px; height: 250px; right: -125px; bottom: -140px; content: ""; border: 1px solid rgba(21,69,148,.12); border-radius: 50%; box-shadow: 0 0 0 34px rgba(21,69,148,.025), 0 0 0 68px rgba(21,69,148,.018); }
.service-card--featured::after { border-color: rgba(104,229,209,.18); box-shadow: 0 0 0 34px rgba(104,229,209,.035), 0 0 0 68px rgba(104,229,209,.02); }
.service-card--featured::before { right: 38px; left: 38px; background: linear-gradient(90deg, var(--electric), var(--violet)); }
.service-card h3 { margin-top: 68px; }
.service-card--featured .service-icon { color: var(--electric); }
.service-card--featured .service-link { color: var(--electric); }

/* Connected architecture visual */
.section--orchestration {
  padding: 145px 0;
  color: #aebed3;
  background:
    radial-gradient(circle at 12% 95%, rgba(135,108,255,.16), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(104,229,209,.09), transparent 27%),
    var(--deep-blue);
}
.section--orchestration::before { position: absolute; inset: 0; content: ""; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent, black 45%, black); }
.orchestration-layout { position: relative; display: grid; grid-template-columns: minmax(0,.75fr) minmax(560px,1.25fr); align-items: center; gap: clamp(65px,8vw,130px); }
.orchestration-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0 0; color: #9eb0c7; font-size: 17px; }
.orchestration-copy .section-title span { color: var(--electric); }
.orchestration-tags { margin: 28px 0 38px; display: flex; flex-wrap: wrap; gap: 8px; }
.orchestration-tags span { padding: 7px 11px; color: #c8d5e7; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.04); font-size: 10px; font-weight: 750; }
.automation-map { position: relative; min-height: 570px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(3,13,28,.54); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 36px 90px rgba(0,0,0,.22); overflow: hidden; }
.map-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(104,229,209,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(104,229,209,.12) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle, black, transparent 76%); }
.map-core { position: absolute; z-index: 3; width: 150px; height: 150px; left: 50%; top: 50%; display: grid; align-content: center; justify-items: center; color: white; border: 1px solid rgba(104,229,209,.35); border-radius: 50%; background: radial-gradient(circle, rgba(21,69,148,.95), rgba(7,17,31,.97)); box-shadow: 0 0 0 18px rgba(104,229,209,.035), 0 0 60px rgba(47,115,230,.26); transform: translate(-50%,-50%); }
.map-core span { color: var(--electric); font-size: 8px; font-weight: 850; letter-spacing: .22em; }
.map-core strong { margin-top: 4px; font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: 24px; letter-spacing: -.04em; }
.map-core i { width: 7px; height: 7px; margin-top: 12px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 6px rgba(104,229,209,.1); }
.map-node { position: absolute; z-index: 2; min-width: 190px; padding: 14px 15px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; color: #dce6f3; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(12,33,62,.85); box-shadow: 0 15px 35px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.map-node > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--electric); border-radius: 9px; background: rgba(104,229,209,.09); font-size: 9px; font-weight: 850; }
.map-node small { display: block; color: #7890ad; font-size: 7px; font-weight: 850; letter-spacing: .14em; }
.map-node strong { display: block; margin-top: 2px; font-size: 12px; }
.map-node i { width: 7px; height: 7px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 5px rgba(104,229,209,.08); }
.map-node::after { position: absolute; z-index: -1; height: 1px; width: 112px; content: ""; background: linear-gradient(90deg, rgba(104,229,209,.5), rgba(104,229,209,.04)); transform-origin: left; }
.map-node--lead { left: 34px; top: 90px; }
.map-node--lead::after { right: -91px; bottom: -24px; transform: rotate(34deg); }
.map-node--ai { right: 34px; top: 90px; }
.map-node--ai::after { left: -91px; bottom: -24px; transform: rotate(146deg); }
.map-node--data { left: 34px; bottom: 88px; }
.map-node--data::after { right: -90px; top: -22px; transform: rotate(-34deg); }
.map-node--result { right: 34px; bottom: 88px; }
.map-node--result::after { left: -90px; top: -22px; transform: rotate(214deg); }
.map-pulse { position: absolute; z-index: 4; width: 8px; height: 8px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 7px rgba(104,229,209,.11); animation: map-pulse 3s ease-in-out infinite; }
.map-pulse--one { top: 43%; left: 28%; }
.map-pulse--two { right: 27%; bottom: 39%; animation-delay: -1.5s; background: var(--coral-electric); }
@keyframes map-pulse { 0%,100% { opacity: .35; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.2); } }

/* Brighter process section for visual rhythm */
.section--method { color: #637087; background: #ebe6df; }
.section--method::before { background: rgba(135,108,255,.10); }
.section--method .section-title--light { color: var(--navy-950); }
.section--method .eyebrow--light { color: var(--blue-700); }
.method-heading > p { color: #65738a; }
.method-step > span { color: var(--blue-700); }
.method-step h3 { color: var(--navy-950); }
.method-step p { color: #65738a; }
.step-rule { background: rgba(21,69,148,.16); }
.step-rule i { background: var(--coral-electric); }

/* Elevated testimonials and conversion close */
.section--results { background: linear-gradient(140deg, #f0e8df, #e6edf6 78%); }
.testimonial { border-radius: 26px; }
.testimonial blockquote { max-width: 970px; font-size: clamp(25px,2.8vw,39px); letter-spacing: -.035em; }
.carousel-progress i { background: linear-gradient(90deg, var(--coral-electric), var(--violet)); }
.section--contact { background: radial-gradient(circle at 92% 94%, rgba(104,229,209,.12), transparent 26%), radial-gradient(circle at 4% 6%, rgba(135,108,255,.13), transparent 30%), linear-gradient(140deg, #071a36, #050e1b 62%); }
.lead-form { border-radius: 28px; }

/* Scroll reveal: progressive enhancement */
.js-ready [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .72s ease var(--reveal-delay,0ms), transform .82s cubic-bezier(.22,.72,.18,1) var(--reveal-delay,0ms); }
.js-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .hero-layout { grid-template-columns: minmax(0,1fr) minmax(460px,.9fr); gap: 35px; }
  .system-stage { min-height: 610px; }
  .stage-chip--one { left: -10px; }
  .stage-chip--two { right: -8px; }
  .impact-grid { grid-template-columns: repeat(3,1fr); }
  .impact-note { grid-column: 1 / -1; min-height: 110px; }
  .orchestration-layout { grid-template-columns: .7fr 1.3fr; gap: 45px; }
}

@media (max-width: 940px) {
  .site-header, .site-header.is-scrolled { height: 82px; padding-top: 7px; }
  .header-inner, .site-header.is-scrolled .header-inner { height: 64px; }
  .primary-nav { top: 82px; min-height: calc(100dvh - 82px); }
  .hero { min-height: 0; padding-top: 145px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .display { max-width: 760px; }
  .system-stage { width: min(680px,100%); margin: 10px auto 0; }
  .impact-grid { grid-template-columns: repeat(3,1fr); }
  .proof-bar .container { grid-template-columns: 1fr; gap: 22px; }
  .service-card:nth-child(n) { grid-column: span 6; margin-top: 0; min-height: 520px; }
  .orchestration-layout { grid-template-columns: 1fr; }
  .orchestration-copy { max-width: 650px; }
  .automation-map { width: min(700px,100%); margin: 0 auto; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { padding-left: 12px; border-radius: 15px; }
  .site-header, .site-header.is-scrolled { background: transparent; }
  .primary-nav { top: 0; min-height: 100dvh; padding-top: 110px; border: 0; background: rgba(248,245,240,.96); }
  .menu-toggle { z-index: 1001; }
  .hero { padding: 128px 0 85px; }
  .display { font-size: clamp(51px,14vw,72px); }
  .hero-text { font-size: 17px; }
  .system-stage { min-height: 555px; }
  .system-stage .automation-console { width: 100%; min-height: 520px; top: 38px; transform: none; }
  .stage-kicker { top: 0; right: 10px; }
  .stage-chip { min-width: 126px; padding: 9px 10px; }
  .stage-chip--one { left: -6px; top: 138px; }
  .stage-chip--two { right: -6px; top: 265px; }
  .stage-chip--three { left: 6px; bottom: -12px; }
  .stage-orbit { display: none; }
  .impact-strip { padding: 15px 0; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-card, .impact-note { min-height: 170px; }
  .logo-cloud span { padding: 8px 11px; }
  .section { padding: 100px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(n) { grid-column: 1; min-height: 485px; }
  .section--orchestration { padding: 105px 0; }
  .automation-map { min-height: 600px; }
  .map-node { min-width: 165px; }
  .map-node--lead, .map-node--data { left: 18px; }
  .map-node--ai, .map-node--result { right: 18px; }
  .map-node::after { display: none; }
  .testimonial blockquote { font-size: 22px; }
}

@media (max-width: 520px) {
  .system-stage { min-height: 565px; }
  .system-stage .automation-console { padding: 20px 16px; }
  .stage-chip--one { top: 150px; }
  .stage-chip--two { top: auto; bottom: 85px; }
  .stage-chip--three { display: none; }
  .impact-card strong { font-size: 52px; }
  .automation-map { min-height: 680px; }
  .map-core { width: 125px; height: 125px; }
  .map-node { min-width: 174px; }
  .map-node--lead { top: 35px; left: 50%; transform: translateX(-50%); }
  .map-node--ai { top: 170px; right: 10px; }
  .map-node--data { left: 10px; bottom: 170px; }
  .map-node--result { right: auto; bottom: 35px; left: 50%; transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .stage-chip, .stage-orbit, .map-pulse { animation: none; }
  .js-ready [data-reveal] { opacity: 1; transform: none; }
}

/* Premium editorial system — v3.1.0 */
.blog-page,
.article-page { background: var(--warm-canvas); }

.blog-hero {
  position: relative;
  min-height: 680px;
  padding: 175px 0 112px;
  display: flex;
  align-items: center;
  color: #aebed2;
  background:
    radial-gradient(circle at 85% 12%, rgba(104,229,209,.13), transparent 27%),
    radial-gradient(circle at 12% 92%, rgba(135,108,255,.17), transparent 30%),
    linear-gradient(140deg, #071a36, #050e1b 68%);
  overflow: hidden;
}
.blog-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, black 45%, black);
}
.blog-hero-orb { position: absolute; width: 500px; height: 500px; right: -190px; bottom: -330px; border: 1px solid rgba(104,229,209,.22); border-radius: 50%; box-shadow: 0 0 0 48px rgba(104,229,209,.025), 0 0 0 96px rgba(104,229,209,.018); }
.blog-hero-layout { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(430px,.7fr); align-items: center; gap: clamp(65px,9vw,150px); }
.blog-hero h1 { max-width: 840px; margin: 22px 0 0; color: white; font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: clamp(58px,7vw,96px); font-weight: 800; letter-spacing: -.07em; line-height: .95; }
.blog-hero h1 span { color: var(--electric); }
.blog-hero-copy { max-width: 700px; margin: 30px 0 0; color: #a9bad0; font-size: 18px; line-height: 1.75; }
.blog-hero-console { position: relative; z-index: 1; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.055); box-shadow: 0 35px 85px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(22px); }
.blog-console-head { padding-bottom: 21px; display: flex; align-items: center; justify-content: space-between; color: #7187a3; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.blog-console-head span { display: flex; align-items: center; gap: 9px; }
.blog-console-head i { width: 7px; height: 7px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 6px rgba(104,229,209,.1); }
.blog-console-head strong { color: var(--electric); }
.blog-topic { min-height: 82px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.09); }
.blog-topic:last-child { border-bottom: 0; }
.blog-topic > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--electric); border-radius: 10px; background: rgba(104,229,209,.08); font-size: 9px; font-weight: 850; }
.blog-topic p { margin: 0; color: #edf4fd; font-size: 13px; font-weight: 700; }
.blog-topic > i { color: #7287a1; font-style: normal; }
.blog-hero--compact { min-height: 550px; }
.blog-hero--compact > .container { position: relative; }

.blog-library { padding: 135px 0 145px; background: linear-gradient(180deg,#f7f4ef,var(--warm-canvas)); }
.blog-library-head { margin-bottom: 64px; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.blog-library-head span,
.related-head span { color: var(--coral-700); font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.blog-library-head h2,
.related-head h2 { max-width: 780px; margin: 12px 0 0; color: var(--navy-950); font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: clamp(39px,5vw,66px); letter-spacing: -.06em; line-height: 1; }
.blog-library-head > p { max-width: 390px; margin: 0; color: #66738a; font-size: 15px; line-height: 1.7; }

.blog-featured { min-height: 560px; margin-bottom: 18px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid rgba(21,69,148,.12); border-radius: 28px; background: rgba(255,255,255,.58); box-shadow: 0 28px 80px rgba(44,39,34,.09), inset 0 1px 0 rgba(255,255,255,.75); backdrop-filter: blur(20px); }
.blog-featured-media { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; color: var(--electric); background: radial-gradient(circle at 15% 15%, rgba(135,108,255,.35), transparent 30%), linear-gradient(145deg,#0c2a55,#061327); font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: 48px; font-weight: 800; letter-spacing: -.06em; line-height: .9; }
.blog-featured-media::after,
.modern-post-media::after { position: absolute; inset: 20px; content: ""; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; pointer-events: none; }
.blog-featured-media img,
.modern-post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,.7,.18,1); }
.blog-featured:hover .blog-featured-media img,
.modern-post-card:hover .modern-post-media img { transform: scale(1.035); }
.blog-featured-copy { padding: clamp(42px,5vw,74px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: #66758c; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral-electric); }
.blog-featured-copy h2 { margin: 24px 0 19px; color: var(--navy-950); font-size: clamp(34px,4vw,54px); letter-spacing: -.055em; line-height: 1.04; }
.blog-featured-copy > p { margin: 0 0 32px; color: #647188; font-size: 15px; line-height: 1.75; }

.modern-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.modern-blog-grid--archive { margin-top: 0; }
.modern-post-card { position: relative; min-height: 520px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(21,69,148,.12); border-radius: 22px; background: rgba(255,255,255,.54); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.modern-post-card:hover { transform: translateY(-7px); border-color: rgba(21,69,148,.22); box-shadow: 0 28px 65px rgba(44,39,34,.12); }
.modern-post-media { position: relative; aspect-ratio: 16/10; display: grid; place-items: center; overflow: hidden; color: #9ebfff; background: radial-gradient(circle at 90% 5%, rgba(104,229,209,.18), transparent 27%), linear-gradient(145deg,#153f7d,#07182f); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.modern-post-copy { height: 100%; padding: 28px; display: flex; flex-direction: column; }
.modern-post-copy h2,
.modern-post-copy h3 { margin: 16px 0 13px; color: var(--navy-950); font-size: 24px; letter-spacing: -.04em; line-height: 1.16; }
.modern-post-copy > p { margin: 0 0 24px; color: #68758a; font-size: 13px; line-height: 1.7; }
.post-read-link { margin-top: auto; display: flex; justify-content: space-between; color: var(--blue-700); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.post-read-link span { color: var(--coral-electric); font-size: 16px; }
.blog-pagination { margin-top: 58px; }
.blog-pagination .page-numbers { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 8px; list-style: none; }
.blog-pagination a,
.blog-pagination span { min-width: 42px; min-height: 42px; padding: 9px 14px; display: grid; place-items: center; color: var(--navy-950); border: 1px solid rgba(21,69,148,.15); border-radius: 10px; background: rgba(255,255,255,.45); font-size: 11px; font-weight: 750; }
.blog-pagination .current { color: white; border-color: var(--blue-700); background: var(--blue-700); }
.blog-empty { padding: 70px; text-align: center; border: 1px solid rgba(21,69,148,.13); border-radius: 24px; background: rgba(255,255,255,.45); }
.blog-empty strong { color: var(--navy-950); font-size: 27px; }
.blog-empty p { margin-bottom: 0; }

.blog-conversion { padding: 32px 0; color: white; background: var(--deep-blue); }
.blog-conversion-inner { min-height: 260px; padding: 45px 55px; display: flex; align-items: center; justify-content: space-between; gap: 55px; border: 1px solid rgba(255,255,255,.11); border-radius: 26px; background: radial-gradient(circle at 88% 8%, rgba(104,229,209,.12), transparent 29%), rgba(255,255,255,.035); }
.blog-conversion span { color: var(--electric); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.blog-conversion h2 { max-width: 760px; margin: 12px 0 0; font-size: clamp(31px,4vw,52px); letter-spacing: -.055em; line-height: 1.04; }

/* Single article */
.article-hero { position: relative; padding: 165px 0 120px; color: #a9bad0; background: radial-gradient(circle at 86% 10%, rgba(104,229,209,.12), transparent 28%), linear-gradient(140deg,#071a36,#050e1b 70%); overflow: hidden; }
.article-hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,transparent,black 55%); }
.article-hero-inner { position: relative; }
.article-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: #7186a2; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-breadcrumb a:hover { color: var(--electric); }
.article-breadcrumb strong { color: #c2cede; }
.article-hero-layout { margin-top: 64px; display: grid; grid-template-columns: minmax(0,1fr) 230px; align-items: end; gap: clamp(55px,9vw,150px); }
.article-meta--hero { color: #a2b4ca; }
.article-meta--hero span:first-child { color: var(--electric); }
.article-hero h1 { max-width: 1000px; margin: 24px 0 0; color: white; font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: clamp(52px,6.6vw,90px); font-weight: 800; letter-spacing: -.07em; line-height: .96; }
.article-deck { max-width: 780px; margin: 30px 0 0; color: #aebed2; font-size: 19px; line-height: 1.7; }
.article-signal { min-height: 230px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.13); border-radius: 21px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(18px); }
.article-signal > span { color: var(--electric); font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.article-signal > strong { color: white; font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: 76px; letter-spacing: -.08em; line-height: .8; }
.article-signal > div { display: flex; align-items: center; gap: 12px; }
.article-signal i { width: 8px; height: 8px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 6px rgba(104,229,209,.1); }
.article-signal small { color: #8297b2; font-size: 9px; font-weight: 750; letter-spacing: .05em; line-height: 1.4; text-transform: uppercase; }
.article-cover { position: relative; z-index: 2; margin-top: -58px; }
.article-cover img { width: 100%; max-height: 680px; object-fit: cover; border: 8px solid var(--warm-canvas); border-radius: 30px; box-shadow: 0 35px 90px rgba(35,31,27,.18); }
.article-layout { padding-top: 110px; padding-bottom: 125px; display: grid; grid-template-columns: 250px minmax(0,780px); justify-content: center; align-items: start; gap: clamp(55px,8vw,120px); }
.article-aside { position: sticky; top: 110px; display: grid; gap: 12px; }
.article-aside-card,
.article-aside-cta { padding: 23px; border: 1px solid rgba(21,69,148,.12); border-radius: 18px; background: rgba(255,255,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.68); }
.article-aside-card > span { color: var(--coral-700); font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.article-aside-card strong { margin-top: 14px; display: block; color: var(--navy-950); font-size: 19px; line-height: 1.25; }
.article-aside-card p { margin: 13px 0 0; color: #6d798b; font-size: 12px; line-height: 1.65; }
.article-aside-cta { color: #aabbd0; background: var(--navy-950); }
.article-aside-cta small { display: block; font-size: 10px; line-height: 1.5; }
.article-aside-cta a { margin-top: 15px; display: flex; justify-content: space-between; color: var(--electric); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.rankup-article-content { min-width: 0; color: #3f4e62; font-size: 18px; line-height: 1.88; }
.rankup-article-content > :first-child { margin-top: 0; }
.rankup-article-content h2,
.rankup-article-content h3,
.rankup-article-content h4,
.rankup-article-content .elementor-heading-title { margin: 1.8em 0 .65em; color: var(--navy-950) !important; font-family: "Plus Jakarta Sans",Inter,sans-serif !important; letter-spacing: -.045em; line-height: 1.12; }
.rankup-article-content h2,
.rankup-article-content h2.elementor-heading-title { font-size: clamp(32px,4vw,47px) !important; }
.rankup-article-content h3,
.rankup-article-content h3.elementor-heading-title { font-size: clamp(25px,3vw,34px) !important; }
.rankup-article-content p,
.rankup-article-content li,
.rankup-article-content .elementor-widget-text-editor { color: #4d5c70 !important; font-family: Inter,"Segoe UI",sans-serif !important; font-size: 18px !important; line-height: 1.88 !important; }
.rankup-article-content a { color: var(--blue-700); text-decoration: underline; text-decoration-color: rgba(21,69,148,.25); text-underline-offset: 3px; }
.rankup-article-content img { height: auto; margin: 32px 0; border-radius: 18px; }
.rankup-article-content blockquote { margin: 42px 0; padding: 30px 34px; color: var(--navy-950); border: 1px solid rgba(21,69,148,.14); border-left: 4px solid var(--coral-electric); border-radius: 0 18px 18px 0; background: rgba(255,255,255,.48); font-size: 23px; font-weight: 650; letter-spacing: -.025em; line-height: 1.55; }
.rankup-article-content ul,
.rankup-article-content ol { padding-left: 1.25em; }
.rankup-article-content li { margin-bottom: 10px; }
.rankup-article-content .elementor,
.rankup-article-content .elementor-section,
.rankup-article-content .elementor-container,
.rankup-article-content .elementor-element { max-width: 100% !important; }
.rankup-article-content .elementor-section,
.rankup-article-content .elementor-element:not(.elementor-widget-image) { color: inherit; background-color: transparent !important; background-image: none !important; }
.article-end-card { margin-top: 75px; padding: clamp(35px,5vw,58px); color: #a9bad0; border-radius: 24px; background: radial-gradient(circle at 90% 10%,rgba(104,229,209,.12),transparent 30%), var(--deep-blue); }
.article-end-card > span { color: var(--electric); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.article-end-card h2 { margin: 15px 0 !important; color: white !important; font-size: clamp(33px,4vw,48px) !important; }
.article-end-card p { margin-bottom: 28px; color: #a9bad0 !important; font-size: 15px !important; line-height: 1.7 !important; }
.article-end-card a { color: white; text-decoration: none; }
.article-navigation { padding: 34px 0 95px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; border-top: 1px solid rgba(21,69,148,.14); }
.article-navigation > div:last-child { text-align: right; }
.article-navigation a { display: inline-flex; flex-direction: column; gap: 8px; }
.article-navigation span { color: var(--coral-700); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-navigation strong { max-width: 420px; color: var(--navy-950); font-size: 16px; }
.related-posts { padding: 120px 0 135px; background: linear-gradient(145deg,#eae3da,#e6edf6); }
.related-head { margin-bottom: 55px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.related-head h2 { max-width: 700px; }
.related-head > a { color: var(--blue-700); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Bring the homepage resources into the same editorial language */
.section--insights .post-card { border-radius: 22px; background: rgba(255,255,255,.54); }
.section--insights .post-thumb { position: relative; aspect-ratio: 16/10; background: radial-gradient(circle at 90% 5%,rgba(104,229,209,.18),transparent 27%),linear-gradient(145deg,#153f7d,#07182f); }
.section--insights .post-content { padding: 29px; }
.section--insights .post-link { display: flex; justify-content: space-between; color: var(--blue-700); }

@media (max-width: 1020px) {
  .blog-hero-layout { grid-template-columns: 1fr; }
  .blog-hero-console { width: min(100%,650px); }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-media { min-height: 420px; }
  .modern-blog-grid { grid-template-columns: repeat(2,1fr); }
  .article-hero-layout { grid-template-columns: 1fr; }
  .article-signal { width: 220px; min-height: 200px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .blog-hero { min-height: 0; padding: 140px 0 90px; }
  .blog-hero h1 { font-size: clamp(50px,14vw,72px); }
  .blog-hero-copy { font-size: 16px; }
  .blog-library { padding: 95px 0 105px; }
  .blog-library-head { align-items: flex-start; flex-direction: column; gap: 22px; }
  .blog-featured { min-height: 0; }
  .blog-featured-media { min-height: 310px; }
  .blog-featured-copy { padding: 34px 27px 38px; }
  .modern-blog-grid { grid-template-columns: 1fr; }
  .modern-post-card { min-height: 0; }
  .blog-conversion-inner { padding: 37px 28px; align-items: flex-start; flex-direction: column; }
  .article-hero { padding: 135px 0 95px; }
  .article-hero-layout { margin-top: 45px; }
  .article-hero h1 { font-size: clamp(47px,13vw,68px); }
  .article-deck { font-size: 17px; }
  .article-signal { display: none; }
  .article-cover { margin-top: -35px; }
  .article-cover img { border-width: 5px; border-radius: 20px; }
  .article-layout { padding-top: 75px; padding-bottom: 85px; gap: 55px; }
  .article-aside { grid-template-columns: 1fr; }
  .rankup-article-content { font-size: 17px; }
  .rankup-article-content p,
  .rankup-article-content li,
  .rankup-article-content .elementor-widget-text-editor { font-size: 17px !important; }
  .article-navigation { grid-template-columns: 1fr; }
  .article-navigation > div:last-child { text-align: left; }
  .related-head { align-items: flex-start; flex-direction: column; }
}

/* Unified public pages — v4.0.0 */
.services-page,
.about-page,
.contact-page { background: var(--warm-canvas); }

.services-hero {
  position: relative;
  min-height: 860px;
  padding: 180px 0 120px;
  display: flex;
  align-items: center;
  color: #a9bad0;
  background:
    radial-gradient(circle at 88% 8%, rgba(104,229,209,.14), transparent 27%),
    radial-gradient(circle at 4% 94%, rgba(135,108,255,.17), transparent 30%),
    linear-gradient(140deg,#071a36,#050e1b 70%);
  overflow: hidden;
}
.services-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg,transparent,black 42%,black);
}
.services-hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(430px,.68fr);
  align-items: center;
  gap: clamp(60px,9vw,145px);
}
.services-hero h1 {
  max-width: 850px;
  margin: 25px 0 0;
  color: white;
  font-family: "Plus Jakarta Sans",Inter,sans-serif;
  font-size: clamp(62px,7.4vw,104px);
  font-weight: 800;
  letter-spacing: -.072em;
  line-height: .92;
}
.services-hero h1 span { color: var(--electric); }
.services-hero-layout > div > p:not(.eyebrow) { max-width: 710px; margin: 31px 0 0; color: #a8b9cf; font-size: 18px; line-height: 1.75; }
.button--glass-dark { color: white; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); backdrop-filter: blur(15px); }
.button--glass-dark:hover { color: var(--navy-950); border-color: var(--electric); background: var(--electric); }
.services-command {
  padding: 27px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 25px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 38px 90px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(22px);
}
.services-command-head { padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; color: #778ba6; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 8px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.services-command-head span { display: flex; align-items: center; gap: 9px; }
.services-command-head i,
.command-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 6px rgba(104,229,209,.1); }
.services-command-head strong { color: var(--electric); }
.command-score { padding: 35px 0 31px; display: flex; align-items: flex-end; justify-content: space-between; }
.command-score span { color: #9cafc6; font-size: 11px; font-weight: 750; }
.command-score strong { color: white; font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: 62px; letter-spacing: -.07em; line-height: .8; }
.command-score small { color: var(--electric); font-size: 23px; }
.command-lines { border-top: 1px solid rgba(255,255,255,.1); }
.command-lines > div { min-height: 67px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.09); }
.command-lines span { color: #b2c0d2; font-size: 11px; }
.command-lines i { height: 1px; background: linear-gradient(90deg,rgba(104,229,209,.4),transparent); }
.command-lines strong { color: var(--electric); font-size: 10px; letter-spacing: .08em; }
.command-status { margin-top: 25px; padding: 13px 15px; display: flex; align-items: center; gap: 11px; color: #c6d3e3; border: 1px solid rgba(104,229,209,.13); border-radius: 12px; background: rgba(104,229,209,.05); font-size: 10px; font-weight: 750; }
.services-catalog { padding-top: 145px; }
.services-impact { padding-block: 28px; }

.service-orbit { position: relative; min-height: 560px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; background: radial-gradient(circle,rgba(21,69,148,.28),transparent 60%); box-shadow: inset 0 0 80px rgba(104,229,209,.025); }
.service-orbit::before,
.service-orbit::after { position: absolute; inset: 14%; content: ""; border: 1px solid rgba(104,229,209,.16); border-radius: 50%; }
.service-orbit::after { inset: 28%; border-color: rgba(135,108,255,.2); }
.service-orbit-core { position: absolute; z-index: 3; width: 160px; height: 160px; left: 50%; top: 50%; display: grid; place-content: center; justify-items: center; color: white; border: 1px solid rgba(104,229,209,.3); border-radius: 50%; background: radial-gradient(circle,#154594,#071326 72%); box-shadow: 0 0 0 18px rgba(104,229,209,.035),0 0 65px rgba(47,115,230,.23); transform: translate(-50%,-50%); }
.service-orbit-core span { color: var(--electric); font-size: 8px; font-weight: 850; letter-spacing: .18em; }
.service-orbit-core strong { font-size: 27px; letter-spacing: -.05em; }
.service-orbit-core i { width: 7px; height: 7px; margin-top: 12px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 6px rgba(104,229,209,.1); }
.orbit-label { position: absolute; z-index: 4; padding: 11px 15px; color: #d8e3f0; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(10,30,59,.88); box-shadow: 0 14px 35px rgba(0,0,0,.25); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.orbit-label::before { width: 7px; height: 7px; margin-right: 8px; display: inline-block; content: ""; border-radius: 50%; background: var(--electric); }
.orbit-label--one { left: 8%; top: 18%; }
.orbit-label--two { right: 7%; top: 22%; }
.orbit-label--three { left: 9%; bottom: 17%; }
.orbit-label--four { right: 8%; bottom: 19%; }

.page-final-cta { padding: 34px 0; color: white; background: var(--deep-blue); }
.page-final-cta-inner { min-height: 330px; padding: 55px 62px; display: flex; align-items: center; justify-content: space-between; gap: 70px; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: radial-gradient(circle at 91% 4%,rgba(104,229,209,.13),transparent 28%),radial-gradient(circle at 2% 100%,rgba(135,108,255,.14),transparent 31%),rgba(255,255,255,.035); }
.page-final-cta-inner > div { max-width: 820px; }
.page-final-cta span { color: var(--electric); font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.page-final-cta h2 { margin: 15px 0 0; font-size: clamp(38px,5vw,65px); letter-spacing: -.06em; line-height: .98; }
.page-final-cta p { max-width: 680px; margin: 23px 0 0; color: #9fb0c6; font-size: 15px; line-height: 1.7; }
.page-final-cta .button { flex: 0 0 auto; }

.about-hero { position: relative; min-height: 760px; padding: 190px 0 120px; display: flex; align-items: center; background: radial-gradient(circle at 90% 12%,rgba(21,69,148,.16),transparent 28%),radial-gradient(circle at 8% 92%,rgba(255,101,66,.15),transparent 30%),var(--warm-canvas); overflow: hidden; }
.about-hero::before { position: absolute; inset: 0; content: ""; opacity: .48; background-image: linear-gradient(rgba(21,69,148,.07) 1px,transparent 1px); background-size: 100% 92px; }
.about-hero-layout { position: relative; display: grid; grid-template-columns: 1fr minmax(340px,.58fr); align-items: end; gap: clamp(60px,10vw,160px); }
.about-hero h1 { max-width: 900px; margin: 25px 0 0; color: var(--navy-950); font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: clamp(61px,7.7vw,106px); font-weight: 800; letter-spacing: -.075em; line-height: .91; }
.about-hero h1 span { color: var(--blue-700); }
.about-hero-copy { padding: 30px; border: 1px solid rgba(21,69,148,.13); border-radius: 21px; background: rgba(255,255,255,.45); box-shadow: inset 0 1px 0 rgba(255,255,255,.75); backdrop-filter: blur(18px); }
.about-hero-copy span { color: var(--coral-700); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.about-hero-copy p { margin: 18px 0 0; color: #4d5c71; font-size: 16px; line-height: 1.75; }
.about-manifesto { padding: 145px 0; color: #a9bad0; background: radial-gradient(circle at 12% 100%,rgba(135,108,255,.16),transparent 30%),var(--deep-blue); }
.about-manifesto-layout { display: grid; grid-template-columns: 310px 1fr; align-items: center; gap: clamp(70px,11vw,170px); }
.about-signal { width: 300px; height: 360px; padding: 29px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: radial-gradient(circle at 80% 10%,rgba(104,229,209,.16),transparent 30%),rgba(255,255,255,.04); }
.about-signal > span { color: var(--electric); font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.about-signal > strong { color: white; font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: 130px; font-weight: 600; line-height: .7; }
.about-signal small { color: #8499b3; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.about-manifesto h2 { max-width: 900px; margin: 23px 0 0; color: white; font-size: clamp(48px,6vw,80px); letter-spacing: -.065em; line-height: .96; }
.about-manifesto h2 span { color: var(--electric); }
.about-manifesto-layout > div:last-child > p:not(.eyebrow) { max-width: 760px; margin: 30px 0 0; color: #a7b7cb; font-size: 17px; line-height: 1.8; }
.about-values { padding: 140px 0 150px; background: linear-gradient(180deg,#f7f4ef,var(--warm-canvas)); }
.about-values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.about-values-grid article { min-height: 440px; padding: 36px; display: flex; flex-direction: column; border: 1px solid rgba(21,69,148,.12); border-radius: 23px; background: rgba(255,255,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.about-values-grid article > span { color: var(--blue-700); font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.about-values-grid article > i { width: 45px; height: 2px; margin-top: auto; background: var(--coral-electric); }
.about-values-grid h3 { margin: 29px 0 16px; color: var(--navy-950); font-size: 29px; letter-spacing: -.045em; line-height: 1.08; }
.about-values-grid p { margin: 0; color: #66748a; font-size: 14px; line-height: 1.75; }
.about-values-grid .about-value--accent { color: white; border-color: var(--navy-950); background: radial-gradient(circle at 100% 0,rgba(104,229,209,.12),transparent 28%),var(--navy-950); }
.about-values-grid .about-value--accent > span { color: var(--electric); }
.about-values-grid .about-value--accent h3 { color: white; }
.about-values-grid .about-value--accent p { color: #a5b5c9; }

.contact-page-main { min-height: 100vh; padding-top: 180px; }
.contact-page-main .contact-copy h1 { font-size: clamp(49px,5.7vw,78px); }
.contact-page-main .form-heading h2 { margin: 9px 0; color: var(--navy-950); font-size: 34px; letter-spacing: -.045em; line-height: 1.1; }

@media (max-width: 1020px) {
  .services-hero-layout,
  .about-hero-layout { grid-template-columns: 1fr; }
  .services-command { width: min(100%,650px); }
  .service-orbit { width: min(620px,100%); margin-inline: auto; }
  .page-final-cta-inner { align-items: flex-start; flex-direction: column; }
  .about-hero-copy { max-width: 650px; }
  .about-manifesto-layout { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .services-hero { min-height: 0; padding: 140px 0 95px; }
  .services-hero h1 { font-size: clamp(51px,14vw,75px); }
  .services-hero-layout > div > p:not(.eyebrow) { font-size: 16px; }
  .services-command { padding: 22px; }
  .command-score strong { font-size: 50px; }
  .service-orbit { min-height: 500px; }
  .service-orbit-core { width: 130px; height: 130px; }
  .orbit-label { padding: 9px 11px; }
  .page-final-cta-inner { min-height: 0; padding: 40px 28px; }
  .about-hero { min-height: 0; padding: 145px 0 100px; }
  .about-hero h1 { font-size: clamp(51px,14vw,73px); }
  .about-manifesto { padding: 100px 0; }
  .about-signal { width: min(100%,300px); height: 310px; }
  .about-values { padding: 100px 0; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-values-grid article { min-height: 385px; }
  .contact-page-main { padding-top: 140px; }
}

@media (max-width: 430px) {
  .services-command { padding: 18px; }
  .service-orbit { min-height: 430px; }
  .orbit-label--one { left: 2%; top: 14%; }
  .orbit-label--two { right: 2%; top: 18%; }
  .orbit-label--three { left: 2%; bottom: 14%; }
  .orbit-label--four { right: 2%; bottom: 17%; }
}

/* 4.2 — Full digital offer and responsive website studio */
.display-kicker { display: block; color: var(--navy-950); }
.system-stage--studio { min-height: 690px; }
.digital-studio {
  position: absolute;
  z-index: 2;
  width: 94%;
  min-height: 600px;
  top: 48px;
  right: 0;
  padding: 18px;
  color: #dce8f6;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(47,115,230,.25), transparent 34%),
    linear-gradient(145deg, rgba(10,30,59,.98), rgba(5,15,29,.97) 72%);
  box-shadow: 0 48px 110px rgba(24,31,45,.3), inset 0 1px 0 rgba(255,255,255,.08);
  transform: perspective(1200px) rotateY(-2deg) rotateZ(.3deg);
  transform-origin: center right;
}
.studio-window { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #f8f6f1; box-shadow: 0 18px 46px rgba(0,0,0,.22); }
.studio-window-bar { min-height: 42px; padding: 0 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: #6b7890; border-bottom: 1px solid #dfe5ec; background: rgba(255,255,255,.92); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.studio-dots { display: flex; gap: 5px; }
.studio-dots i { width: 6px; height: 6px; border-radius: 50%; background: #ff7b62; }
.studio-dots i:nth-child(2) { background: #f4bd58; }
.studio-dots i:nth-child(3) { background: #68e5d1; }
.studio-url { justify-self: center; padding: 5px 26px; border: 1px solid #e1e6ed; border-radius: 20px; background: #f4f6f8; }
.studio-live { color: #147956; }
.studio-live i { width: 6px; height: 6px; margin-right: 5px; display: inline-block; border-radius: 50%; background: #20b678; box-shadow: 0 0 0 4px rgba(32,182,120,.12); }
.studio-canvas { min-height: 318px; padding: 16px; color: var(--navy-950); background: linear-gradient(135deg,#f8f5ef,#eaf1fb); }
.studio-nav { min-height: 34px; display: grid; grid-template-columns: 1fr 32px 32px 32px auto; align-items: center; gap: 9px; color: var(--blue-700); font-size: 7px; letter-spacing: .08em; }
.studio-nav span { height: 3px; border-radius: 3px; background: #b9c4d3; }
.studio-nav b { padding: 6px 8px; color: white; border-radius: 6px; background: var(--coral-electric); font-size: 6px; letter-spacing: .07em; }
.studio-page { min-height: 250px; padding: 25px 22px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 18px; border: 1px solid rgba(21,69,148,.1); border-radius: 14px; background: rgba(255,255,255,.72); box-shadow: inset 0 1px 0 white; overflow: hidden; }
.studio-page-copy { position: relative; z-index: 2; }
.studio-page-copy small { color: var(--coral-700); font-size: 6px; font-weight: 900; letter-spacing: .14em; }
.studio-page-copy > strong { max-width: 250px; margin-top: 9px; display: block; font-family: "Plus Jakarta Sans",Inter,sans-serif; font-size: clamp(21px,2.15vw,30px); letter-spacing: -.06em; line-height: .98; }
.studio-page-copy p { width: 88%; height: 5px; margin: 13px 0 0; border-radius: 4px; background: #d4dce6; }
.studio-page-copy p + p { width: 66%; margin-top: 6px; }
.studio-page-copy button { margin-top: 19px; padding: 9px 11px; color: white; border: 0; border-radius: 7px; background: var(--blue-700); font-size: 6px; font-weight: 850; letter-spacing: .09em; pointer-events: none; }
.studio-page-art { position: relative; min-height: 190px; }
.art-orb { position: absolute; width: 160px; height: 160px; right: 4px; top: 7px; border-radius: 50%; background: linear-gradient(145deg,#154594,#63a0ff 55%,#68e5d1); box-shadow: 0 22px 45px rgba(21,69,148,.26); }
.art-orb::before { position: absolute; width: 76px; height: 76px; left: -13px; bottom: -7px; content: ""; border: 1px solid rgba(255,255,255,.58); border-radius: 18px; background: rgba(255,255,255,.22); transform: rotate(14deg); backdrop-filter: blur(8px); }
.art-card { position: absolute; z-index: 2; min-width: 105px; padding: 11px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px; background: rgba(255,255,255,.78); box-shadow: 0 15px 30px rgba(7,17,31,.15); backdrop-filter: blur(12px); }
.art-card i { width: 7px; height: 7px; display: block; border-radius: 50%; background: var(--coral-electric); box-shadow: 0 0 0 4px rgba(255,101,66,.11); }
.art-card b { margin-top: 10px; display: block; color: var(--navy-950); font-size: 16px; line-height: 1; }
.art-card small { display: block; margin-top: 4px; color: #758198; font-size: 6px; font-weight: 750; text-transform: uppercase; }
.art-card--one { left: 0; top: 20px; }
.art-card--two { right: -2px; bottom: 4px; }
.art-card--two i { background: #68e5d1; box-shadow: 0 0 0 4px rgba(104,229,209,.12); }
.studio-modules { margin-top: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.studio-modules article { min-height: 91px; padding: 12px; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.045); }
.studio-modules article > span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--electric); border-radius: 7px; background: rgba(104,229,209,.08); font-size: 7px; font-weight: 850; }
.studio-modules small { display: block; color: #7086a2; font-size: 6px; font-weight: 850; letter-spacing: .12em; }
.studio-modules strong { display: block; margin-top: 3px; color: #dce6f3; font-size: 8px; line-height: 1.3; }
.studio-modules article > b { color: var(--electric); font-size: 9px; }
.module-status { padding: 5px 6px; border-radius: 6px; background: rgba(104,229,209,.08); }
.module-chart { width: 38px; height: 20px; display: block; background: linear-gradient(150deg,transparent 0 38%,var(--electric) 39% 45%,transparent 46% 52%,var(--coral-electric) 53% 59%,transparent 60%); opacity: .85; }
.studio-signal { position: absolute; z-index: 5; min-width: 310px; min-height: 74px; right: -22px; bottom: -26px; padding: 14px 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; color: white; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; background: linear-gradient(135deg,rgba(255,101,66,.96),rgba(222,67,36,.96)); box-shadow: 0 22px 50px rgba(7,17,31,.26); backdrop-filter: blur(14px); }
.studio-signal small { display: block; color: #ffd7cd; font-size: 6px; font-weight: 850; letter-spacing: .13em; }
.studio-signal strong { display: block; margin-top: 2px; font-size: 9px; }

.service-grid--complete .service-card:nth-child(n) { margin-top: 0; min-height: 455px; }
.service-grid--complete .service-card:nth-child(1),
.service-grid--complete .service-card:nth-child(2) { grid-column: span 6; }
.service-grid--complete .service-card:nth-child(3),
.service-grid--complete .service-card:nth-child(4),
.service-grid--complete .service-card:nth-child(5) { grid-column: span 4; min-height: 475px; }
.service-grid--complete .service-card:nth-child(6) { grid-column: span 5; }
.service-grid--complete .service-card:nth-child(7) { grid-column: span 7; }
.service-grid--complete .service-card h3 { margin-top: 50px; font-size: clamp(27px,2.15vw,36px); }
.service-grid--complete .service-card:nth-child(3) h3,
.service-grid--complete .service-card:nth-child(4) h3,
.service-grid--complete .service-card:nth-child(5) h3 { font-size: clamp(25px,1.9vw,32px); }
.service-grid--complete .service-card--web h3 { max-width: 570px; font-size: clamp(34px,3.1vw,47px); }
.service-grid--complete .service-icon--text { width: auto; min-width: 45px; padding: 0 9px; font-size: 9px; letter-spacing: .08em; }
.service-card--growth { background: linear-gradient(145deg,rgba(255,255,255,.76),rgba(226,236,250,.78)); }
.service-card--custom { color: white; border-color: #154594; background: radial-gradient(circle at 100% 0,rgba(104,229,209,.15),transparent 30%),linear-gradient(145deg,#154594,#0b254b); }
.service-card--custom h3 { color: white; }
.service-card--custom > p { color: #b9c8da; }
.service-card--custom li { color: #d7e2ef; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); }
.service-card--custom .service-index,
.service-card--custom .service-link { color: var(--electric); }
.service-card--custom .service-icon { color: var(--electric); border-color: rgba(104,229,209,.2); background: rgba(104,229,209,.07); }

.footer-services { padding: 0 0 82px; display: grid; grid-template-columns: minmax(280px,.72fr) 1.28fr; gap: clamp(45px,7vw,105px); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-services-head > span { color: var(--electric); font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.footer-services-head h2 { max-width: 530px; margin: 17px 0 0; color: white; font-size: clamp(32px,3.7vw,53px); letter-spacing: -.055em; line-height: 1.02; }
.footer-service-list { border-top: 1px solid rgba(255,255,255,.12); }
.footer-service-list a { min-height: 58px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 12px; color: #c4d0df; border-bottom: 1px solid rgba(255,255,255,.1); transition: color .2s ease,padding .2s ease,background .2s ease; }
.footer-service-list a:hover { padding-inline: 10px; color: white; background: rgba(255,255,255,.035); }
.footer-service-list span { color: #637895; font-size: 8px; font-weight: 850; }
.footer-service-list strong { font-size: 12px; font-weight: 650; }
.footer-service-list i { color: var(--electric); font-style: normal; }
.footer-services + .footer-top { padding-top: 78px; }

@media (max-width: 1120px) {
  .system-stage--studio { min-height: 650px; }
  .digital-studio { width: 96%; }
  .service-grid--complete .service-card:nth-child(n) { grid-column: span 6; }
  .service-grid--complete .service-card:nth-child(7) { grid-column: 1 / -1; }
}

@media (max-width: 940px) {
  .system-stage--studio { width: min(720px,100%); min-height: 680px; }
  .digital-studio { width: 94%; right: 3%; }
  .footer-services { grid-template-columns: 1fr; }
  .footer-services-head h2 { max-width: 700px; }
}

@media (max-width: 780px) {
  .brand-tag { max-width: 165px; letter-spacing: .09em; }
  .display { font-size: clamp(46px,13.2vw,68px); }
  .system-stage--studio { min-height: 650px; }
  .digital-studio { width: 100%; min-height: 575px; top: 38px; right: 0; padding: 13px; transform: none; border-radius: 22px; }
  .studio-window-bar { grid-template-columns: auto 1fr; }
  .studio-live { display: none; }
  .studio-url { padding-inline: 15px; }
  .studio-canvas { min-height: 295px; padding: 11px; }
  .studio-page { min-height: 240px; padding: 20px 16px; grid-template-columns: 1.1fr .9fr; }
  .studio-page-copy > strong { font-size: clamp(20px,6vw,28px); }
  .studio-page-art { min-height: 170px; }
  .art-orb { width: 135px; height: 135px; }
  .art-card { min-width: 86px; padding: 9px; }
  .studio-modules { grid-template-columns: 1fr 1fr; }
  .studio-modules article { min-height: 78px; }
  .studio-modules article:nth-child(3) { grid-column: 1 / -1; }
  .studio-signal { min-width: 0; right: 10px; bottom: -28px; left: 10px; }
  .service-grid--complete .service-card:nth-child(n) { grid-column: 1; min-height: 430px; }
  .service-grid--complete .service-card--web h3 { font-size: 34px; }
  .footer-services { padding-bottom: 62px; gap: 36px; }
  .footer-services + .footer-top { padding-top: 62px; }
  .footer-service-list a { min-height: 62px; }
}

@media (max-width: 520px) {
  .brand-tag { max-width: 150px; font-size: 6px; }
  .system-stage--studio { min-height: 625px; }
  .digital-studio { min-height: 550px; padding: 10px; }
  .studio-canvas { min-height: 275px; }
  .studio-nav { grid-template-columns: 1fr 24px 24px auto; }
  .studio-nav span:nth-of-type(3) { display: none; }
  .studio-page { min-height: 225px; grid-template-columns: 1.16fr .84fr; gap: 8px; padding: 17px 12px; }
  .studio-page-copy > strong { font-size: 19px; }
  .studio-page-art { min-height: 150px; }
  .art-orb { width: 112px; height: 112px; top: 18px; }
  .art-card--one { left: -5px; top: 9px; }
  .art-card--two { right: -8px; bottom: 5px; }
  .studio-modules article { grid-template-columns: 23px 1fr; }
  .studio-modules article > b,
  .studio-modules .module-chart { display: none; }
  .studio-signal strong { font-size: 8px; }
  .service-grid--complete .service-card:nth-child(n) { min-height: 455px; }
  .service-grid--complete .service-card h3,
  .service-grid--complete .service-card:nth-child(3) h3,
  .service-grid--complete .service-card:nth-child(4) h3,
  .service-grid--complete .service-card:nth-child(5) h3 { font-size: 29px; }
}

@media (max-width: 390px) {
  .brand-tag { max-width: 125px; }
  .studio-page-copy > strong { font-size: 17px; }
  .studio-page-copy button { padding: 8px; }
  .art-card { min-width: 76px; }
  .studio-signal { gap: 8px; padding: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .stage-chip { animation: none; }
  .stage-orbit { animation: none; }
}
