:root {
  --blue: #073d8f;
  --blue-900: #061f49;
  --red: #e30613;
  --ink: #101828;
  --text: #344054;
  --muted: #667085;
  --line: #d9e0ea;
  --paper: #f7f9fc;
  --blue-soft: #eef5ff;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(7, 61, 143, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(7, 61, 143, 0.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 61, 143, 0.02) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
  line-height: 1.55;
}

h1,
h2,
h3,
.brand,
.main-nav,
.button,
.eyebrow {
  font-family: Sora, Manrope, Arial, sans-serif;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px clamp(22px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(7, 61, 143, 0.12);
  box-shadow: 0 10px 30px rgba(7, 61, 143, 0.07);
  backdrop-filter: blur(16px);
}

.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(22vw, 330px);
  height: 100%;
  background: linear-gradient(132deg, var(--blue-900) 0 54%, transparent 54%);
  pointer-events: none;
  z-index: -1;
}

.brand {
  display: flex;
  align-items: center;
  width: clamp(270px, 24vw, 380px);
  min-height: 70px;
  padding: 8px 14px;
  background: var(--white);
}

.brand img {
  width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 800;
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: var(--red);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 124px clamp(22px, 5vw, 76px) 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 38%, rgba(7, 61, 143, 0.1), transparent 30%),
    linear-gradient(112deg, #ffffff 0 58%, #eef5ff 58% 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  left: 0;
  top: 0;
  width: min(20vw, 310px);
  height: 100%;
  background: linear-gradient(135deg, var(--blue-900) 0 47%, transparent 47%);
}

.hero::after {
  right: 0;
  top: 0;
  width: min(17vw, 270px);
  height: 100%;
  background: linear-gradient(225deg, var(--blue) 0 43%, transparent 43%);
}

.hero-card {
  position: relative;
  z-index: 2;
  width: min(1480px, 100%);
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-card::before {
  left: -22px;
  top: -22px;
  width: 118px;
  height: 118px;
  border-top: 3px solid var(--red);
  border-left: 3px solid var(--blue);
  background: transparent;
}

.hero-card::after {
  right: -34px;
  top: -26px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(227, 6, 19, 0.34);
  transform: rotate(45deg);
}

.hero-mark {
  position: absolute;
  right: 7%;
  bottom: 4%;
  width: min(520px, 42vw);
  opacity: 0.035;
  pointer-events: none;
}

.hero-brand {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 28px;
}

.hero-brand span {
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent);
}

.hero-logo {
  width: min(360px, 100%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  gap: clamp(38px, 5vw, 76px);
  align-items: center;
}

.hero-content {
  max-width: 660px;
  padding: 24px 0 24px 26px;
  border-left: 4px solid var(--red);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.area-content h2,
.precision h2,
.why-heading h2,
.contact h2 {
  margin: 0;
  color: var(--blue-900);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(38px, 4.1vw, 58px);
  text-transform: none;
}

.hero-lead {
  max-width: 670px;
  margin: 22px 0 0;
  color: #25344a;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
}

.button.secondary {
  border: 1px solid var(--blue);
  color: var(--blue);
}

.contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.contact-line a {
  padding: 10px 14px;
  border: 1px solid rgba(7, 61, 143, 0.16);
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
}

.hero-photo {
  margin: 0;
  height: 410px;
  overflow: hidden;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  box-shadow: 0 24px 68px rgba(7, 31, 74, 0.14);
  background: var(--white);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-proof {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 230px;
  padding: 20px;
  border-left: 4px solid var(--red);
  background: var(--white);
  box-shadow: 0 20px 54px rgba(7, 61, 143, 0.16);
}

.hero-proof strong {
  display: block;
  color: var(--red);
  font-size: 42px;
  line-height: 1;
}

.hero-proof span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.hero-footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: rgba(7, 61, 143, 0.11);
  border: 1px solid rgba(7, 61, 143, 0.11);
}

.hero-footer a,
.hero-footer span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 14px;
  background: var(--white);
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.capabilities-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capabilities-strip span {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-right: 1px solid var(--line);
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.capabilities-strip span:last-child {
  border-right: 0;
}

.section,
.why,
.contact,
.precision,
.technical-block,
.detail-section,
.request-guide,
.innovation-showcase,
.tool-solutions,
.work-with,
.case-section,
.location-section {
  padding: 118px clamp(22px, 5vw, 76px);
}

.section-heading {
  max-width: 960px;
  margin-bottom: 52px;
}

.section-heading h2,
.area-content h2,
.precision h2,
.why-heading h2,
.contact h2 {
  font-size: clamp(34px, 4.8vw, 62px);
}

.company {
  background:
    linear-gradient(90deg, rgba(7, 61, 143, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 61, 143, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 46px 46px;
}

.company-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 94px);
}

.company-copy {
  color: var(--text);
  font-size: 19px;
  font-weight: 500;
}

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

.values article,
.sector-grid article,
.why-grid article {
  position: relative;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(7, 61, 143, 0.045);
}

.values article::before,
.sector-grid article::before,
.why-grid article::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 24px;
  width: 46px;
  height: 3px;
  background: var(--red);
}

.values span,
.sector-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--blue);
  font-weight: 800;
}

