:root {
  --bg: #08111f;
  --bg-soft: #0e1828;
  --panel: rgba(11, 19, 37, 0.78);
  --panel-light: #ffffff;
  --text: #f6f8fb;
  --text-dark: #192233;
  --muted: #a7b2c7;
  --muted-dark: #5f6d83;
  --line: rgba(255,255,255,0.12);
  --line-dark: rgba(13, 22, 38, 0.08);
  --accent: #f4b223;
  --accent-dark: #d6960c;
  --shadow: 0 18px 60px rgba(10, 17, 31, 0.18);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1240px;
  --transition: .28s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-dark);
  background: #f4f7fb;
  line-height: 1.65;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 16px; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.2; }
.section { padding: 96px 0; position: relative; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.site-bg {
  position: fixed; inset: 0;
  background: radial-gradient(circle at top right, rgba(244,178,35,0.12), transparent 28%),
              radial-gradient(circle at left top, rgba(13,36,75,0.09), transparent 35%),
              #f4f7fb;
  z-index: -1;
}

.topbar {
  background: #091321;
  color: rgba(255,255,255,0.84);
  font-size: 14px;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 48px;
}
.topbar-left, .topbar-right {
  display: flex; gap: 22px; flex-wrap: wrap;
}
.topbar strong { color: #fff; font-weight: 700; }

.header {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(16px);
  background: rgba(8, 17, 31, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-wrap {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}
.brand img { width: 182px; height: auto; }
.nav {
  display: flex; justify-content: center; align-items: center; gap: 28px;
  color: rgba(255,255,255,0.92); font-weight: 500;
}
.nav a { position: relative; }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px;
  background: var(--accent); transition: var(--transition);
}
.nav a:hover::after, .nav a:focus-visible::after { width: 100%; }
.nav-cta { display: flex; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; transition: var(--transition); cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-icon { gap: 10px; }
.icon-phone,
.icon-whatsapp {
  width: 19px;
  height: 19px;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon-phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}
.icon-whatsapp {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.02 3C8.84 3 3 8.73 3 15.78c0 2.43.7 4.72 1.91 6.66L3.7 29l6.76-1.78A13.18 13.18 0 0 0 16.02 28C23.2 28 29 22.27 29 15.78S23.2 3 16.02 3zm0 22.8c-1.85 0-3.62-.5-5.18-1.43l-.37-.22-4.01 1.06 1.07-3.86-.25-.4a10.48 10.48 0 0 1-1.62-5.58c0-5.82 4.82-10.56 10.76-10.56s10.76 4.74 10.76 10.56S21.96 25.8 16.02 25.8zm5.93-7.82c-.32-.16-1.9-.92-2.2-1.03-.3-.1-.52-.16-.74.16-.21.32-.84 1.03-1.03 1.24-.19.22-.38.24-.7.08-.32-.16-1.36-.49-2.58-1.55-.95-.84-1.6-1.88-1.78-2.2-.19-.32-.02-.49.14-.65.14-.14.32-.38.49-.57.16-.19.22-.32.32-.54.11-.21.06-.4-.03-.56-.08-.16-.74-1.76-1.01-2.41-.27-.65-.54-.54-.74-.55h-.62c-.21 0-.56.08-.86.4-.3.32-1.13 1.08-1.13 2.65s1.16 3.08 1.32 3.29c.16.22 2.29 3.44 5.55 4.82.78.33 1.39.52 1.86.67.78.24 1.49.21 2.05.13.63-.1 1.9-.76 2.17-1.49.27-.73.27-1.35.19-1.49-.08-.13-.3-.21-.63-.38z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.02 3C8.84 3 3 8.73 3 15.78c0 2.43.7 4.72 1.91 6.66L3.7 29l6.76-1.78A13.18 13.18 0 0 0 16.02 28C23.2 28 29 22.27 29 15.78S23.2 3 16.02 3zm0 22.8c-1.85 0-3.62-.5-5.18-1.43l-.37-.22-4.01 1.06 1.07-3.86-.25-.4a10.48 10.48 0 0 1-1.62-5.58c0-5.82 4.82-10.56 10.76-10.56s10.76 4.74 10.76 10.56S21.96 25.8 16.02 25.8zm5.93-7.82c-.32-.16-1.9-.92-2.2-1.03-.3-.1-.52-.16-.74.16-.21.32-.84 1.03-1.03 1.24-.19.22-.38.24-.7.08-.32-.16-1.36-.49-2.58-1.55-.95-.84-1.6-1.88-1.78-2.2-.19-.32-.02-.49.14-.65.14-.14.32-.38.49-.57.16-.19.22-.32.32-.54.11-.21.06-.4-.03-.56-.08-.16-.74-1.76-1.01-2.41-.27-.65-.54-.54-.74-.55h-.62c-.21 0-.56.08-.86.4-.3.32-1.13 1.08-1.13 2.65s1.16 3.08 1.32 3.29c.16.22 2.29 3.44 5.55 4.82.78.33 1.39.52 1.86.67.78.24 1.49.21 2.05.13.63-.1 1.9-.76 2.17-1.49.27-.73.27-1.35.19-1.49-.08-.13-.3-.21-.63-.38z'/%3E%3C/svg%3E");
}

.btn-primary { background: linear-gradient(135deg, var(--accent), #ffd367); color: #0c1320; box-shadow: 0 16px 34px rgba(244,178,35,0.28); }
.btn-soft { background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.1); }
.btn-outline { border-color: rgba(255,255,255,0.28); color: #fff; background: transparent; }
.btn-light { background: #fff; color: #0c1320; }
.btn-outline-light { border-color: rgba(255,255,255,0.32); color: #fff; }

.menu-toggle {
  display: none;
  width: 48px; height: 48px; border: 0; background: transparent; padding: 0; cursor: pointer;
}
.menu-toggle span {
  display: block; width: 28px; height: 2px; margin: 6px auto; background: #fff; transition: var(--transition);
}
.menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero {
  position: relative; min-height: calc(100vh - 132px);
  display: flex; align-items: center; overflow: hidden;
  color: var(--text);
  background: #08111f;
}
.hero-media, .hero-overlay {
  position: absolute; inset: 0;
}
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6,10,18,0.88) 0%, rgba(6,10,18,0.78) 42%, rgba(6,10,18,0.30) 100%),
    linear-gradient(180deg, rgba(8,17,31,0.08) 0%, rgba(8,17,31,0.52) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: end;
  padding: 74px 0 86px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 999px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.12);
  color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 18px;
}
.eyebrow.dark {
  color: #122038; background: rgba(244,178,35,0.16); border-color: rgba(244,178,35,0.18);
}
.hero h1 {
  font-size: clamp(36px, 5vw, 68px);
  letter-spacing: -0.03em;
  max-width: 880px;
}
.hero-copy p {
  color: rgba(255,255,255,0.82); font-size: 17px; max-width: 760px;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 26px;
}
.hero-tags {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.hero-tags span {
  padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07); color: #fff; font-size: 14px;
}
.hero-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl);
  padding: 24px;
  backdrop-filter: blur(12px);
  box-shadow: 0 25px 70px rgba(0,0,0,0.22);
}
.metric-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.metric-card {
  background: rgba(255,255,255,0.08); border-radius: 22px; padding: 22px; min-height: 170px;
  border: 1px solid rgba(255,255,255,0.1);
}
.metric-card strong { display: block; font-size: 22px; margin-bottom: 12px; }
.metric-card span { color: rgba(255,255,255,0.76); }

.trust-section { padding-top: 36px; }
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.trust-box {
  background: #fff; padding: 28px; border-radius: var(--radius-lg); box-shadow: var(--shadow);
  border: 1px solid rgba(17, 25, 39, 0.05);
}
.trust-box h2 { font-size: 22px; margin-bottom: 12px; }
.trust-box p { color: var(--muted-dark); margin: 0; }

.split-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch;
}
.split-grid.reverse { grid-template-columns: 1fr 1fr; }
.content-block { max-width: 670px; }
.section-head { margin-bottom: 24px; }
.section-head.left { text-align: left; }
.section-head.center { text-align: center; max-width: 860px; margin-left: auto; margin-right: auto; }
.section-head h2 { font-size: clamp(30px, 3.4vw, 48px); letter-spacing: -0.02em; color: #10192c; }
.section-head p { color: var(--muted-dark); }
.content-block p { color: var(--muted-dark); }
.image-stack { display: grid; gap: 18px; }
.main-figure, .mini-figures figure, .image-panel {
  margin: 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow);
}
.main-figure img, .mini-figures img, .image-panel img, .service-card img, .gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.main-figure { height: 440px; }
.mini-figures { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mini-figures figure { height: 220px; }
.bullet-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; margin-top: 28px;
}
.bullet-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 16px 18px; background: #fff; border-radius: 18px; border: 1px solid var(--line-dark);
  box-shadow: 0 12px 30px rgba(13, 22, 38, 0.06);
}
.bullet-item span {
  width: 10px; height: 10px; border-radius: 50%; background: var(--accent); margin-top: 8px; flex: 0 0 auto;
}

.services-section { background: linear-gradient(180deg, rgba(11,19,37,0.03), rgba(11,19,37,0.00)); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  background: #fff; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid var(--line-dark); transition: var(--transition);
}
.service-card:hover { transform: translateY(-6px); }
.service-card img { height: 240px; }
.service-body { padding: 22px; }
.service-body h3 { font-size: 24px; }
.service-body p { color: var(--muted-dark); margin: 0; }

.sectors-section .image-panel.single { height: 100%; min-height: 640px; }
.sectors-section .image-panel.single img { height: 100%; object-fit: cover; }
.icon-list { display: grid; gap: 18px; margin-top: 24px; }
.icon-list article {
  background: #fff; border-radius: 22px; padding: 22px 24px; box-shadow: 0 14px 32px rgba(13, 22, 38, 0.08);
  border: 1px solid var(--line-dark);
}
.icon-list h3 { font-size: 22px; margin-bottom: 8px; }
.icon-list p { color: var(--muted-dark); margin: 0; }

.process-section { background: #0b1325; color: var(--text); }
.process-section .section-head h2, .process-section .section-head p { color: var(--text); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid article {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.09);
  border-radius: 24px; padding: 28px;
}
.step {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), #ffd367); color: #091321; font-weight: 800; margin-bottom: 18px;
}
.process-grid h3 { font-size: 22px; }
.process-grid p { color: rgba(255,255,255,0.74); margin: 0; }

.region-cloud {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
}
.region-cloud span {
  padding: 14px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line-dark);
  box-shadow: 0 14px 30px rgba(13, 22, 38, 0.07); font-weight: 600;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
  grid-auto-rows: 240px;
}
.gallery-item { margin: 0; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.gallery-item.large { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.03); }

