:root {
  --bg: #f7faf8;
  --surface: #ffffff;
  --surface-soft: #f2f6f4;
  --surface-accent: #eef4f3;
  --ink: #0d1b1f;
  --ink-soft: #4e6467;
  --line: #d8e3e0;
  --line-strong: #bfd1cb;
  --accent: #113d3c;
  --accent-soft: #245b58;
  --accent-pale: #c6ddd6;
  --glow: rgba(17, 61, 60, 0.08);
  --shadow: 0 16px 50px rgba(7, 24, 27, 0.06);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --content: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fbfcfb 0%, #f7faf8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 61, 60, 0.018) 1px, transparent 1px),
    linear-gradient(rgba(17, 61, 60, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.45), transparent 82%);
  pointer-events: none;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 300;
  padding: 12px 16px;
  border-radius: 14px;
  color: #fff;
  background: var(--accent);
  transition: top 0.25s ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
}

.section {
  padding: 100px 0 0;
}

.stack-lg > * + * {
  margin-top: 36px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 200;
  backdrop-filter: blur(18px);
  background: rgba(247, 250, 248, 0.84);
  border-bottom: 1px solid rgba(216, 227, 224, 0.8);
}

.topbar-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.brand,
.topnav a,
.button,
.footer a {
  text-decoration: none;
}