h3 {
  margin: 0 0 10px;
  color: var(--blue-900);
  font-size: 21px;
  line-height: 1.18;
}

p {
  margin-top: 0;
}

article p {
  color: var(--muted);
}

.technical-block {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.technical-heading {
  position: sticky;
  top: 130px;
}

.technical-heading h2,
.detail-copy h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 800;
  line-height: 1.04;
}

.technical-heading p:not(.eyebrow),
.detail-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 20px;
  color: #25344a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.72;
}

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

.technical-grid article,
.detail-list article {
  position: relative;
  min-height: 238px;
  padding: 30px;
  border: 1px solid rgba(7, 61, 143, 0.14);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(7, 61, 143, 0.055);
}

.technical-grid article::before,
.detail-list article::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 26px;
  width: 48px;
  height: 3px;
  background: var(--red);
}

.technical-grid span {
  display: block;
  margin-bottom: 46px;
  color: var(--blue);
  font-weight: 900;
}

.technical-grid p,
.detail-list p {
  margin-bottom: 0;
  color: var(--text);
  font-weight: 500;
}

.detail-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 255, 0.84)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.detail-section-light {
  background: var(--white);
}

.detail-copy {
  padding-left: 24px;
  border-left: 4px solid var(--red);
}

.detail-list h3 {
  margin-top: 38px;
}

.precision {
  display: grid;
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
  background: linear-gradient(90deg, var(--white), var(--blue-soft));
}

.precision-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
}

.precision figure {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 22px 64px rgba(7, 61, 143, 0.14);
}

.precision img {
  width: 100%;
}

.area {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 720px;
  background: var(--white);
}

.area-shop {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  background: var(--blue-soft);
}

.area-image {
  margin: 0;
  min-height: 520px;
  overflow: hidden;
}

.area-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 6vw, 88px);
}

.area-content > p:not(.eyebrow) {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.service-list article {
  padding: 20px;
  border: 1px solid rgba(7, 61, 143, 0.14);
  background: rgba(255, 255, 255, 0.94);
}

.service-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.sectors {
  background: var(--white);
}

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

.why {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 6vw, 94px);
  background: var(--blue-soft);
}

.why-heading {
  align-self: start;
  position: sticky;
  top: 130px;
}

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

.gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  background: var(--white);
}

.gallery figure {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.quote {
  padding: 100px clamp(22px, 5vw, 76px);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote blockquote {
  max-width: 1160px;
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.quote blockquote::before {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  margin-bottom: 28px;
  background: var(--red);
}

.request-guide {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(247, 249, 252, 0.96), rgba(255, 255, 255, 0.98));
  border-bottom: 1px solid var(--line);
}

.request-heading h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 800;
  line-height: 1.04;
}

.request-grid {
  display: grid;
  gap: 12px;
}

.request-grid article {
  position: relative;
  padding: 28px 30px 28px 88px;
  border: 1px solid rgba(7, 61, 143, 0.14);
  background: var(--white);
  box-shadow: 0 14px 36px rgba(7, 61, 143, 0.055);
}

.request-grid article::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 34px;
  width: 34px;
  height: 34px;
  border: 2px solid var(--red);
  background: linear-gradient(135deg, var(--white) 0 48%, var(--red) 48% 54%, var(--white) 54%);
}

.request-grid p {
  margin-bottom: 0;
  color: var(--text);
  font-weight: 500;
}

.contact {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(255,255,255,0.99) 0 48%, rgba(238,245,255,0.96) 48% 100%),
    url("assets/photos/recepcion-amplia-grupo-origen.png?v=2") center / cover;
}

.contact::before,
.contact::after {
  display: none;
}

.contact::before {
  left: 0;
  top: 0;
  width: min(20vw, 330px);
  height: 100%;
  background: linear-gradient(135deg, rgba(6, 31, 73, 0.98) 0 45%, transparent 45%);
}

.contact::after {
  right: -86px;
  bottom: -86px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(227, 6, 19, 0.26);
  transform: rotate(45deg);
}

.contact-old {
  display: none;
}

