:root {
  --navy: #061d33;
  --navy-2: #02111f;
  --navy-3: #092b48;
  --red: #e30613;
  --red-dark: #be000a;
  --green: #25a936;
  --green-dark: #168625;
  --light: #f3f6f9;
  --line: #dfe7ef;
  --text: #071f36;
  --muted: #526a7f;
  --white: #fff;
  --shadow: 0 16px 34px rgba(5, 24, 42, 0.14);
  --radius: 7px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main section[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 15px;
}

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

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(100% - 52px, 1368px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #e7edf3;
  box-shadow: 0 8px 18px rgba(2, 18, 32, 0.05);
}

.header-inner {
  height: 79px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 156px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(13px, 1.35vw, 23px);
  margin-left: auto;
  white-space: nowrap;
}

.main-nav a {
  font-size: 10.5px;
  font-weight: 900;
  text-transform: uppercase;
  color: #061d33;
}

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

.header-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 79px;
  min-width: 0;
  flex: 0 1 auto;
  overflow: hidden;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 1px solid #aeb9c3;
  padding-left: 14px;
  color: var(--red);
  min-width: 184px;
  flex: 0 0 auto;
}

.round-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: var(--red);
}

.round-icon svg {
  width: 29px;
  height: 29px;
  stroke-width: 2.4;
}

.round-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.round-icon.green {
  color: var(--green);
}

.whatsapp-mini .round-icon.green {
  width: 32px;
  height: 32px;
  padding: 6px;
  background: var(--green);
  border-radius: 50%;
}

.whatsapp-mini .round-icon.green img {
  width: 20px;
  height: 20px;
}

.phone-link strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: var(--red);
  font-weight: 1000;
  letter-spacing: -0.4px;
  white-space: nowrap;
}

.phone-link small,
.whatsapp-mini small {
  display: block;
  font-size: 10px;
  color: #24394c;
  font-weight: 800;
  line-height: 1.2;
}

.whatsapp-mini {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #10283d;
  font-weight: 900;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  border-radius: var(--radius);
  padding: 13px 21px;
  font-weight: 1000;
  text-transform: uppercase;
  border: 1px solid transparent;
  line-height: 1.1;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
  white-space: nowrap;
}

.btn-text {
  display: block;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.btn svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.btn .wa-logo {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.btn small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
}

.btn-red {
  background: linear-gradient(135deg, #f20b17, var(--red-dark));
  color: #fff;
  box-shadow: 0 10px 20px rgba(227, 6, 19, 0.22);
}

.btn-header {
  min-height: 57px;
  padding: 12px 16px;
  font-size: 11px;
  flex: 0 0 auto;
}

.btn-green {
  background: linear-gradient(135deg, #34bd45, var(--green-dark));
  color: #fff;
  box-shadow: 0 10px 20px rgba(37, 169, 54, 0.2);
}

.btn-dark {
  background: rgba(5, 25, 43, 0.86);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.btn-outline {
  background: #fff;
  border-color: #a9b7c5;
  color: var(--navy);
  font-size: 12px;
  box-shadow: 0 5px 12px rgba(4, 25, 43, 0.05);
}

.btn-outline svg,
.btn-dark-outline svg,
.btn-dark-red svg {
  width: 16px;
  height: 16px;
}

.btn-dark-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}

.btn-dark-red {
  color: #fff;
  background: #8d0008;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 38px;
  margin-left: auto;
  padding: 0;
  background: none;
  border: 0;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: var(--navy);
  border-radius: 8px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 542px;
  background: #061727;
  color: #fff;
}

.hero-visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(67vw, 820px);
  z-index: 0;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 13, 24, 0.98) 0%, rgba(4, 20, 35, 0.88) 37%, rgba(4, 20, 35, 0.28) 64%, rgba(4, 20, 35, 0.1) 100%),
    linear-gradient(180deg, rgba(2, 11, 21, 0.06), rgba(2, 11, 21, 0.4));
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 542px;
  display: grid;
  grid-template-columns: minmax(0, 600px) 1fr;
  align-items: center;
}

.hero-copy {
  padding: 54px 0 20px;
}

.hero-copy h1 {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: clamp(38px, 4.1vw, 53px);
  line-height: 1.03;
  text-transform: uppercase;
  font-weight: 1000;
}

.hero-copy h1 span {
  color: var(--red);
}

.hero-copy p {
  max-width: 490px;
  margin: 0 0 28px;
  color: #f0f6fb;
  font-size: 17px;
  line-height: 1.55;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 600px;
  margin-bottom: 27px;
}

.hero-features div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #eff6fb;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-features span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 2px solid var(--red);
  border-radius: 50%;
}

.hero-features svg {
  width: 22px;
  height: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 19px;
}

.hero-actions .btn {
  min-width: 250px;
  min-height: 66px;
  font-size: 13px;
}

