:root {
  --accent-primary: #d84d46;
  --accent-hover: #dd8440;
  --accent-secondary: #f1c53c;
  --ink: #0b1220;
  --text: #172033;
  --slate: #111827;
  --muted: #5b6678;
  --bg: #f6f7f4;
  --bg-warm: #fff4e8;
  --bg-red: #f6e7e4;
  --bg-tint: #eef2f6;
  --border: #d6dde8;
  --accent: #d84d46;
  --radius: 18px;
  --radius-lg: 24px;
  --shadow: 0 18px 38px rgba(2, 6, 23, 0.09);
  --shadow-soft: 0 14px 28px rgba(9, 18, 34, 0.08);
  --shadow-lift: 0 24px 46px rgba(9, 18, 34, 0.12);
  --dark-band: #0e1728;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --surface-border: rgba(15, 23, 42, 0.12);
  --font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
  --font-display: 'Sora', 'Avenir Next', sans-serif;
  --brand-red: var(--accent);
  --brand-yellow: #f59e0b;
  --brand-orange: var(--accent);
  --brand-linkedin: #0a66c2;
  --brand-charcoal: var(--ink);
  --brand-surface: var(--bg-tint);
  --brand-white: var(--bg);
  --container: 1080px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir Next', 'Gill Sans', 'Trebuchet MS', sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  min-height: calc(100vh - 240px);
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

.section {
  padding: clamp(2.35rem, 4.2vw, 3rem) 0;
}

.section + .section {
  padding-top: clamp(1.15rem, 2.4vw, 1.6rem);
}

.section-heading {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
}

.section-heading h2 {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.section-heading p {
  color: var(--muted);
  max-width: 74ch;
}

.eyebrow {
  display: inline-block;
  background: rgba(216, 77, 70, 0.08);
  color: var(--accent-primary);
  border: 1px solid rgba(216, 77, 70, 0.2);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero {
  padding: clamp(2.2rem, 4vw, 3rem) 0 1.15rem;
}

.hero-inner {
  background: linear-gradient(140deg, #ffffff 0%, #fafbfd 58%, #f8f1f1 100%);
  border-radius: 28px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  padding: clamp(1.35rem, 3.4vw, 3.25rem);
  display: block;
  box-shadow: 0 30px 60px rgba(21, 24, 31, 0.09);
  overflow: hidden;
}

.hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  line-height: 1.04;
  max-width: 9ch;
}

.hero-subtitle {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  color: #334155;
  max-width: 34ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-actions:empty {
  display: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(1.1rem, 2.8vw, 2.2rem);
  align-items: stretch;
}

.hero-copy {
  display: grid;
  gap: 0.95rem;
  align-content: start;
}

.hero-sidecar {
  display: block;
}

.hero-panel {
  position: relative;
  height: 100%;
  min-height: 280px;
  border-radius: 24px;
  padding: 1rem;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background:
    radial-gradient(circle at 88% 16%, rgba(216, 77, 70, 0.08) 0%, transparent 24%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 252, 0.98) 60%, rgba(250, 234, 233, 0.9) 100%);
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.hero-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 24, 31, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(21, 24, 31, 0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.38;
  pointer-events: none;
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.hero-panel-kicker,
.hero-panel-status,
.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-panel-kicker,
.card-kicker {
  color: var(--accent-primary);
}

.hero-panel-status {
  padding: 0.38rem 0.55rem;
  border-radius: 999px;
  color: #0d6a38;
  background: rgba(10, 136, 69, 0.12);
}

.hero-panel-status::before,
.card-kicker::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.9;
}

.hero-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.hero-signal-card {
  min-height: 96px;
  padding: 0.8rem;
  border-radius: 18px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: rgba(255, 255, 255, 0.84);
  display: grid;
  align-content: space-between;
  gap: 0.35rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hero-signal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 26px rgba(21, 24, 31, 0.08);
}

.hero-signal-value {
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  font-weight: 800;
  line-height: 1;
  font-family: 'Avenir Next', 'Gill Sans', 'Trebuchet MS', sans-serif;
}

.hero-signal-label {
  font-size: 0.82rem;
  color: var(--muted);
}

.hero-mini-chart {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 0.5rem;
  min-height: 96px;
  padding: 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.hero-mini-chart .bar {
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, #edc337 0%, #df4742 100%);
  box-shadow: inset 0 0 0 1px rgba(21, 24, 31, 0.06);
  animation: pulse-bar 2.6s ease-in-out infinite;
}

.bar-1 { height: 34%; }
.bar-2 { height: 52%; }
.bar-3 { height: 70%; }
.bar-4 { height: 58%; animation-delay: 0.2s; }
.bar-5 { height: 82%; animation-delay: 0.35s; }

.hero-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.hero-flow span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 700;
  color: #475569;
}

.hero-flow span:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -0.35rem;
  width: 0.65rem;
  height: 2px;
  background: rgba(21, 24, 31, 0.16);
}

.hero-compact h1 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  max-width: 11ch;
}

@keyframes pulse-bar {
  0%,
  100% {
    opacity: 0.78;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.75rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(90deg, #d03934 0%, #df4742 55%, #e85f59 100%);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(223, 71, 66, 0.35);
}

.btn-secondary {
  background: #fff;
  border-color: rgba(21, 24, 31, 0.2);
}

.btn-secondary:hover {
  background: #f7f8fd;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(21, 24, 31, 0.08);
  backdrop-filter: blur(12px);
  background: rgba(255, 251, 243, 0.85);
}

.header-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-name {
  margin: 0;
  font-weight: 800;
  font-family: 'Avenir Next', 'Gill Sans', 'Trebuchet MS', sans-serif;
  line-height: 1;
}

.brand-tag {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  color: #575c6f;
}

.nav-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links a {
  font-weight: 600;
  font-size: 0.9rem;
  color: #303340;
}

.nav-links a:hover {
  color: var(--brand-red);
}

.header-utility {
  font-weight: 700;
  border-color: rgba(21, 24, 31, 0.12);
  background: rgba(255, 255, 255, 0.82);
}

.header-utility:hover {
  background: #fff;
  border-color: rgba(223, 71, 66, 0.18);
}

.card-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(21, 24, 31, 0.1);
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(21, 24, 31, 0.07);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  overflow: hidden;
}

.card::after {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(227, 151, 56, 0.9) 0%, rgba(223, 71, 66, 0.9) 100%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(223, 71, 66, 0.22);
  box-shadow: 0 18px 30px rgba(21, 24, 31, 0.09);
}

.card:hover::after {
  opacity: 1;
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
}

.card p {
  margin: 0;
  color: #434754;
}

.card-kicker {
  margin-bottom: 0.45rem;
}

.card-detail {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #484d5b !important;
}

.service-layer-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-layer-card {
  min-height: 100%;
  display: grid;
  gap: 0.8rem;
  align-content: start;
  padding: 1.15rem;
}

.compact-card-grid {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compact-card {
  min-height: 100%;
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.compact-card h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.statement-card {
  min-height: 220px;
}

.operating-map-card {
  display: grid;
  gap: 1rem;
}

.operating-map-head {
  display: grid;
  gap: 0.35rem;
}

.operating-map-head h3 {
  margin: 0;
}

.operating-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.6rem;
}

.operating-map span {
  min-height: 88px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.8rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fff5e9 100%);
  border: 1px solid rgba(21, 24, 31, 0.08);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
}

.book-engine {
  position: relative;
  display: grid;
  gap: 1rem;
}

.book-engine-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.book-engine-track span {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(237, 195, 55, 0.88) 0%, rgba(223, 71, 66, 0.88) 100%);
}

.chapter-card {
  min-height: 180px;
}

.proof-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-card {
  display: grid;
  gap: 0.75rem;
  align-content: start;
  min-height: 100%;
}

.proof-visual {
  min-height: 110px;
  border-radius: 18px;
  padding: 0.9rem;
  display: grid;
  gap: 0.5rem;
  align-content: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(223, 71, 66, 0.08) 0%, transparent 18%),
    linear-gradient(145deg, #fff8ef 0%, #fff1e2 100%);
  border: 1px solid rgba(21, 24, 31, 0.08);
}

.proof-line {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #edc337 0%, #df4742 100%);
}

.proof-line-a { width: 58%; }
.proof-line-b { width: 82%; }
.proof-line-c { width: 68%; }

.case-card p {
  line-height: 1.55;
}

.case-card strong {
  color: #161922;
}

.resource-card .btn {
  width: fit-content;
}

.resource-thumb {
  min-height: 132px;
  border-radius: 18px;
  padding: 0.9rem;
  display: grid;
  gap: 0.55rem;
  align-content: center;
  background:
    linear-gradient(150deg, #1b202a 0%, #252d3b 100%);
  border: 1px solid rgba(21, 24, 31, 0.08);
}

.resource-thumb span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.resource-thumb span:nth-child(1) { width: 64%; }
.resource-thumb span:nth-child(2) { width: 82%; }
.resource-thumb span:nth-child(3) { width: 48%; }

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border-radius: 20px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.2rem 1rem 1rem;
  box-shadow: 0 12px 24px rgba(21, 24, 31, 0.05);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  padding: 0.95rem 0;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  color: #474b5a;
  line-height: 1.65;
}

.about-copy-stack {
  display: grid;
  gap: 0.9rem;
}

.about-section {
  padding: 2.25rem 0;
}

.about-overview-section {
  padding-top: 2rem;
  padding-bottom: 1.4rem;
}

.about-overview-card {
  padding: 1.4rem 1.55rem;
}

.about-edge-section {
  padding-top: 1rem;
  padding-bottom: 1.35rem;
}

.about-edge-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.about-edge-card {
  padding: 1.15rem 1.05rem;
  border-radius: 18px;
}

.about-edge-card h3,
.about-edge-card .section-heading h2 {
  font-size: clamp(1.15rem, 1.35vw, 1.5rem);
}

.about-edge-card .section-heading {
  gap: 0.45rem;
  margin-bottom: 0.8rem;
}

.about-edge-card .section-heading p,
.about-edge-card p {
  font-size: 0.94rem;
  line-height: 1.5;
}

.about-edge-card p {
  color: #404454;
}

.about-vision-card .section-heading p {
  max-width: 100%;
}

.about-linkedin-section {
  padding-top: 0.8rem;
  padding-bottom: 2.1rem;
}

.about-linkedin-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
}

.about-linkedin-card .btn {
  width: fit-content;
  flex-shrink: 0;
}

.about-linkedin-card .section-heading {
  margin: 0;
}

.info-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
  color: #3f4252;
}

.info-list li {
  position: relative;
  padding-left: 1rem;
}

.info-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #edc337 0%, #df4742 100%);
}

.highlight-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.highlight-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(21, 24, 31, 0.08);
  border-radius: 999px;
  padding: 0.7rem 0.8rem;
  min-height: 54px;
  font-weight: 700;
  text-align: center;
}

