:root {
  --sc-deep: #06111a;
  --sc-surface: #0a151e;
  --sc-line: rgba(145, 198, 225, 0.16);
  --sc-soft: #b8c7d0;
  --sc-pad: clamp(96px, 9vw, 128px);
}
.site-shell {
  width: min(1260px, calc(100% - 64px));
}
.sc-header {
  position: sticky;
  top: 0;
  z-index: 140;
  background: rgba(5, 13, 20, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}
.sc-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.sc-logo {
  line-height: 0;
}
.sc-logo img {
  width: 140px;
  height: auto;
}
.sc-nav nav,
.sc-nav-links {
  display: flex;
  align-items: center;
}
.sc-nav nav {
  gap: 22px;
}
.sc-nav-links {
  gap: clamp(18px, 2.1vw, 30px);
}
.sc-nav-links > a,
.nav-services summary {
  color: #edf3f5;
  font-size: 0.76rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
}
.sc-nav-links > a:hover,
.nav-services summary:hover {
  color: var(--brd-blue);
}
.nav-services {
  position: relative;
}
.nav-services summary::-webkit-details-marker,
.mobile-nav summary::-webkit-details-marker {
  display: none;
}
.nav-services summary::after {
  content: "⌄";
  margin-left: 5px;
  color: var(--brd-blue);
}
.nav-dropdown {
  position: absolute;
  z-index: 10;
  top: calc(100% + 20px);
  left: 50%;
  width: 292px;
  padding: 8px;
  transform: translateX(-50%);
  border: 1px solid var(--sc-line);
  border-radius: 12px;
  background: #09141d;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.48);
}
.nav-dropdown a {
  display: block;
  padding: 13px 14px;
  border-radius: 8px;
  text-decoration: none;
}
.nav-dropdown a:hover {
  background: rgba(45, 180, 244, 0.1);
}
.nav-dropdown span,
.nav-dropdown small {
  display: block;
}
.nav-dropdown span {
  font-size: 0.84rem;
  font-weight: 700;
}
.nav-dropdown small {
  margin-top: 3px;
  color: var(--sc-soft);
  font-size: 0.7rem;
  line-height: 1.35;
}
.mobile-nav {
  display: none;
}
.sc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--brd-blue);
  border-radius: 7px;
  background: var(--brd-blue);
  color: #052438;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.sc-button:hover {
  background: var(--brd-blue-hover);
  transform: translateY(-2px);
}
.sc-button-small {
  min-height: 40px;
  padding: 9px 15px;
  font-size: 0.72rem;
}
.sc-button-ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #fff;
}
.sc-button-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
}
.sc-kicker {
  margin: 0 0 14px;
  color: var(--brd-blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.sc-section {
  padding-block: var(--sc-pad);
}
.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}
.section-heading h2,
.intro-grid h2,
.operation-heading h2,
.press-copy h2,
.final-cta h2 {
  margin: 0;
  color: #f6f9fa;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.section-heading > p:last-child {
  max-width: 62ch;
  margin: 17px 0 0;
  color: var(--sc-soft);
  font-size: 0.98rem;
}
.section-heading em {
  color: var(--brd-blue);
  font-style: normal;
}
.sc-hero {
  overflow: hidden;
  padding: 56px 0 0;
  background:
    radial-gradient(circle at 76% 25%, rgba(13, 63, 91, 0.55), transparent 38%),
    var(--sc-deep);
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(680px, 1.2fr) minmax(0, 0.8fr);
  gap: 0;
  min-height: 610px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 54px 12px 58px 0;
}
.hero-copy h1 {
  max-width: 13.5ch;
  margin: 0;
  font-size: clamp(2.8rem, 4.6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.hero-copy h1 em {
  color: var(--brd-blue);
  font-style: normal;
}
.hero-copy > .sc-kicker {
  margin-bottom: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}
.hero-lead {
  max-width: 550px;
  margin: 19px 0 0;
  color: #c7d4da;
  font-size: 1rem;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin: 26px 0 27px;
}
.proof-strip {
  display: flex;
  max-width: 570px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.proof-strip li {
  min-width: 130px;
  padding: 0 20px;
  border-left: 1px solid var(--sc-line);
}
.proof-strip li:first-child {
  padding-left: 0;
  border-left: 0;
}
.proof-strip strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
}
.proof-strip span {
  display: block;
  margin-top: 4px;
  color: #aebec7;
  font-size: 0.66rem;
  line-height: 1.35;
}
.hero-location {
  margin: 23px 0 0;
  color: #d4dde1;
  font-size: 0.72rem;
  font-weight: 650;
}
.hero-location span {
  margin-right: 8px;
  color: var(--brd-blue);
}
.hero-visual {
  position: relative;
  align-self: stretch;
  margin: 0 -120px 0 -64px;
  min-height: 610px;
  overflow: hidden;
  background: #111;
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--sc-deep) 0%,
    rgba(6, 17, 26, 0.5) 18%,
    transparent 58%
  );
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 18px;
  left: 24px;
  color: #dce6e9;
  font-size: 0.68rem;
  text-align: right;
}
.sc-intro {
  background: #10181d;
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: clamp(64px, 10vw, 170px);
}
.intro-grid p:not(.sc-kicker) {
  max-width: 62ch;
  margin: 0 0 15px;
  color: var(--sc-soft);
  font-size: 1rem;
}
.intro-grid p:last-child {
  margin-bottom: 0;
}
.operation {
  background: linear-gradient(90deg, #061422, #08223a);
}
.operation-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}
.operation-heading h2 {
  max-width: 13ch;
  font-size: clamp(2.15rem, 3.25vw, 3.15rem);
}
.operation-heading > p {
  max-width: 38ch;
  margin: 21px 0 0;
  color: #c3d1d9;
  font-size: 1rem;
}
.operation-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.operation-points li {
  position: relative;
  padding-left: 20px;
  color: #c7d4da;
  font-size: 0.88rem;
  line-height: 1.4;
}
.operation-points li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brd-blue);
  box-shadow: 0 0 0 4px rgba(45, 180, 244, 0.12);
}
.video-shell {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid rgba(124, 196, 234, 0.23);
  border-radius: 12px;
  background: #0a1115;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
}
.video-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(4, 13, 20, 0.08),
    rgba(4, 13, 20, 0.68)
  );
}
.video-overlay {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 17px;
}
.video-play {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 50%;
  background: #f7fafb;
  color: var(--brd-blue);
  font-size: 1.05rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
.video-overlay strong,
.video-overlay div > span {
  display: block;
}
.video-overlay strong {
  font-size: 0.95rem;
}
.video-overlay div > span {
  margin-top: 3px;
  color: #d4dce0;
  font-size: 0.74rem;
}
.equipment {
  background: #071019;
}
.equipment > .site-shell {
  display: grid;
  grid-template-columns: minmax(370px, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: start;
}
.equip-visual {
  position: relative;
  align-self: end;
  margin: 0;
}
.equipment-gallery-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 16, 25, 0.82);
  color: #d5e0e4;
  backdrop-filter: blur(8px);
}
.equipment-gallery-controls button {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: transparent;
  color: #90a8b4;
  cursor: not-allowed;
}
.equipment-gallery-controls span {
  font-size: 0.7rem;
  font-weight: 800;
}
.equip-visual img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  background: #0b151e;
}
.equipment-content .section-heading {
  margin-bottom: 27px;
}
.equipment-support {
  max-width: 50ch;
  margin: 12px 0 0;
  color: #aebfc8;
  font-size: 0.86rem;
  line-height: 1.5;
}
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.metric-feature {
  min-height: 160px;
  padding: 20px;
  border: 1px solid var(--sc-line);
  border-radius: 8px;
  background: #0b1721;
}
.metric-feature > span {
  display: block;
  color: #aac0cc;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.metric-feature > strong {
  display: block;
  margin: 13px 0 12px;
  color: #fff;
  font-size: 1.9rem;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.metric-feature small {
  font-size: 0.43em;
  letter-spacing: 0;
}
.metric-feature h3 {
  margin: 0 0 4px;
  font-size: 0.9rem;
}
.metric-feature p {
  margin: 0;
  color: #a9bac4;
  font-size: 0.78rem;
  line-height: 1.4;
}
.metric-feature.blue {
  background: #102b3b;
}
.metric-feature.blue > strong {
  color: var(--brd-blue);
}
.metric-feature.water {
  background: #0d151b;
}
.spec-list {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 4px;
  border-top: 1px solid var(--sc-line);
}
.spec-list article {
  padding: 17px 10px 0;
  border-left: 1px solid var(--sc-line);
}
.spec-list article:first-child {
  border-left: 0;
  padding-left: 0;
}
.spec-list strong {
  display: block;
  color: var(--brd-blue);
  font-size: 0.88rem;
}
.spec-list p {
  margin: 3px 0 0;
  color: #b5c3ca;
  font-size: 0.74rem;
  line-height: 1.35;
}
.applications {
  padding-block: clamp(72px, 6vw, 88px);
  background: #0b1b27;
}
.applications .section-heading {
  max-width: none;
}
.application-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
}
.application-list article {
  display: flex;
  min-height: 244px;
  padding: 24px 20px 22px;
  border-left: 1px solid var(--sc-line);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.application-list article:first-child {
  border-left: 0;
}
.application-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: var(--brd-blue);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}
.applications-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.application-list h3 {
  width: 100%;
  min-height: 2.5em;
  margin: 18px 0 10px;
  font-size: 1rem;
  line-height: 1.25;
}
.application-list p {
  width: 100%;
  margin: 0;
  color: #b6c3ca;
  font-size: 0.84rem;
  line-height: 1.42;
}
.differentials {
  padding-block: clamp(76px, 6.5vw, 96px);
  background: #071019;
}
.differential-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(54px, 7vw, 100px);
}
.differential-layout .section-heading {
  margin: 0;
}
.differential-list {
  border-top: 1px solid var(--sc-line);
}
.differential-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--sc-line);
}
.differential-list span {
  color: var(--brd-blue);
  font-size: 0.82rem;
  font-weight: 800;
}
.differential-list h3 {
  margin: 0 0 5px;
  font-size: 1.06rem;
}
.differential-list p {
  margin: 0;
  color: #b7c7cf;
  font-size: 0.9rem;
  line-height: 1.45;
}
.press {
  padding-bottom: 48px;
  background: linear-gradient(90deg, #082546, #061728);
}
.press-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(570px, 1.25fr);
  gap: clamp(50px, 5vw, 80px);
  align-items: center;
}
.press-copy {
  order: -1;
}
.press-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.15rem, 3.5vw, 3.4rem);
}
.press-copy > p:not(.sc-kicker) {
  max-width: 47ch;
  margin: 18px 0 0;
  color: #c5d1d7;
  font-size: 1rem;
}
.press-copy blockquote {
  max-width: 50ch;
  margin: 24px 0 0;
  padding: 19px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.89rem;
  line-height: 1.55;
}
.press-cta {
  margin-top: 24px;
}
.press-visual {
  max-width: 720px;
  margin: 0;
}
.press-visual > a {
  display: block;
  overflow: hidden;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.45);
}
.press-visual img {
  width: 100%;
  height: auto;
}
.press-visual figcaption {
  margin-top: 15px;
  color: #b8c7cf;
  font-size: 0.69rem;
}
.press-visual figcaption span,
.press-open {
  display: block;
}
.press-open {
  margin-top: 9px;
  color: var(--brd-blue);
  font-weight: 750;
  text-decoration: none;
}
.press-open:hover {
  text-decoration: underline;
}
.trust {
  padding-top: 64px;
  background: #071019;
}
.trust .section-heading {
  margin-bottom: 36px;
}
.logo-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.logo-trust figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(42, 148, 217, 0.5);
  border-radius: 8px;
  background: #0c1821;
}
.logo-trust img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}
.logo-trust figcaption {
  min-height: 128px;
  padding: 20px;
}
.logo-trust figcaption strong,
.logo-trust figcaption span {
  display: block;
}
.logo-trust figcaption strong {
  font-size: 1rem;
}
.logo-trust figcaption span {
  margin-top: 7px;
  color: #b5c3cb;
  font-size: 0.82rem;
  line-height: 1.45;
}
.process-faq {
  padding-block: clamp(96px, 8vw, 112px);
  background: #0a151e;
}
.process-faq-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(56px, 7vw, 108px);
}
.process-panel .section-heading,
.faq-panel .section-heading {
  margin: 0;
}
.process-list {
  display: grid;
  gap: 18px;
  margin: 52px 0 38px;
  padding: 0;
  list-style: none;
}
.process-list li {
  display: flex;
  gap: 11px;
  border-top: 1px solid var(--sc-line);
  padding-top: 16px;
}
.process-list > li > span {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  height: 36px;
  border: 1px solid var(--brd-blue);
  border-radius: 50%;
  color: var(--brd-blue);
  font-size: 0.8rem;
  font-weight: 800;
}
.process-list h3 {
  margin: 3px 0 5px;
  font-size: 1.04rem;
}
.process-list p {
  margin: 0;
  color: #b3c2ca;
  font-size: 0.88rem;
  line-height: 1.43;
}
.faq-list {
  margin-top: 52px;
  border-top: 1px solid var(--sc-line);
}
.faq-list details {
  border-bottom: 1px solid var(--sc-line);
}
.faq-list summary {
  position: relative;
  padding: 21px 38px 21px 0;
  cursor: pointer;
  list-style: none;
  font-size: 0.94rem;
  font-weight: 700;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 13px;
  color: var(--brd-blue);
  font-size: 1.5rem;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list p {
  max-width: 65ch;
  margin: 0;
  padding: 0 28px 22px 0;
  color: #b4c4cc;
  font-size: 0.86rem;
  line-height: 1.5;
}
.final-cta {
  padding-block: 110px;
  background: linear-gradient(100deg, #061a2d, #092b48);
  border-top: 1px solid rgba(45, 180, 244, 0.52);
}
.final-cta > .site-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}
.final-cta > .site-shell::before {
  content: "◈";
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(45, 180, 244, 0.75);
  border-radius: 50%;
  color: var(--brd-blue);
  font-size: 1.6rem;
}
.final-cta .sc-kicker {
  display: none;
}
.final-cta-copy h2 {
  max-width: 27ch;
  font-size: clamp(2.2rem, 3.2vw, 3rem);
}
.final-cta-copy p {
  max-width: 55ch;
  margin: 10px 0 0;
  color: #c4d3da;
  font-size: 0.96rem;
}
.final-cta .sc-button {
  min-width: 222px;
}
.site-footer {
  padding: 78px 0 30px;
  border: 0;
  background: #050b10;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.7fr 0.8fr;
  align-items: start;
  gap: 54px;
}
.footer-brand img {
  width: 155px;
}
.footer-copy {
  max-width: 36ch;
  margin: 16px 0 0;
  color: #9eafb9;
  font-size: 0.76rem;
  line-height: 1.6;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-column strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.76rem;
}
.footer-column a,
.footer-column span {
  color: #aabac3;
  font-size: 0.74rem;
  text-decoration: none;
}
.footer-column a:hover {
  color: var(--brd-blue);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 55px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #71808a;
  font-size: 0.68rem;
}
@media (max-width: 1100px) {
  .site-shell {
    width: min(1180px, calc(100% - 48px));
  }
  .sc-nav-links {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav summary {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 750;
  }
  .mobile-nav-panel {
    position: fixed;
    z-index: 150;
    top: 69px;
    right: 16px;
    left: 16px;
    display: grid;
    padding: 12px;
    border: 1px solid var(--sc-line);
    border-radius: 10px;
    background: #09141d;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
  }
  .mobile-nav-panel a,
  .mobile-nav-panel span {
    padding: 9px 12px;
    text-decoration: none;
  }
  .mobile-nav-panel a {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 650;
  }
  .mobile-nav-panel span {
    color: var(--brd-blue);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .hero-layout {
    grid-template-columns: 0.85fr 1.15fr;
  }
  .hero-copy {
    padding-right: 30px;
  }
  .hero-visual {
    margin-right: -40px;
  }
  .application-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .application-list article:nth-child(4) {
    border-left: 0;
  }
  .press-layout {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .equipment > .site-shell {
    gap: 50px;
  }
  .final-cta > .site-shell {
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .site-shell {
    width: calc(100% - 32px);
  }
  .sc-nav {
    min-height: 70px;
    gap: 10px;
  }
  .sc-logo img {
    width: 112px;
  }
  .sc-nav nav {
    gap: 8px;
  }
  .sc-button-small {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 0;
  }
  .sc-button-small::after {
    content: "Orçamento";
    font-size: 0.7rem;
  }
  .sc-hero {
    padding-top: 24px;
  }
  .hero-layout,
  .operation-layout,
  .equipment > .site-shell,
  .press-layout,
  .differential-layout,
  .intro-grid,
  .process-faq-layout {
    grid-template-columns: 1fr;
  }
  .hero-layout {
    min-height: 0;
  }
  .hero-copy {
    padding: 40px 0 34px;
  }
  .hero-copy h1 {
    max-width: 12.5ch;
    font-size: clamp(2.45rem, 11vw, 3.5rem);
  }
  .hero-visual {
    min-height: 430px;
    margin: 0;
    border-radius: 10px;
  }
  .hero-visual::before {
    background: linear-gradient(180deg, transparent 40%, rgba(6, 17, 26, 0.75));
  }
  .proof-strip {
    max-width: none;
  }
  .proof-strip li {
    min-width: 0;
    flex: 1;
    padding: 0 10px;
  }
  .proof-strip li:first-child {
    padding-left: 0;
  }
  .sc-section {
    padding-block: 76px;
  }
  .operation-layout {
    gap: 30px;
  }
  .operation-points {
    margin-top: 24px;
  }
  .operation .video-shell {
    aspect-ratio: 16/10;
  }
  .equipment > .site-shell {
    gap: 34px;
  }
  .equip-visual {
    max-width: 600px;
  }
  .equipment-gallery-controls {
    right: 14px;
    bottom: 14px;
  }
  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spec-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .spec-list article:nth-child(4) {
    border-left: 0;
    padding-left: 0;
  }
  .application-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .application-list article,
  .application-list article:nth-child(4) {
    border-left: 1px solid var(--sc-line);
  }
  .application-list article:nth-child(odd) {
    border-left: 0;
  }
  .press-copy {
    order: 0;
  }
  .press-visual {
    max-width: 600px;
  }
  .logo-trust {
    gap: 13px;
  }
  .logo-trust img {
    height: 160px;
  }
  .process-faq-layout {
    gap: 58px;
  }
  .process-list,
  .faq-list {
    margin-top: 34px;
  }
  .process-list {
    margin-bottom: 30px;
  }
  .final-cta > .site-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .final-cta > .site-shell::before {
    display: none;
  }
  .final-cta .sc-button {
    justify-self: start;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
  .footer-about {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    margin-top: 36px;
  }
}
@media (max-width: 440px) {
  .sc-logo img {
    width: 102px;
  }
  .mobile-nav summary {
    font-size: 0;
  }
  .mobile-nav summary::after {
    content: "Menu";
    font-size: 0.7rem;
  }
  .hero-actions {
    display: grid;
  }
  .hero-actions .sc-button {
    width: 100%;
  }
  .hero-visual {
    min-height: 370px;
  }
  .proof-strip strong {
    font-size: 0.9rem;
  }
  .proof-strip span {
    font-size: 0.58rem;
  }
  .video-overlay {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
  .video-play {
    width: 49px;
    height: 49px;
    flex-basis: 49px;
  }
  .video-overlay div > span {
    font-size: 0.66rem;
  }
  .equipment-grid {
    grid-template-columns: 1fr;
  }
  .spec-list {
    grid-template-columns: 1fr 1fr;
  }
  .spec-list article:nth-child(4) {
    border-left: 1px solid var(--sc-line);
    padding-left: 10px;
  }
  .spec-list article:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
  .application-list {
    grid-template-columns: 1fr;
  }
  .application-list article,
  .application-list article:nth-child(4) {
    min-height: 0;
    padding: 22px 0;
    border-left: 0;
    align-items: flex-start;
    text-align: left;
  }
  .application-list h3 {
    min-height: 0;
    margin-top: 14px;
  }
  .logo-trust {
    grid-template-columns: 1fr;
  }
  .logo-trust img {
    height: auto;
  }
  .process-list {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-about {
    grid-column: auto;
  }
}