.section {
  padding: 36px 0;
}

.light {
  background: linear-gradient(180deg, #f8fafc, #edf3f8);
}

.split-layout {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.section-heading span {
  display: block;
  margin-bottom: 9px;
  color: var(--red);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0 0 15px;
  color: var(--navy);
  font-size: 31px;
  line-height: 1.12;
}

.section-heading p {
  margin: 0 0 25px;
  color: #22384b;
  line-height: 1.58;
}

.section-heading.compact h2 {
  font-size: 30px;
}

.inverse h2,
.inverse p {
  color: #fff;
}

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

.brand-card {
  display: grid;
  grid-template-rows: 54px auto auto;
  gap: 8px;
  min-height: 126px;
  padding: 15px 12px 12px;
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(2, 25, 44, 0.06);
}

.brand-card img {
  width: 100%;
  height: 48px;
  margin: auto;
  object-fit: contain;
}

.brand-card-result img {
  height: 54px;
  padding: 10px 12px;
  background: var(--navy);
  border-radius: 6px;
}

.brand-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 28px;
  padding: 7px 8px;
  color: #fff;
  background: var(--navy);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
}

.brand-card a svg {
  width: 13px;
  height: 13px;
}

.sectors-layout {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 35px;
}

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

.sector-card {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  min-height: 125px;
  padding: 13px 9px;
  text-align: center;
  background: #fff;
  border: 1px solid #e1e7ee;
  border-radius: 8px;
  box-shadow: 0 8px 15px rgba(8, 35, 60, 0.05);
}

.sector-card svg {
  width: 43px;
  height: 43px;
  color: var(--navy);
  stroke-width: 1.8;
}

.sector-card strong {
  font-size: 12px;
  line-height: 1.28;
}

.sector-card span {
  position: relative;
  display: block;
  width: 46px;
  height: 43px;
  color: var(--navy);
}

.sector-card.pants span::before,
.sector-card.pants span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 17px;
  height: 42px;
  border: 2px solid currentColor;
  border-top-width: 3px;
  border-radius: 2px 2px 6px 6px;
}

.sector-card.pants span::before {
  left: 6px;
  transform: skew(-5deg);
}

.sector-card.pants span::after {
  right: 6px;
  transform: skew(5deg);
}

.sector-card.vest span {
  border: 2px solid currentColor;
  border-radius: 5px;
}

.sector-card.vest span::before {
  content: "";
  position: absolute;
  inset: -2px 14px auto;
  height: 15px;
  background: #fff;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.sector-card.vest span::after {
  content: "";
  position: absolute;
  inset: 9px 50% 5px auto;
  border-left: 2px solid currentColor;
}

.sector-card.shoe span::before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 8px;
  width: 42px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 12px 8px 5px 5px;
  transform: skew(-8deg);
}

.sector-card.shoe span::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  width: 17px;
  height: 20px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(18deg);
}

.sector-card.headset span::before,
.sector-card.headset span::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}

.sector-card.headset span::before {
  left: 4px;
  top: 7px;
  width: 38px;
  height: 24px;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}

.sector-card.headset span::after {
  left: 14px;
  bottom: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.center {
  margin-top: 8px;
  text-align: center;
}

.dark {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(33, 78, 112, 0.42), transparent 32%),
    linear-gradient(90deg, #04182a, #061d33);
}

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

.tech-card {
  position: relative;
  overflow: hidden;
  color: #061d33;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(191, 203, 214, 0.9);
  border-radius: 7px;
}

.tech-card b {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 8px 11px;
  color: #fff;
  background: var(--red);
  border-radius: 0 0 6px 0;
  font-size: 10px;
  text-transform: uppercase;
}

.tech-card img {
  width: 100%;
  height: 87px;
  object-fit: cover;
}

.tech-card h3 {
  margin: 14px 9px 8px;
  font-size: 15px;
}

.tech-card p {
  margin: 0;
  padding: 0 11px 15px;
  color: #142c40;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.process-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

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

.steps-line article {
  position: relative;
  padding: 0 10px;
  text-align: center;
}

.steps-line article:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -13px;
  top: 44px;
  color: var(--navy);
  font-size: 34px;
}

.steps-line b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin: 0 auto 11px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-size: 13px;
}

.steps-line i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 9px;
  color: var(--navy);
  font-style: normal;
}

.steps-line svg {
  width: 45px;
  height: 45px;
  stroke-width: 1.7;
}

.steps-line p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.final-cta {
  padding: 24px 0 27px;
}

.final-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.57fr 0.66fr;
  overflow: hidden;
  background: #f0f3f6;
  border: 1px solid #e0e7ee;
  border-radius: 8px;
}