.brand {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.topnav a,
.footer a {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.hero {
  padding-top: 72px;
}

.hero-grid,
.about-grid,
.case-study,
.platform-grid,
.contact-grid {
  display: grid;
  gap: 28px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  align-items: center;
}

.eyebrow,
.section-kicker,
.hero-badge span,
.case-point span {
  color: var(--accent-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-title,
.section-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.hero-title {
  max-width: 8.8ch;
  margin-top: 18px;
  font-size: clamp(3.8rem, 8vw, 7.2rem);
}

.hero-lead,
.section-body,
.about-copy p,
.feature-card p,
.case-point strong,
.focus-list li {
  color: var(--ink-soft);
  line-height: 1.7;
}

.hero-lead {
  max-width: 42rem;
  margin: 26px 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 0.45s var(--ease),
    border-color 0.45s var(--ease),
    background-color 0.45s var(--ease),
    color 0.45s var(--ease),
    box-shadow 0.45s var(--ease);
}

.button-primary {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 14px 36px rgba(17, 61, 60, 0.18);
}

.button-secondary {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--line-strong);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.hero-visual-frame,
.feature-card,
.focus-list,
.case-side,
.platform-mockup,
.contact-form,
.sector-card,
.section-soft,
.section-lined {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-visual-frame {
  position: relative;
  min-height: 500px;
  padding: 28px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.hero-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(17, 61, 60, 0.08), transparent 22%),
    radial-gradient(circle at 24% 70%, rgba(17, 61, 60, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(238, 244, 243, 0.55), transparent 100%);
}

.hero-art {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
}

.hero-sun,
.hero-hill,
.hero-substation rect,
.hero-storage rect,
.hero-solar polygon {
  transition: transform 0.8s var(--ease), opacity 0.8s var(--ease);
}

.hero-sun {
  fill: rgba(198, 221, 214, 0.7);
}

.hero-hill {
  fill: rgba(255, 255, 255, 0.72);
  stroke: rgba(17, 61, 60, 0.08);
}

.hero-hill-back {
  opacity: 0.85;
}

.hero-hill-front {
  fill: rgba(241, 247, 244, 0.92);
}

.hero-grid-rails path {
  fill: none;
  stroke: rgba(17, 61, 60, 0.1);
  stroke-width: 1;
}

.hero-wind line,
.hero-wind path,
.hero-grid-link path,
.hero-substation path,
.hero-solar line {
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-wind line {
  stroke-width: 2.2;
}

.hero-wind path {
  stroke-width: 2;
}

.turbine {
  transform-origin: center;
  animation: turbineFloat 5.6s ease-in-out infinite;
}

.turbine-right {
  animation-delay: 0.5s;
}

.hero-wind circle {
  fill: #fff;
  stroke: var(--accent);
  stroke-width: 2.2;
}

.hero-grid-link path {
  stroke-width: 2;
  stroke-dasharray: 8 10;
  opacity: 0.8;
}

.hero-substation rect {
  fill: rgba(255, 255, 255, 0.88);
  stroke: rgba(17, 61, 60, 0.12);
}

.hero-substation path {
  stroke-width: 1.8;
}

.hero-storage rect:first-child {
  fill: rgba(255, 255, 255, 0.94);
  stroke: rgba(17, 61, 60, 0.14);
}

.hero-storage rect:not(:first-child) {
  fill: rgba(198, 221, 214, 0.26);
  stroke: rgba(17, 61, 60, 0.18);
}

.hero-solar polygon {
  fill: url(#panelSheen);
  stroke: rgba(255, 255, 255, 0.16);
}

.hero-solar line {
  stroke-width: 1.35;
  opacity: 0.42;
}

.hero-visual-frame:hover .hero-sun {
  transform: translateY(-6px);
}

.hero-visual-frame:hover .hero-storage {
  transform: translateY(-4px);
}

.hero-badge {
  position: absolute;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(191, 209, 203, 0.9);
  box-shadow: 0 12px 24px rgba(17, 61, 60, 0.08);
}

.hero-badge strong {
  display: block;
  margin-top: 8px;
  max-width: 18ch;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.5;
}

.badge-one {
  left: 34px;
  top: 36px;
}

.badge-two {
  right: 34px;
  bottom: 40px;
}

.section-head {
  max-width: 62rem;
}

.section-title {
  margin-top: 14px;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
}

.section-body {
  max-width: 44rem;
  margin-top: 20px;
}

.about-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
  align-items: start;
}

.about-copy p {
  margin: 0;
  font-size: 1.04rem;
}

.about-copy p + p {
  margin-top: 18px;
}

.focus-list {
  border-radius: 26px;
  padding: 22px 24px;
}

.focus-list ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.focus-list li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--ink);
}

.focus-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.section-soft {
  margin-top: 86px;
  padding: 38px 0;
  background: var(--surface-soft);
  border-block: 1px solid var(--line);
}

.section-lined {
  margin-top: 86px;
  padding: 46px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(238, 244, 243, 0.65), rgba(255, 255, 255, 0.85));
}

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

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

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

.feature-card {
  padding: 26px;
  border-radius: 24px;
  transition:
    transform 0.45s var(--ease),
    box-shadow 0.45s var(--ease),
    border-color 0.45s var(--ease);
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 22px 40px rgba(7, 24, 27, 0.08);
}

.feature-card h3,
.sector-card h3 {
  margin: 0;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 12px 0 0;
}

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

.sector-card {
  min-height: 200px;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.45s var(--ease),
    border-color 0.45s var(--ease),
    box-shadow 0.45s var(--ease);
}

.sector-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 18px 36px rgba(17, 61, 60, 0.08);
}

.sector-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  position: relative;
  background: var(--surface-accent);
  border: 1px solid var(--line);
  overflow: hidden;
}

.sector-icon::before,
.sector-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.sector-card:hover .sector-icon::before,
.sector-card:hover .sector-icon::after {
  transform: scale(1.06);
}

.solar::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow:
    0 -16px 0 -9px var(--accent-pale),
    0 16px 0 -9px var(--accent-pale),
    16px 0 0 -9px var(--accent-pale),
    -16px 0 0 -9px var(--accent-pale);
}

.storage::before {
  width: 28px;
  height: 18px;
  border: 2px solid var(--accent-soft);
  border-radius: 4px;
}

.storage::after {
  width: 4px;
  height: 8px;
  right: 11px;
  left: auto;
  top: 0;
  bottom: 0;
  background: var(--accent-soft);
}

.hydrogen::before {
  width: 22px;
  height: 30px;
  border-radius: 50% 50% 55% 55%;
  background: linear-gradient(180deg, var(--accent-pale), var(--accent-soft));
  clip-path: path("M11 0C16 8 22 13 22 20C22 28 17 30 11 30C5 30 0 28 0 20C0 13 6 8 11 0Z");
}