.contact-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.82fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  width: min(1480px, 100%);
  margin: 0 auto;
}

.contact-intro {
  padding-left: clamp(0px, 2vw, 26px);
}

.contact-intro p:not(.eyebrow) {
  max-width: 790px;
  color: #25344a;
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 600;
  line-height: 1.72;
}

.contact-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 790px;
  margin: 32px 0 28px;
  border: 1px solid rgba(7, 61, 143, 0.14);
  background: rgba(7, 61, 143, 0.12);
  box-shadow: 0 20px 52px rgba(7, 61, 143, 0.1);
}

.contact-kpis article {
  min-height: 132px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.98);
}

.contact-kpis strong,
.contact-kpis span {
  display: block;
}

.contact-kpis strong {
  color: var(--red);
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 0.95;
}

.contact-kpis span {
  max-width: 170px;
  margin-top: 12px;
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.contact-actions {
  margin: 0 0 18px;
}

.whatsapp-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  max-width: 790px;
  min-height: 94px;
  padding: 22px 26px;
  border: 1px solid rgba(18, 183, 106, 0.26);
  background: linear-gradient(90deg, #ffffff, #f3fff9);
  box-shadow: 0 24px 58px rgba(7, 61, 143, 0.13);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-card strong {
  display: block;
}

.whatsapp-card strong {
  color: var(--blue-900);
  font-size: 20px;
  line-height: 1.2;
}

.whatsapp-card:hover,
.contact-methods a:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 66px rgba(7, 61, 143, 0.16);
}

.contact-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #12b76a;
  color: var(--white);
  font-weight: 900;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 790px;
}

.contact-methods a {
  position: relative;
  display: flex;
  min-height: 154px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(7, 61, 143, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(7, 61, 143, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-methods a::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  width: 44px;
  height: 3px;
  background: var(--red);
}

.contact-methods strong,
.contact-methods span,
.contact-methods em {
  display: block;
}

.contact-methods strong {
  margin-top: 18px;
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-methods span {
  margin-top: 8px;
  color: var(--blue-900);
  font-size: 17px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-methods em {
  margin-top: 18px;
  color: var(--red);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form {
  position: relative;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(7, 61, 143, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
  box-shadow: 0 32px 78px rgba(7, 31, 73, 0.18);
}

.contact-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--red));
}

.form-head h3 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(25px, 2.2vw, 34px);
}

.form-head p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.field {
  display: grid;
  gap: 8px;
}

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

.field span {
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(7, 61, 143, 0.18);
  border-radius: 0;
  padding: 14px 15px;
  background: #fbfdff;
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  outline: none;
}

.field textarea {
  min-height: 138px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(7, 61, 143, 0.08);
}

.submit-button {
  width: 100%;
  min-height: 58px;
  margin-top: 20px;
  border: 0;
  background: var(--blue);
  color: var(--white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.submit-button:hover {
  background: var(--blue-900);
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 14px;
}

.footer img {
  width: min(300px, 60vw);
}

.footer p {
  margin: 0;
}

/* Premium cleanup: controlled brand accents, no decorative overlays over text. */
.site-header::before,
.hero::before,
.hero::after,
.hero-card::before,
.hero-card::after,
.contact::before,
.contact::after {
  display: none;
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(7, 61, 143, 0.1);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

.brand {
  background: transparent;
  padding-left: 0;
}

.hero {
  min-height: 820px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 252, 0.98)),
    radial-gradient(circle at 78% 34%, rgba(7, 61, 143, 0.08), transparent 34%);
}

.hero-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-mark {
  display: none;
}

.hero-content {
  border-left: 0;
  padding-left: 0;
}

.hero-content::before,
.detail-copy::before {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, var(--red), var(--blue));
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(38px, 3.8vw, 56px);
  line-height: 1.05;
}

.section-heading h2,
.area-content h2,
.precision h2,
.why-heading h2,
.contact h2 {
  font-size: clamp(34px, 4.2vw, 56px);
}

.hero-lead,
.company-copy,
.area-content > p:not(.eyebrow),
.technical-heading p:not(.eyebrow),
.detail-copy p:not(.eyebrow),
.contact-intro p:not(.eyebrow) {
  color: #27364c;
  font-weight: 500;
}

.hero-photo {
  clip-path: none;
  border-radius: 8px;
  box-shadow: 0 28px 72px rgba(16, 24, 40, 0.16);
}

.hero-proof,
.values article,
.sector-grid article,
.why-grid article,
.technical-grid article,
.detail-list article,
.request-grid article,
.contact-methods a,
.contact-form,
.whatsapp-card {
  border-radius: 8px;
}

.hero-proof {
  box-shadow: 0 22px 50px rgba(16, 24, 40, 0.13);
}

.button.primary,
.submit-button {
  border-radius: 6px;
  background: linear-gradient(135deg, var(--blue), var(--blue-900));
  box-shadow: 0 14px 28px rgba(7, 61, 143, 0.18);
}

.capabilities-strip {
  border-color: rgba(7, 61, 143, 0.1);
}

.capabilities-strip span {
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.96);
}

.company,
.technical-block,
.detail-section,
.request-guide,
.why,
.contact {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 252, 0.98));
}