.two-col {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
  margin-top: 2.4rem;
  background: #12151b;
  color: #eef0f5;
  padding: 2.2rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.footer-title {
  margin: 0 0 0.55rem;
  font-weight: 700;
  font-family: 'Avenir Next', 'Gill Sans', 'Trebuchet MS', sans-serif;
}

.footer-text {
  margin: 0 0 0.45rem;
  color: #c5cbd8;
  font-size: 0.95rem;
}

.footer-link {
  display: block;
  color: #dce0ec;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
}

.footer-link:hover {
  color: #fff;
}

.page-wrap {
  padding-top: 0.5rem;
}

.metric-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric {
  background: linear-gradient(160deg, #ffffff 0%, #fff4e8 100%);
  border: 1px solid rgba(21, 24, 31, 0.08);
  border-radius: 18px;
  padding: 0.95rem 1rem;
  min-height: 104px;
  display: grid;
  gap: 0.35rem;
  align-content: space-between;
}

.metric strong {
  display: block;
  font-size: 1.1rem;
  font-family: 'Avenir Next', 'Gill Sans', 'Trebuchet MS', sans-serif;
  color: #7e4f14;
}

.metric p {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
}

.contact-form {
  background: #fff;
  border: 1px solid rgba(21, 24, 31, 0.1);
  border-radius: 16px;
  padding: 0.95rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(21, 24, 31, 0.18);
  border-radius: 10px;
  padding: 0.7rem;
  font: inherit;
}

.contact-form .checkbox {
  grid-template-columns: auto 1fr;
  align-items: center;
  font-weight: 500;
}

.contact-form .checkbox input {
  width: auto;
}

.full-width {
  grid-column: 1 / -1;
}

.form-message {
  margin: 0;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  font-size: 0.92rem;
}

.form-message.success {
  background: #e6f7ec;
  color: #095127;
}

.form-message.error {
  background: #fde9e8;
  color: #7a120d;
}

.blog-card {
  display: grid;
  gap: 0.6rem;
  background: #fff;
  border: 1px solid rgba(21, 24, 31, 0.1);
  border-radius: 16px;
  padding: 1rem;
}

.blog-card h3 {
  font-size: 1.2rem;
}

.blog-meta {
  color: #4e5261;
  font-size: 0.86rem;
}

.article {
  background: #fff;
  border: 1px solid rgba(21, 24, 31, 0.1);
  border-radius: 18px;
  padding: clamp(1rem, 2vw, 2rem);
}

.article p {
  color: #353846;
  line-height: 1.7;
}

.service-explorer {
  display: grid;
  gap: 1rem;
}

.service-explorer-nav {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-tab {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(21, 24, 31, 0.08);
  border-radius: 18px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.82);
  display: grid;
  gap: 0.55rem;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.service-tab:hover,
.service-tab.active {
  transform: translateY(-3px);
  border-color: rgba(223, 71, 66, 0.18);
  box-shadow: 0 16px 26px rgba(21, 24, 31, 0.07);
}

.service-tab-index {
  font-size: 0.8rem;
  font-weight: 800;
  color: #7d4f18;
  letter-spacing: 0.08em;
}

.service-tab-copy {
  display: grid;
  gap: 0.25rem;
}

.service-tab-copy strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.service-tab-copy small {
  font-size: 0.82rem;
  color: #555969;
  line-height: 1.45;
}

.service-explorer-panel {
  border-radius: 26px;
  padding: 1.2rem;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background:
    radial-gradient(circle at 94% 8%, rgba(223, 71, 66, 0.08) 0%, transparent 20%),
    linear-gradient(150deg, #ffffff 0%, #fff4e7 100%);
  box-shadow: 0 22px 34px rgba(21, 24, 31, 0.07);
  display: grid;
  gap: 1rem;
}

.service-panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.service-panel-pulse {
  display: inline-grid;
  grid-template-columns: repeat(3, 14px);
  gap: 0.35rem;
}

.service-panel-pulse span {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #edc337 0%, #df4742 100%);
  animation: pulse-bar 1.8s ease-in-out infinite;
}

.service-panel-pulse span:nth-child(2) {
  animation-delay: 0.15s;
}

.service-panel-pulse span:nth-child(3) {
  animation-delay: 0.3s;
}

.service-panel-header {
  display: grid;
  gap: 0.35rem;
}

.service-panel-header h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.service-panel-header p {
  margin: 0;
  color: #454a58;
}

.service-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1rem;
}

.service-panel-points {
  display: grid;
  gap: 0.75rem;
}

.service-point {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0.85rem;
  padding: 0.8rem;
  border-radius: 18px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.service-point-index {
  width: 50px;
  min-height: 50px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #1c2230 0%, #353d4f 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.service-point p {
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
}

.service-panel-sidecar {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.service-sidecard {
  padding: 0.95rem;
  border-radius: 18px;
  background: #1a1e28;
  color: #eef1f8;
  display: grid;
  gap: 0.45rem;
}

.service-sidecard.muted {
  background: rgba(255, 255, 255, 0.78);
  color: var(--brand-charcoal);
  border: 1px solid rgba(21, 24, 31, 0.08);
}

.service-sidecard h4,
.service-sidecard p {
  margin: 0;
}

.service-sidecard .info-list {
  color: inherit;
}

.service-sidecard .info-list li::before {
  background: linear-gradient(180deg, #edc337 0%, #fff3d2 100%);
}

.service-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.service-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: rgba(21, 24, 31, 0.06);
  border: 1px solid rgba(21, 24, 31, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.journal-showcase {
  display: grid;
}

.journal-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1rem;
}

.journal-featured {
  padding: 1.2rem;
  display: grid;
  gap: 0.8rem;
  background:
    radial-gradient(circle at 90% 12%, rgba(223, 71, 66, 0.08) 0%, transparent 18%),
    linear-gradient(150deg, #ffffff 0%, #fff6ed 100%);
}

.journal-featured.large {
  min-height: 100%;
}

.journal-featured h2,
.journal-featured h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1.12;
  margin: 0;
}

.journal-list,
.journal-grid {
  display: grid;
  gap: 1rem;
}

.journal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.journal-sidebar {
  padding: 1.1rem;
  display: grid;
  gap: 0.85rem;
  align-content: start;
  background:
    linear-gradient(150deg, #1a1f2b 0%, #232a39 100%);
  color: #eef1f8;
}

.journal-sidebar h3,
.journal-sidebar p {
  margin: 0;
}

.journal-sidebar-stack {
  display: grid;
  gap: 0.7rem;
}

.journal-sidebar-stack div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.7rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.journal-sidebar-stack strong {
  width: 44px;
  min-height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

.journal-sidebar-stack span {
  font-size: 0.9rem;
  line-height: 1.45;
}

.journal-card {
  min-height: 100%;
}

.editorial-sparkline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.editorial-sparkline span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #edc337 0%, #df4742 100%);
}

.editorial-sparkline span:nth-child(1) { width: 58%; }
.editorial-sparkline span:nth-child(2) { width: 74%; }
.editorial-sparkline span:nth-child(3) { width: 88%; }
.editorial-sparkline span:nth-child(4) { width: 100%; }

.editorial-sparkline.stacked {
  grid-template-columns: 1fr;
}

.editorial-sparkline.stacked span {
  width: 100%;
}

.journal-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 1rem;
}

.article-shell {
  display: grid;
}

.article-feature {
  padding: clamp(1.25rem, 2.2vw, 2rem);
}

.article-lead {
  font-size: clamp(1.02rem, 1.3vw, 1.15rem);
  line-height: 1.7;
  color: #404454;
}

.article-insight-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0;
}

.article-insight-band div {
  padding: 0.85rem;
  border-radius: 18px;
  background: linear-gradient(160deg, #ffffff 0%, #fff5e9 100%);
  border: 1px solid rgba(21, 24, 31, 0.08);
  display: grid;
  gap: 0.25rem;
}

.article-insight-band strong {
  font-size: 0.95rem;
}

.article-insight-band span {
  font-size: 0.85rem;
  color: #585c6c;
  line-height: 1.4;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 1rem;
  margin: 1.2rem 0;
}

.article-main,
.article-side {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.article-section-block {
  display: grid;
  gap: 0.75rem;
}

.article-section-block h2 {
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
}

.article-framework-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-sidecard {
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(150deg, #1a1e28 0%, #232a39 100%);
  color: #eef1f8;
  display: grid;
  gap: 0.5rem;
}

.article-sidecard h3,
.article-sidecard p {
  margin: 0;
}

.article-sidecard .info-list {
  color: #eef1f8;
}

.article-sidecard .info-list li::before {
  background: linear-gradient(180deg, #edc337 0%, #f3f6fb 100%);
}

.legal-stack {
  display: grid;
  gap: 1rem;
}

.legal-block {
  display: grid;
  gap: 0.65rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(21, 24, 31, 0.08);
}

.legal-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.legal-block h2 {
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

.article-graph-card {
  background: linear-gradient(150deg, #fff8f0 0%, #fff0e3 100%);
  border: 1px solid rgba(21, 24, 31, 0.08);
  color: var(--brand-charcoal);
}

.blog-index-hero-grid {
  align-items: stretch;
}

.blog-filter-toolbar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.2rem;
  background: linear-gradient(160deg, #fffdfa 0%, #fff6ea 100%);
}

.blog-filter-copy {
  display: grid;
  gap: 0.4rem;
}

.blog-filter-copy h2,
.blog-filter-copy p {
  margin: 0;
}

.blog-filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.blog-filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(21, 24, 31, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #5a3d2e;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.blog-filter-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(201, 47, 40, 0.25);
}

.blog-filter-chip.is-active {
  background: linear-gradient(135deg, #f8dec0 0%, #ffd85c 100%);
  border-color: rgba(239, 190, 29, 0.34);
  color: #7a2a1d;
}

.blog-featured-card {
  display: grid;
  gap: 1rem;
}

.blog-featured-copy {
  display: grid;
  gap: 0.8rem;
}

.blog-card-cover-frame {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: linear-gradient(160deg, #ffffff 0%, #f5f2ea 100%);
  min-height: 210px;
}

.blog-card-cover-frame-large {
  min-height: 300px;
}

.blog-card-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-inline-insight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.blog-inline-insight-row span,
.blog-index-card-footer span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(21, 24, 31, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
  color: #535969;
}

.blog-index-grid {
  margin-top: 1.2rem;
}

.blog-index-card {
  display: grid;
  gap: 0.8rem;
  background: linear-gradient(160deg, #ffffff 0%, #fbf7ef 100%);
}

.blog-index-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
}

.blog-index-sidebar {
  background: linear-gradient(160deg, #162338 0%, #233552 100%);
}

.blog-empty-state {
  align-content: start;
}

.blog-article-shell {
  display: grid;
  gap: 1.25rem;
}

.blog-article-header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.blog-article-header-copy {
  display: grid;
  gap: 0.8rem;
}

.blog-article-header-copy h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  max-width: 12ch;
}

.blog-article-header-meta {
  display: grid;
  gap: 0.8rem;
}

.blog-article-meta-card {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: linear-gradient(160deg, #ffffff 0%, #f5efe3 100%);
  display: grid;
  gap: 0.2rem;
}

.blog-article-meta-card span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a6545;
}

.blog-article-meta-card strong {
  font-size: 0.96rem;
}

.blog-insight-band {
  margin: 0;
}

.blog-cover-figure {
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.blog-cover-image {
  width: 100%;
  display: block;
  border-radius: 28px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: #fff;
}

.blog-cover-figure figcaption {
  margin: 0;
  font-size: 0.85rem;
  color: #666c7c;
}

.blog-article-layout {
  align-items: start;
}

.blog-article-main {
  gap: 1.25rem;
}

.blog-article-side {
  gap: 0.9rem;
  position: sticky;
  top: 120px;
}

.blog-section-block {
  padding: 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: linear-gradient(160deg, #ffffff 0%, #fbf7ef 100%);
}

.blog-section-eyebrow {
  margin: 0;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9c3b1f;
}

.blog-section-block h2 {
  margin: 0;
}

.blog-section-copy {
  display: grid;
  gap: 0.9rem;
}

.blog-section-copy p,
.blog-bullet-list li,
.blog-figure-head p,
.blog-callout,
.blog-quiz-card p,
.blog-related-link span,
.blog-toc-list a {
  line-height: 1.72;
}

.blog-bullet-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
}

.blog-callout {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #fff3df;
  border: 1px solid #ebcf9f;
  color: #6c4c1d;
  font-weight: 600;
}

.blog-figure-card {
  width: 100%;
  border: 0;
  padding: 1rem;
  border-radius: 24px;
  background: linear-gradient(160deg, #f8fbff 0%, #edf4fb 100%);
  border: 1px solid rgba(21, 24, 31, 0.08);
  display: grid;
  gap: 1rem;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.blog-figure-head {
  display: grid;
  gap: 0.35rem;
}

.blog-figure-head h3,
.blog-figure-head p,
.blog-quiz-head h2,
.blog-quiz-head p,
.blog-quiz-question h3,
.blog-quiz-result h3,
.blog-quiz-result p,
.blog-related-link strong {
  margin: 0;
}

.blog-figure-kicker,
.blog-quiz-kicker {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a6545;
}

.blog-figure-image-frame {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(21, 24, 31, 0.08);
}

.blog-figure-image {
  display: block;
  width: 100%;
  height: auto;
}

.blog-figure-notes {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
  color: #5e6676;
}

.blog-figure-flow {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-flow-step,
.blog-tree-node,
.blog-quiz-question,
.blog-quiz-result {
  padding: 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(21, 24, 31, 0.08);
  display: grid;
  gap: 0.45rem;
}

.blog-flow-index,
.blog-quiz-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f6d96a 0%, #efb55a 100%);
  font-size: 0.82rem;
  font-weight: 800;
  color: #5b3b12;
}

.blog-flow-step strong,
.blog-tree-root strong,
.blog-tree-node strong {
  font-size: 1rem;
}

.blog-flow-step p {
  margin: 0;
  color: #4f5668;
}

.blog-figure-tree {
  display: grid;
  gap: 0.9rem;
}

.blog-tree-root {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #8d241d 0%, #c54c26 100%);
  color: #fff7ec;
  display: grid;
  gap: 0.2rem;
}

.blog-tree-root span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-tree-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-tree-node ul,
.blog-checklist,
.blog-toc-list {
  margin: 0;
  padding-left: 1.1rem;
}

.blog-tree-node ul {
  display: grid;
  gap: 0.45rem;
}

.blog-quiz-card {
  padding: 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: linear-gradient(145deg, #fff8f0 0%, #fff1e2 100%);
  display: grid;
  gap: 1rem;
}

.blog-quiz-head {
  display: grid;
  gap: 0.35rem;
}

.blog-quiz-grid {
  display: grid;
  gap: 0.85rem;
}

.blog-quiz-options {
  display: grid;
  gap: 0.55rem;
}

.blog-quiz-option {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(21, 24, 31, 0.08);
  background: #fff;
  display: grid;
  gap: 0.3rem;
  text-align: left;
  cursor: pointer;
}

.blog-quiz-option.is-selected {
  border-color: #d97706;
  background: #fff6df;
  box-shadow: inset 0 0 0 1px rgba(217, 119, 6, 0.1);
}

.blog-quiz-option strong,
.blog-quiz-option span {
  margin: 0;
}

.blog-quiz-option span {
  color: #5f6676;
  line-height: 1.55;
}

.blog-quiz-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.blog-quiz-score {
  display: grid;
  gap: 0.1rem;
}

.blog-quiz-score strong {
  font-size: 1.6rem;
  line-height: 1;
}

.blog-quiz-score span {
  font-size: 0.82rem;
  color: #6c727f;
}

.blog-sidecard-light {
  background: linear-gradient(160deg, #ffffff 0%, #f7f2e8 100%);
  color: var(--brand-charcoal);
}

.blog-sidecard-dark {
  background: linear-gradient(160deg, #182130 0%, #29354a 100%);
}

.blog-toc-list {
  display: grid;
  gap: 0.5rem;
}

.blog-toc-list a {
  color: inherit;
  text-decoration: none;
}

.blog-checklist {
  display: grid;
  gap: 0.45rem;
}

.blog-related-list {
  display: grid;
  gap: 0.75rem;
}

.blog-related-link {
  display: grid;
  gap: 0.15rem;
  padding: 0.8rem;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(21, 24, 31, 0.08);
}

.linkedin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 1rem;
}

.linkedin-company-card,
.linkedin-activity-card,
.linkedin-founder-card {
  border-radius: 24px;
  border: 1px solid rgba(10, 102, 194, 0.14);
  box-shadow: 0 20px 45px rgba(13, 35, 67, 0.08);
}

.linkedin-company-card {
  padding: 1.2rem;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 255, 255, 0.55) 0%, transparent 20%),
    linear-gradient(135deg, #0a66c2 0%, #1e7bda 48%, #8bc1ff 100%);
  color: #fff;
  display: grid;
  gap: 1rem;
}

.linkedin-banner {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.linkedin-badge {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 1.35rem;
  font-weight: 800;
  text-transform: lowercase;
}

.linkedin-kicker {
  margin: 0 0 0.15rem;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.82;
}

.linkedin-company-card h3,
.linkedin-activity-card h3,
.linkedin-founder-card h3 {
  margin: 0;
}

.linkedin-copy {
  margin: 0;
  line-height: 1.6;
}

.linkedin-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.linkedin-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.84rem;
  font-weight: 600;
}

.linkedin-activity-card {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
  padding: 1.2rem;
  display: grid;
  gap: 0.9rem;
}

.linkedin-activity-list {
  display: grid;
  gap: 0.75rem;
}

.linkedin-activity-item {
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(21, 24, 31, 0.08);
  padding: 0.8rem;
}

.linkedin-activity-item p {
  margin: 0;
  color: #324055;
}

.linkedin-activity-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--brand-linkedin) !important;
  margin-bottom: 0.35rem !important;
}

.linkedin-inline-link {
  color: var(--brand-linkedin);
  font-weight: 700;
}

.linkedin-founder-grid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.linkedin-founder-card {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.linkedin-founder-card.sunrise .linkedin-founder-cover {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.34) 0%, transparent 18%),
    linear-gradient(135deg, #5d2f0f 0%, #bf5a1a 42%, #f09a49 100%);
}

.linkedin-founder-card.ink .linkedin-founder-cover {
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.2) 0%, transparent 16%),
    linear-gradient(135deg, #0f2d4e 0%, #133f70 55%, #2c6fb4 100%);
}

.linkedin-founder-cover {
  position: relative;
  height: 138px;
  overflow: hidden;
}

.linkedin-founder-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.linkedin-cover-pattern {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 1rem;
  opacity: 0.22;
}

.linkedin-cover-pattern span {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-10deg);
}

.linkedin-cover-pattern span:nth-child(2) {
  transform: translateY(0.55rem) rotate(8deg);
}

.linkedin-cover-pattern span:nth-child(3) {
  transform: translateY(-0.15rem) rotate(-6deg);
}

.linkedin-cover-emblem {
  position: absolute;
  right: 1rem;
  top: 0.95rem;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.linkedin-founder-body {
  padding: 1.15rem;
  display: grid;
  gap: 0.9rem;
}

.linkedin-founder-profile {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: end;
  margin-top: -3.35rem;
}

.linkedin-avatar {
  position: relative;
  z-index: 1;
  width: 112px;
  height: 132px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: linear-gradient(145deg, #ffffff 0%, #eef2f7 100%);
  color: #173b5f;
  border: 4px solid #fff;
  box-shadow: 0 12px 24px rgba(14, 25, 40, 0.16);
  font-size: 1.2rem;
  font-weight: 800;
  overflow: hidden;
}

.linkedin-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background: #f8fafc;
  border-radius: 22px;
  display: block;
}

.linkedin-founder-head {
  display: grid;
  gap: 0.2rem;
}

.linkedin-focus-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.linkedin-focus-list li {
  border-radius: 999px;
  background: #f3f8ff;
  border: 1px solid rgba(10, 102, 194, 0.12);
  color: #20446b;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.page-wrap {
  --page-accent: #f97316;
  --page-accent-strong: #132238;
  --page-tint: rgba(249, 115, 22, 0.06);
  --page-tint-strong: rgba(19, 34, 56, 0.05);
  position: relative;
  overflow: hidden;
  padding-top: 0.5rem;
  background: #fbfbf8;
}

.page-wrap::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 460px;
  background:
    radial-gradient(circle at 12% 8%, var(--page-tint) 0%, transparent 26%),
    radial-gradient(circle at 92% 6%, var(--page-tint-strong) 0%, transparent 20%);
  pointer-events: none;
  z-index: 0;
}

.page-wrap > * {
  position: relative;
  z-index: 1;
}

.theme-home {
  --page-accent: #f97316;
  --page-accent-strong: #0b1220;
  --page-tint: rgba(249, 115, 22, 0.08);
  --page-tint-strong: rgba(11, 18, 32, 0.05);
}

.theme-services {
  --page-accent: #f97316;
  --page-accent-strong: #102a43;
  --page-tint: rgba(16, 42, 67, 0.08);
  --page-tint-strong: rgba(249, 115, 22, 0.05);
}

.theme-solutions {
  --page-accent: #f97316;
  --page-accent-strong: #0f766e;
  --page-tint: rgba(15, 118, 110, 0.08);
  --page-tint-strong: rgba(249, 115, 22, 0.05);
}

.theme-industries {
  --page-accent: #f97316;
  --page-accent-strong: #166534;
  --page-tint: rgba(22, 101, 52, 0.08);
  --page-tint-strong: rgba(249, 115, 22, 0.05);
}

.theme-resources {
  --page-accent: #f97316;
  --page-accent-strong: #6d28d9;
  --page-tint: rgba(109, 40, 217, 0.08);
  --page-tint-strong: rgba(249, 115, 22, 0.05);
}

.theme-blog {
  --page-accent: #f97316;
  --page-accent-strong: #334155;
  --page-tint: rgba(51, 65, 85, 0.08);
  --page-tint-strong: rgba(249, 115, 22, 0.05);
}

.theme-about {
  --page-accent: #f97316;
  --page-accent-strong: #1d4ed8;
  --page-tint: rgba(29, 78, 216, 0.08);
  --page-tint-strong: rgba(249, 115, 22, 0.05);
}

.theme-contact {
  --page-accent: #f97316;
  --page-accent-strong: #c2410c;
  --page-tint: rgba(194, 65, 12, 0.08);
  --page-tint-strong: rgba(249, 115, 22, 0.05);
}

.hero-inner {
  position: relative;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.985) 0%, rgba(249, 250, 251, 0.985) 46%, rgba(255, 255, 255, 0.96) 100%),
    linear-gradient(135deg, var(--page-tint) 0%, transparent 52%, var(--page-tint-strong) 100%);
  border-color: color-mix(in srgb, var(--page-accent-strong) 10%, #ffffff);
  box-shadow:
    0 24px 48px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.18;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 82%);
  pointer-events: none;
}

.hero-inner > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  background: color-mix(in srgb, var(--page-accent) 12%, #ffffff);
  color: color-mix(in srgb, var(--page-accent-strong) 78%, #51310d);
  border-color: color-mix(in srgb, var(--page-accent) 32%, #ffffff);
}

.btn-primary {
  background: linear-gradient(90deg, #f97316 0%, #fb923c 100%);
}

.btn-primary:hover {
  box-shadow: 0 14px 24px rgba(249, 115, 22, 0.28);
}

.btn-secondary:hover {
  border-color: color-mix(in srgb, var(--page-accent) 24%, #ffffff);
}

.card::after {
  background: linear-gradient(90deg, var(--page-accent) 0%, var(--page-accent-strong) 100%);
}

.card:hover {
  border-color: color-mix(in srgb, var(--page-accent) 26%, #ffffff);
}

.hero h1 {
  max-width: 9.2ch;
}

.hero-theme-services h1,
.hero-theme-solutions h1,
.hero-theme-industries h1,
.hero-theme-resources h1,
.hero-theme-blog h1,
.hero-theme-about h1,
.hero-theme-contact h1 {
  font-size: clamp(1.95rem, 3.5vw, 3.2rem);
  max-width: 12ch;
}

.hero-panel {
  background:
    radial-gradient(circle at 90% 14%, color-mix(in srgb, var(--page-accent) 10%, transparent) 0%, transparent 20%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.985) 0%, color-mix(in srgb, var(--page-tint) 42%, #ffffff) 100%);
}

.hero-panel-kicker,
.card-kicker {
  color: color-mix(in srgb, var(--page-accent-strong) 76%, #7e4f14);
}

.hero-panel-status {
  color: color-mix(in srgb, var(--page-accent-strong) 78%, #0d6a38);
  background: color-mix(in srgb, var(--page-tint) 72%, #ffffff);
}

.hero-visual {
  min-height: 320px;
}

.hero-deck-frame {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero-deck-image {
  width: 100%;
  height: auto;
  display: block;
}

.hero-visual-dashboard {
  gap: 0.9rem;
}

.hero-dashboard-kpis {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-dashboard-kpi,
.hero-dashboard-card,
.hero-dashboard-table,
.home-tab-visual,
.home-asset-preview {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.hero-dashboard-kpi {
  min-height: 74px;
  padding: 0.8rem;
  display: grid;
  gap: 0.2rem;
  align-content: start;
}

.hero-dashboard-kpi strong,
.hero-dashboard-table strong {
  font-size: 0.88rem;
}

.hero-dashboard-kpi span,
.hero-dashboard-table span {
  font-size: 0.8rem;
  color: #576074;
}

.hero-dashboard-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.hero-dashboard-card {
  min-height: 112px;
  padding: 0.85rem;
}

.hero-dashboard-trend {
  display: grid;
  align-items: end;
  color: var(--page-accent-strong);
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 28px 100%, 100% 22px, auto;
}

.hero-trend-svg {
  width: 100%;
  height: 100%;
}

.hero-dashboard-funnel {
  display: grid;
  gap: 0.4rem;
  align-content: center;
}

.funnel-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #f97316 0%, color-mix(in srgb, var(--page-accent-strong) 48%, #ffffff) 100%);
}

.funnel-step.step-1 { width: 100%; }
.funnel-step.step-2 { width: 76%; }
.funnel-step.step-3 { width: 54%; }

.hero-dashboard-table {
  display: grid;
  gap: 0.7rem;
  padding: 0.9rem;
}

.hero-dashboard-table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.hero-visual-stack,
.hero-visual-library,
.hero-visual-editorial,
.hero-visual-network,
.hero-visual-trust,
.hero-visual-response {
  gap: 1rem;
}

.stack-preview-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stack-preview-card,
.stack-preview-sheet,
.library-sheet,
.editorial-cover {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.stack-preview-card {
  min-height: 118px;
  padding: 0.85rem;
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.stack-preview-card span {
  display: block;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--page-accent) 0%, color-mix(in srgb, var(--page-accent-strong) 55%, #ffffff) 100%);
  opacity: 0.9;
}

.stack-preview-card strong,
.stack-preview-card small {
  display: block;
}

.stack-preview-card small {
  color: #586074;
}

.stack-preview-sheet {
  grid-column: 1 / -1;
  min-height: 118px;
  padding: 0.9rem;
  display: grid;
  gap: 0.45rem;
  align-content: center;
}

.sheet-row {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--page-accent-strong) 16%, #ffffff);
}

.sheet-row.wide { width: 92%; }
.sheet-row.narrow { width: 48%; }
.sheet-row.short { width: 34%; }

.hero-network-map {
  position: relative;
  min-height: 180px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 46%, rgba(255, 255, 255, 0.5) 100%);
}

.hero-network-map::before,
.hero-network-map::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  width: 112px;
  height: 1px;
  background: color-mix(in srgb, var(--page-accent-strong) 18%, #ffffff);
  transform-origin: left center;
}

.hero-network-map::after {
  width: 1px;
  height: 112px;
  transform-origin: center top;
}

.network-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 74px;
  padding: 0.35rem 0.6rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.07);
  font-size: 0.8rem;
  font-weight: 800;
}

.network-node.center { left: calc(50% - 37px); top: calc(50% - 37px); }
.network-node.top { left: calc(50% - 37px); top: 14px; }
.network-node.right { right: 14px; top: calc(50% - 37px); }
.network-node.bottom { left: calc(50% - 37px); bottom: 14px; }
.network-node.left { left: 14px; top: calc(50% - 37px); }

.hero-tag-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-tag-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-flow-tight span {
  min-height: 38px;
}

.hero-library {
  display: grid;
  gap: 0.8rem;
}

.library-shelf {
  min-height: 112px;
  display: grid;
  grid-template-columns: 0.7fr 0.55fr 1fr;
  gap: 0.65rem;
  align-items: end;
  padding: 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.library-book {
  display: block;
  min-height: 74px;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--page-accent) 86%, #ffffff) 0%, color-mix(in srgb, var(--page-accent-strong) 24%, #ffffff) 100%);
}

.library-book.tall { min-height: 92px; }
.library-book.wide { min-height: 84px; }

.library-sheet {
  min-height: 126px;
  padding: 0.9rem;
  display: grid;
  gap: 0.5rem;
  align-content: center;
}

.editorial-frame {
  display: grid;
  gap: 0.8rem;
}

.editorial-cover {
  min-height: 158px;
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
  align-content: end;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, color-mix(in srgb, var(--page-tint) 55%, #ffffff) 100%);
}

.editorial-brow,
.editorial-title,
.editorial-rail span {
  display: block;
  border-radius: 999px;
}

.editorial-brow {
  width: 34%;
  height: 10px;
  background: color-mix(in srgb, var(--page-accent) 78%, #ffffff);
}

.editorial-title {
  width: 88%;
  height: 16px;
  background: color-mix(in srgb, var(--page-accent-strong) 18%, #ffffff);
}

.editorial-title.short {
  width: 62%;
}

.editorial-rail {
  display: grid;
  gap: 0.55rem;
}

.editorial-rail span {
  height: 18px;
  background: linear-gradient(90deg, var(--page-accent) 0%, color-mix(in srgb, var(--page-accent-strong) 55%, #ffffff) 100%);
}

.editorial-rail span:nth-child(1) { width: 56%; }
.editorial-rail span:nth-child(2) { width: 74%; }
.editorial-rail span:nth-child(3) { width: 92%; }

.trust-timeline {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-timeline div,
.response-steps div {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.trust-timeline strong,
.response-steps strong {
  font-size: 0.8rem;
  color: var(--page-accent);
}

.trust-orbit {
  position: relative;
  min-height: 100px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.trust-orbit span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--page-accent) 0%, color-mix(in srgb, var(--page-accent-strong) 45%, #ffffff) 100%);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);
}

.trust-orbit span:nth-child(1) { left: 22%; top: 42%; }
.trust-orbit span:nth-child(2) { left: 50%; top: 24%; }
.trust-orbit span:nth-child(3) { left: 72%; top: 58%; }

.trust-orbit::before,
.trust-orbit::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  background: color-mix(in srgb, var(--page-accent-strong) 18%, #ffffff);
}

.trust-orbit::before {
  width: 40%;
  height: 2px;
  left: 28%;
  top: 52%;
  transform: rotate(-14deg);
}

.trust-orbit::after {
  width: 26%;
  height: 2px;
  left: 46%;
  top: 46%;
  transform: rotate(38deg);
}

.response-steps {
  display: grid;
  gap: 0.65rem;
}

.home-credibility-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.credibility-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
  color: #334155;
}

.home-asset-grid,
.home-case-grid,
.home-outcome-grid {
  display: grid;
  gap: 1rem;
}

.home-asset-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-asset-card {
  min-height: 100%;
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.home-asset-card:hover {
  transform: translateY(-4px);
}

.home-asset-preview {
  min-height: 124px;
  padding: 0.9rem;
  display: grid;
  gap: 0.45rem;
  align-content: start;
  background:
    radial-gradient(circle at 86% 20%, color-mix(in srgb, var(--page-accent) 10%, transparent) 0%, transparent 18%),
    linear-gradient(145deg, #ffffff 0%, color-mix(in srgb, var(--page-tint) 52%, #ffffff) 100%);
}

.asset-line,
.visual-line {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--page-accent) 0%, color-mix(in srgb, var(--page-accent-strong) 45%, #ffffff) 100%);
}

.asset-line-a,
.visual-line.line-a {
  width: 42%;
}

.asset-line-b,
.visual-line.line-b {
  width: 88%;
}

.asset-line-c,
.visual-line.line-c {
  width: 68%;
}

.asset-preview-base,
.visual-base {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.15rem;
}

.asset-preview-base span,
.visual-base span {
  display: block;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.08);
}

.home-asset-preview-dashboard .asset-preview-base {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-asset-preview-dashboard .asset-preview-base span {
  min-height: 36px;
}

.home-asset-preview-scorecard .asset-preview-base span {
  height: 12px;
}

.home-asset-preview-goals .asset-preview-base {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
}

.home-asset-preview-goals .asset-preview-base span {
  min-height: 40px;
}

.home-asset-preview-goals .asset-preview-base span:nth-child(2) {
  min-height: 52px;
}

.home-asset-preview-goals .asset-preview-base span:nth-child(4) {
  min-height: 62px;
}

.home-asset-preview-review .asset-preview-base {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-asset-preview-review .asset-preview-base span {
  min-height: 46px;
}

.home-asset-preview-coaching .asset-preview-base {
  grid-template-columns: 0.55fr 1fr;
}

.home-asset-preview-coaching .asset-preview-base span {
  min-height: 54px;
}

.home-asset-preview-rollout .asset-preview-base {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-asset-preview-rollout .asset-preview-base span {
  min-height: 12px;
  border-radius: 999px;
}

.home-system-shell {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.home-tabs-nav {
  display: grid;
  gap: 0.75rem;
}

.home-tab-trigger {
  width: 100%;
  text-align: left;
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.home-tab-trigger:hover,
.home-tab-trigger.active {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--page-accent) 22%, #ffffff);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

.home-tab-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--page-accent-strong) 76%, #7e4f14);
}

.home-tab-trigger strong {
  font-size: 1rem;
}

.home-tab-trigger small {
  font-size: 0.84rem;
  color: #576074;
  line-height: 1.45;
}

.home-tab-panel {
  border-radius: 24px;
  padding: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.97) 0%, color-mix(in srgb, var(--page-tint) 42%, #ffffff) 100%);
  box-shadow: 0 22px 38px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 1rem;
}

.home-tab-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.home-tab-panel-head h3 {
  margin: 0.1rem 0 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.home-tab-metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.home-tab-metric-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

.home-tab-panel-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.home-tab-visual {
  min-height: 220px;
  padding: 1rem;
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.home-tab-visual-dashboard .visual-base {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-tab-visual-dashboard .visual-base span {
  min-height: 54px;
}

.home-tab-visual-scorecard .visual-base span {
  height: 12px;
}

.home-tab-visual-review .visual-base {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-tab-visual-review .visual-base span {
  min-height: 60px;
}

.home-tab-points {
  display: grid;
  align-content: center;
}

.home-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-case-card {
  display: grid;
  gap: 0.75rem;
  min-height: 100%;
}

.home-case-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.home-case-head h3 {
  margin: 0.1rem 0 0;
  font-size: 1.1rem;
}

.mini-case-chart {
  min-width: 132px;
  display: flex;
  align-items: end;
  gap: 0.35rem;
  padding: 0.45rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, color-mix(in srgb, var(--page-tint) 28%, #ffffff) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mini-case-chart span {
  display: block;
  width: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fb923c 0%, color-mix(in srgb, var(--page-accent-strong) 50%, #ffffff) 100%);
}

.home-outcome-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-outcome-card {
  display: grid;
  gap: 0.7rem;
  min-height: 100%;
}

.outcome-sparkline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
  align-items: end;
}

.outcome-sparkline span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fb923c 0%, color-mix(in srgb, var(--page-accent-strong) 55%, #ffffff) 100%);
}

.outcome-sparkline span:nth-child(1) { width: 54%; }
.outcome-sparkline span:nth-child(2) { width: 74%; }
.outcome-sparkline span:nth-child(3) { width: 88%; }
.outcome-sparkline span:nth-child(4) { width: 100%; }

.home-work-shell {
  display: grid;
  gap: 1rem;
}

.home-work-rail {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-work-step {
  width: 100%;
  display: grid;
  gap: 0.3rem;
  text-align: left;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.home-work-step:hover,
.home-work-step.active {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--page-accent) 22%, #ffffff);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

.home-work-step span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--page-accent-strong) 76%, #7e4f14);
}

.home-work-step strong {
  font-size: 1rem;
}

.home-work-panel {
  border-radius: 24px;
  padding: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.97) 0%, color-mix(in srgb, var(--page-tint) 36%, #ffffff) 100%);
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 1rem;
}

.home-work-meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.home-work-meta h3 {
  margin: 0.1rem 0 0;
  font-size: clamp(1.35rem, 1.9vw, 1.9rem);
}

.home-work-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: end;
}

.home-work-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

.home-work-deliverables {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-work-deliverable {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.75rem;
  padding: 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.86);
}

.home-work-deliverable strong {
  width: 44px;
  min-height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #fff;
  background: linear-gradient(145deg, var(--page-accent-strong) 0%, color-mix(in srgb, var(--page-accent) 65%, #ffffff) 100%);
}

.home-work-deliverable span {
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 600;
}

.home-playbook-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.home-playbook-feature,
.home-playbook-card {
  display: grid;
  gap: 0.75rem;
}

.home-playbook-list {
  display: grid;
  gap: 1rem;
}

.home-final-cta {
  border-radius: 28px;
  padding: clamp(1.25rem, 3vw, 2.2rem);
  background:
    radial-gradient(circle at 88% 18%, rgba(251, 146, 60, 0.18) 0%, transparent 18%),
    linear-gradient(145deg, #0b1220 0%, #111b31 52%, #1f3458 100%);
  color: #eef2ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(11, 18, 32, 0.22);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
}

.home-final-cta .card-kicker,
.home-final-cta p,
.home-final-cta h2 {
  color: inherit;
}

.home-final-cta h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
  line-height: 1.08;
  max-width: 14ch;
  margin: 0.15rem 0 0.45rem;
}

.home-final-cta p {
  margin: 0;
  max-width: 64ch;
}

.home-final-cta-actions {
  display: grid;
  gap: 0.7rem;
}

.home-final-cta-actions .btn-secondary {
  color: #eef2ff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.home-final-cta-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.service-architecture-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.service-architecture-node {
  min-height: 148px;
  display: grid;
  gap: 0.55rem;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--page-tint) 48%, #ffffff) 100%);
}

.service-architecture-node h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.about-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid color-mix(in srgb, var(--page-accent) 18%, #ffffff);
  font-size: 0.8rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--page-accent-strong) 84%, #2b3548);
}

.proof-visual {
  background:
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--page-accent) 10%, transparent) 0%, transparent 18%),
    linear-gradient(145deg, #ffffff 0%, color-mix(in srgb, var(--page-tint) 52%, #ffffff) 100%);
}

.proof-visual-dashboard,
.proof-visual-scorecard,
.proof-visual-review {
  align-content: space-between;
}

.proof-visual-dashboard::after,
.proof-visual-scorecard::after,
.proof-visual-review::after {
  content: '';
  display: block;
  min-height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.proof-visual-dashboard::after {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: 28px 100%, 100% 16px, auto;
}

.proof-visual-scorecard::after {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0 0) 12px 12px / calc(100% - 24px) 9px no-repeat,
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0 0) 12px 28px / calc(100% - 24px) 9px no-repeat,
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0 0) 12px 44px / 58% 9px no-repeat,
    rgba(255, 255, 255, 0.9);
}

.proof-visual-review::after {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.08) 33.33%, transparent 0 66.66%, rgba(15, 23, 42, 0.08) 0) center / calc(100% - 24px) 36px no-repeat,
    rgba(255, 255, 255, 0.9);
}

.solution-asset-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--page-tint) 24%, #ffffff) 100%);
}

.solution-preview {
  padding: 10px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(230, 232, 239, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.solution-preview-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.resource-thumb {
  min-height: auto;
  padding: 10px;
  gap: 0;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(230, 232, 239, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.resource-thumb-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.industry-card {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--page-tint) 22%, #ffffff) 100%);
}

.industry-card-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.industry-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.industry-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.industry-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.industry-amber::after { opacity: 1; background: linear-gradient(90deg, #f59e0b 0%, #f97316 100%); }
.industry-blue::after { opacity: 1; background: linear-gradient(90deg, #2563eb 0%, #0ea5e9 100%); }
.industry-slate::after { opacity: 1; background: linear-gradient(90deg, #475569 0%, #1e293b 100%); }
.industry-violet::after { opacity: 1; background: linear-gradient(90deg, #7c3aed 0%, #a855f7 100%); }
.industry-green::after { opacity: 1; background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%); }

.contact-side-stack {
  display: grid;
  gap: 0.9rem;
}

.contact-form-shell {
  padding: 1rem;
}

.contact-form-shell .contact-form {
  border: 0;
  padding: 0;
  box-shadow: none;
}

.contact-next-card {
  display: grid;
  gap: 0.8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--page-tint) 36%, #ffffff) 100%);
}

.contact-next-card h3 {
  margin: 0;
}

.linkedin-founder-card {
  background:
    linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--page-tint) 18%, #ffffff) 100%);
}

.linkedin-founder-cover {
  height: 168px;
}

.linkedin-founder-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.12) 100%);
  pointer-events: none;
}

.linkedin-cover-emblem {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  backdrop-filter: blur(6px);
}

.linkedin-founder-body {
  padding: 1.25rem;
}

.linkedin-founder-profile {
  grid-template-columns: 124px minmax(0, 1fr);
  margin-top: -3.8rem;
}

.linkedin-avatar {
  width: 124px;
  height: 146px;
  border-radius: 28px;
  border-width: 5px;
  background: #fff;
}

.linkedin-avatar-image {
  object-fit: contain;
  object-position: center top;
  background: #fff;
}

.mobile-whatsapp {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 980px) {
  .header-row {
    flex-wrap: wrap;
    padding: 0.6rem 0;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-sidecar {
    max-width: 560px;
  }

  .metric-row,
  .service-layer-grid,
  .compact-card-grid,
  .service-architecture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .highlight-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .operating-map,
  .service-explorer-nav,
  .journal-grid,
  .article-insight-band,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-panel-grid,
  .journal-shell,
  .journal-hero-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .linkedin-grid {
    grid-template-columns: 1fr;
  }

  .about-edge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-linkedin-card {
    display: grid;
    justify-content: start;
  }

  .stack-preview-grid {
    grid-template-columns: 1fr;
  }

  .stack-preview-sheet {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .site-header .btn {
    display: none;
  }

  .section {
    padding: 2rem 0;
  }

  .section + .section {
    padding-top: 0.95rem;
  }

  .hero {
    padding: 1.7rem 0 0.8rem;
  }

  .hero-inner {
    padding: 1rem;
  }

  .hero h1,
  .hero-compact h1 {
    max-width: 100%;
  }

  .hero-subtitle {
    max-width: 100%;
  }

  .hero-signal-strip,
  .hero-flow {
    grid-template-columns: 1fr;
  }

  .hero-flow span:not(:last-child)::after {
    display: none;
  }

  .two-col,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .linkedin-founder-grid {
    grid-template-columns: 1fr;
  }

  .metric-row,
  .compact-card-grid,
  .service-layer-grid,
  .service-architecture-grid,
  .highlight-list,
  .operating-map,
  .service-explorer-nav,
  .journal-grid,
  .article-insight-band,
  .article-framework-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .about-section {
    padding: 1.8rem 0;
  }

  .about-overview-section {
    padding-top: 1.25rem;
  }

  .about-edge-grid {
    grid-template-columns: 1fr;
  }

  .about-method-grid {
    grid-template-columns: 1fr;
  }

  .about-overview-card,
  .about-edge-card {
    padding: 1.1rem;
  }

  .about-linkedin-card {
    padding: 1rem;
  }

  .service-explorer-panel,
  .journal-featured,
  .journal-sidebar,
  .article-sidecard {
    padding: 1rem;
  }

  .trust-timeline {
    grid-template-columns: 1fr;
  }

  .stack-preview-grid {
    grid-template-columns: 1fr;
  }

  .stack-preview-sheet {
    grid-column: auto;
  }

  .linkedin-founder-cover {
    height: 152px;
  }

  .linkedin-founder-body {
    padding-top: 1rem;
  }

  .linkedin-avatar {
    width: 96px;
    height: 112px;
  }

  .linkedin-founder-profile {
    grid-template-columns: 96px minmax(0, 1fr);
    margin-top: -2.6rem;
  }

  .mobile-whatsapp {
    position: fixed;
    bottom: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    font-weight: 700;
    color: #fff;
    background: #1f9b52;
    box-shadow: 0 14px 24px rgba(10, 68, 33, 0.34);
    z-index: 90;
  }
}

/* Home V2: dedicated rebuild */
.homev2-page {
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.08), transparent 34%),
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.045), transparent 24%),
    linear-gradient(180deg, #fbfbf8 0%, #ffffff 38%, #fbfbf8 100%);
}

.homev2-page .btn-primary {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  border-color: transparent;
  box-shadow: 0 18px 34px rgba(249, 115, 22, 0.22);
}

.homev2-page .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(249, 115, 22, 0.26);
}

.homev2-page .btn-secondary,
.homev2-page .homev2-final-link {
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #0b1220;
}

.homev2-shell {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.homev2-section {
  padding: 44px 0;
}

.homev2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.24);
  background: rgba(255, 247, 237, 0.9);
  color: #9a3412;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homev2-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.homev2-section-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.homev2-section-head p,
.homev2-section-head small {
  margin: 0;
  max-width: 700px;
  color: #475569;
}

.homev2-hero {
  padding: 24px 0 18px;
}

.homev2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 20px;
  align-items: start;
}

.homev2-hero-title-card,
.homev2-hero-support-card,
.homev2-hero-visual-card,
.homev2-os-visual-card,
.homev2-showcase-shell,
.homev2-final-cta,
.homev2-case-card,
.homev2-package-card,
.homev2-playbook-card,
.homev2-faq-answer,
.homev2-trust-grid,
.homev2-week-strip {
  border: 1px solid rgba(230, 232, 239, 0.9);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.06);
}

.homev2-hero-copy {
  display: grid;
  gap: 14px;
}

.homev2-hero-title-card,
.homev2-hero-support-card {
  padding: clamp(20px, 2.6vw, 30px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
}

.homev2-hero-title-card {
  display: grid;
  gap: 18px;
}

.homev2-hero-support-card {
  display: grid;
  gap: 16px;
}

.homev2-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 4.95rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  max-width: 8.6ch;
}

.homev2-hero-copy p {
  margin: 0;
  max-width: 46ch;
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  color: #334155;
}

.homev2-hero-actions,
.homev2-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.homev2-helper-line,
.homev2-helper-line a {
  font-size: 0.94rem;
  color: #475569;
}

.homev2-helper-line a {
  text-decoration: underline;
  text-decoration-color: rgba(249, 115, 22, 0.45);
  text-underline-offset: 4px;
}

.homev2-proof-row,
.homev2-trust-grid,
.homev2-measure-grid,
.homev2-final-prompts,
.homev2-case-assets,
.homev2-case-labels,
.homev2-playbook-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.homev2-proof-chip,
.homev2-trust-chip,
.homev2-measure-grid span,
.homev2-final-prompts span,
.homev2-case-assets span,
.homev2-case-labels span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(230, 232, 239, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
  color: #334155;
}

.homev2-hero-visual-card {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
}

.homev2-hero-visual-card::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  background-image:
    linear-gradient(rgba(11, 18, 32, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 18, 32, 0.02) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.homev2-hero-visual-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #ffffff;
}

.homev2-hero-image,
.homev2-os-image,
.homev2-os-panel-image,
.homev2-showcase-image,
.homev2-asset-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.homev2-hero-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.homev2-hero-proof-grid span {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.94);
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.homev2-trust-row {
  padding-top: 0;
}

.homev2-trust-grid {
  margin-top: 14px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.8);
}

.homev2-os {
  padding-top: 18px;
}

.homev2-os-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.homev2-os-side {
  display: grid;
  gap: 16px;
}

.homev2-os-visual-card {
  padding: 16px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
}

.homev2-os-caption {
  margin: 14px 0 0;
  font-size: 0.96rem;
  color: #475569;
}

.homev2-os-stack {
  display: grid;
  gap: 14px;
}

.homev2-os-item {
  border-radius: 24px;
  border: 1px solid rgba(230, 232, 239, 0.9);
  background: rgba(255, 255, 255, 0.92);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.homev2-os-item.active {
  border-color: rgba(249, 115, 22, 0.32);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
}

.homev2-os-trigger {
  width: 100%;
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.homev2-os-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0b1220;
}

.homev2-os-summary {
  color: #475569;
  line-height: 1.45;
}

.homev2-os-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
  gap: 14px;
  padding: 0 18px 18px;
}

.homev2-os-panel-copy {
  display: grid;
  gap: 16px;
}

.homev2-os-panel-copy p,
.homev2-os-weekly span,
.homev2-showcase-weekly p,
.homev2-package-head p,
.homev2-case-body p,
.homev2-faq-answer p,
.homev2-playbook-card p,
.homev2-final-copy p,
.homev2-contact-card li {
  margin: 0;
  color: #475569;
}

.homev2-os-panel-block,
.homev2-showcase-block,
.homev2-package-block {
  display: grid;
  gap: 8px;
}

.homev2-os-panel-block strong,
.homev2-showcase-block strong,
.homev2-package-block span,
.homev2-os-weekly strong,
.homev2-showcase-weekly strong {
  color: #0b1220;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.homev2-os-panel-block ul,
.homev2-showcase-block ul,
.homev2-package-block ul,
.homev2-package-detail-group ul,
.homev2-contact-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.homev2-os-panel-block li,
.homev2-showcase-block li,
.homev2-package-block li,
.homev2-package-detail-group li,
.homev2-contact-card li,
.homev2-asset-block li {
  position: relative;
  padding-left: 18px;
  color: #334155;
}

.homev2-os-panel-block li::before,
.homev2-showcase-block li::before,
.homev2-package-block li::before,
.homev2-package-detail-group li::before,
.homev2-contact-card li::before,
.homev2-asset-block li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316 0%, #14b8a6 100%);
}

.homev2-os-weekly,
.homev2-showcase-weekly,
.homev2-asset-weekly {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.88);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.homev2-os-panel-visual,
.homev2-showcase-visual {
  align-self: stretch;
  padding: 10px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(230, 232, 239, 0.92);
}

.homev2-week-strip {
  display: grid;
  gap: 14px;
  margin-top: 0;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
}

.homev2-week-strip-head {
  display: grid;
  gap: 8px;
}

.homev2-week-strip-head h3,
.homev2-difference-strip h3,
.homev2-faq-cta h3,
.homev2-contact-card strong {
  margin: 0;
}

.homev2-week-strip-head p,
.homev2-difference-strip p,
.homev2-faq-cta p {
  margin: 0;
  color: #475569;
}

.homev2-week-strip-grid,
.homev2-difference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.homev2-week-chip,
.homev2-difference-grid span {
  padding: 12px 13px;
  border-radius: 18px;
  background: rgba(255, 247, 237, 0.76);
  border: 1px solid rgba(253, 186, 116, 0.24);
  color: #334155;
  font-size: 0.86rem;
  line-height: 1.35;
}

.homev2-assets {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.68) 100%);
}

.homev2-asset-grid,
.homev2-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.homev2-asset-card,
.homev2-playbook-card {
  display: grid;
  gap: 16px;
  padding: 16px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(230, 232, 239, 0.92);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.homev2-asset-card:hover,
.homev2-playbook-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.08);
  border-color: rgba(249, 115, 22, 0.24);
}

.homev2-asset-image-wrap {
  overflow: hidden;
  border-radius: 22px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(230, 232, 239, 0.92);
}

.homev2-asset-body {
  display: grid;
  gap: 14px;
}

.homev2-asset-body strong,
.homev2-playbook-card strong,
.homev2-case-meta strong {
  color: #0b1220;
  font-size: 1.2rem;
  line-height: 1.2;
}

.homev2-asset-body p,
.homev2-playbook-card p {
  margin: 0;
  color: #475569;
}

.homev2-asset-block {
  display: grid;
  gap: 8px;
}

.homev2-asset-block span,
.homev2-asset-weekly span,
.homev2-playbook-meta,
.homev2-case-meta span {
  color: #9a3412;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.homev2-showcase-shell {
  display: grid;
  gap: 22px;
  padding: 24px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
}

.homev2-showcase-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.homev2-showcase-tab {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(230, 232, 239, 0.92);
  background: rgba(248, 250, 252, 0.88);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.homev2-showcase-tab.active {
  background: rgba(255, 247, 237, 0.9);
  border-color: rgba(249, 115, 22, 0.28);
  box-shadow: 0 18px 28px rgba(15, 23, 42, 0.06);
  transform: translateY(-2px);
}

.homev2-showcase-tab strong {
  font-size: 1.05rem;
  color: #0b1220;
}

.homev2-showcase-tab small {
  color: #475569;
  line-height: 1.35;
}

.homev2-showcase-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.homev2-showcase-copy {
  display: grid;
  gap: 16px;
}

.homev2-difference-strip {
  display: grid;
  gap: 14px;
  padding: 18px 4px 2px;
}

.homev2-proof {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 248, 239, 0.9) 100%);
}

.homev2-package-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  position: relative;
  overflow: hidden;
}

.homev2-package-band {
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
}

.homev2-package-card.setup .homev2-package-band {
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.36), rgba(191, 219, 254, 0.9));
}

.homev2-package-card.stabilize .homev2-package-band {
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.38), rgba(153, 246, 228, 0.9));
}

.homev2-package-card.pmo .homev2-package-band {
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.38), rgba(254, 243, 199, 0.94));
}

.homev2-package-head {
  display: grid;
  gap: 8px;
  padding-top: 12px;
}

.homev2-package-head h3,
.homev2-case-body p strong,
.homev2-faq-answer strong,
.homev2-final-copy h2,
.homev2-contact-card strong {
  color: #0b1220;
}

.homev2-package-head h3,
.homev2-final-copy h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.4rem);
  line-height: 1;
}

.homev2-package-timeline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.homev2-package-timeline span {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.88);
  border: 1px solid rgba(226, 232, 240, 0.9);
  font-size: 0.92rem;
  color: #334155;
}

.homev2-package-details {
  border: 1px solid rgba(230, 232, 239, 0.9);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.82);
  padding: 14px 16px;
}

.homev2-package-details summary {
  cursor: pointer;
  font-weight: 800;
  color: #0b1220;
}

.homev2-package-detail-group {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.homev2-package-cta {
  justify-self: start;
}

.homev2-case-grid {
  display: grid;
  gap: 18px;
}

.homev2-case-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
}

.homev2-case-visual {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 12px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(230, 232, 239, 0.92);
}

.homev2-case-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.homev2-case-body {
  display: grid;
  gap: 12px;
  align-content: start;
}

.homev2-case-meta {
  display: grid;
  gap: 4px;
}

.homev2-measure-strip {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(230, 232, 239, 0.9);
}

.homev2-playbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.homev2-playbook-meta {
  font-size: 0.76rem;
}

.homev2-faq {
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.78) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.homev2-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 20px;
}

.homev2-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.homev2-faq-column {
  display: grid;
  gap: 12px;
}

.homev2-faq-item {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(230, 232, 239, 0.9);
  background: rgba(255, 255, 255, 0.92);
  text-align: left;
  color: #334155;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.homev2-faq-item.active {
  transform: translateY(-2px);
  border-color: rgba(249, 115, 22, 0.28);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.05);
  color: #0b1220;
}

.homev2-faq-answer {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
}

.homev2-faq-answer strong {
  font-size: 1.3rem;
  line-height: 1.2;
}

.homev2-faq-cta {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(230, 232, 239, 0.9);
}

.homev2-final-cta {
  margin: 20px auto 60px;
  padding: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 26%),
    linear-gradient(135deg, #0b1220 0%, #111827 58%, #102238 100%);
  color: #ffffff;
}

.homev2-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 26px;
  padding: clamp(26px, 3vw, 42px);
}

.homev2-final-copy {
  display: grid;
  gap: 18px;
}

.homev2-final-cta .homev2-kicker {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffedd5;
}

.homev2-final-cta .homev2-final-copy h2,
.homev2-final-cta .homev2-contact-card strong {
  color: #ffffff;
}

.homev2-final-cta p,
.homev2-final-note,
.homev2-contact-card li,
.homev2-contact-lines span {
  color: rgba(255, 255, 255, 0.82);
}

.homev2-final-prompts span {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.homev2-final-secondary {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.homev2-final-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
}

.homev2-final-note {
  font-size: 0.94rem;
}

.homev2-contact-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.homev2-contact-card ul {
  margin: 0;
}

.homev2-contact-lines {
  display: grid;
  gap: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1100px) {
  .homev2-hero-grid,
  .homev2-os-grid,
  .homev2-showcase-panel,
  .homev2-faq-grid,
  .homev2-final-grid {
    grid-template-columns: 1fr;
  }

  .homev2-os-visual-card {
    position: static;
  }

  .homev2-asset-grid,
  .homev2-package-grid,
  .homev2-playbook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homev2-week-strip-grid,
  .homev2-difference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homev2-showcase-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .homev2-shell {
    width: min(100vw - 24px, 1180px);
  }

  .homev2-section {
    padding: 34px 0;
  }

  .homev2-hero {
    padding-top: 20px;
  }

  .homev2-hero-copy,
  .homev2-hero-title-card,
  .homev2-hero-support-card,
  .homev2-hero-visual-card,
  .homev2-os-visual-card,
  .homev2-showcase-shell,
  .homev2-final-grid,
  .homev2-case-card,
  .homev2-package-card,
  .homev2-faq-answer,
  .homev2-trust-grid,
  .homev2-week-strip {
    padding: 18px;
  }

  .homev2-asset-grid,
  .homev2-package-grid,
  .homev2-playbook-grid,
  .homev2-showcase-tabs,
  .homev2-week-strip-grid,
  .homev2-difference-grid,
  .homev2-faq-list {
    grid-template-columns: 1fr;
  }

  .homev2-hero-proof-grid {
    grid-template-columns: 1fr;
  }

  .homev2-case-card,
  .homev2-os-panel {
    grid-template-columns: 1fr;
  }

  .homev2-hero-copy h1,
  .homev2-section-head h2,
  .homev2-final-copy h2 {
    max-width: none;
  }

  .homev2-hero-actions,
  .homev2-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .homev2-final-link,
  .homev2-page .btn-primary,
  .homev2-page .btn-secondary {
    width: 100%;
  }
}

.homev3-page {
  color: #0b1220;
}

.homev3-page .btn {
  border-radius: 999px;
  font-weight: 800;
}

.homev3-page .btn-primary {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  border-color: #ea580c;
  color: #fff;
}

.homev3-page .btn-secondary {
  background: #fff;
  border-color: rgba(148, 163, 184, 0.45);
  color: #0b1220;
}

.homev3-section {
  padding: clamp(3.2rem, 6vw, 5.4rem) 0;
}

.homev3-section:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.34);
}

.homev3-hero {
  padding: clamp(2.2rem, 4vw, 3rem) 0 clamp(2.6rem, 5vw, 4rem);
}

.homev3-hero-shell,
.homev3-ai-shell,
.homev3-two-col,
.homev3-method-layout {
  display: grid;
  gap: 24px;
}

.homev3-hero-shell {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: stretch;
}

.homev3-kicker,
.homev3-section-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.24);
  background: rgba(255, 247, 237, 0.92);
  color: #9a3412;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homev3-section-label-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fed7aa;
}

.homev3-hero-copy,
.homev3-card,
.homev3-hero-card,
.homev3-final-shell {
  border-radius: 32px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.06);
}

.homev3-hero-copy {
  display: grid;
  gap: 18px;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  background: rgba(255, 255, 255, 0.96);
}

.homev3-hero-copy h1 {
  margin: 0;
  max-width: 8.5ch;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.homev3-subhead,
.homev3-hero-copy p,
.homev3-card p,
.homev3-final-copy p {
  margin: 0;
  color: #334155;
}

.homev3-subhead {
  max-width: 48ch;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.62;
}

.homev3-credibility {
  font-size: 0.98rem;
}

.homev3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.homev3-helper {
  font-size: 0.96rem;
}

.homev3-helper a,
.homev3-contact-lines a {
  color: #0b1220;
  text-decoration: underline;
  text-decoration-color: rgba(249, 115, 22, 0.42);
  text-underline-offset: 4px;
}

.homev3-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.homev3-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.94);
  color: #334155;
  font-size: 0.9rem;
  font-weight: 700;
}

.homev3-hero-visual {
  display: grid;
}

.homev3-hero-card {
  padding: 16px;
  background:
    radial-gradient(circle at 18% 10%, rgba(249, 115, 22, 0.09) 0%, transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(20, 184, 166, 0.08) 0%, transparent 28%),
    #ffffff;
}

.homev3-hero-image,
.homev3-diagram,
.homev3-asset-image {
  width: 100%;
  height: auto;
  display: block;
}

.homev3-section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.homev3-section-head h2,
.homev3-card h2,
.homev3-final-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.homev3-card h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.2;
}

.homev3-two-col {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.homev3-card {
  display: grid;
  gap: 16px;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  background: rgba(255, 255, 255, 0.95);
}

.homev3-card-ink {
  background:
    linear-gradient(145deg, #0b1220 0%, #111827 100%);
  border-color: rgba(15, 23, 42, 0.6);
}

.homev3-card-ink h2,
.homev3-card-ink p,
.homev3-card-ink .homev3-section-label {
  color: #fff;
}

.homev3-card-ink .homev3-section-label {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.homev3-card-ink p {
  color: #dbe4ef;
}

.homev3-bullet-list,
.homev3-inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.homev3-bullet-list li,
.homev3-inline-list li {
  position: relative;
  padding-left: 18px;
  color: #334155;
}

.homev3-bullet-list li::before,
.homev3-inline-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316 0%, #14b8a6 100%);
}

.homev3-strong-line,
.homev3-note,
.homev3-sector-note,
.homev3-final-line {
  font-weight: 700;
  color: #0b1220;
}

.homev3-method-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: stretch;
}

.homev3-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.homev3-pillar-card {
  min-height: 180px;
  align-content: start;
}

.homev3-visual-card {
  padding: 16px;
  align-content: center;
}

.homev3-ai-shell {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: stretch;
}

.homev3-ai-copy {
  gap: 18px;
}

.homev3-ai-list li {
  line-height: 1.55;
}

.homev3-asset-grid,
.homev3-sector-grid,
.homev3-package-grid {
  display: grid;
  gap: 20px;
}

.homev3-asset-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.homev3-asset-card {
  gap: 18px;
}

.homev3-asset-image-wrap {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #fff;
  padding: 12px;
}

.homev3-asset-image {
  border-radius: 18px;
}

.homev3-asset-body {
  display: grid;
  gap: 14px;
}

.homev3-asset-block span {
  color: #9a3412;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.homev3-asset-weekly {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.86);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.homev3-sector-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homev3-sector-card {
  min-height: 220px;
  align-content: start;
}

.homev3-package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homev3-package-card {
  min-height: 220px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 237, 0.72) 100%);
}

.homev3-faq-list {
  display: grid;
  gap: 16px;
}

.homev3-faq-item {
  padding: 0;
  overflow: hidden;
}

.homev3-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.2rem 1.35rem;
  font-weight: 800;
  color: #0b1220;
}

