:root {
  --yellow: #f6a700;
  --yellow-2: #ffc229;
  --ink: #111820;
  --ink-2: #1c2630;
  --muted: #64707c;
  --line: #dfe4e8;
  --paper: #ffffff;
  --soft: #f3f5f6;
  --green: #21c063;
  --shadow: 0 20px 55px rgba(14, 23, 31, .13);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 1000; background: #fff; color: #111; padding: 10px 14px; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 12px; }

.topbar { background: #0c1218; color: #cdd4da; font-size: 13px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--yellow-2); }

.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(17,24,32,.08); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand__mark { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 9px; background: var(--yellow); transform: skew(-5deg); }
.brand__mark svg { width: 39px; fill: var(--ink); transform: skew(5deg); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font: 800 29px/1 Barlow Condensed, sans-serif; letter-spacing: .5px; }
.brand__text small { margin-top: 4px; font-size: 9px; font-weight: 700; letter-spacing: 1.4px; color: #59636c; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.nav > a:not(.btn) { position: relative; }
.nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 3px; background: var(--yellow); transition: .25s; }
.nav > a:not(.btn):hover::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 24px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .35px; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--yellow); color: var(--ink); box-shadow: 0 10px 25px rgba(246,167,0,.24); }
.btn--primary:hover { background: var(--yellow-2); box-shadow: 0 14px 32px rgba(246,167,0,.3); }
.btn--small { min-height: 42px; padding: 0 19px; }
.btn--large { min-height: 56px; padding: 0 27px; }
.btn--ghost { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--full { width: 100%; }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(112deg, #0c131b 0%, #17222c 57%, #222e38 100%); }
.hero__mesh { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: rgba(246,167,0,.14); filter: blur(20px); right: -160px; top: -230px; }
.hero__grid { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 35px; padding-top: 64px; padding-bottom: 70px; }
.hero__content { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--yellow-2); font-size: 12px; font-weight: 800; letter-spacing: 1.8px; }
.eyebrow::before { content: ""; width: 31px; height: 3px; background: currentColor; }
.eyebrow--dark { color: #9a6800; }
.hero h1, .section-heading h2, .split-content h2, .quote-copy h2, .faq-intro h2, .sector-section h2 { font-family: Barlow Condensed, sans-serif; text-transform: uppercase; letter-spacing: -.8px; }
.hero h1 { max-width: 720px; margin: 19px 0 22px; font-size: clamp(50px, 6vw, 82px); line-height: .94; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero__content > p { max-width: 600px; margin: 0; color: #c6ced5; font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; color: #dce2e7; font-size: 13px; }
.hero__checks span::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-weight: 900; }
.hero__visual { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: center; min-height: 470px; }
.hero__visual > img { position: relative; z-index: 2; width: min(100%, 625px); filter: drop-shadow(0 35px 30px rgba(0,0,0,.35)); }
.hero__visual::before { content: ""; position: absolute; z-index: 1; width: 490px; height: 490px; border-radius: 50%; background: radial-gradient(circle, rgba(246,167,0,.25) 0%, rgba(246,167,0,.05) 58%, transparent 70%); }
.hero__badge { position: absolute; top: 32px; right: 4px; z-index: 4; width: 104px; height: 104px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--ink); background: var(--yellow); box-shadow: 0 14px 35px rgba(0,0,0,.25); transform: rotate(8deg); }
.hero__badge strong { font: 800 24px/1 Barlow Condensed, sans-serif; }
.hero__badge span { font-size: 10px; font-weight: 900; letter-spacing: .8px; }
.hero__card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(9,15,21,.77); backdrop-filter: blur(12px); box-shadow: 0 16px 40px rgba(0,0,0,.24); }
.hero__card--left { left: 0; bottom: 34px; }
.hero__card--right { right: 0; bottom: 99px; }
.hero__card-icon { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 8px; color: var(--ink); background: var(--yellow); font-weight: 900; }
.hero__card div { display: flex; flex-direction: column; line-height: 1.25; }
.hero__card strong { font-size: 13px; }
.hero__card small { margin-top: 3px; color: #bfc8d0; font-size: 10px; }
.hero__stripe { position: absolute; left: 0; right: 0; bottom: 0; height: 10px; background: repeating-linear-gradient(135deg, var(--yellow) 0 18px, #1d252d 18px 36px); }

.trust-bar { position: relative; z-index: 3; background: #fff; box-shadow: 0 12px 35px rgba(14,23,31,.08); }
.trust-bar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-bar article { min-height: 112px; display: flex; align-items: center; gap: 15px; padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-bar article:last-child { border-right: 0; }
.trust-bar article > span { color: var(--yellow); font: 800 34px/1 Barlow Condensed, sans-serif; }
.trust-bar article div { display: flex; flex-direction: column; line-height: 1.35; }
.trust-bar strong { font-size: 14px; }
.trust-bar small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.section { padding: 96px 0; }
.section--gray { background: var(--soft); }
.section--dark { color: #fff; background: #101820; }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 60px; margin-bottom: 43px; }
.section-heading h2 { max-width: 700px; margin: 10px 0 0; font-size: clamp(39px, 4.5vw, 57px); line-height: .98; }
.section-heading > p { margin: 0; color: var(--muted); }
.section-heading--light > p { color: #aeb9c2; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.category-card { position: relative; overflow: hidden; min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .25s; }
.category-card::after { content: ""; position: absolute; width: 115px; height: 115px; right: -60px; top: -55px; border-radius: 50%; background: var(--yellow); opacity: .12; transition: .25s; }
.category-card:hover { transform: translateY(-7px); border-color: rgba(246,167,0,.55); box-shadow: var(--shadow); }
.category-card:hover::after { transform: scale(1.5); opacity: .19; }
.category-card__icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 14px; background: #fff5dc; }
.category-card__icon svg { width: 42px; fill: #bd7b00; }
.category-card h3 { margin: 22px 0 8px; font: 800 24px/1.1 Barlow Condensed, sans-serif; text-transform: uppercase; }
.category-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.category-card a { color: #9a6500; font-size: 13px; font-weight: 800; }

.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.equipment-card { overflow: hidden; border-radius: var(--radius); background: #fff; color: var(--ink); transition: .25s; }
.equipment-card:hover { transform: translateY(-8px); box-shadow: 0 25px 55px rgba(0,0,0,.25); }
.equipment-card__image { height: 230px; display: grid; place-items: center; overflow: hidden; }
.equipment-card__image img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  object-position: center;
  transform: translateY(-40px);
  transition: .35s;
}

.equipment-card:hover .equipment-card__image img {
  transform: translateY(-15px) scale(1.06);
}
.equipment-card:hover .equipment-card__image img { transform: scale(1.06); }
.equipment-card__image--one { background: linear-gradient(145deg, #e9edf0, #cfd7dc); }
.equipment-card__image--two { background: linear-gradient(145deg, #f8e9c6, #e9c66d); }
.equipment-card__image--three { background: linear-gradient(145deg, #e8edf0, #c2ccd2); }
.equipment-card__body { padding: 25px; }
.tag { display: inline-block; color: #9a6500; font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.equipment-card h3 { margin: 7px 0 13px; font: 800 28px/1 Barlow Condensed, sans-serif; text-transform: uppercase; }
.equipment-card ul { margin: 0 0 17px; padding-left: 18px; color: var(--muted); font-size: 13px; }
.text-link { padding: 0; border: 0; color: #8a5b00; background: none; font-weight: 800; font-size: 13px; }

.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; }
.split-visual { position: relative; }
.split-visual__frame { overflow: hidden; border-radius: 22px; background: #e8ecef; box-shadow: var(--shadow); }
.split-visual__frame img { width: 100%; }
.split-visual__label { position: absolute; right: -25px; bottom: 28px; max-width: 245px; padding: 18px 22px; color: var(--ink); background: var(--yellow); box-shadow: 0 18px 35px rgba(0,0,0,.18); }
.split-visual__label { display: flex; flex-direction: column; }
.split-visual__label strong { font: 800 22px/1 Barlow Condensed, sans-serif; text-transform: uppercase; }
.split-visual__label span { margin-top: 5px; font-size: 11px; font-weight: 600; }
.split-content h2 { margin: 11px 0 19px; font-size: clamp(40px, 4.5vw, 59px); line-height: .98; }
.split-content > p { color: var(--muted); }
.benefit-list { margin: 27px 0 31px; }
.benefit-list article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 19px 0; border-top: 1px solid var(--line); }
.benefit-list article:last-child { border-bottom: 1px solid var(--line); }
.benefit-list article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff2d1; color: #a76d00; font-weight: 900; font-size: 12px; }
.benefit-list h3 { margin: 0 0 4px; font-size: 15px; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 13px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 225px; padding: 28px; border-top: 5px solid var(--yellow); background: #fff; box-shadow: 0 12px 30px rgba(14,23,31,.07); }
.service-card > span { color: #d7dee3; font: 800 43px/1 Barlow Condensed, sans-serif; }
.service-card h3 { margin: 22px 0 10px; font: 800 24px/1 Barlow Condensed, sans-serif; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }

.sector-section { padding: 76px 0; color: #fff; background: linear-gradient(100deg, rgba(13,20,27,.96), rgba(13,20,27,.82)), url('assets/pattern.svg'); background-size: auto, 330px; }
.sector-section__title { text-align: center; }
.sector-section h2 { margin: 11px auto 35px; max-width: 760px; font-size: clamp(38px, 4vw, 54px); line-height: 1; }
.sector-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.sector-list span { padding: 12px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #e2e7eb; background: rgba(255,255,255,.05); font-size: 13px; font-weight: 700; }

.quote-section { position: relative; overflow: hidden; padding: 96px 0; color: #fff; background: var(--ink); }
.quote-section::after { content: ""; position: absolute; width: 530px; height: 530px; border-radius: 50%; top: -250px; right: -150px; background: rgba(246,167,0,.1); }
.quote-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.quote-copy h2 { margin: 12px 0 18px; font-size: clamp(46px, 5vw, 67px); line-height: .95; }
.quote-copy > p { color: #bac4cc; }
.quote-copy__contact { display: flex; flex-direction: column; margin-top: 31px; }
.quote-copy__contact strong { color: var(--yellow); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.quote-copy__contact a { margin-top: 5px; font-size: 18px; font-weight: 700; }
.quote-form { padding: 35px; border-radius: 18px; color: var(--ink); background: #fff; box-shadow: 0 25px 60px rgba(0,0,0,.27); }
.field, .field-row { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-row .field { margin-bottom: 0; }
.field label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d9dfe3; border-radius: 7px; background: #fbfcfc; padding: 13px 14px; outline: none; transition: .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(246,167,0,.15); }
.field textarea { resize: vertical; }
.field.is-invalid input, .field.is-invalid select { border-color: #c83535; }
.error { display: block; min-height: 15px; color: #bd2f2f; font-size: 10px; }
.form-note { margin: 10px 0 0; color: #7b858e; text-align: center; font-size: 10px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-intro h2 { margin: 12px 0 18px; font-size: clamp(42px, 5vw, 58px); line-height: 1; }
.faq-intro p { color: var(--muted); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item:first-child { border-top: 1px solid var(--line); }
.accordion__item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 800; }
.accordion__item b { color: #a26b00; font-size: 22px; }
.accordion__content p { margin: -4px 0 21px; color: var(--muted); font-size: 14px; }

.footer { padding-top: 70px; color: #b7c0c7; background: #090e13; }
.footer__grid { display: grid; grid-template-columns: 1.45fr .7fr 1fr .9fr; gap: 50px; padding-bottom: 45px; }
.brand--footer { color: #fff; }
.brand--footer + p { max-width: 340px; margin-top: 20px; color: #89949d; font-size: 13px; }
.footer h3 { margin: 0 0 17px; color: #fff; font: 800 18px/1 Barlow Condensed, sans-serif; text-transform: uppercase; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer a:hover { color: var(--yellow); }
.footer strong { color: #fff; font-size: 13px; }
.footer__bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

.floating-whatsapp { position: fixed; z-index: 99; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 15px 35px rgba(14,23,31,.28); font-size: 13px; font-weight: 800; transition: .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 24px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .nav { gap: 18px; }
  .hero__grid { grid-template-columns: 1fr 1fr; }
  .hero__card--right { right: -10px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .header__inner { min-height: 72px; }
  .nav-toggle { display: block; }
  .nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 10px; }
  .nav__cta { margin-top: 6px; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; padding-bottom: 85px; }
  .hero__content { max-width: 760px; }
  .hero__visual { min-height: 430px; }
  .hero__visual > img { width: min(100%, 620px); }
  .trust-bar__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar article:nth-child(2) { border-right: 0; }
  .trust-bar article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .split-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .equipment-grid { grid-template-columns: 1fr; }
  .equipment-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .equipment-card__image { height: auto; min-height: 260px; }
  .split-visual { max-width: 680px; }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__grid > div:last-child { display: none; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand__mark { width: 43px; height: 43px; }
  .brand__text strong { font-size: 25px; }
  .hero__grid { padding-top: 55px; }
  .hero h1 { font-size: clamp(47px, 15vw, 68px); }
  .hero__content > p { font-size: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .hero__checks { flex-direction: column; gap: 10px; }
  .hero__visual { min-height: 330px; margin-top: -15px; }
  .hero__badge { width: 82px; height: 82px; top: 10px; right: 0; }
  .hero__badge strong { font-size: 20px; }
  .hero__card { display: none; }
  .trust-bar__grid { grid-template-columns: 1fr; }
  .trust-bar article, .trust-bar article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 30px; }
  .category-grid, .service-grid { grid-template-columns: 1fr; }
  .equipment-card { display: block; }
  .equipment-card__image { height: 230px; }
  .split-visual__label { right: 10px; bottom: 12px; }
  .quote-section { padding: 74px 0; }
  .quote-form { padding: 23px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .field-row .field { margin-bottom: 16px; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__grid > div:last-child { display: flex; }
  .footer__bottom { flex-direction: column; justify-content: center; text-align: center; padding: 18px 0; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { padding: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