.ev::before {
  width: 24px;
  height: 30px;
  border: 2px solid var(--accent-soft);
  border-radius: 10px;
}

.ev::after {
  width: 10px;
  height: 8px;
  border-top: 2px solid var(--accent-soft);
  border-right: 2px solid var(--accent-soft);
  transform: rotate(45deg);
}

.grid::before {
  width: 30px;
  height: 30px;
  border-left: 2px solid var(--accent-soft);
  border-right: 2px solid var(--accent-soft);
}

.grid::after {
  width: 30px;
  height: 2px;
  background: var(--accent-soft);
  box-shadow: 0 -10px 0 var(--accent-soft), 0 10px 0 var(--accent-soft);
}

.industry::before {
  width: 28px;
  height: 22px;
  background: linear-gradient(180deg, var(--accent-soft), var(--accent));
  clip-path: polygon(0 100%, 0 56%, 18% 42%, 18% 100%, 42% 100%, 42% 28%, 64% 40%, 64% 100%, 100% 100%, 100% 0, 84% 0, 84% 22%, 64% 10%, 64% 0, 42% 0, 42% 10%, 18% 22%, 18% 0, 0 0);
}

.case-study {
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.82fr);
  align-items: start;
}

.case-side {
  border-radius: 28px;
  padding: 24px;
}

.case-point + .case-point {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.case-point strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
}

.platform-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
}

.platform-head .section-title {
  max-width: 6.6ch;
}

.platform-grid {
  grid-template-columns: minmax(380px, 1.04fr) minmax(0, 0.96fr);
  align-items: start;
  gap: 22px;
}

.platform-mockup {
  border-radius: 28px;
  padding: 16px;
}

.window-bar {
  display: flex;
  gap: 7px;
  padding-bottom: 12px;
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d6e1dd;
}

.mockup-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.mockup-sidebar,
.mockup-panel,
.mockup-scenario,
.mockup-table,
.mockup-kpi {
  border-radius: 18px;
  background: #f7faf8;
  border: 1px solid var(--line);
}

.mockup-sidebar {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 4px;
  padding: 7px 8px;
  overflow: hidden;
}

.mockup-brand {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mockup-nav-item {
  padding: 7px 8px;
  border-radius: 12px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.mockup-nav-item.is-active {
  color: var(--accent);
  background: rgba(17, 61, 60, 0.08);
}

.mockup-panel {
  position: relative;
  padding: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfcfb 0%, #f6faf8 100%);
}

.mockup-panel::after {
  display: none;
}

.mockup-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.mockup-pill {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(17, 61, 60, 0.07);
  border: 1px solid rgba(17, 61, 60, 0.08);
}

.mockup-pill.is-muted {
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.88);
}

.mockup-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.mockup-kpi {
  min-height: 78px;
  padding: 11px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(191, 209, 203, 0.8);
  box-shadow: 0 8px 18px rgba(7, 24, 27, 0.04);
  overflow: hidden;
}

.mockup-kpi span,
.mockup-subhead,
.table-row span,
.committee-line span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mockup-kpi strong {
  display: block;
  margin-top: 5px;
  max-width: 15ch;
  color: var(--ink);
  font-size: 0.8rem;
  line-height: 1.3;
  text-wrap: balance;
}

.mockup-main-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.85fr);
  gap: 10px;
  margin-top: 10px;
  align-items: stretch;
}

.mockup-scenario,
.mockup-table {
  padding: 12px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(191, 209, 203, 0.8);
  box-shadow: 0 8px 18px rgba(7, 24, 27, 0.04);
  overflow: hidden;
}

.mockup-scenario {
  display: flex;
  flex-direction: column;
}

.mockup-table {
  display: flex;
  flex-direction: column;
}