.precision {
  background:
    linear-gradient(180deg, #ffffff, #f7f9fc);
}

.area-shop {
  background: #f7f9fc;
}

.values article,
.sector-grid article,
.why-grid article,
.technical-grid article,
.detail-list article,
.request-grid article,
.service-list article,
.contact-methods a,
.contact-form,
.whatsapp-card {
  border: 1px solid rgba(7, 61, 143, 0.11);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.07);
}

.values article::before,
.sector-grid article::before,
.why-grid article::before,
.technical-grid article::before,
.detail-list article::before,
.contact-methods a::before {
  background: linear-gradient(90deg, var(--red), rgba(227, 6, 19, 0.28));
}

.detail-copy {
  border-left: 0;
  padding-left: 0;
}

.request-grid article::before {
  border-color: rgba(227, 6, 19, 0.75);
  background: var(--white);
}

.contact {
  overflow: visible;
}

.contact-kpis {
  border-radius: 8px;
  background: rgba(7, 61, 143, 0.08);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
}

.contact-kpis article {
  background: rgba(255, 255, 255, 0.98);
}

.whatsapp-card {
  background: linear-gradient(135deg, #ffffff, #f6fff9);
}

.button.tertiary,
.section-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid rgba(7, 61, 143, 0.18);
  border-radius: 6px;
  background: var(--white);
  color: var(--blue-900);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.innovation-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  border-top: 1px solid rgba(7, 61, 143, 0.08);
  border-bottom: 1px solid rgba(7, 61, 143, 0.08);
}

.innovation-copy h2,
.tool-heading h2,
.work-heading h2,
.case-heading h2,
.location-copy h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(32px, 4.1vw, 54px);
  font-weight: 800;
  line-height: 1.04;
}

.innovation-copy p:not(.eyebrow),
.location-copy p {
  max-width: 720px;
  margin-top: 20px;
  color: #27364c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
}

.innovation-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.innovation-points article {
  padding: 22px;
  border: 1px solid rgba(7, 61, 143, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.07);
}

.innovation-points strong,
.innovation-points span {
  display: block;
}

.innovation-points strong {
  color: var(--red);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.innovation-points span {
  margin-top: 10px;
  color: var(--blue-900);
  font-weight: 800;
}

.innovation-image,
.tool-card {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 76px rgba(16, 24, 40, 0.12);
}

.innovation-image img,
.tool-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tool-solutions {
  background: #ffffff;
}

.tool-heading {
  max-width: 980px;
  margin-bottom: 42px;
}

.tool-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.62fr);
  gap: 18px;
  align-items: stretch;
}

.tool-card {
  position: relative;
  min-height: 520px;
}

.tool-card-large {
  grid-row: span 2;
}

.tool-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.12);
}

.tool-card strong,
.tool-card span {
  display: block;
}

.tool-card strong {
  color: var(--blue-900);
  font-size: 20px;
}

.tool-card span {
  margin-top: 6px;
  color: var(--text);
  font-weight: 600;
}

.tool-note {
  padding: 30px;
  border: 1px solid rgba(7, 61, 143, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.07);
}

.tool-note p {
  color: var(--text);
  font-weight: 500;
}

.work-with {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
  background: #ffffff;
  border-top: 1px solid rgba(7, 61, 143, 0.08);
}

.work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.work-tags span {
  padding: 13px 16px;
  border: 1px solid rgba(7, 61, 143, 0.13);
  border-radius: 999px;
  background: #f7f9fc;
  color: var(--blue-900);
  font-weight: 800;
}

.case-section {
  background: linear-gradient(180deg, #f7f9fc, #ffffff);
}

.case-heading {
  max-width: 980px;
  margin-bottom: 42px;
}

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

.case-grid article {
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(7, 61, 143, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.07);
}

.case-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--red);
  font-weight: 900;
}

.case-grid p {
  color: var(--text);
}

.case-grid a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--red);
  font-weight: 900;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: stretch;
  background: #ffffff;
  border-top: 1px solid rgba(7, 61, 143, 0.08);
}

.map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(16, 24, 40, 0.11);
}