.homev3-faq-item summary::-webkit-details-marker {
  display: none;
}

.homev3-faq-item p {
  padding: 0 1.35rem 1.2rem;
}

.homev3-final {
  background:
    linear-gradient(145deg, #0b1220 0%, #111827 100%);
}

.homev3-final-shell {
  padding: clamp(1.5rem, 3vw, 2.6rem);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.homev3-final-copy {
  display: grid;
  gap: 18px;
}

.homev3-final-copy h2,
.homev3-final-copy p,
.homev3-final-line,
.homev3-contact-lines {
  color: #fff;
}

.homev3-btn-dark {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.homev3-contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .homev3-hero-shell,
  .homev3-two-col,
  .homev3-method-layout,
  .homev3-ai-shell {
    grid-template-columns: 1fr;
  }

  .homev3-method-grid,
  .homev3-asset-grid,
  .homev3-sector-grid,
  .homev3-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .homev3-section {
    padding: 2.8rem 0;
  }

  .homev3-hero-shell,
  .homev3-two-col,
  .homev3-method-layout,
  .homev3-method-grid,
  .homev3-ai-shell,
  .homev3-asset-grid,
  .homev3-sector-grid,
  .homev3-package-grid {
    grid-template-columns: 1fr;
  }

  .homev3-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }

  .homev3-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .homev3-page .btn {
    width: 100%;
    justify-content: center;
  }

  .homev3-contact-lines {
    flex-direction: column;
    gap: 8px;
  }
}

.servicesv3-page {
  --services-ink: #0b1220;
  --services-slate: #334155;
  --services-navy: #13233f;
  --services-tint: #eff4ff;
  --services-border: rgba(203, 213, 225, 0.92);
  --services-accent: #f97316;
}

.servicesv3-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  font-weight: 800;
  font-size: 0.98rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.servicesv3-page .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(11, 18, 32, 0.08);
}