.committee-sheet {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.committee-line {
  padding: 9px 10px 10px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.committee-line:nth-child(2n) {
  border-right: 0;
}

.committee-line:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.committee-line strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.3;
  text-wrap: balance;
}

.table-row {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.table-row:first-of-type {
  margin-top: 7px;
}

.table-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.table-row strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.32;
}

.platform-content {
  display: grid;
  gap: 18px;
  align-content: start;
}

.platform-content .feature-card {
  min-height: 0;
  padding: 20px;
}

.platform-content .feature-card p {
  max-width: 30ch;
}

.platform-actions {
  margin-top: 0;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.94fr);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 28px;
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  font: inherit;
  color: var(--ink);
  background: #fff;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent-soft);
  box-shadow: 0 0 0 4px rgba(36, 91, 88, 0.08);
}

.form-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--accent-deep);
  background: rgba(36, 91, 88, 0.08);
  font-size: 0.92rem;
  line-height: 1.5;
}

.form-status.is-error {
  color: #7a2f2f;
  background: rgba(122, 47, 47, 0.08);
}

.footer {
  margin-top: 92px;
  border-top: 1px solid var(--line);
  background: #fafcfb;
}

.footer strong {
  display: block;
  color: var(--ink);
}

.footer p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.footer nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease),
    filter 0.8s var(--ease);
  will-change: transform, opacity;
}

[data-reveal="fade"] {
  transform: translateY(12px);
}

[data-reveal="card"] {
  transform: translateY(28px) scale(0.988);
  filter: saturate(0.9);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: none;
}

.word {
  display: inline-block;
  margin-right: 0.22em;
  opacity: 0;
  transform: translateY(1.06em);
  transition:
    transform 0.82s var(--ease),
    opacity 0.82s var(--ease);
  transition-delay: calc(var(--word-index) * 42ms);
}

.hero-title.is-visible .word,
.section-title.is-visible .word {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes pulseNode {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(36, 91, 88, 0.18);
  }

  50% {
    transform: scale(1.12);
  }
}

@keyframes scan {
  0%,
  16% {
    transform: translateX(-160px);
  }

  55% {
    transform: translateX(340px);
  }

  100% {
    transform: translateX(340px);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .about-grid,
  .case-study,
  .platform-grid,
  .platform-head,
  .contact-grid,
  .card-grid-three,
  .card-grid-two,
  .sector-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    max-width: 9.3ch;
  }

}

@media (max-width: 760px) {
  .section {
    padding-top: 72px;
  }

  .mockup-body,
  .mockup-main-row {
    grid-template-columns: 1fr;
  }

  .mockup-sidebar {
    grid-template-columns: minmax(90px, 1fr) repeat(3, auto);
    gap: 4px;
    padding: 6px;
  }

  .mockup-brand {
    grid-column: auto;
    font-size: 0.62rem;
  }

  .mockup-sidebar .mockup-nav-item:nth-child(4),
  .mockup-sidebar .mockup-nav-item:nth-child(5) {
    display: none;
  }

  .mockup-nav-item {
    padding: 6px;
    font-size: 0.68rem;
  }

  .mockup-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .mockup-kpi {
    min-height: 86px;
    padding: 8px;
  }

  .mockup-kpi span,
  .mockup-subhead,
  .table-row span,
  .committee-line span {
    font-size: 0.6rem;
  }

  .mockup-kpi strong,
  .committee-line strong,
  .table-row strong {
    font-size: 0.7rem;
  }

  .mockup-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .mockup-table .mockup-subhead {
    grid-column: 1 / -1;
  }

  .mockup-table .table-row,
  .mockup-table .table-row:first-of-type,
  .mockup-table .table-row:last-child {
    display: block;
    margin: 0;
    padding: 8px;
    border: 0;
    border-radius: 10px;
    background: #f7faf8;
  }
  .topbar-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .topnav,
  .footer nav {
    gap: 14px 18px;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-visual-frame {
    min-height: 360px;
  }

  .hero-title {
    max-width: 9.5ch;
    font-size: clamp(2.7rem, 11vw, 4.2rem);
  }

  .section-title {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .feature-card,
  .contact-form,
  .sector-card,
  .case-side,
  .focus-list {
    padding: 22px;
  }

  .platform-mockup {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal],
  .word {
    opacity: 1 !important;
    transform: none !important;
  }
}