.mobile-quick-actions {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 80;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(7, 61, 143, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(16, 24, 40, 0.16);
  backdrop-filter: blur(14px);
}

.mobile-quick-actions a {
  min-height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
}

.mobile-quick-actions a:last-child {
  background: #12b76a;
}

@media (max-width: 1160px) {
  .hero,
  .precision,
  .area,
  .area-shop,
  .technical-block,
  .detail-section,
  .request-guide,
  .innovation-showcase,
  .tool-grid,
  .work-with,
  .location-section,
  .why,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout,
  .hero-brand,
  .hero-footer,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 820px;
  }

  .hero-photo {
    height: 360px;
  }

  .area {
    min-height: auto;
  }

  .area-shop .area-content {
    order: 2;
  }

  .area-shop .area-image {
    order: 1;
  }

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

  .why-heading {
    position: static;
  }

  .technical-heading {
    position: static;
  }
}

@media (max-width: 980px) {
  .hero-layout {
    gap: 30px;
  }

  .hero-photo {
    clip-path: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 12px 18px;
  }

  .site-header::before,
  .hero::before,
  .hero::after {
    display: none;
  }

  .brand {
    width: min(292px, 70vw);
    min-height: 62px;
    padding: 8px 0;
  }

  .brand img {
    max-height: 48px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 86px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 13px 14px;
  }

  .nav-cta {
    border-radius: 0;
  }

  .hero {
    padding: 112px 20px 44px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-card {
    padding: 0;
  }

  .hero-brand {
    margin-bottom: 22px;
  }

  .hero-brand span {
    display: none;
  }

  .hero-logo {
    width: min(270px, 100%);
  }

  .hero-content {
    padding: 18px 0 18px 18px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-photo {
    height: 240px;
    clip-path: none;
  }

  .hero-proof {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
    padding: 16px;
  }

  .hero-proof strong {
    font-size: 34px;
  }

  .hero-footer a,
  .hero-footer span {
    min-height: 48px;
    font-size: 12px;
  }

  .capabilities-strip,
  .company-layout,
  .values,
  .service-list,
  .sector-grid,
  .technical-grid,
  .detail-list,
  .why-grid,
  .gallery,
  .contact-kpis,
  .contact-methods,
  .form-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .capabilities-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section,
  .why,
  .contact,
  .precision,
  .technical-block,
  .detail-section,
  .request-guide,
  .innovation-showcase,
  .tool-solutions,
  .work-with,
  .case-section,
  .location-section {
    padding: 72px 20px;
  }

  .area-content {
    padding: 58px 20px;
  }

  .section-heading h2,
  .area-content h2,
  .precision h2,
  .technical-heading h2,
  .detail-copy h2,
  .request-heading h2,
  .innovation-copy h2,
  .tool-heading h2,
  .work-heading h2,
  .case-heading h2,
  .location-copy h2,
  .why-heading h2,
  .contact h2 {
    font-size: 34px;
  }

  .detail-copy {
    padding-left: 18px;
  }

  .technical-grid article,
  .detail-list article {
    min-height: auto;
    padding: 24px;
  }

  .request-grid article {
    padding: 78px 24px 24px;
  }

  .request-grid article::before {
    left: 24px;
    top: 24px;
  }

  .area-image,
  .gallery figure {
    min-height: 330px;
  }

  .innovation-points,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .tool-card,
  .tool-card-large {
    min-height: 420px;
    grid-row: auto;
  }

  .map-frame {
    min-height: 340px;
  }

  .contact::before,
  .contact::after {
    display: none;
  }

  .contact-intro {
    padding-left: 0;
  }

  .whatsapp-card {
    grid-template-columns: 50px 1fr;
    padding: 18px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-methods a {
    min-height: auto;
  }

  .contact-kpis article {
    min-height: auto;
  }

  .contact-kpis span {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 32px;
  }

  .button {
    width: 100%;
  }

  .mobile-quick-actions {
    display: grid;
  }

  .footer {
    padding-bottom: 92px;
  }
}

.language-box {
  min-width: 170px;
  display: grid;
  gap: 4px;
  padding: 8px 10px;
  border: 1px solid rgba(7, 61, 143, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.language-box > span {
  color: var(--blue-900);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.goog-te-gadget {
  color: transparent !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 0 !important;
}

.goog-te-gadget select {
  width: 100%;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: var(--blue-900);
  font: 800 12px Montserrat, Arial, sans-serif;
  outline: none;
}

.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

body > .skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.global-positioning,
.solutions,
.international {
  padding: 118px clamp(22px, 5vw, 76px);
}

.global-positioning {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 245, 255, 0.86)),
    var(--white);
  border-bottom: 1px solid rgba(7, 61, 143, 0.08);
}

.global-copy h2,
.solutions .section-heading h2,
.international-copy h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1.04;
}

.global-copy p:not(.eyebrow),
.international-copy p {
  max-width: 760px;
  margin-top: 20px;
  color: #27364c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
}

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

.global-metrics article,
.solutions-grid article,
.international-list article {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(7, 61, 143, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.07);
}

.global-metrics article {
  min-height: 230px;
}

.global-metrics strong {
  display: block;
  color: var(--red);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
}

.global-metrics span {
  display: block;
  margin-top: 18px;
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.solutions {
  background: var(--white);
}

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

.solutions-grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.solutions-grid article::before,
.international-list article::before {
  content: "";
  width: 52px;
  height: 3px;
  margin-bottom: 26px;
  background: linear-gradient(90deg, var(--red), rgba(227, 6, 19, 0.28));
}

.solutions-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--blue);
  font-weight: 900;
}

.solutions-grid p,
.international-list p {
  color: var(--text);
  font-weight: 500;
}

.solutions-grid a {
  margin-top: auto;
  color: var(--red);
  font-weight: 900;
}

.international {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  border-top: 1px solid rgba(7, 61, 143, 0.08);
  border-bottom: 1px solid rgba(7, 61, 143, 0.08);
}

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

@media (max-width: 1280px) {
  .site-header {
    gap: 16px;
  }

  .main-nav {
    gap: 16px;
    font-size: 12px;
  }

  .brand {
    width: clamp(230px, 21vw, 330px);
  }
}

@media (max-width: 1160px) {
  .global-positioning,
  .international {
    grid-template-columns: 1fr;
  }

  .solutions-grid,
  .global-metrics,
  .international-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 820px) {
  .language-box {
    order: 3;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    top: 132px;
  }

  .global-positioning,
  .solutions,
  .international {
    padding: 72px 20px;
  }

  .solutions-grid,
  .global-metrics,
  .international-list {
    grid-template-columns: 1fr;
  }

  .global-copy h2,
  .solutions .section-heading h2,
  .international-copy h2 {
    font-size: 34px;
  }
}

/* Premium industrial pass: stronger editorial hero, sharper hierarchy and a fuller corporate footer. */
.hero {
  min-height: 900px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0 50%, rgba(241, 246, 252, 0.96) 50% 100%),
    radial-gradient(circle at 78% 30%, rgba(227, 6, 19, 0.08), transparent 28%);
}

.hero-card {
  width: min(1540px, 100%);
}

.hero-brand {
  grid-template-columns: minmax(260px, 430px) 1fr;
  margin-bottom: 22px;
}

.hero-logo {
  width: min(430px, 100%);
}

.hero-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(42px, 4.7vw, 74px);
  line-height: 0.98;
}