.faq-wrap { max-width: 980px; }
.accordion { display: grid; gap: 14px; }
details {
  background: #fff; border-radius: 20px; border: 1px solid var(--line-dark); box-shadow: var(--shadow); overflow: hidden;
}
summary {
  padding: 22px 26px; cursor: pointer; list-style: none; font-weight: 700; font-size: 18px; position: relative;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+"; position: absolute; right: 24px; top: 18px; font-size: 26px; font-weight: 400; color: var(--accent-dark);
}
details[open] summary::after { content: "–"; }
details p { color: var(--muted-dark); padding: 0 26px 24px; margin: 0; }

.cta-panel {
  background: linear-gradient(135deg, #0c1730 0%, #101e39 50%, #0d1730 100%);
  color: var(--text); border-radius: 32px; padding: 44px 48px;
  display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center;
  box-shadow: 0 22px 60px rgba(9, 19, 33, 0.2);
}
.cta-panel h2 { font-size: clamp(30px, 3.5vw, 46px); max-width: 760px; }
.cta-panel p { color: rgba(255,255,255,0.74); max-width: 700px; }
.cta-actions.right { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

.footer {
  background: #091321; color: rgba(255,255,255,0.8); padding: 72px 0 28px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 34px;
}
.footer-grid p { color: rgba(255,255,255,0.65); max-width: 560px; }
.footer h3 { font-size: 18px; margin-bottom: 16px; color: #fff; }
.footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.footer-bottom {
  margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap;
}
.footer-bottom p { margin: 0; }

.floating-actions {
  position: fixed; right: 18px; bottom: 18px; z-index: 65; display: flex; flex-direction: column; gap: 10px;
}
.floating-actions a {
  width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%;
  background: #0c1730; color: #fff; box-shadow: 0 18px 38px rgba(9,19,33,0.24); font-weight: 800;
}
.floating-actions .icon-phone,
.floating-actions .icon-whatsapp {
  width: 25px;
  height: 25px;
}
.floating-actions a.wa { background: linear-gradient(135deg, #1bb45f, #25d366); }

@media (max-width: 1180px) {
  .hero-inner,
  .split-grid,
  .split-grid.reverse,
  .cta-panel {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto; }
  .service-grid,
  .process-grid,
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-actions.right { justify-content: flex-start; }
  .sectors-section .image-panel.single { min-height: 440px; }
}

@media (max-width: 920px) {
  .topbar-right { display: none; }
  .nav-wrap { grid-template-columns: auto auto; }
  .menu-toggle { display: block; justify-self: end; }
  .nav {
    position: fixed; left: 16px; right: 16px; top: 96px;
    background: rgba(8,17,31,0.98); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px; padding: 18px; box-shadow: 0 20px 50px rgba(0,0,0,0.22);
    display: none; flex-direction: column; align-items: flex-start; gap: 16px;
  }
  .nav.show { display: flex; }
  .nav-cta { display: none; }
  .metric-grid,
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.large { grid-row: span 1; }
  .gallery-item.wide { grid-column: span 2; }
  .footer-bottom { justify-content: center; }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .topbar-left { gap: 10px; flex-direction: column; padding: 10px 0; }
  .topbar-inner { align-items: flex-start; }
  .hero-inner { padding: 58px 0 72px; }
  .hero h1 { font-size: 36px; }
  .metric-grid,
  .trust-grid,
  .bullet-grid,
  .service-grid,
  .process-grid,
  .gallery-grid,
  .footer-grid,
  .mini-figures { grid-template-columns: 1fr; }
  .gallery-item.wide { grid-column: auto; }
  .gallery-grid { grid-auto-rows: 220px; }
  .main-figure { height: 300px; }
  .sectors-section .image-panel.single { min-height: 300px; height: 300px; }
  .mini-figures figure { height: 180px; }
  .cta-panel { padding: 32px 26px; }
  .floating-actions a { width: 52px; height: 52px; font-size: 13px; }
}
