.v2-page .v2-hero .hero-overlay {
  background:
    radial-gradient(circle at 78% 24%, rgba(56, 208, 189, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(5, 15, 19, 0.95) 0%, rgba(5, 15, 19, 0.82) 54%, rgba(5, 15, 19, 0.5) 100%),
    linear-gradient(180deg, rgba(5, 15, 19, 0.36), rgba(5, 15, 19, 0.94));
}

.v2-page .v2-hero .hero-content h1,
.v2-page .v2-hero .hero-content .hero-copy {
  color: #ffffff !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.52);
}

.v2-page .v2-hero .hero-content h1 {
  max-width: 820px;
  font-size: 64px;
  line-height: 0.98;
}

.v2-page .v2-hero .hero-content {
  padding-top: 96px;
}

.v2-page .v2-hero .hero-content {
  position: relative;
}

.v2-page .v2-hero .hero-content::after {
  display: none;
}

.v2-page .v2-hero .hero-content::before {
  display: none;
}

.v2-page .btn.primary {
  background: linear-gradient(135deg, #38d0bd, #7de6dc);
  box-shadow: 0 18px 45px rgba(56, 208, 189, 0.28);
}

.v2-page .btn.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.cursor-aura {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 96px;
  height: 96px;
  pointer-events: none;
  opacity: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(78, 196, 255, 0.22) 0%, rgba(78, 196, 255, 0.12) 34%, rgba(78, 196, 255, 0) 68%);
  mix-blend-mode: screen;
  contain: layout paint;
  transform: translate3d(-160px, -160px, 0);
  transition: opacity 0.18s ease, transform 0.1s linear, width 0.16s ease, height 0.16s ease;
}

.cursor-aura.visible {
  opacity: 1;
}

.cursor-aura.clicking {
  width: 72px;
  height: 72px;
  background:
    radial-gradient(circle, rgba(56, 208, 189, 0.28) 0%, rgba(78, 196, 255, 0.14) 42%, rgba(78, 196, 255, 0) 72%);
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  padding: 0 24px;
  margin: -42px auto 42px;
  position: relative;
  z-index: 4;
}

.product-chip {
  --mx: 50%;
  --my: 50%;
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(56, 208, 189, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 249, 0.94));
  box-shadow: 0 22px 60px rgba(18, 32, 39, 0.16);
  color: #102027;
  padding: 18px;
  text-decoration: none;
  transform-style: preserve-3d;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-chip:hover {
  border-color: rgba(56, 208, 189, 0.58);
  box-shadow: 0 28px 80px rgba(18, 32, 39, 0.22);
}

.product-chip small {
  color: #2b6f77;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-chip strong {
  font-size: 1rem;
  line-height: 1.2;
}

.command-center {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(520px, 1.1fr);
  gap: 32px;
  max-width: 1180px;
  align-items: center;
}

.command-copy h2 {
  color: #132027;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.02;
  margin: 0 0 18px;
}

.command-copy p:not(.eyebrow) {
  color: #516671;
  line-height: 1.75;
}

.scenario-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.scenario-tabs button {
  border: 1px solid rgba(18, 32, 39, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #243943;
  cursor: pointer;
  font-weight: 800;
  padding: 12px 16px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.scenario-tabs button:hover,
.scenario-tabs button.active {
  background: #102027;
  color: #ffffff;
  transform: translateY(-2px);
}

.automation-console {
  border: 1px solid rgba(16, 32, 39, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(16, 32, 39, 0.98), rgba(22, 52, 60, 0.94)),
    #102027;
  box-shadow: 0 34px 90px rgba(18, 32, 39, 0.24);
  color: #ffffff;
  overflow: hidden;
  padding: 24px;
  transform-style: preserve-3d;
}

[data-tilt] {
  --mx: 50%;
  --my: 50%;
  will-change: transform;
}

.console-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 18px;
}

.console-top span {
  color: #dff8f5;
  font-weight: 900;
}

.console-top strong {
  color: #38d0bd;
}

.console-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.console-flow span {
  position: relative;
  min-height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  padding: 14px;
}

.console-flow span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #38d0bd;
  border-right: 2px solid #38d0bd;
  transform: translateY(-50%) rotate(45deg);
}

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

.console-grid div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 16px;
}

.console-grid small {
  color: #94e7df;
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.console-grid p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
  margin: 0;
}

.seo-depth {
  background: #102027;
  color: #ffffff;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.seo-depth .section-head h2,
.seo-depth .section-head p {
  color: #ffffff;
}

.seo-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.seo-columns article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 26px;
}