.hero-lead {
  max-width: 760px;
  font-size: clamp(18px, 1.4vw, 23px);
  line-height: 1.62;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-badges span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(7, 61, 143, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-visual {
  min-height: 560px;
  display: grid;
  align-items: end;
}

.hero-photo {
  border-radius: 10px;
}

.hero-photo-main {
  height: 560px;
  box-shadow: 0 34px 90px rgba(16, 24, 40, 0.18);
}

.hero-photo-main img {
  object-position: center;
}

.hero-photo-support {
  position: absolute;
  left: -34px;
  bottom: -36px;
  width: min(330px, 43%);
  height: 210px;
  border: 8px solid var(--white);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.18);
}

.hero-proof {
  left: auto;
  right: 24px;
  bottom: 24px;
  width: 260px;
  border-left: 0;
  border-top: 4px solid var(--red);
}

.hero-proof strong {
  font-size: 48px;
}

.hero-footer {
  margin-top: 56px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
}

.hero-footer a,
.hero-footer span {
  min-height: 76px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.hero-footer small {
  display: block;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.global-positioning {
  border-top: 1px solid rgba(7, 61, 143, 0.08);
}

.solutions-grid article:nth-child(1),
.solutions-grid article:nth-child(3),
.case-grid article:nth-child(2),
.why-grid article:nth-child(1) {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.tool-solutions {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.tool-card {
  box-shadow: 0 34px 84px rgba(16, 24, 40, 0.13);
}

.tool-card figcaption {
  border: 1px solid rgba(7, 61, 143, 0.1);
}

.footer {
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(34px, 6vw, 92px);
  padding-top: 48px;
  padding-bottom: 48px;
  background:
    linear-gradient(135deg, #ffffff, #f7f9fc);
}

.footer-brand img {
  width: min(360px, 76vw);
}

.footer-brand p {
  max-width: 470px;
  margin-top: 18px;
  color: var(--blue-900);
  font-weight: 700;
}

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

.footer-columns div {
  display: grid;
  gap: 8px;
}

.footer-columns strong {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-columns a,
.footer-columns span {
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1160px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-photo-main {
    height: 500px;
  }

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

@media (max-width: 820px) {
  .hero {
    padding-top: 150px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-content {
    padding-left: 0;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-photo-main {
    height: 360px;
  }

  .hero-photo-support {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 190px;
    margin-top: 12px;
    border: 0;
  }

  .hero-proof {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }

  .hero-footer {
    margin-top: 28px;
  }
}

/* 9/10 premium direction: editorial rhythm, technical ledger layouts and restrained brand accents. */
:root {
  --premium-navy: #051a3b;
  --premium-ink: #0c1728;
  --premium-surface: #fbfcfe;
}

body {
  color: var(--premium-ink);
  background: #f4f7fb;
}

.site-header {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 18px 46px rgba(5, 26, 59, 0.08);
}

.brand {
  width: clamp(245px, 20vw, 340px);
}

.brand img {
  max-height: 50px;
}

.main-nav a {
  position: relative;
}

.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.language-box {
  min-width: 148px;
  padding: 6px 9px;
  box-shadow: none;
}

.hero {
  min-height: 940px;
  padding-top: 118px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0 47%, rgba(244, 247, 251, 0.86) 47% 100%),
    linear-gradient(180deg, #ffffff, #f4f7fb);
}

.hero::before {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: rgba(7, 61, 143, 0.12);
}

.hero-card {
  display: grid;
  gap: 0;
}

.hero-brand {
  align-items: end;
  margin-bottom: 34px;
}

.hero-brand span {
  height: 1px;
  background: linear-gradient(90deg, rgba(227, 6, 19, 0.8), rgba(7, 61, 143, 0.12), transparent);
}

.hero-content::before {
  width: 110px;
  height: 2px;
  background: var(--red);
}

.hero h1 {
  letter-spacing: -0.035em;
}

.hero-lead {
  max-width: 720px;
}

.hero-badges span {
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(5, 26, 59, 0.06);
}

.hero-actions {
  margin-top: 34px;
}

.button.primary {
  min-height: 56px;
  padding-inline: 26px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -18px;
  width: 44%;
  height: 44%;
  border-top: 1px solid rgba(227, 6, 19, 0.55);
  border-left: 1px solid rgba(7, 61, 143, 0.2);
  pointer-events: none;
  z-index: 2;
}

.hero-photo-main {
  height: 590px;
  border: 1px solid rgba(7, 61, 143, 0.12);
  background: #0a0f18;
}

.hero-photo-main img {
  filter: saturate(1.02) contrast(1.03);
}

.hero-photo-support {
  border-radius: 8px;
}

.hero-proof {
  border-radius: 8px;
}

.hero-specs {
  display: grid;
  grid-template-columns: 0.88fr 1fr 1.12fr;
  gap: 1px;
  margin-top: 18px;
  border: 1px solid rgba(7, 61, 143, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(7, 61, 143, 0.1);
}

.hero-specs article {
  min-height: 96px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.96);
}

.hero-specs span,
.hero-specs strong {
  display: block;
}

.hero-specs span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-specs strong {
  margin-top: 8px;
  color: var(--blue-900);
  font-size: 14px;
  line-height: 1.35;
}

.capabilities-strip {
  background: var(--premium-navy);
}

.capabilities-strip span {
  min-height: 70px;
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
}

.global-positioning {
  background: #ffffff;
}

.global-metrics {
  gap: 0;
  border: 1px solid rgba(7, 61, 143, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.global-metrics article {
  border: 0;
  border-right: 1px solid rgba(7, 61, 143, 0.1);
  border-radius: 0;
  box-shadow: none;
}

.global-metrics article:last-child {
  border-right: 0;
}

.solutions {
  background: #f4f7fb;
}

.solutions .section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: end;
  max-width: none;
}

.solutions-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(7, 61, 143, 0.12);
  border-bottom: 1px solid rgba(7, 61, 143, 0.12);
}

.solutions-grid article {
  min-height: auto;
  display: grid;
  grid-template-columns: 90px minmax(220px, 0.42fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border: 0;
  border-bottom: 1px solid rgba(7, 61, 143, 0.1);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

.solutions-grid article:last-child {
  border-bottom: 0;
}

.solutions-grid article::before {
  display: none;
}

.solutions-grid span {
  margin: 0;
  color: var(--red);
  font-size: 13px;
}

.solutions-grid h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 30px);
}

.solutions-grid p {
  margin: 0;
  color: #344054;
}

.solutions-grid a {
  white-space: nowrap;
}

.technical-block,
.detail-section,
.request-guide,
.international {
  background: #ffffff;
}

.technical-grid article,
.detail-list article,
.request-grid article,
.international-list article,
.case-grid article,
.why-grid article,
.values article {
  box-shadow: none;
}

.precision {
  background: var(--premium-navy);
}

.precision h2,
.precision-copy p:not(.eyebrow) {
  color: #ffffff;
}

.precision .eyebrow {
  color: #ffb4ba;
}

.precision figure {
  border-radius: 10px;
}

.innovation-showcase {
  background: linear-gradient(180deg, #ffffff, #f4f7fb);
}

.tool-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
}

.tool-card {
  border-radius: 10px;
}

.tool-card figcaption {
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.area {
  border-top: 1px solid rgba(7, 61, 143, 0.1);
  border-bottom: 1px solid rgba(7, 61, 143, 0.1);
}

.area-image {
  min-height: 620px;
}

.area-content {
  background: #ffffff;
}

.area-shop .area-content {
  background: #f8fbff;
}

.service-list article {
  box-shadow: none;
}

.contact {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0 52%, rgba(244, 247, 251, 0.94) 52% 100%);
}

.contact-form {
  border-radius: 10px;
}

.footer {
  border-top: 1px solid rgba(7, 61, 143, 0.1);
}

@media (max-width: 1160px) {
  .solutions .section-heading,
  .solutions-grid article,
  .hero-specs {
    grid-template-columns: 1fr;
  }

  .solutions-grid article {
    gap: 12px;
    padding: 26px 0;
  }

  .solutions-grid a {
    white-space: normal;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding-top: 10px;
  }

  .hero {
    min-height: auto;
    padding-top: 154px;
  }

  .hero h1 {
    letter-spacing: -0.02em;
  }

  .hero-photo-main {
    height: 340px;
  }

  .hero-specs article {
    min-height: auto;
  }

  .capabilities-strip span {
    min-height: 56px;
  }
}

/* Mobile polish: avoid fixed-header overlap, oversized hero media and cramped language controls. */
@media (max-width: 820px) {
  .site-header {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 8px 12px;
    align-items: center;
    padding: 10px 16px;
  }

  .brand {
    width: min(235px, 68vw);
    min-height: 52px;
  }

  .brand img {
    max-height: 42px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    justify-self: end;
  }

  .language-box {
    grid-column: 1 / -1;
    order: 0;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 7px 10px;
  }

  .goog-te-gadget select {
    min-height: 32px;
    font-size: 12px;
  }

  .main-nav {
    position: fixed;
    top: 122px;
    left: 12px;
    right: 12px;
    z-index: 90;
    border: 1px solid rgba(7, 61, 143, 0.12);
    border-radius: 10px;
    overflow: hidden;
  }

  .hero {
    min-height: auto;
    padding: 34px 18px 42px;
  }

  .hero-brand {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .hero-logo {
    width: min(300px, 86vw);
  }

  .hero-layout {
    gap: 28px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.62;
  }

  .hero-badges {
    gap: 8px;
  }

  .hero-badges span {
    min-height: 34px;
    padding: 0 10px;
    font-size: 10px;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-photo-main {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .hero-photo-main img,
  .hero-photo-support img {
    object-fit: cover;
  }

  .hero-photo-support {
    display: none;
  }

  .hero-proof {
    min-height: 0;
    padding: 16px;
  }

  .hero-proof strong {
    font-size: 34px;
  }

  .hero-footer,
  .hero-specs {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .hero-footer a,
  .hero-footer span,
  .hero-specs article {
    min-height: 0;
    padding: 15px 16px;
  }

  .global-positioning,
  .solutions,
  .section,
  .why,
  .contact,
  .precision,
  .technical-block,
  .detail-section,
  .request-guide,
  .innovation-showcase,
  .tool-solutions,
  .work-with,
  .case-section,
  .location-section {
    padding: 62px 18px;
  }

  .global-metrics,
  .technical-grid,
  .detail-list,
  .service-list,
  .why-grid,
  .case-grid,
  .international-list,
  .contact-methods,
  .contact-kpis,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .global-metrics article {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 61, 143, 0.1);
  }

  .global-metrics article:last-child {
    border-bottom: 0;
  }

  .solutions .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .solutions-grid article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }

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

  .tool-card,
  .tool-card-large {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .tool-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .area-image,
  .gallery figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 24px 18px;
  }

  .footer {
    padding: 34px 18px 96px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 30px;
  }

  .brand {
    width: min(214px, 64vw);
  }

  .main-nav {
    top: 118px;
  }
}
