:root {
  --black: #05080d;
  --black-soft: #0a1019;
  --navy: #0a1929;
  --blue: #174b75;
  --gold: #edae22;
  --gold-bright: #ffc84f;
  --green: #25d366;
  --white: #f7f9fc;
  --paper: #eef2f6;
  --ink: #0e1927;
  --muted: #9caabc;
  --line: rgba(255,255,255,.12);
  --shell: min(1240px, calc(100% - 52px));
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 100; padding: 12px 18px; color: var(--black); background: var(--gold); font-weight: 800; }
.skip-link:focus { top: 18px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  background: rgba(5,8,13,.76);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(22px) saturate(130%);
}
.nav-wrap { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: var(--white); text-decoration: none; font-size: .95rem; font-weight: 900; letter-spacing: .08em; }
.brand img { width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(237,174,34,.24); }
.brand strong { color: var(--gold); }
nav { display: flex; align-items: center; gap: 32px; }
nav a { position: relative; color: #c5ced9; text-decoration: none; font-size: .9rem; font-weight: 650; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .25s ease; }
nav a:hover, nav a:focus-visible { color: var(--white); }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-contact { color: var(--gold-bright); }
.language-toggle { justify-self: end; min-height: 40px; padding: 7px 15px; color: var(--white); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(255,255,255,.05); cursor: pointer; font-size: .86rem; font-weight: 750; transition: .2s ease; }
.language-toggle:hover { color: var(--black); border-color: var(--gold); background: var(--gold); }

.hero { position: relative; padding: 112px 0 0; overflow: hidden; background: radial-gradient(circle at 50% 10%, rgba(23,75,117,.24), transparent 34%), var(--black); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero::after { content: ""; position: absolute; width: 680px; height: 680px; left: -430px; top: 90px; border: 1px solid rgba(237,174,34,.12); border-radius: 50%; box-shadow: 0 0 0 100px rgba(237,174,34,.018), 0 0 0 200px rgba(237,174,34,.012); }
.hero-visual { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(237,174,34,.28); border-radius: 22px; background: #09131f; box-shadow: 0 32px 100px rgba(0,0,0,.48); }
.hero-visual::after { content: ""; position: absolute; inset: 0; border: 8px solid rgba(5,8,13,.18); border-radius: inherit; pointer-events: none; }
.hero-visual img { width: 100%; height: auto; aspect-ratio: 2 / 1; object-fit: contain; filter: brightness(1.03) contrast(1.02); }
.visual-corner { position: absolute; z-index: 3; left: 22px; bottom: 22px; width: 62px; height: 62px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.hero-copy-row { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 100px; padding-top: 52px; }
.hero-copy { position: relative; }
.status-line { display: flex; align-items: center; gap: 11px; margin-bottom: 28px; color: #b8c4d2; font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(237,174,34,.1); }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; font-size: clamp(3rem, 5.2vw, 5.6rem); line-height: .92; letter-spacing: -.055em; }
h1 span { color: var(--gold); }
.hero-message { padding-left: 30px; border-left: 1px solid rgba(237,174,34,.38); }
.hero-message > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 56px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 850; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: #111720; background: var(--gold); box-shadow: 0 16px 42px rgba(237,174,34,.16); }
.button-gold:hover { box-shadow: 0 20px 54px rgba(237,174,34,.28); }
.text-link { display: inline-flex; align-items: center; gap: 13px; color: #d1d9e3; text-decoration: none; font-size: .92rem; font-weight: 750; }
.text-link span:last-child { color: var(--gold); }

.capability-rail { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border-top: 1px solid var(--line); }
.capability-rail span { padding: 20px 22px; color: #abb8c7; border-right: 1px solid var(--line); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.capability-rail span:last-child { border-right: 0; }

.section { padding-block: 130px; }
.section-kicker { margin: 0 0 20px; color: #a96f00; font-size: .76rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.8rem); line-height: .94; letter-spacing: -.055em; }
h2 span { color: #6f7e90; }
.about { color: var(--ink); background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 110px; align-items: end; }
.about-content { padding-bottom: 8px; }
.lead { margin: 0; color: #536175; font-size: 1.15rem; line-height: 1.75; }
.principles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.principles span { padding: 9px 14px; color: #344256; border: 1px solid #ccd4dd; border-radius: 999px; font-size: .8rem; font-weight: 750; }

.advantages { position: relative; background: var(--black-soft); }
.advantages::before { content: "A"; position: absolute; right: 2vw; top: -70px; color: rgba(255,255,255,.018); font-size: 31rem; line-height: 1; font-weight: 950; pointer-events: none; }
.advantages .section-kicker, .products .section-kicker { color: var(--gold); }
.section-head { position: relative; display: grid; grid-template-columns: 1fr .55fr; gap: 90px; align-items: end; margin-bottom: 70px; }
.section-head > p { margin: 0 0 5px; color: var(--muted); }
.bento-grid { position: relative; display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, minmax(220px, 1fr)); gap: 16px; }
.bento-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 280px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.bento-card:hover { transform: translateY(-5px); border-color: rgba(237,174,34,.42); background: rgba(255,255,255,.055); }
.bento-feature { grid-row: 1 / 3; min-height: 460px; background: linear-gradient(145deg, #0d2236, #09131f); }
.bento-gold { color: #101722; border-color: transparent; background: var(--gold); }
.bento-gold:hover { border-color: transparent; background: var(--gold-bright); }
.card-number { color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .16em; }
.bento-gold .card-number { color: #614500; }
.bento-card h3 { margin: 0 0 12px; font-size: clamp(1.5rem, 2.2vw, 2.4rem); line-height: 1.06; letter-spacing: -.035em; }
.bento-feature h3 { max-width: 470px; font-size: clamp(2.3rem, 4vw, 4.8rem); }
.bento-card p { max-width: 500px; margin: 0; color: var(--muted); }
.bento-gold p { color: #4f3d15; }
.card-mark { position: absolute; right: 22px; bottom: 4px; color: transparent; font-size: 11rem; line-height: 1; font-weight: 950; -webkit-text-stroke: 1px rgba(255,255,255,.07); }

.products { background: #07111c; }
.products-top { display: grid; grid-template-columns: 1fr .58fr; align-items: end; gap: 90px; margin-bottom: 62px; }
.products-top > p { margin: 0 0 6px; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.catalogue-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 20px; padding: 30px 32px; background: var(--navy); color: #fff; }
.catalogue-cta h3 { margin: 8px 0 8px; font-size: clamp(1.35rem, 2vw, 1.8rem); letter-spacing: -.03em; }
.catalogue-cta p:not(.section-kicker) { max-width: 590px; margin: 0; color: #b9c5d1; }
.catalogue-cta .section-kicker { margin: 0; color: var(--gold); }
.category-card { position: relative; min-height: 390px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.018)); transition: transform .3s ease, background .3s ease; }
.category-image { position: absolute; inset: 0 0 auto; width: 100%; height: 185px; object-fit: cover; opacity: .9; border-bottom: 1px solid rgba(237,174,34,.22); mask-image: linear-gradient(to bottom, black 62%, transparent 100%); }
.category-card:hover { transform: translateY(-7px); background: linear-gradient(145deg, rgba(23,75,117,.42), rgba(255,255,255,.025)); }
.category-code { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.category-card h3 { position: relative; margin: 154px 0 14px; font-size: 1.65rem; letter-spacing: -.025em; }
.category-card p, .category-code, .category-arrow { position: relative; }
.category-card p { margin: 0; color: var(--muted); }
.category-arrow { position: absolute; top: 25px; right: 27px; color: #c8d2de; font-size: 1.25rem; }

.contact { position: relative; color: var(--ink); background: var(--paper); }
.contact-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; padding: 64px; border-radius: 30px; background: #fff; box-shadow: 0 30px 90px rgba(11,25,41,.1); }
.contact-copy h2 { font-size: clamp(2.7rem, 4.5vw, 5rem); }
.contact-copy h2 span { color: var(--gold); }
.contact-options { display: flex; flex-direction: column; justify-content: center; }
.contact-option { display: grid; grid-template-columns: 105px 1fr auto; align-items: center; gap: 22px; min-height: 82px; padding: 14px 0; color: var(--ink); border-bottom: 1px solid #dbe1e8; text-decoration: none; }
.contact-option small { color: #718094; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.contact-option strong { overflow-wrap: anywhere; font-size: clamp(1rem, 1.8vw, 1.35rem); }
.contact-option > span { font-size: 1.2rem; }
.whatsapp-option strong { color: #10883b; }
.copy-email { align-self: flex-start; margin-top: 20px; padding: 10px 15px; color: #344256; border: 1px solid #cbd3dd; border-radius: 999px; background: transparent; cursor: pointer; font-weight: 750; }
.copy-email:hover { border-color: var(--gold); }
.copy-status { min-height: 1.4em; margin-top: 8px; color: #58677a; font-size: .84rem; }

.floating-whatsapp { position: fixed; z-index: 25; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 10px 18px; color: #06170d; border-radius: 999px; background: var(--green); box-shadow: 0 15px 45px rgba(37,211,102,.25); text-decoration: none; font-size: .88rem; font-weight: 850; transition: transform .22s ease; }
.floating-whatsapp:hover { transform: translateY(-4px); }
.wa-pulse { width: 9px; height: 9px; border: 2px solid #06170d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(6,23,13,.1); }

footer { padding-block: 30px; background: #03060a; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; color: #8391a2; font-size: .82rem; }
.footer-inner p { margin: 0; }
.footer-inner p:last-child { text-align: right; }
.footer-brand { font-size: .82rem; }
.footer-brand img { width: 36px; height: 36px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.visible { opacity: 1; transform: none; }

html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
html[dir="rtl"] .hero-copy-row,
html[dir="rtl"] .about-grid,
html[dir="rtl"] .section-head,
html[dir="rtl"] .products-top,
html[dir="rtl"] .contact-panel { direction: rtl; }
html[dir="rtl"] .visual-corner { left: auto; right: 24px; border-left: 0; border-right: 2px solid var(--gold); }
html[dir="rtl"] .hero-message { padding-left: 0; padding-right: 30px; border-left: 0; border-right: 1px solid rgba(237,174,34,.38); }
html[dir="rtl"] .capability-rail { direction: rtl; }
html[dir="rtl"] .capability-rail span { border-right: 0; border-left: 1px solid var(--line); }
html[dir="rtl"] .capability-rail span:last-child { border-left: 0; }
html[dir="rtl"] .category-arrow { right: auto; left: 27px; }
html[dir="rtl"] .floating-whatsapp { right: auto; left: 24px; }
html[dir="rtl"] .footer-inner p:last-child { text-align: left; }

@media (max-width: 1020px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { padding-top: 104px; }
  .hero-copy-row { grid-template-columns: 1fr; gap: 30px; padding-top: 40px; }
  .hero-copy { max-width: 760px; }
  .hero-message { max-width: 680px; }
  .about-grid, .section-head, .products-top, .contact-panel { grid-template-columns: 1fr; gap: 46px; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .bento-feature { grid-column: 1 / 3; grid-row: auto; min-height: 420px; }
  .contact-panel { padding: 48px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > p:last-child { display: none; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1240px); --radius: 18px; }
  .nav-wrap { min-height: 70px; }
  .brand { font-size: .82rem; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-top: 88px; }
  .hero-copy-row { padding-top: 30px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .hero-message { padding-left: 18px; }
  .hero-message > p { font-size: 1rem; }
  html[dir="rtl"] .hero-message { padding-left: 0; padding-right: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .hero-visual { border-radius: 14px; }
  .hero-visual::after { border-width: 4px; }
  .visual-corner { display: none; }
  .capability-rail { grid-template-columns: 1fr 1fr; margin-top: 24px; }
  .capability-rail span { padding: 15px 7px; border-bottom: 1px solid var(--line); font-size: .64rem; }
  .section { padding-block: 88px; }
  h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .about-grid { gap: 34px; }
  .section-head, .products-top { margin-bottom: 42px; }
  .bento-grid, .category-grid { grid-template-columns: 1fr; }
  .catalogue-cta { align-items: flex-start; flex-direction: column; padding: 24px; }
  .bento-feature { grid-column: auto; min-height: 400px; }
  .bento-card { min-height: 250px; padding: 26px; }
  .category-card { min-height: 350px; padding: 25px; }
  .category-image { height: 170px; }
  .category-card h3 { margin-top: 135px; }
  .contact-panel { gap: 36px; padding: 34px 22px; border-radius: 20px; }
  .contact-option { grid-template-columns: 80px 1fr auto; gap: 12px; }
  .floating-whatsapp { right: 14px; bottom: 14px; padding: 10px 15px; }
  html[dir="rtl"] .floating-whatsapp { left: 14px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > p { text-align: left; }
  html[dir="rtl"] .footer-inner > p { text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Compact introduction above the unobstructed product image. */
.hero-intro { position: relative; z-index: 2; padding-block: 10px 30px; max-width: none; }
.hero-intro .status-line { margin-bottom: 12px; font-size: .875rem; letter-spacing: .12em; }
.hero-intro h1 { font-size: clamp(1.9rem, 3.3vw, 3rem); line-height: 1.15; letter-spacing: -.035em; }
.hero-intro h1 br { display: none; }
.hero-intro h1 span::before { content: " "; white-space: pre; }
.hero-copy-row { display: block; padding-top: 26px; }
.hero-message { display: flex; align-items: center; justify-content: space-between; gap: 32px; max-width: none; padding: 0; border: 0; }
.hero-message > p { max-width: 610px; font-size: 1rem; }
.hero-actions { margin-top: 0; gap: 18px; flex-shrink: 0; }
.hero-visual::after, .visual-corner { display: none; }
html[dir="rtl"] .hero-message { padding: 0; border: 0; }
html[dir="rtl"] .hero-intro h1 { line-height: 1.5; letter-spacing: 0; }
@media (max-width: 1020px) {
  .hero-message { align-items: flex-start; flex-direction: column; gap: 20px; }
}
@media (max-width: 700px) {
  .hero-intro { padding-block: 6px 22px; }
  .hero-intro h1 { font-size: clamp(1.65rem, 7vw, 2.5rem); }
  .hero-intro h1 br { display: block; }
  .hero-intro h1 span::before { content: none; }
  .hero-intro .status-line { font-size: .875rem; letter-spacing: .05em; }
  .hero-copy-row { padding-top: 22px; }
  .hero-actions { width: 100%; }
}