.seo-columns h3 {
  color: #ffffff;
  margin-top: 0;
}

.seo-columns p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.source-grid article {
  border: 1px solid rgba(148, 231, 223, 0.22);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(56, 208, 189, 0.16), transparent 35%),
    rgba(255, 255, 255, 0.045);
  padding: 22px;
}

.source-grid strong {
  display: block;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.source-grid p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.66;
  margin: 0 0 12px;
}

.source-grid a {
  color: #94e7df;
  font-weight: 900;
  text-decoration: none;
}

.premium-calculator {
  background: linear-gradient(135deg, #f5fafb, #eaf3f4);
}

.automation-matrix {
  max-width: none;
  background:
    linear-gradient(180deg, #eef5f6 0%, #f8fbfb 100%);
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.v2-solutions {
  max-width: none;
  padding-left: max(24px, calc((100vw - 1240px) / 2));
  padding-right: max(24px, calc((100vw - 1240px) / 2));
}

.v2-solutions .section-head {
  max-width: 760px;
  margin-left: 0;
}

.v2-solutions .solution-board {
  max-width: 1240px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: stretch;
}

.v2-solutions .solution-card {
  display: grid;
  align-content: start;
  min-height: 390px;
  border: 1px solid rgba(18, 32, 39, 0.08);
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0 24px 70px rgba(18, 32, 39, 0.08);
}

.v2-solutions .solution-card p {
  margin-bottom: 0;
}

.v2-solutions .solution-card li {
  font-size: 0.9rem;
}

.matrix-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1.05fr;
  gap: 18px;
  margin-top: 34px;
}

.matrix-panel {
  --mx: 50%;
  --my: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 32, 39, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(56, 208, 189, 0.14), transparent 32%),
    #ffffff;
  box-shadow: 0 28px 80px rgba(18, 32, 39, 0.12);
  padding: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.matrix-panel:hover {
  box-shadow: 0 34px 100px rgba(18, 32, 39, 0.18);
}

.matrix-badge {
  display: inline-flex;
  border-radius: 999px;
  background: #102027;
  color: #94e7df;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 8px 11px;
  text-transform: uppercase;
}

.matrix-panel h3 {
  color: #102027;
  font-size: 1.45rem;
  line-height: 1.16;
  margin: 18px 0 10px;
}

.matrix-panel p {
  color: #516671;
  line-height: 1.7;
}

.matrix-facts {
  display: grid;
  gap: 10px;
  margin: 18px 0 20px;
}

.matrix-facts div {
  border: 1px solid rgba(18, 32, 39, 0.1);
  border-radius: 12px;
  background: #f7fbfb;
  padding: 14px;
}

.matrix-facts strong {
  color: #102027;
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.matrix-facts span {
  color: #516671;
  display: block;
  font-size: 0.94rem;
  line-height: 1.55;
}

.process-table {
  display: grid;
  gap: 0;
  margin-top: 20px;
  border: 1px solid rgba(18, 32, 39, 0.1);
  border-radius: 12px;
  overflow: hidden;
  font-size: 0.9rem;
}

.process-table [role="row"] {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 0.95fr;
}

.process-table [role="row"] > * {
  border-bottom: 1px solid rgba(18, 32, 39, 0.08);
  padding: 12px;
}

.process-table [role="row"]:last-child > * {
  border-bottom: 0;
}

.process-table strong {
  background: #102027;
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-table span {
  color: #243943;
  line-height: 1.45;
}

.process-table.compact [role="row"] {
  grid-template-columns: 0.85fr 1fr 0.9fr;
}

.quick-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.quick-list span {
  border: 1px solid rgba(18, 32, 39, 0.1);
  border-radius: 10px;
  background: #f7fbfb;
  color: #243943;
  font-weight: 800;
  line-height: 1.45;
  padding: 12px 14px;
}

.inline-link {
  display: inline-flex;
  color: #1f6f77;
  font-weight: 900;
  margin-top: 18px;
  text-decoration: none;
}

.inline-link::after {
  content: " ->";
  margin-left: 6px;
}

.calculator-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.1fr;
  gap: 18px;
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 26px;
  border: 1px solid rgba(18, 32, 39, 0.1);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(18, 32, 39, 0.12);
}

.calculator-card label {
  color: #243943;
  display: grid;
  gap: 10px;
  font-weight: 900;
}

.calculator-card label small {
  color: #667984;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

.calculator-card input[type="range"] {
  accent-color: #2b6f77;
}

.calculator-card output {
  color: #2b6f77;
  font-size: 1.3rem;
  font-weight: 900;
}

.savings-box {
  display: grid;
  align-content: center;
  border-radius: 8px;
  background: #102027;
  color: #ffffff;
  padding: 22px;
}

.savings-box span {
  color: #94e7df;
  font-weight: 800;
}

.savings-box strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-top: 8px;
}

.solution-card,
.path-card,
.article-card {
  background-image: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(56, 208, 189, 0.12), transparent 34%);
  transform-style: preserve-3d;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.solution-card:hover,
.path-card:hover,
.article-card:hover {
  box-shadow: 0 26px 80px rgba(18, 32, 39, 0.16);
  transform: translateY(-6px);
}

.knowledge {
  background:
    linear-gradient(180deg, #102027 0%, #0a1419 100%);
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.knowledge .section-head h2,
.knowledge .section-head p {
  color: #ffffff;
}

.premium-knowledge-grid .article-card {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(56, 208, 189, 0.2), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 249, 0.94));
}

.premium-knowledge-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.premium-knowledge-grid .article-card h3 {
  font-size: 1.14rem;
}

.premium-knowledge-grid .article-card p {
  font-size: 0.94rem;
}

.v2-contact {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.05fr);
  gap: 36px;
  align-items: stretch;
  background:
    linear-gradient(135deg, #0d171d 0%, #102027 52%, #17333a 100%);
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.v2-contact .contact-copy {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  padding: 38px;
}

.v2-contact .contact-copy h2 {
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  line-height: 1;
}

.v2-contact .contact-copy p,
.v2-contact .contact-points li {
  color: rgba(255, 255, 255, 0.78);
}

.v2-contact .linkedin-link {
  color: #94e7df;
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.contact-methods a,
.footer-email {
  color: #94e7df;
  font-weight: 900;
  text-decoration: none;
}

.v2-contact .form-embed {
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  padding: 16px;
}

.upload-brief {
  display: grid;
  gap: 12px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 0%, rgba(56, 208, 189, 0.2), transparent 34%),
    linear-gradient(135deg, #102027, #17333a);
  color: #ffffff;
  padding: 24px;
}

.upload-brief > span {
  color: #94e7df;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.upload-brief h3 {
  color: #ffffff;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.upload-brief p,
.upload-brief small {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.upload-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.upload-brief .btn.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.v2-contact .form-embed iframe {
  width: 100%;
  min-height: 590px;
  border: 0;
  border-radius: 12px;
}

.service-page {
  background: #f4f8f9;
  color: #102027;
}

.service-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(12, 17, 22, 0.88);
  backdrop-filter: blur(18px);
}

.service-nav .brand {
  color: #ffffff;
}

.service-hero {
  min-height: 560px;
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 80% 26%, rgba(56, 208, 189, 0.22), transparent 30%),
    linear-gradient(135deg, #0a1419 0%, #102027 52%, #17333a 100%);
  color: #ffffff;
  padding: 92px max(24px, calc((100vw - 1180px) / 2));
}

.service-hero h1 {
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 0.96;
  margin: 0 0 22px;
}

.service-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.16rem;
  line-height: 1.76;
}

.service-section {
  padding: 78px max(24px, calc((100vw - 1180px) / 2));
}

.service-section.light {
  background: #ffffff;
}

.service-section h2 {
  max-width: 900px;
  color: #102027;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}

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

.service-grid article {
  --mx: 50%;
  --my: 50%;
  border: 1px solid rgba(18, 32, 39, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(56, 208, 189, 0.12), transparent 34%),
    #ffffff;
  box-shadow: 0 22px 70px rgba(18, 32, 39, 0.1);
  padding: 28px;
}

.service-grid article span {
  color: #2b6f77;
  font-weight: 900;
}

.service-grid article h2 {
  font-size: 1.35rem;
  line-height: 1.18;
  margin: 16px 0 10px;
}

.service-grid article p,
.service-note {
  color: #516671;
  line-height: 1.72;
}

.service-note {
  max-width: 920px;
  margin-top: 22px;
  border-left: 4px solid #38d0bd;
  background: #f4fbfb;
  padding: 16px 18px;
}

.source-note {
  display: grid;
  gap: 8px;
  max-width: 920px;
  margin-top: 16px;
  border: 1px solid rgba(18, 32, 39, 0.1);
  border-radius: 12px;
  background: #ffffff;
  color: #516671;
  line-height: 1.65;
  padding: 16px 18px;
}

.source-note strong {
  color: #102027;
}

.source-note a {
  color: #2b6f77;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 680px) {
  .v2-page .v2-hero .hero-content h1 {
    font-size: 35px !important;
    line-height: 1.04 !important;
    max-width: 11.5em;
  }
}

@media (max-width: 1080px) {
  .command-center,
  .calculator-card,
  .v2-contact {
    grid-template-columns: 1fr;
  }

  .console-grid,
  .seo-columns,
  .matrix-grid {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 1280px) {
  .matrix-panel .process-table,
  .matrix-panel .process-table [role="row"],
  .matrix-panel .process-table.compact [role="row"] {
    display: block;
  }

  .matrix-panel .process-table [role="row"] {
    border-bottom: 1px solid rgba(18, 32, 39, 0.08);
    padding: 10px 0;
  }

  .matrix-panel .process-table [role="row"]:first-child {
    display: none;
  }

  .matrix-panel .process-table [role="row"] > * {
    display: block;
    border-bottom: 0;
    padding: 6px 14px;
  }

  .matrix-panel .process-table span:first-child {
    color: #102027;
    font-weight: 900;
  }
}

@media (max-width: 760px) {
  .v2-page {
    background: #f5fafb;
  }

  .v2-page .site-header {
    min-height: 66px;
    padding: 10px 18px;
    background: rgba(247, 252, 253, 0.96);
    border-color: rgba(18, 32, 39, 0.12);
    box-shadow: 0 14px 36px rgba(18, 32, 39, 0.1);
  }

  .v2-page .brand {
    gap: 10px;
  }

  .v2-page .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(18, 32, 39, 0.15);
  }

  .v2-page .brand strong {
    font-size: 1.08rem;
  }

  .v2-page .nav-toggle {
    width: 46px;
    height: 46px;
    border-color: rgba(18, 32, 39, 0.12);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 12px 28px rgba(18, 32, 39, 0.08);
  }

  .v2-page .nav-toggle span {
    background: #122027;
  }

  .v2-page .nav {
    inset: 76px 16px auto 16px;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(18, 32, 39, 0.11);
    border-radius: 14px;
    background: #f7fcfd;
    box-shadow: 0 28px 72px rgba(8, 18, 24, 0.22);
  }

  .v2-page .nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 10px;
    color: #122027;
    font-weight: 800;
  }

  .v2-page .nav a:hover {
    background: rgba(56, 208, 189, 0.12);
    color: #0b2d31;
  }

  .v2-page .nav .nav-cta {
    justify-content: center;
    margin-top: 4px;
    background: #102027;
    border-color: #102027;
    color: #ffffff !important;
  }

  .v2-page .v2-hero {
    min-height: auto;
    padding: 108px 20px 32px;
    align-items: start;
  }

  .v2-page .v2-hero .hero-media {
    object-position: 58% center;
  }

  .v2-page .v2-hero .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 15, 19, 0.8) 0%, rgba(5, 15, 19, 0.94) 58%, rgba(5, 15, 19, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 15, 19, 0.92), rgba(5, 15, 19, 0.58));
  }

  .v2-page .v2-hero .hero-content::before,
  .v2-page .v2-hero .hero-content::after {
    display: none;
  }

  .v2-page .v2-hero .hero-content {
    padding-top: 0;
  }

  .v2-page .v2-hero .hero-content .eyebrow {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .v2-page .v2-hero .hero-content .hero-copy {
    max-width: 100%;
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.88) !important;
  }

  .v2-page .hero-actions {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .v2-page .hero-actions .btn {
    width: 100%;
    min-height: 52px;
  }

  .v2-page .hero-metrics {
    margin-top: 24px;
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
  }

  .v2-page .hero-metrics div {
    padding: 14px 16px;
  }

  .v2-page .hero-metrics dt {
    font-size: 1.35rem;
  }

  .v2-page .hero-metrics dd {
    font-size: 0.9rem;
  }

  .console-top,
  .console-flow,
  .calculator-card,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .console-top {
    display: grid;
  }

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

  .product-strip {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .v2-solutions .solution-board {
    grid-template-columns: 1fr;
  }

  .process-table,
  .process-table [role="row"],
  .process-table.compact [role="row"] {
    display: block;
  }

  .process-table strong,
  .process-table span {
    display: block;
  }

  .v2-contact .form-embed iframe {
    min-height: 520px;
  }
}