.servicesv3-page .btn-primary {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  border-color: rgba(234, 88, 12, 0.28);
  color: #fff;
}

.servicesv3-page .btn-secondary {
  background: rgba(255, 255, 255, 0.88);
  color: var(--services-ink);
}

.servicesv3-section {
  padding: clamp(3rem, 5vw, 4.4rem) 0;
}

.servicesv3-hero {
  padding: clamp(2.2rem, 4vw, 3rem) 0 clamp(1.4rem, 3vw, 2rem);
}

.servicesv3-hero-shell,
.servicesv3-grid-two,
.servicesv3-ai-shell,
.servicesv3-accordion-body {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
}

.servicesv3-hero-shell {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: stretch;
}

.servicesv3-kicker,
.servicesv3-section-label {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.28);
  color: #9a3412;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.servicesv3-section-label-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.servicesv3-hero-copy,
.servicesv3-card {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.servicesv3-card {
  padding: clamp(1.2rem, 2vw, 1.6rem);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--services-border);
  box-shadow: 0 22px 45px rgba(11, 18, 32, 0.06);
}

.servicesv3-card-ink {
  background: linear-gradient(145deg, #0b1220 0%, #13233f 100%);
  border-color: rgba(19, 35, 63, 0.4);
}

.servicesv3-card-ink h2,
.servicesv3-card-ink p,
.servicesv3-card-ink .servicesv3-section-label {
  color: #fff;
}

.servicesv3-card-ink .servicesv3-section-label {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.servicesv3-hero-copy h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.97;
  max-width: 10ch;
  color: var(--services-ink);
}

.servicesv3-subhead,
.servicesv3-card p {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--services-slate);
  line-height: 1.6;
}