.cta-red {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 28px;
  color: #fff;
  background: linear-gradient(135deg, #e30613, #c4000b);
}

.cta-red > span {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
}

.cta-red > span svg {
  width: 78px;
  height: 78px;
  stroke-width: 1.55;
}

.cta-red h2 {
  margin: 0 0 7px;
  font-size: 27px;
  line-height: 1.12;
}

.cta-red p {
  margin: 0 0 17px;
  font-size: 15px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.contact-box {
  padding: 27px 26px;
  border-left: 1px solid #d3dde6;
}

.contact-box h3 {
  margin: 0 0 13px;
  color: var(--navy);
  font-size: 19px;
}

.contact-box p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 10px 0;
  line-height: 1.45;
}

.contact-box p svg {
  width: 19px;
  height: 19px;
  color: var(--navy);
  flex: 0 0 auto;
}

.contact-box a {
  font-weight: 900;
}

.site-footer {
  padding: 31px 0 12px;
  color: #fff;
  background: linear-gradient(90deg, #031323, #082a45);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.65fr 1fr 1fr 1.2fr;
  gap: 45px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 10px;
}

.site-footer p {
  max-width: 290px;
  margin: 0 0 12px;
  color: #c8d7e3;
  line-height: 1.5;
}

.site-footer h4 {
  margin: 0 0 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin: 7px 0;
  color: #e8f1f7;
  font-size: 13px;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a,
.socials span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin: 0;
  border: 1px solid #7991a5;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.socials span {
  color: #91a9bb;
  cursor: default;
}

.footer-phone,
.footer-whatsapp {
  display: flex !important;
  align-items: center;
  gap: 9px;
  font-weight: 1000;
}

.footer-phone {
  font-size: 20px !important;
}

.footer-whatsapp {
  color: #40d253 !important;
}

.footer-phone svg,
.footer-whatsapp svg,
.footer-whatsapp .wa-logo {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.copyright {
  margin-top: 19px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #b9c8d5;
  text-align: center;
  font-size: 12px;
}

.legal-page {
  background: #f4f7fa;
}

.legal-header {
  background: #fff;
  border-bottom: 1px solid #e2e9f0;
}

.legal-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.legal-main {
  padding: 38px 0 54px;
}

.legal-content {
  max-width: 920px;
  padding: 34px;
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(5, 24, 42, 0.08);
}

.legal-kicker {
  margin: 0 0 9px;
  color: var(--red);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.legal-content h1 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 38px;
  line-height: 1.1;
}

.legal-content h2 {
  margin: 28px 0 10px;
  color: var(--navy);
  font-size: 21px;
}

.legal-content p {
  margin: 0 0 13px;
  color: #1e3549;
  line-height: 1.65;
}

.legal-content a {
  color: var(--red);
  font-weight: 900;
}

.legal-notice {
  padding: 14px 16px;
  background: #fff7df;
  border: 1px solid #efd078;
  border-radius: 7px;
  font-weight: 800;
}

@media (max-width: 1260px) {
  .header-contact {
    display: none;
  }

  .main-nav {
    gap: 18px;
  }

@media (max-width: 1100px) {
  .hero-visual {
    width: 100%;
    opacity: 0.6;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(2, 13, 24, 0.98), rgba(4, 20, 35, 0.76));
  }

  .split-layout,
  .process-layout {
    grid-template-columns: 1fr;
  }

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

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

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

  .contact-box {
    border-left: 0;
    border-top: 1px solid #d3dde6;
  }

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

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, 1210px);
  }

  .header-inner {
    height: 76px;
  }

  .brand img {
    width: 146px;
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 18px;
    background: #fff;
    border-top: 1px solid #e5ebf1;
    box-shadow: 0 18px 28px rgba(5, 24, 42, 0.12);
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f6;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    padding: 43px 0 35px;
  }

  .hero-copy h1 {
    font-size: 36px;
  }

  .hero-copy p {
    font-size: 16px;
  }

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

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-actions .btn {
    justify-content: flex-start;
  }

  .brand-grid,
  .sector-grid,
  .tech-grid,
  .steps-line {
    grid-template-columns: 1fr 1fr;
  }

  .steps-line article:not(:last-child)::after {
    display: none;
  }

  .cta-red {
    display: block;
  }

  .cta-red > span {
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
  }

  .cta-red > span svg {
    width: 62px;
    height: 62px;
  }

  .section-heading h2,
  .section-heading.compact h2 {
    font-size: 27px;
  }
}

@media (max-width: 520px) {
  .brand-grid,
  .sector-grid,
  .tech-grid,
  .steps-line,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: 31px;
  }

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

  .btn {
    width: 100%;
    white-space: normal;
  }

  .cta-actions {
    display: grid;
  }

  .footer-grid {
    gap: 26px;
  }

  .legal-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .legal-content {
    padding: 24px 18px;
  }

  .legal-content h1 {
    font-size: 31px;
  }
}