.servicesv3-credibility {
  font-weight: 700;
}

.servicesv3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.servicesv3-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.servicesv3-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.5rem 0.86rem;
  border-radius: 999px;
  border: 1px solid var(--services-border);
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 700;
  color: #475569;
}

.servicesv3-hero-visual {
  display: block;
}

.servicesv3-visual-panel {
  min-height: 100%;
  align-content: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(20, 184, 166, 0.1) 0%, transparent 20%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 244, 255, 0.84) 100%);
}

.servicesv3-hero-image,
.servicesv3-preview-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.servicesv3-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.servicesv3-section-head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.servicesv3-section-head h2,
.servicesv3-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  color: var(--services-ink);
}

.servicesv3-card h3 {
  font-size: clamp(1.2rem, 1.7vw, 1.6rem);
  line-height: 1.2;
  color: var(--services-ink);
}

.servicesv3-bullets,
.servicesv3-inline-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.servicesv3-bullets li,
.servicesv3-inline-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--services-slate);
}

.servicesv3-bullets li::before,
.servicesv3-inline-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--services-accent);
}

.servicesv3-strong-line {
  font-weight: 800;
  color: var(--services-ink);
}

.servicesv3-accordion {
  display: grid;
  gap: 1rem;
}

.servicesv3-accordion-item {
  border-radius: 26px;
  border: 1px solid var(--services-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(11, 18, 32, 0.05);
  overflow: hidden;
}

.servicesv3-accordion-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 1.35rem;
}

.servicesv3-accordion-item summary::-webkit-details-marker {
  display: none;
}

.servicesv3-summary-text {
  display: grid;
  gap: 0.18rem;
}

.servicesv3-summary-text strong {
  font-size: 1.1rem;
  color: var(--services-ink);
}

.servicesv3-summary-text span:last-child {
  color: #475569;
}

.servicesv3-layer-index {
  color: #9a3412;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.servicesv3-summary-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(11, 18, 32, 0.12);
  font-size: 1.35rem;
  font-weight: 400;
  color: #334155;
  flex-shrink: 0;
}

.servicesv3-accordion-item[open] .servicesv3-summary-marker {
  transform: rotate(45deg);
}

.servicesv3-accordion-body {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  padding: 0 1.35rem 1.35rem;
}

.servicesv3-accordion-copy {
  display: grid;
  gap: 1rem;
}

.servicesv3-detail-group {
  display: grid;
  gap: 0.45rem;
}

.servicesv3-detail-group > span,
.servicesv3-step-kicker {
  color: #9a3412;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.servicesv3-preview-column {
  display: grid;
  gap: 0.9rem;
}

.servicesv3-preview-card {
  padding: 0.8rem;
  border-radius: 22px;
  border: 1px solid var(--services-border);
  background: #fff;
}

.servicesv3-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.servicesv3-package-card {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 237, 0.7) 100%);
}

.servicesv3-implementation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.servicesv3-step-card {
  min-height: 190px;
}

.servicesv3-faq-list {
  display: grid;
  gap: 1rem;
}

.servicesv3-faq-body {
  grid-template-columns: 1fr;
  padding: 0 1.35rem 1.2rem;
}

.servicesv3-final {
  background: linear-gradient(145deg, #0b1220 0%, #13233f 100%);
}

.servicesv3-final-card {
  gap: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.servicesv3-final-card h2,
.servicesv3-final-card p,
.servicesv3-contact,
.servicesv3-contact a {
  color: #fff;
}

.servicesv3-btn-dark {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.servicesv3-contact {
  font-weight: 700;
}

@media (max-width: 1100px) {
  .servicesv3-hero-shell,
  .servicesv3-grid-two,
  .servicesv3-ai-shell,
  .servicesv3-accordion-body {
    grid-template-columns: 1fr;
  }

  .servicesv3-package-grid,
  .servicesv3-implementation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .servicesv3-section {
    padding: 2.6rem 0;
  }

  .servicesv3-hero-copy h1,
  .servicesv3-section-head h2,
  .servicesv3-card h2 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .servicesv3-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .servicesv3-page .btn {
    width: 100%;
  }

  .servicesv3-chip-grid,
  .servicesv3-package-grid,
  .servicesv3-implementation-grid {
    grid-template-columns: 1fr;
  }

  .servicesv3-package-grid,
  .servicesv3-implementation-grid {
    display: grid;
  }

  .servicesv3-accordion-item summary,
  .servicesv3-faq-body {
    padding-inline: 1rem;
  }

  .servicesv3-accordion-body {
    padding: 0 1rem 1rem;
  }
}

.homev4-page {
  background: var(--bg);
}

.homev4-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 208px;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.homev4-page .btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.homev4-page .btn-primary {
  background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-hover) 100%) !important;
  border-color: rgba(216, 77, 70, 0.24);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(216, 77, 70, 0.22);
}

.homev4-page .btn-secondary {
  background: #fff;
  color: var(--ink) !important;
  border-color: rgba(11, 18, 32, 0.14);
}

.homev4-section {
  padding: clamp(3rem, 5vw, 4.4rem) 0;
  background: var(--bg);
}

.homev4-section-tint {
  background: var(--bg-tint);
}

.homev4-section-red {
  background: var(--bg-red);
}

.homev4-hero {
  background: var(--bg);
  padding: clamp(2rem, 3.4vw, 2.75rem) 0 1rem;
}

.homev4-hero-shell,
.homev4-grid-two {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
}

.homev4-hero-copy,
.homev4-card {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.homev4-kicker,
.homev4-label {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  background: rgba(216, 77, 70, 0.1);
  border: 1px solid rgba(216, 77, 70, 0.22);
  color: var(--accent-primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.homev4-label-dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.homev4-hero-copy h1 {
  font-size: clamp(2.25rem, 4.15vw, 4.35rem);
  line-height: 0.98;
  max-width: 9.25ch;
  color: var(--ink);
  text-wrap: balance;
}

.homev4-subhead,
.homev4-card p {
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
  color: #334155;
}

.homev4-credibility {
  font-weight: 700;
  color: #1f2937;
}

.homev4-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.homev4-section-actions {
  margin: -0.1rem 0 1.2rem;
}

.homev4-helper {
  color: #475569;
  font-size: 0.94rem;
  font-weight: 600;
}

.homev4-helper span {
  color: rgba(100, 116, 139, 0.45);
}

.homev4-helper a {
  color: var(--accent-primary);
}

.homev4-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.homev4-hero-chip-grid {
  margin-top: 0.9rem;
}

.homev4-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.5rem 0.86rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  font-size: 0.88rem;
  font-weight: 700;
  color: #334155;
}

.homev4-card {
  padding: clamp(1.2rem, 2vw, 1.6rem);
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.homev4-card-ink {
  background: linear-gradient(145deg, var(--ink) 0%, #13233f 100%);
  border-color: rgba(19, 35, 63, 0.3);
}

.homev4-card-ink h2,
.homev4-card-ink p,
.homev4-card-ink .homev4-label {
  color: #fff;
}

.homev4-card-ink .homev4-label {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.homev4-image-card {
  align-content: start;
  padding: clamp(1rem, 1.8vw, 1.3rem);
}

.homev4-hero-visual {
  align-self: start;
}

.homev4-image,
.homev4-thumb {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.homev4-hero .homev4-image {
  max-height: 560px;
  object-fit: cover;
}

.homev4-section-head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.homev4-hero + .homev4-section {
  padding-top: 1.25rem;
}

.homev4-section-head h2,
.homev4-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  color: var(--ink);
}

.homev4-card h3 {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.2;
  color: var(--ink);
}

.homev4-list,
.homev4-inline-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.homev4-list li,
.homev4-inline-list li {
  position: relative;
  padding-left: 1.15rem;
  color: #334155;
}

.homev4-list li::before,
.homev4-inline-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-primary);
}

.homev4-strong,
.homev4-section-note,
.homev4-final-line {
  font-weight: 800;
  color: var(--ink);
}

.homev4-method-shell {
  align-items: stretch;
}

.homev4-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.homev4-pillar-card {
  min-height: 190px;
}

.homev4-ai-shell {
  align-items: stretch;
}

.homev4-ai-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.homev4-ai-stat-card {
  padding: 0.9rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #f8fafc;
  display: grid;
  gap: 0.18rem;
}

.homev4-ai-stat-card strong {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--ink);
}

.homev4-ai-stat-card span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}

.homev4-ai-capture {
  display: grid;
  gap: 0.6rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.homev4-ai-capture-label {
  color: var(--accent-primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.homev4-ai-inline-list {
  gap: 0.7rem;
}

.homev4-asset-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.homev4-asset-card {
  gap: 0.9rem;
}

.homev4-thumb-wrap {
  padding: 0.75rem;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #f8fafc;
}

.homev4-asset-block {
  display: grid;
  gap: 0.4rem;
}

.homev4-asset-block > span {
  color: var(--accent-primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.homev4-asset-weekly {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #f8fafc;
}

.homev4-three-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.homev4-proof-shell {
  gap: 1.4rem;
}

.homev4-proof-head {
  margin-bottom: 0;
}

.homev4-proof-grid {
  align-items: stretch;
}

.homev4-proof-card {
  gap: 0.95rem;
}

.homev4-proof-brand {
  display: grid;
  gap: 0.8rem;
}

.homev4-proof-logo-wrap,
.homev4-proof-wordmark-wrap {
  min-height: 92px;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(239, 190, 29, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 243, 187, 0.86) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.homev4-proof-logo {
  width: 100%;
  max-width: 220px;
  height: 58px;
  object-fit: contain;
}

.homev4-proof-wordmark {
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
}

.homev4-proof-sector {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 47, 40, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.homev4-proof-work {
  color: var(--ink);
  font-weight: 700;
}

.homev4-proof-list {
  gap: 0.68rem;
}

.homev4-proof-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent-primary);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.homev4-proof-link::after {
  content: '↗';
  font-size: 0.92rem;
}

.homev4-package-card {
  background: linear-gradient(160deg, #ffffff 0%, rgba(248, 250, 252, 1) 55%, rgba(250, 234, 233, 0.7) 100%);
}

.homev4-faq-list {
  display: grid;
  gap: 1rem;
}

.homev4-faq-item {
  padding: 0;
  overflow: hidden;
}

.homev4-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.25rem;
  font-weight: 800;
  color: var(--ink);
}

.homev4-faq-item summary::-webkit-details-marker {
  display: none;
}

.homev4-faq-item p {
  padding: 0 1.25rem 1.15rem;
}

.homev4-final {
  background: var(--dark-band);
}

.homev4-final-card {
  gap: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.homev4-final-card h2,
.homev4-final-card p,
.homev4-contact,
.homev4-contact a,
.homev4-final-line {
  color: #fff;
}

.homev4-btn-dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.homev4-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-weight: 700;
}

.homev4-contact span {
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1100px) {
  .homev4-hero-shell,
  .homev4-grid-two {
    grid-template-columns: 1fr;
  }

  .homev4-hero-chip-grid {
    margin-top: 1rem;
  }

  .homev4-method-grid,
  .homev4-asset-grid,
  .homev4-three-grid,
  .homev4-ai-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .homev4-section {
    padding: 2.5rem 0;
  }

  .homev4-hero-copy h1,
  .homev4-section-head h2,
  .homev4-card h2 {
    max-width: none;
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .homev4-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .homev4-page .btn {
    width: 100%;
    min-width: 0;
  }

  .homev4-method-grid,
  .homev4-asset-grid,
  .homev4-three-grid,
  .homev4-ai-stat-grid {
    grid-template-columns: 1fr;
  }

  .homev4-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Site-wide interface polish */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.62;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
p,
li,
label,
input,
textarea,
select,
button {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.brand-name,
.footer-title,
.metric strong,
.hero-signal-value,
.servicesv3-summary-text strong,
.servicesv3-step-kicker,
.homev4-kicker,
.homev4-label,
.servicesv3-kicker,
.servicesv3-section-label {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  min-height: calc(100vh - 240px);
  overflow-x: clip;
}

.container {
  width: min(var(--container), calc(100% - clamp(1.2rem, 3vw, 2.4rem)));
  margin-inline: auto;
}

.section {
  padding: clamp(2rem, 3.8vw, 2.8rem) 0;
}

.section + .section {
  padding-top: clamp(0.8rem, 1.8vw, 1.2rem);
}

.section-heading {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.95rem;
}

.section-heading h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  line-height: 1.08;
  color: var(--ink);
}

.section-heading p {
  color: var(--muted);
  max-width: 66ch;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
}

.eyebrow {
  padding: 0.34rem 0.78rem;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  background: rgba(216, 77, 70, 0.1);
  border-color: rgba(216, 77, 70, 0.22);
}

.hero {
  padding: clamp(1.5rem, 3vw, 2.25rem) 0 0.85rem;
}

.hero-inner {
  border-radius: 26px;
  padding: clamp(1.2rem, 2.6vw, 2.1rem);
  border: 1px solid var(--surface-border);
  background:
    radial-gradient(circle at 88% 14%, rgba(216, 77, 70, 0.08) 0%, transparent 20%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 252, 0.96) 62%, rgba(247, 239, 236, 0.94) 100%);
  box-shadow: var(--shadow-lift);
}

.hero-grid {
  gap: clamp(0.95rem, 2vw, 1.5rem);
}

.hero-copy {
  gap: 0.75rem;
}

.hero h1 {
  font-size: clamp(1.95rem, 4vw, 3.55rem);
  max-width: 10ch;
  line-height: 0.98;
  color: var(--ink);
}

.hero-subtitle {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: #364152;
  max-width: 39ch;
}

.hero-panel {
  min-height: 260px;
  padding: 0.95rem;
  border-radius: 22px;
  border: 1px solid var(--surface-border);
  background:
    radial-gradient(circle at 84% 14%, rgba(216, 77, 70, 0.08) 0%, transparent 20%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 246, 251, 0.94) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-panel::before {
  opacity: 0.22;
}

.hero-signal-card,
.hero-mini-chart,
.hero-flow span {
  border-color: rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

.hero-signal-card {
  min-height: 90px;
  padding: 0.75rem;
}

.hero-flow span {
  min-height: 40px;
  color: #334155;
}

.btn {
  min-height: 48px;
  padding: 0.78rem 1.15rem;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-color: rgba(15, 23, 42, 0.14);
}

.btn-primary {
  background: linear-gradient(135deg, #cd3a35 0%, #e06a46 100%);
  box-shadow: 0 12px 22px rgba(216, 77, 70, 0.24);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(216, 77, 70, 0.3);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  border-color: rgba(15, 23, 42, 0.14);
}

.btn-secondary:hover {
  background: #fff;
  border-color: rgba(216, 77, 70, 0.24);
}

.homev4-btn-dark,
.servicesv3-btn-dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.homev4-btn-dark:hover,
.servicesv3-btn-dark:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.site-header {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(246, 247, 244, 0.88);
  box-shadow: 0 8px 20px rgba(9, 18, 34, 0.04);
}

.header-row {
  min-height: 72px;
  gap: 0.8rem;
}

.brand {
  gap: 0.6rem;
}

.brand img {
  border-radius: 14px;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

.brand-tag {
  margin-top: 0.12rem;
  font-size: 0.72rem;
  color: #5b6678;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  gap: 0.55rem;
}

.nav-links a {
  padding: 0.38rem 0.55rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  color: #243145;
}

.nav-links a:hover {
  background: rgba(216, 77, 70, 0.08);
  color: var(--accent-primary);
}

.header-utility {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(15, 23, 42, 0.12);
}

.card,
.blog-card,
.article,
.faq-item,
.contact-form,
.service-explorer-panel {
  border-radius: 20px;
  border: 1px solid var(--surface-border);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.card {
  padding: 1.05rem 1.1rem;
}

.card h3,
.blog-card h3 {
  line-height: 1.18;
  color: var(--ink);
}

.card p,
.blog-card p,
.article p,
.faq-item p {
  color: #3e4a5f;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 77, 70, 0.2);
  box-shadow: var(--shadow-lift);
}

.info-list {
  gap: 0.48rem;
  color: #3e4a5f;
}

.info-list li {
  padding-left: 1.05rem;
}

.filter-chip,
.highlight-list li {
  border: 1px solid var(--surface-border);
  background: rgba(255, 255, 255, 0.88);
  color: #243145;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.two-col {
  gap: 1rem;
  align-items: start;
}

.site-footer {
  margin-top: 2rem;
  padding: 1.9rem 0;
  background: linear-gradient(160deg, #0b1220 0%, #152238 100%);
}

.footer-grid {
  gap: 1.1rem;
}

.footer-title {
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.footer-text,
.footer-link {
  color: rgba(232, 238, 248, 0.82);
  line-height: 1.55;
}

.footer-link:hover {
  color: #fff;
}

.page-wrap {
  padding-top: 0.35rem;
  background: linear-gradient(180deg, #f8f8f4 0%, #f3f6fa 44%, #fafaf7 100%);
}

.page-wrap::before {
  height: 360px;
  opacity: 0.92;
}

.metric {
  border-color: rgba(15, 23, 42, 0.08);
}

.contact-form {
  padding: 1rem;
  gap: 0.7rem;
}

.contact-form label {
  gap: 0.32rem;
  font-size: 0.9rem;
  color: #243145;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  min-height: 46px;
  padding: 0.72rem 0.8rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.14);
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: rgba(216, 77, 70, 0.44);
  box-shadow: 0 0 0 4px rgba(216, 77, 70, 0.12);
}

.contact-form .checkbox {
  gap: 0.6rem;
}

.contact-form .checkbox input {
  accent-color: var(--accent-primary);
}

.form-message {
  border: 1px solid transparent;
  font-weight: 600;
}

.form-message.success {
  border-color: rgba(9, 81, 39, 0.12);
}

.form-message.error {
  border-color: rgba(122, 18, 13, 0.12);
}

.servicesv3-page {
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}

.servicesv3-section {
  padding: clamp(2.45rem, 4vw, 3.5rem) 0;
}

.servicesv3-hero {
  padding: clamp(1.7rem, 3.2vw, 2.4rem) 0 1rem;
}

.servicesv3-hero-shell,
.servicesv3-grid-two,
.servicesv3-ai-shell,
.servicesv3-accordion-body {
  gap: clamp(0.9rem, 1.8vw, 1.3rem);
}

.servicesv3-card,
.servicesv3-accordion-item,
.servicesv3-preview-card {
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 16px 32px rgba(11, 18, 32, 0.06);
}

.servicesv3-card {
  padding: clamp(1.05rem, 1.8vw, 1.35rem);
}

.servicesv3-hero-copy h1 {
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  max-width: 9.5ch;
}

.servicesv3-subhead,
.servicesv3-card:not(.servicesv3-card-ink):not(.servicesv3-final-card) p,
.servicesv3-bullets li,
.servicesv3-inline-list li,
.servicesv3-summary-text span:last-child {
  color: #425066;
}

.servicesv3-card h2,
.servicesv3-section-head h2 {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.servicesv3-card h3 {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
}

.servicesv3-chip {
  min-height: 36px;
  padding: 0.44rem 0.74rem;
  font-size: 0.84rem;
}

.servicesv3-accordion-item summary {
  padding: 1rem 1.15rem;
}

.servicesv3-accordion-body {
  padding: 0 1.15rem 1.15rem;
}

.servicesv3-faq-body {
  padding: 0 1.15rem 1rem;
}

.servicesv3-package-grid,
.servicesv3-implementation-grid,
.servicesv3-faq-list,
.servicesv3-accordion {
  gap: 0.9rem;
}

.servicesv3-step-card {
  min-height: 168px;
}

.servicesv3-card-ink h2,
.servicesv3-card-ink p,
.servicesv3-card-ink .servicesv3-section-label,
.servicesv3-final-card h2,
.servicesv3-final-card p,
.servicesv3-contact,
.servicesv3-contact a {
  color: #fff;
}

.servicesv3-final {
  background: linear-gradient(150deg, #0b1220 0%, #152238 100%);
}

.homev4-page {
  background: linear-gradient(180deg, #f7f7f2 0%, #f4f7fb 100%);
}

.homev4-section {
  padding: clamp(2.45rem, 4vw, 3.4rem) 0;
}

.homev4-hero {
  padding: clamp(1.7rem, 3.1vw, 2.35rem) 0 0.9rem;
}

.homev4-hero-shell,
.homev4-grid-two {
  gap: clamp(0.9rem, 1.8vw, 1.3rem);
}

.homev4-card {
  padding: clamp(1.05rem, 1.8vw, 1.35rem);
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.homev4-hero-copy h1 {
  font-size: clamp(2.15rem, 4vw, 3.9rem);
  max-width: 9.5ch;
}

.homev4-subhead,
.homev4-card:not(.homev4-card-ink):not(.homev4-final-card) p,
.homev4-list li,
.homev4-inline-list li {
  color: #425066;
}

.homev4-page .btn {
  min-height: 48px;
  min-width: 176px;
  padding: 0 1.15rem;
}

.homev4-chip {
  min-height: 36px;
  padding: 0.42rem 0.72rem;
  font-size: 0.84rem;
}

.homev4-method-grid,
.homev4-asset-grid,
.homev4-three-grid,
.homev4-faq-list {
  gap: 0.9rem;
}

.homev4-thumb-wrap,
.homev4-asset-weekly {
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(248, 250, 252, 0.9);
}

.homev4-faq-item {
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.homev4-faq-item summary {
  padding: 1rem 1.1rem;
}

.homev4-faq-item p {
  padding: 0 1.1rem 1rem;
}

.homev4-card-ink h2,
.homev4-card-ink p,
.homev4-card-ink .homev4-label,
.homev4-final-card h2,
.homev4-final-card p,
.homev4-contact,
.homev4-contact a,
.homev4-final-line {
  color: #fff;
}

.homev4-final {
  background: linear-gradient(150deg, #0b1220 0%, #152238 100%);
}

@media (max-width: 980px) {
  .header-row {
    min-height: auto;
    gap: 0.7rem;
  }

  .nav-links {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(var(--container), calc(100% - 1rem));
  }

  .hero-inner {
    border-radius: 22px;
    padding: 1rem;
  }

  .card,
  .blog-card,
  .article,
  .contact-form,
  .service-explorer-panel {
    border-radius: 18px;
  }

  .header-row {
    padding: 0.65rem 0;
  }

  .nav-links {
    gap: 0.3rem 0.4rem;
  }

  .nav-links a {
    padding: 0.32rem 0.5rem;
    font-size: 0.83rem;
  }

  .mobile-whatsapp {
    font-family: var(--font-display);
  }

  .servicesv3-page .btn,
  .homev4-page .btn {
    min-width: 0;
  }
}

/* Palette lock: white 40%, yellow 35%, red 25% */
:root {
  --accent-primary: #c92f28;
  --accent-hover: #b92620;
  --accent-secondary: #efbe1d;
  --ink: #7a1f1a;
  --text: #7a1f1a;
  --muted: #9b4f2a;
  --bg: #fffdf7;
  --bg-warm: #fff5cb;
  --bg-red: #fde3dd;
  --bg-tint: #fff0aa;
  --border: #efcfc3;
  --accent: #c92f28;
  --dark-band: #c92f28;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --surface-border: rgba(201, 47, 40, 0.14);
  --shadow: 0 18px 34px rgba(201, 47, 40, 0.1);
  --shadow-soft: 0 14px 26px rgba(201, 47, 40, 0.08);
  --shadow-lift: 0 22px 40px rgba(201, 47, 40, 0.12);
}

body,
html {
  background: var(--bg);
}

body,
p,
li,
label,
input,
textarea,
select,
button {
  color: var(--text);
}

.section-heading p,
.hero-subtitle,
.brand-tag,
.footer-text,
.footer-link,
.card p,
.blog-card p,
.article p,
.faq-item p,
.info-list,
.contact-form label,
.homev4-subhead,
.homev4-card:not(.homev4-card-ink):not(.homev4-final-card) p,
.homev4-list li,
.homev4-inline-list li,
.servicesv3-subhead,
.servicesv3-card:not(.servicesv3-card-ink):not(.servicesv3-final-card) p,
.servicesv3-bullets li,
.servicesv3-inline-list li,
.servicesv3-summary-text span:last-child {
  color: var(--muted);
}

.site-header {
  background: rgba(255, 253, 247, 0.94);
  border-bottom-color: rgba(201, 47, 40, 0.12);
  box-shadow: 0 8px 18px rgba(201, 47, 40, 0.06);
}

.nav-links a,
.brand-name,
.footer-title,
.section-heading h2,
.card h3,
.blog-card h3,
.homev4-card h2,
.homev4-card h3,
.servicesv3-card h2,
.servicesv3-card h3,
.servicesv3-section-head h2,
.homev4-section-head h2,
.hero h1,
.homev4-hero-copy h1,
.servicesv3-hero-copy h1 {
  color: var(--ink);
}

.nav-links a:hover {
  background: rgba(239, 190, 29, 0.28);
  color: var(--accent-primary);
}

.btn {
  border-color: rgba(201, 47, 40, 0.16);
}

.btn-primary,
.homev4-page .btn-primary,
.servicesv3-page .btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #c92f28 0%, #e46a41 100%) !important;
  border-color: rgba(201, 47, 40, 0.2);
  box-shadow: 0 12px 24px rgba(201, 47, 40, 0.2);
}

.btn-secondary,
.homev4-page .btn-secondary,
.servicesv3-page .btn-secondary {
  color: var(--ink) !important;
  background: linear-gradient(180deg, #fff6cf 0%, #efbe1d 100%) !important;
  border-color: rgba(239, 190, 29, 0.42);
}

.btn-secondary:hover,
.homev4-page .btn-secondary:hover,
.servicesv3-page .btn-secondary:hover {
  background: linear-gradient(180deg, #fff8dc 0%, #f4c92d 100%) !important;
}

.homev4-btn-dark,
.servicesv3-btn-dark {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

.page-wrap,
.homev4-page,
.servicesv3-page {
  background:
    linear-gradient(180deg, #fffdf7 0%, #fff6d4 58%, #fffaf0 100%);
}

.page-wrap {
  --page-accent: #efbe1d;
  --page-accent-strong: #c92f28;
  --page-tint: rgba(239, 190, 29, 0.18);
  --page-tint-strong: rgba(201, 47, 40, 0.1);
}

.theme-home,
.theme-services,
.theme-solutions,
.theme-industries,
.theme-resources,
.theme-blog,
.theme-about,
.theme-contact {
  --page-accent: #efbe1d;
  --page-accent-strong: #c92f28;
  --page-tint: rgba(239, 190, 29, 0.18);
  --page-tint-strong: rgba(201, 47, 40, 0.1);
}

.page-wrap::before {
  background:
    radial-gradient(circle at 10% 12%, rgba(239, 190, 29, 0.22) 0%, transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(201, 47, 40, 0.12) 0%, transparent 22%);
}

.hero-inner,
.hero-panel,
.card,
.blog-card,
.article,
.faq-item,
.contact-form,
.service-explorer-panel,
.servicesv3-card:not(.servicesv3-card-ink):not(.servicesv3-final-card),
.servicesv3-accordion-item,
.servicesv3-preview-card,
.homev4-card:not(.homev4-card-ink):not(.homev4-final-card),
.homev4-faq-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 248, 220, 0.82) 100%);
  border-color: rgba(201, 47, 40, 0.12);
  box-shadow: var(--shadow-soft);
}

.hero-inner {
  background:
    radial-gradient(circle at 86% 14%, rgba(201, 47, 40, 0.08) 0%, transparent 20%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 206, 0.94) 62%, rgba(253, 227, 221, 0.88) 100%);
}

.hero-panel {
  background:
    radial-gradient(circle at 84% 14%, rgba(201, 47, 40, 0.08) 0%, transparent 20%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 245, 203, 0.9) 100%);
}

.hero-signal-card,
.hero-mini-chart,
.hero-flow span,
.filter-chip,
.highlight-list li,
.homev4-chip,
.servicesv3-chip,
.homev4-thumb-wrap,
.homev4-asset-weekly,
.servicesv3-visual-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 243, 187, 0.86) 100%);
  border-color: rgba(239, 190, 29, 0.34);
  color: var(--ink);
}

.eyebrow,
.homev4-kicker,
.homev4-label,
.servicesv3-kicker,
.servicesv3-section-label {
  background: rgba(239, 190, 29, 0.22);
  border-color: rgba(239, 190, 29, 0.4);
  color: var(--accent-primary);
}

.hero-panel-status,
.servicesv3-summary-marker {
  background: rgba(255, 243, 187, 0.9);
  border-color: rgba(239, 190, 29, 0.42);
  color: var(--accent-primary);
}

.homev4-credibility,
.homev4-helper,
.homev4-strong,
.homev4-section-note,
.servicesv3-credibility,
.servicesv3-strong-line,
.servicesv3-summary-text strong,
.servicesv3-detail-group > span,
.servicesv3-step-kicker,
.hero-signal-label {
  color: var(--ink);
}

.homev4-section-tint,
.servicesv3-section:nth-of-type(odd) {
  background: rgba(255, 243, 187, 0.28);
}

.homev4-section-red,
.servicesv3-package-card {
  background:
    linear-gradient(180deg, rgba(253, 227, 221, 0.68) 0%, rgba(255, 247, 206, 0.48) 100%);
}

.site-footer,
.servicesv3-final,
.homev4-final {
  background: linear-gradient(145deg, #c92f28 0%, #e46a41 100%);
}

.servicesv3-card-ink,
.homev4-card-ink,
.servicesv3-final-card,
.homev4-final-card {
  background:
    linear-gradient(150deg, rgba(201, 47, 40, 0.94) 0%, rgba(228, 106, 65, 0.9) 100%);
  border-color: rgba(255, 255, 255, 0.18);
}

.homev4-card-ink h2,
.homev4-card-ink p,
.homev4-card-ink .homev4-label,
.servicesv3-card-ink h2,
.servicesv3-card-ink p,
.servicesv3-card-ink .servicesv3-section-label,
.servicesv3-final-card h2,
.servicesv3-final-card p,
.servicesv3-contact,
.servicesv3-contact a,
.homev4-final-card h2,
.homev4-final-card p,
.homev4-contact,
.homev4-contact a,
.homev4-final-line,
.footer-title,
.footer-text,
.footer-link {
  color: #fff;
}

.homev4-label-dark,
.servicesv3-section-label-dark {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(201, 47, 40, 0.18);
  color: var(--ink);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(201, 47, 40, 0.42);
  box-shadow: 0 0 0 4px rgba(239, 190, 29, 0.22);
}

.form-message.success {
  background: rgba(255, 243, 187, 0.72);
  border-color: rgba(239, 190, 29, 0.36);
  color: var(--ink);
}

.form-message.error {
  background: rgba(253, 227, 221, 0.8);
  border-color: rgba(201, 47, 40, 0.2);
  color: var(--accent-primary);
}

.mobile-whatsapp {
  background: linear-gradient(135deg, #c92f28 0%, #e46a41 100%);
  color: #fff;
  box-shadow: 0 14px 24px rgba(201, 47, 40, 0.26);
}

/* Combined hub pages */
.hub-page {
  --hub-radius: 22px;
  --hub-gap: clamp(0.8rem, 1.45vw, 1.15rem);
  --hub-card-bg: rgba(255, 249, 240, 0.94);
  --hub-border: rgba(31, 29, 27, 0.12);
  --hub-ink: #1b1916;
  --hub-muted: #55514a;
  --hub-amber: #f1c53c;
  --hub-rust: #d84d46;
  --hub-sand: #f5ebdc;
  --hub-cream: #fffaf2;
}

.hub-hero {
  padding: clamp(0.95rem, 1.9vw, 1.45rem) 0 0.9rem;
  position: relative;
}

.hub-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: var(--hub-gap);
  align-items: stretch;
}

.hub-hero-copy {
  background:
    radial-gradient(circle at 85% 18%, rgba(241, 197, 60, 0.24) 0%, transparent 22%),
    radial-gradient(circle at 18% 100%, rgba(216, 77, 70, 0.12) 0%, transparent 28%),
    linear-gradient(155deg, #fffdf8 0%, #fff2dd 52%, #fde4d9 100%);
  border: 1px solid rgba(216, 77, 70, 0.14);
  border-radius: var(--hub-radius);
  box-shadow: 0 20px 40px rgba(35, 28, 20, 0.08);
  padding: clamp(0.95rem, 2vw, 1.45rem);
  display: grid;
  gap: 0.68rem;
  overflow: hidden;
  position: relative;
}

.hub-kicker,
.hub-heading-kicker,
.hub-mini-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 0.24rem 0.68rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hub-kicker,
.hub-heading-kicker {
  background: rgba(216, 77, 70, 0.1);
  color: #8e2d1e;
  border: 1px solid rgba(216, 77, 70, 0.18);
}

.hub-mini-label {
  background: rgba(241, 197, 60, 0.22);
  color: #7b5411;
  border: 1px solid rgba(241, 197, 60, 0.3);
}

.hub-hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(1.82rem, 3.35vw, 2.75rem);
  line-height: 0.98;
}

.hub-hero-copy p {
  margin: 0;
  max-width: 60ch;
  font-size: 0.95rem;
  color: var(--hub-ink);
  line-height: 1.5;
}

.hub-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
}

.hub-chip-row span {
  border-radius: 999px;
  padding: 0.28rem 0.68rem;
  font-size: 0.76rem;
  font-weight: 650;
  background: rgba(27, 25, 22, 0.06);
  border: 1px solid rgba(27, 25, 22, 0.1);
  color: #26211b;
}

.hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.hub-actions-inline {
  align-items: center;
}

.hub-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.15rem;
}

.hub-stat-card {
  display: grid;
  gap: 0.12rem;
  padding: 0.78rem 0.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(27, 25, 22, 0.08);
}

.hub-stat-card strong {
  font-size: 1.3rem;
  line-height: 1;
  color: var(--hub-ink);
}

.hub-stat-card span {
  font-size: 0.76rem;
  color: var(--hub-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hub-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(170px, 1fr) minmax(170px, 1fr);
  gap: var(--hub-gap);
}

.hub-collage-infographic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
  align-content: start;
}

.hub-collage-infographic .hub-collage-tile {
  aspect-ratio: 16 / 10;
}

.hub-collage-infographic .hub-collage-large {
  grid-column: 1 / span 2;
  grid-row: auto;
  aspect-ratio: 16 / 9;
}

.hub-collage-tile,
.hub-media {
  overflow: hidden;
  border-radius: var(--hub-radius);
  border: 1px solid var(--hub-border);
  background: var(--hub-sand);
  box-shadow: 0 18px 34px rgba(34, 28, 18, 0.08);
}

.hub-collage-large {
  grid-row: 1 / span 2;
}

.hub-collage-image,
.hub-media-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hub-infographic-frame {
  padding: clamp(0.55rem, 0.9vw, 0.8rem);
  background:
    linear-gradient(180deg, rgba(246, 248, 251, 0.96) 0%, rgba(234, 239, 244, 0.92) 100%);
}

.hub-infographic-image {
  object-fit: contain;
  border-radius: calc(var(--hub-radius) - 8px);
  background: #f7f9fb;
}

.hub-hero-visual,
.hub-about-hero-visual {
  display: grid;
  gap: var(--hub-gap);
  align-items: stretch;
}

.hub-hero-primary {
  aspect-ratio: 16 / 10;
}

.hub-note-card {
  display: grid;
  gap: 0.62rem;
  padding: 0.95rem 1rem;
  border-radius: var(--hub-radius);
  border: 1px solid var(--hub-border);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(35, 28, 20, 0.07);
  align-content: start;
}

.hub-note-card-ink {
  background: linear-gradient(180deg, #102443 0%, #172d50 100%);
  border-color: rgba(16, 36, 67, 0.48);
}

.hub-note-card-ink h3,
.hub-note-card-ink p,
.hub-note-card-ink strong,
.hub-note-card-ink li {
  color: #f5f7fb;
}

.hub-note-card-ink .hub-tight-list li::before {
  background: linear-gradient(135deg, #ffd56b 0%, #ff8d75 100%);
}

.hub-note-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #726454;
}

.hub-note-card-ink .hub-note-label {
  color: rgba(245, 247, 251, 0.76);
}

.hub-note-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.08;
}

.hub-note-stat-list {
  display: grid;
  gap: 0.55rem;
}

.hub-note-stat {
  display: grid;
  gap: 0.18rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(27, 25, 22, 0.1);
}

.hub-note-card-ink .hub-note-stat {
  border-top-color: rgba(245, 247, 251, 0.12);
}

.hub-note-stat:first-child {
  padding-top: 0;
  border-top: 0;
}

.hub-note-stat strong {
  font-size: 0.96rem;
  line-height: 1.2;
}

.hub-note-stat span {
  font-size: 0.8rem;
  color: var(--hub-muted);
}

.hub-note-card-ink .hub-note-stat span {
  color: rgba(245, 247, 251, 0.72);
}

.hub-diagram {
  display: grid;
  gap: 0.82rem;
  padding: 1rem;
  border-radius: var(--hub-radius);
  border: 1px solid var(--hub-border);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(35, 28, 20, 0.07);
}

.hub-diagram-head {
  display: grid;
  gap: 0.28rem;
}

.hub-diagram-head strong {
  font-size: 1.02rem;
  line-height: 1.15;
  color: var(--hub-ink);
}

.hub-diagram-tree {
  background:
    radial-gradient(circle at 15% 12%, rgba(241, 197, 60, 0.18) 0%, transparent 30%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96) 0%, rgba(250, 244, 236, 0.94) 100%);
}

.hub-tree-root {
  display: grid;
  gap: 0.14rem;
  justify-items: center;
  padding: 0.85rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(216, 77, 70, 0.1) 0%, rgba(241, 197, 60, 0.16) 100%);
  border: 1px solid rgba(216, 77, 70, 0.18);
  text-align: center;
}

.hub-tree-root span {
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7c5234;
}

.hub-tree-root strong {
  font-size: 1.22rem;
  line-height: 1.08;
  color: var(--hub-ink);
}

.hub-tree-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  position: relative;
}

.hub-tree-grid::before {
  content: '';
  position: absolute;
  top: -0.38rem;
  left: 50%;
  width: calc(100% - 3rem);
  height: 1px;
  transform: translateX(-50%);
  background: rgba(27, 25, 22, 0.12);
}

.hub-tree-card {
  display: grid;
  gap: 0.42rem;
  padding: 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(27, 25, 22, 0.08);
  background: rgba(255, 255, 255, 0.78);
  position: relative;
}

.hub-tree-card::before {
  content: '';
  position: absolute;
  top: -0.38rem;
  left: 50%;
  width: 1px;
  height: 0.38rem;
  transform: translateX(-50%);
  background: rgba(27, 25, 22, 0.12);
}

.hub-tree-card p {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--hub-ink);
}

.hub-tree-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.34rem;
}

.hub-tree-card li {
  font-size: 0.82rem;
  color: var(--hub-muted);
}

.hub-diagram-flow {
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.96) 0%, rgba(245, 235, 220, 0.9) 100%);
}

.hub-flow-row,
.hub-loop-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.hub-loop-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hub-flow-step,
.hub-loop-step {
  display: grid;
  gap: 0.34rem;
  padding: 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(27, 25, 22, 0.08);
  background: rgba(255, 255, 255, 0.78);
  position: relative;
}

.hub-flow-step:not(:last-child)::after,
.hub-loop-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.5rem;
  width: 0.32rem;
  height: 0.32rem;
  border-top: 1px solid rgba(27, 25, 22, 0.16);
  border-right: 1px solid rgba(27, 25, 22, 0.16);
  transform: translateY(-50%) rotate(45deg);
}

.hub-flow-step span {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8e2d1e;
}

.hub-flow-step strong,
.hub-loop-step strong {
  font-size: 0.94rem;
  line-height: 1.15;
  color: var(--hub-ink);
}

.hub-flow-step p,
.hub-loop-step p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--hub-muted);
}

.hub-diagram-architecture {
  background:
    radial-gradient(circle at 82% 15%, rgba(15, 43, 89, 0.08) 0%, transparent 26%),
    linear-gradient(180deg, rgba(247, 250, 252, 0.98) 0%, rgba(237, 242, 247, 0.96) 100%);
}

.hub-architecture-core {
  display: grid;
  place-items: center;
  min-height: 94px;
  padding: 0.85rem;
  border-radius: 22px;
  background: linear-gradient(135deg, #142d53 0%, #1d3a67 100%);
  color: #f5f7fb;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

.hub-architecture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hub-architecture-node {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 0.75rem;
  border-radius: 18px;
  border: 1px solid rgba(27, 25, 22, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: var(--hub-ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.hub-diagram-loop {
  background: linear-gradient(180deg, #102443 0%, #172d50 100%);
  border-color: rgba(16, 36, 67, 0.48);
}

.hub-diagram-loop .hub-diagram-head strong,
.hub-diagram-loop .hub-loop-step strong,
.hub-diagram-loop .hub-loop-step p {
  color: #f5f7fb;
}

.hub-diagram-loop .hub-note-label {
  color: rgba(245, 247, 251, 0.76);
}

.hub-diagram-loop .hub-loop-step {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(245, 247, 251, 0.12);
}

.hub-diagram-loop .hub-loop-step:not(:last-child)::after {
  border-top-color: rgba(245, 247, 251, 0.28);
  border-right-color: rgba(245, 247, 251, 0.28);
}

.hub-section {
  padding: clamp(0.9rem, 1.55vw, 1.2rem) 0;
}

.hub-section-anchor {
  scroll-margin-top: 6.4rem;
}

.hub-section + .hub-section {
  padding-top: clamp(0.55rem, 1vw, 0.8rem);
}

.hub-section-tint {
  background:
    linear-gradient(180deg, rgba(253, 244, 230, 0.8) 0%, rgba(255, 250, 242, 0.45) 100%);
  border-top: 1px solid rgba(216, 77, 70, 0.08);
  border-bottom: 1px solid rgba(216, 77, 70, 0.08);
}

.hub-heading {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.72rem;
}

.hub-heading h2 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.35rem, 2.6vw, 1.95rem);
  line-height: 1.08;
  color: var(--hub-ink);
}

.hub-grid-two,
.hub-grid-three {
  display: grid;
  gap: var(--hub-gap);
}

.hub-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hub-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-compact-grid {
  align-items: stretch;
}

.hub-card {
  background: var(--hub-card-bg);
  border: 1px solid var(--hub-border);
  border-radius: var(--hub-radius);
  box-shadow: 0 14px 28px rgba(35, 28, 20, 0.07);
  overflow: hidden;
  display: grid;
  gap: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hub-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(35, 28, 20, 0.11);
}

.hub-frame {
  background: linear-gradient(150deg, rgba(255, 248, 237, 0.95) 0%, rgba(245, 235, 220, 0.92) 100%);
  border: 1px solid var(--hub-border);
  border-radius: calc(var(--hub-radius) + 2px);
  padding: 0.95rem;
  display: grid;
  gap: 0.8rem;
}

.hub-frame-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0.9rem;
  align-items: start;
}

.hub-frame-copy {
  margin: 0;
  color: var(--hub-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hub-card-body {
  padding: 0.9rem 0.95rem 0.95rem;
  display: grid;
  gap: 0.5rem;
}

.hub-card h3 {
  margin: 0;
  color: var(--hub-ink);
  font-size: 1.05rem;
  line-height: 1.15;
}

.hub-card p {
  margin: 0;
  color: #2e2a25;
  font-size: 0.92rem;
}

.hub-card-note {
  color: var(--hub-muted);
  font-size: 0.84rem;
}

.hub-tight-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.hub-tight-list li {
  padding-left: 0.9rem;
  position: relative;
  font-size: 0.86rem;
  color: #25211d;
}

.hub-tight-list li::before {
  content: '';
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hub-rust) 0%, var(--hub-amber) 100%);
  position: absolute;
  left: 0;
  top: 0.38rem;
}

.hub-copy-stack {
  display: grid;
  gap: 0.56rem;
}

.hub-meta-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.hub-meta-stack span {
  display: inline-flex;
  align-items: center;
  padding: 0.26rem 0.62rem;
  border-radius: 999px;
  background: rgba(27, 25, 22, 0.05);
  border: 1px solid rgba(27, 25, 22, 0.08);
  color: var(--hub-muted);
  font-size: 0.75rem;
}

.hub-package-mini {
  min-height: 100%;
}

.hub-package-mini .hub-card-body {
  min-height: 100%;
  align-content: start;
}

.hub-stack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--hub-gap);
}

.hub-layer-card,
.hub-combo-card,
.hub-founder-card {
  grid-template-columns: minmax(180px, 0.44fr) minmax(0, 1fr);
}

.hub-vertical-media-card,
.hub-founder-editorial-card {
  grid-template-columns: 1fr;
}

.hub-layer-media,
.hub-combo-media,
.hub-resource-media {
  min-height: unset;
  aspect-ratio: 16 / 10;
}

.hub-spotlight-media {
  aspect-ratio: 16 / 10;
}

.hub-founder-media {
  min-height: 100%;
}

.hub-spotlight-list {
  display: grid;
  gap: var(--hub-gap);
}

.hub-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: var(--hub-gap);
  align-items: stretch;
}

.hub-spotlight-flip .hub-spotlight-media {
  order: 2;
}

.hub-spotlight-flip .hub-spotlight-copy {
  order: 1;
}

.hub-spotlight-copy {
  display: grid;
  gap: 0.52rem;
  padding: 1rem 1.05rem;
  border-radius: var(--hub-radius);
  background: rgba(255, 252, 246, 0.96);
  border: 1px solid var(--hub-border);
  box-shadow: 0 16px 30px rgba(35, 28, 20, 0.07);
}

.hub-combo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--hub-gap);
}

.hub-inline-resource {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: end;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(27, 25, 22, 0.08);
  margin-top: 0.1rem;
}

.hub-inline-resource strong {
  display: block;
  margin: 0.1rem 0 0.25rem;
  color: var(--hub-ink);
}

.hub-resource-vault .hub-card,
.hub-grid-two .hub-mini-panel {
  min-height: 100%;
}

.hub-story-card {
  align-self: start;
}

.hub-layer-grid,
.hub-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hub-gap);
}

.hub-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--hub-gap);
}

.hub-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.hub-step-card {
  display: grid;
  gap: 0.22rem;
  padding: 0.72rem 0.78rem;
  border-radius: 18px;
  background: rgba(245, 235, 220, 0.7);
  border: 1px solid rgba(27, 25, 22, 0.08);
}

.hub-step-card strong {
  font-size: 1rem;
  color: var(--hub-ink);
}

.hub-step-card span {
  color: var(--hub-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.hub-contact-shell .contact-form {
  margin-top: 0.42rem;
}

.hub-contact-shell .contact-form label {
  gap: 0.28rem;
}

.hub-about-grid {
  align-items: start;
}

.hub-founder-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.hub-founder-chip-card {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.82rem 0.9rem;
  border-radius: calc(var(--hub-radius) - 4px);
  border: 1px solid var(--hub-border);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 24px rgba(35, 28, 20, 0.06);
}

.hub-founder-chip-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.hub-founder-chip-copy strong {
  font-size: 0.98rem;
  line-height: 1.15;
  color: var(--hub-ink);
}

.hub-founder-chip-copy span {
  font-size: 0.8rem;
  color: var(--hub-muted);
}

.hub-founder-avatar {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  overflow: hidden;
  flex: none;
  border: 1px solid rgba(27, 25, 22, 0.12);
  background: linear-gradient(180deg, #f4f1ea 0%, #ece5d8 100%);
}

.hub-founder-avatar-large {
  width: 104px;
  height: 104px;
}

.hub-founder-avatar-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 22%;
  transform-origin: center 18%;
}

.hub-founder-avatar-bhaskar {
  object-position: center 14%;
  transform: scale(1.36);
}

.hub-founder-avatar-rana {
  object-position: center 24%;
  transform: scale(1.18);
}

.hub-founder-head {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.hub-founder-heading {
  display: grid;
  gap: 0.34rem;
}

.hub-founder-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 0.82rem;
  align-items: start;
}

@media (max-width: 1040px) {
  .hub-grid-three,
  .hub-stack-grid,
  .hub-combo-grid,
  .hub-layer-grid,
  .hub-resource-grid,
  .hub-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-architecture-grid,
  .hub-flow-row,
  .hub-loop-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-frame-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hub-hero-shell,
  .hub-grid-two,
  .hub-grid-three,
  .hub-stack-grid,
  .hub-combo-grid,
  .hub-layer-grid,
  .hub-resource-grid,
  .hub-industry-grid,
  .hub-spotlight,
  .hub-layer-card,
  .hub-combo-card,
  .hub-founder-card {
    grid-template-columns: 1fr;
  }

  .hub-founder-body-grid,
  .hub-founder-strip,
  .hub-tree-grid,
  .hub-architecture-grid,
  .hub-flow-row,
  .hub-loop-row {
    grid-template-columns: 1fr;
  }

  .hub-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(120px, 180px) minmax(120px, 180px);
  }

  .hub-collage-infographic {
    grid-template-rows: auto auto;
  }

  .hub-collage-large {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .hub-spotlight-flip .hub-spotlight-media,
  .hub-spotlight-flip .hub-spotlight-copy {
    order: initial;
  }
}

@media (max-width: 640px) {
  .hub-hero,
  .hub-section {
    padding-block: 0.8rem;
  }

  .hub-hero-copy,
  .hub-card-body {
    padding: 0.8rem 0.82rem;
  }

  .hub-collage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(120px, 180px));
  }

  .hub-collage-infographic {
    grid-template-rows: repeat(3, auto);
  }

  .hub-collage-infographic .hub-collage-tile,
  .hub-collage-infographic .hub-collage-large {
    aspect-ratio: 16 / 10;
  }

  .hub-collage-large {
    grid-column: auto;
    grid-row: auto;
  }

  .hub-stat-grid,
  .hub-step-grid,
  .hub-inline-resource {
    grid-template-columns: 1fr;
  }

  .hub-frame {
    padding: 0.8rem;
  }

  .hub-spotlight-copy {
    padding: 0.84rem;
  }

  .hub-flow-step:not(:last-child)::after,
  .hub-loop-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -0.45rem;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .hub-founder-head {
    align-items: flex-start;
  }

  .hub-card h3 {
    font-size: 1rem;
  }

  .hub-card p,
  .hub-tight-list li {
    font-size: 0.86rem;
  }

  .hub-founder-head {
    flex-direction: column;
  }

  .hub-founder-avatar {
    width: 72px;
    height: 72px;
  }

  .hub-founder-avatar-large {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 1100px) {
  .blog-article-header,
  .blog-article-layout,
  .blog-index-grid {
    grid-template-columns: 1fr;
  }

  .blog-article-side {
    position: static;
  }

  .blog-tree-grid,
  .blog-figure-flow {
    grid-template-columns: 1fr;
  }
}

.theme-blog .blog-index-sidebar {
  background:
    radial-gradient(circle at 90% 10%, rgba(201, 47, 40, 0.08) 0%, transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 220, 0.92) 100%);
  border-color: rgba(201, 47, 40, 0.16);
  color: #572a1f;
}

.theme-blog .blog-index-sidebar .card-kicker {
  color: #a2552c;
}

.theme-blog .blog-index-sidebar h3 {
  color: #8c241b;
}

.theme-blog .blog-index-sidebar > p {
  color: #9b532b;
}

.theme-blog .blog-index-sidebar .journal-sidebar-stack div {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(201, 47, 40, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.theme-blog .blog-index-sidebar .journal-sidebar-stack strong {
  background: linear-gradient(180deg, #fff2d8 0%, #fde4b9 100%);
  border: 1px solid rgba(239, 190, 29, 0.34);
  color: #8f4a1d;
}

.theme-blog .blog-index-sidebar .journal-sidebar-stack span {
  color: #4c3933;
  font-weight: 600;
}

@media (max-width: 780px) {
  .blog-filter-toolbar {
    padding: 1rem;
  }

  .blog-card-cover-frame-large {
    min-height: 220px;
  }

  .blog-section-block,
  .blog-quiz-card {
    padding: 1rem;
  }

  .blog-quiz-footer,
  .blog-index-card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-article-header-copy h1 {
    max-width: 100%;
  }
}

html.motion-enabled body {
  overflow-x: clip;
}

html.motion-enabled #main-content > .page-wrap {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.995);
  filter: blur(8px);
  transition:
    opacity 0.55s ease,
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s ease;
}

html.motion-enabled #main-content.motion-route-ready > .page-wrap {
  opacity: 1;
  transform: none;
  filter: none;
}

html.motion-enabled .site-header {
  animation: perfhr-header-enter 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.motion-enabled .mobile-whatsapp {
  animation: perfhr-float-enter 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}

html.motion-enabled .motion-section,
html.motion-enabled .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  filter: blur(6px);
  will-change: transform, opacity, filter;
  transition:
    opacity 0.58s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.78s ease;
  transition-delay: calc(var(--motion-section-order, 0) * 40ms);
}

html.motion-enabled .motion-section.is-visible,
html.motion-enabled .motion-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

html.motion-enabled .motion-stagger > .motion-stagger-item {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  will-change: transform, opacity;
  transition:
    opacity 0.5s ease,
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(80ms + (var(--motion-order, 0) * 70ms));
}

html.motion-enabled .motion-section.is-visible .motion-stagger > .motion-stagger-item,
html.motion-enabled .motion-reveal.is-visible .motion-stagger > .motion-stagger-item,
html.motion-enabled #main-content.motion-route-ready > .page-wrap .hero-actions > .motion-stagger-item,
html.motion-enabled #main-content.motion-route-ready > .page-wrap .footer-grid > .motion-stagger-item {
  opacity: 1;
  transform: none;
}

html.motion-enabled :where(.homev4-card, .hub-card, .blog-card, .article-sidecard, .hero-panel, .blog-figure-card, .blog-quiz-card) {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

html.motion-enabled :where(.homev4-card, .hub-card, .blog-card, .article-sidecard, .hero-panel, .blog-figure-card, .blog-quiz-card):hover {
  transform: translateY(-4px);
}

html.motion-enabled .blog-filter-chip,
html.motion-enabled .homev4-chip,
html.motion-enabled .hero-tag-strip span,
html.motion-enabled .btn {
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease;
}

html.motion-enabled .blog-filter-chip:hover,
html.motion-enabled .homev4-chip:hover,
html.motion-enabled .hero-tag-strip span:hover,
html.motion-enabled .btn:hover {
  transform: translateY(-2px);
}

html.motion-enabled .homev4-proof-logo,
html.motion-enabled .hero-deck-image,
html.motion-enabled .homev4-image,
html.motion-enabled .hub-media-image,
html.motion-enabled .blog-card-cover,
html.motion-enabled .blog-cover-image,
html.motion-enabled .blog-figure-image {
  transform-origin: center center;
  transition: transform 0.7s ease;
}

html.motion-enabled :where(.homev4-image-card, .hub-media, .blog-card-cover-frame, .blog-cover-figure, .blog-figure-card):hover :where(.homev4-proof-logo, .hero-deck-image, .homev4-image, .hub-media-image, .blog-card-cover, .blog-cover-image, .blog-figure-image) {
  transform: scale(1.02);
}

@keyframes perfhr-header-enter {
  from {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes perfhr-float-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.92);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-enabled #main-content > .page-wrap,
  html.motion-enabled .motion-section,
  html.motion-enabled .motion-reveal,
  html.motion-enabled .motion-stagger > .motion-stagger-item,
  html.motion-enabled .site-header,
  html.motion-enabled .mobile-whatsapp {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

.homev4-section-talent {
  background:
    radial-gradient(circle at top right, rgba(241, 197, 60, 0.12), transparent 34%),
    var(--bg);
}

.homev4-talent-shell {
  margin-bottom: 1rem;
  align-items: stretch;
}

.homev4-talent-copy {
  gap: 1.1rem;
}

.homev4-ta-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homev4-asset-block-label {
  color: var(--accent-primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.homev4-process-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.homev4-process-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 77, 70, 0.18);
  background: linear-gradient(180deg, #fff 0%, rgba(250, 234, 233, 0.9) 100%);
  color: #334155;
  font-size: 0.88rem;
  font-weight: 700;
}

.homev4-talent-detail-grid {
  align-items: stretch;
}

.homev4-talent-footer {
  color: var(--ink);
  font-weight: 800;
}

.hub-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hub-flagship-editorial {
  gap: 0;
  padding: 1rem 1rem 0.6rem;
}

.hub-flagship-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.2rem;
  align-items: start;
}

.hub-flagship-intro {
  display: grid;
  gap: 0.95rem;
  padding: 0.2rem 0 0.35rem;
}

.hub-flagship-media {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.hub-flagship-media-caption {
  display: grid;
  gap: 0.45rem;
}

.hub-flagship-subtitle {
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.4;
  color: var(--ink);
  font-weight: 700;
}

.hub-flagship-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.15rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(216, 77, 70, 0.14);
  border-bottom: 1px solid rgba(216, 77, 70, 0.14);
}

.hub-flagship-metric {
  display: grid;
  gap: 0.28rem;
  padding: 0.35rem 1rem;
}

.hub-flagship-metric + .hub-flagship-metric {
  border-left: 1px solid rgba(216, 77, 70, 0.12);
}

.hub-flagship-metric strong {
  font-size: 2rem;
  line-height: 1;
  color: var(--ink);
}

.hub-flagship-metric span {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.hub-flagship-rows {
  margin-top: 0.65rem;
}

.hub-flagship-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(216, 77, 70, 0.1);
}

.hub-flagship-row:first-child {
  border-top: 1px solid rgba(216, 77, 70, 0.1);
}

.hub-flagship-row-label {
  padding-top: 0.1rem;
}

.hub-flagship-row-body {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
}

.hub-flagship-row-body h3 {
  margin: 0;
}

.hub-flagship-row-body p {
  margin: 0;
}

.hub-flagship-list {
  columns: 2;
  column-gap: 2rem;
}

.hub-flagship-list li {
  break-inside: avoid;
}

.ta-flyer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: rgba(11, 18, 32, 0.46);
  backdrop-filter: blur(10px);
  animation: perfhr-float-enter 0.38s ease both;
}

.ta-flyer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  width: min(1040px, 100%);
  padding: 1.1rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 238, 0.98) 100%);
  box-shadow: 0 32px 72px rgba(15, 23, 42, 0.32);
}

.ta-flyer-copy,
.ta-flyer-visual {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.ta-flyer-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  background: rgba(216, 77, 70, 0.1);
  border: 1px solid rgba(216, 77, 70, 0.22);
  color: var(--accent-primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ta-flyer h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 0.98;
  color: var(--ink);
}

.ta-flyer-subtitle {
  color: #1f2937;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.5;
}

.ta-flyer-copy p:last-of-type {
  margin-bottom: 0;
}

.ta-flyer-process {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.ta-flyer-process span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 32, 0.08);
  background: #fff;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 700;
}

.ta-flyer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ta-flyer-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #fff;
}

.ta-flyer-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.06);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 960px) {
  .homev4-ta-stat-grid,
  .hub-grid-two,
  .hub-flagship-hero,
  .ta-flyer {
    grid-template-columns: 1fr;
  }

  .hub-flagship-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-flagship-row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .hub-flagship-list {
    columns: 1;
  }
}

@media (max-width: 720px) {
  .homev4-ta-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-flagship-band {
    grid-template-columns: 1fr;
  }

  .hub-flagship-metric + .hub-flagship-metric {
    border-left: 0;
    border-top: 1px solid rgba(216, 77, 70, 0.12);
  }

  .ta-flyer-backdrop {
    align-items: end;
  }

  .ta-flyer {
    padding: 1rem;
    border-radius: 22px;
  }

  .ta-flyer h2 {
    font-size: 1.75rem;
  }
}
