/* Omnixar Inc — CI&T-inspired layout */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Roboto+Slab:wght@400;600;700&display=swap');

:root {
  --coral: #FA5A50;
  --coral-dark: #E0453C;
  --coral-light: #FFF0EF;
  --black: #0A0808;
  --dark: #141414;
  --white: #ffffff;
  --gray-50: #F7F7F7;
  --gray-100: #EFEFEF;
  --gray-200: #DDDDDD;
  --gray-400: #999999;
  --gray-600: #666666;
  --gray-800: #333333;
  --text: #1A1A1A;
  --font: 'DM Sans', system-ui, sans-serif;
  --display: 'Roboto Slab', Georgia, serif;
  --max: 1140px;
  --wide: 1280px;
  --radius: 2px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); font-size: 16px; line-height: 1.65; color: var(--text); background: var(--white); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* News strip */
.ox-news { background: var(--gray-50); border-bottom: 1px solid var(--gray-200); padding: 10px 20px; font-size: 13px; }
.ox-news-inner { max-width: var(--wide); margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.ox-news-label { font-weight: 700; color: var(--coral); text-transform: uppercase; letter-spacing: 0.06em; font-size: 11px; flex-shrink: 0; }
.ox-news-item { color: var(--gray-800); flex: 1; }
.ox-news-item a { color: var(--coral); font-weight: 600; }
.ox-news-item a:hover { text-decoration: underline; }

/* Header */
.ox-header { background: var(--white); border-bottom: 1px solid var(--gray-200); position: sticky; top: 0; z-index: 500; }
.ox-header-inner { max-width: var(--wide); margin: 0 auto; padding: 0 24px; height: 72px; display: flex; align-items: center; gap: 8px; }
.ox-logo { font-family: var(--display); font-size: 1.65rem; font-weight: 700; color: var(--coral); letter-spacing: -0.02em; flex-shrink: 0; }
.ox-logo span { color: var(--black); }

.ox-nav { display: flex; align-items: center; margin-left: 24px; flex: 1; gap: 2px; }
.ox-nav > li { position: relative; }
.ox-nav > li > a, .ox-nav > li > span.nav-label {
  display: block; padding: 10px 14px; font-size: 14px; font-weight: 500; color: var(--text);
  cursor: pointer; transition: color 0.15s;
}
.ox-nav > li > a:hover, .ox-nav > li:hover > span.nav-label, .ox-nav > li > a.active { color: var(--coral); }
.ox-dropdown {
  position: absolute; top: 100%; left: 0; min-width: 220px;
  background: var(--white); border: 1px solid var(--gray-200);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1); padding: 8px 0;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all 0.18s; z-index: 200;
}
.ox-nav > li:hover .ox-dropdown { opacity: 1; visibility: visible; transform: none; }
.ox-dropdown a { display: block; padding: 10px 18px; font-size: 14px; color: var(--gray-800); }
.ox-dropdown a:hover { background: var(--coral-light); color: var(--coral); }

.ox-header-utils { display: flex; align-items: center; gap: 4px; margin-left: auto; border-left: 1px solid var(--gray-200); padding-left: 12px; }
.ox-icon-btn { width: 40px; height: 40px; display: grid; place-items: center; border: none; background: none; cursor: pointer; color: var(--text); font-size: 18px; border-radius: var(--radius); }
.ox-icon-btn:hover { background: var(--gray-50); }
.ox-lang-btn { background: var(--coral); color: var(--white); width: 36px; height: 36px; font-size: 14px; font-weight: 700; }
.ox-lang-btn:hover { background: var(--coral-dark); }
.ox-menu-btn { display: none; background: none; border: none; font-size: 24px; cursor: pointer; padding: 8px; margin-left: auto; }

/* Hero */
.ox-hero { position: relative; min-height: 88vh; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); overflow: hidden; }
.ox-hero-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1800&q=85') center/cover; }
.ox-hero-overlay { position: absolute; inset: 0; background: rgba(10,8,8,0.72); }
.ox-hero-content { position: relative; z-index: 1; max-width: 820px; padding: 120px 24px 80px; }
.ox-hero h1 { font-family: var(--display); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.01em; }
.ox-hero-sub { font-size: clamp(0.95rem, 2vw, 1.1rem); opacity: 0.88; line-height: 1.7; max-width: 640px; margin: 0 auto; }
.ox-hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); color: var(--white); opacity: 0.7; font-size: 20px; animation: oxBounce 2s infinite; }
@keyframes oxBounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(8px)} }

/* Sections */
.ox-section { padding: 80px 24px; }
.ox-section-gray { background: var(--gray-50); }
.ox-section-coral { background: var(--coral); color: var(--white); }
.ox-inner { max-width: var(--wide); margin: 0 auto; }
.ox-h2 { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 700; text-align: center; line-height: 1.25; margin-bottom: 20px; color: var(--black); }
.ox-h2.left { text-align: left; }
.ox-h2.white { color: var(--white); }
.ox-lead { text-align: center; max-width: 760px; margin: 0 auto 48px; font-size: 17px; color: var(--gray-600); line-height: 1.75; }
.ox-lead.left { text-align: left; margin-left: 0; }

/* Service grid row 1 — light titles */
.ox-svc-row1 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 56px; }
.ox-svc-row1-item h3 { font-family: var(--display); font-size: 1.35rem; font-weight: 600; color: var(--gray-400); margin-bottom: 16px; line-height: 1.3; }
.ox-svc-row1-item ul { padding-left: 0; }
.ox-svc-row1-item li { font-size: 14px; color: var(--gray-800); padding: 4px 0 4px 14px; position: relative; line-height: 1.5; }
.ox-svc-row1-item li::before { content: '•'; position: absolute; left: 0; color: var(--black); }

/* Service grid row 2 — icon cards */
.ox-svc-row2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.ox-svc-card { display: block; color: inherit; }
.ox-svc-card:hover h3 { color: var(--coral); }
.ox-svc-icon { width: 56px; height: 56px; background: var(--coral); display: grid; place-items: center; margin-bottom: 18px; color: var(--white); font-size: 22px; }
.ox-svc-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; line-height: 1.35; transition: color 0.15s; }
.ox-svc-card .sub { font-size: 13px; color: var(--gray-600); margin-bottom: 12px; font-weight: 500; }
.ox-svc-card li { font-size: 13px; color: var(--gray-800); padding: 3px 0 3px 14px; position: relative; line-height: 1.45; }
.ox-svc-card li::before { content: '•'; position: absolute; left: 0; }

/* Trust / clients */
.ox-trust { text-align: center; max-width: 780px; margin: 0 auto 40px; }
.ox-trust p { font-size: 16px; color: var(--gray-600); line-height: 1.75; }
.ox-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.ox-principle { padding: 28px 24px; border: 1px solid var(--gray-200); background: var(--white); text-align: center; }
.ox-principle strong { display: block; font-size: 1rem; color: var(--black); margin-bottom: 8px; }
.ox-principle span { font-size: 14px; color: var(--gray-600); line-height: 1.55; }

/* Industries bubble map */
.ox-industries { padding: 80px 24px; background: var(--coral); color: var(--white); overflow: hidden; }
.ox-industries .ox-h2 { margin-bottom: 16px; }
.ox-industries .ox-lead { color: rgba(255,255,255,0.88); margin-bottom: 48px; }
.ox-bubbles { position: relative; max-width: 900px; margin: 0 auto; height: 420px; }
.ox-bubble { position: absolute; border-radius: 50%; display: grid; place-items: center; text-align: center; font-weight: 700; line-height: 1.25; }
.ox-bubble-lg { width: 160px; height: 160px; background: var(--white); color: var(--coral); font-size: 15px; padding: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.12); }
.ox-bubble-md { width: 110px; height: 110px; background: rgba(255,255,255,0.25); color: var(--white); font-size: 12px; font-weight: 600; padding: 12px; border: 2px solid rgba(255,255,255,0.35); }
.ox-bubble-sm { width: 80px; height: 80px; background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); font-size: 11px; font-weight: 600; padding: 8px; }
.ox-b1 { top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ox-b2 { top: 12%; left: 18%; }
.ox-b3 { top: 8%; right: 15%; }
.ox-b4 { bottom: 15%; left: 8%; }
.ox-b5 { bottom: 10%; right: 10%; }
.ox-b6 { top: 35%; left: 5%; }
.ox-b7 { top: 30%; right: 5%; }

/* Location */
.ox-location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.ox-location-grid p { font-size: 16px; color: var(--gray-600); line-height: 1.75; margin-bottom: 14px; }
.ox-office-card { border: 1px solid var(--gray-200); padding: 28px; background: var(--white); }
.ox-office-card h3 { font-family: var(--display); font-size: 1.15rem; font-weight: 700; margin-bottom: 12px; color: var(--black); }
.ox-office-card p { font-size: 15px; color: var(--gray-800); line-height: 1.65; margin-bottom: 8px; }
.ox-office-card a { color: var(--coral); font-weight: 600; }

/* Buttons */
.ox-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; font-size: 14px; font-weight: 700; font-family: var(--font); border: 2px solid var(--coral); cursor: pointer; transition: all 0.15s; }
.ox-btn-coral { background: var(--coral); color: var(--white) !important; border-color: var(--coral); }
.ox-btn-coral:hover { background: var(--coral-dark); border-color: var(--coral-dark); }
.ox-btn-outline { background: transparent; color: var(--coral) !important; }
.ox-btn-outline:hover { background: var(--coral-light); }
.ox-btn-white { background: var(--white); color: var(--coral) !important; border-color: var(--white); }
.ox-btn-white:hover { background: var(--gray-100); }
.ox-link-arrow { color: var(--coral); font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 6px; }
.ox-link-arrow:hover { text-decoration: underline; }

/* Page hero */
.ox-page-hero { background: var(--gray-50); padding: 48px 24px 40px; border-bottom: 1px solid var(--gray-200); }
.ox-page-hero-inner { max-width: var(--wide); margin: 0 auto; }
.ox-breadcrumb { font-size: 13px; color: var(--gray-400); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ox-breadcrumb a:hover { color: var(--coral); }
.ox-breadcrumb .active { color: var(--coral); border-top: 2px solid var(--coral); padding-top: 8px; margin-top: -8px; }
.ox-page-hero h1 { font-family: var(--display); font-size: clamp(1.85rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.2; max-width: 720px; }

/* Content */
.ox-content { max-width: var(--max); margin: 0 auto; padding: 56px 24px 80px; }
.ox-content h2 { font-family: var(--display); font-size: 1.35rem; font-weight: 700; margin: 32px 0 12px; color: var(--black); }
.ox-content p { color: var(--gray-600); margin-bottom: 14px; line-height: 1.75; }
.ox-content ul { margin: 0 0 16px 20px; color: var(--gray-600); line-height: 1.75; }
.ox-content a { color: var(--coral); font-weight: 600; }
.ox-notice { background: var(--coral-light); border-left: 4px solid var(--coral); padding: 16px 20px; margin: 24px 0; font-size: 14px; color: var(--gray-800); line-height: 1.6; }
.ox-table { width: 100%; border-collapse: collapse; border: 1px solid var(--gray-200); margin: 20px 0; font-size: 14px; }
.ox-table th, .ox-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--gray-200); }
.ox-table th { background: var(--gray-50); width: 200px; font-weight: 700; }

.ox-two-col { display: grid; grid-template-columns: 220px 1fr; gap: 48px; max-width: var(--max); margin: 0 auto; padding: 48px 24px 80px; }
.ox-side-nav { position: sticky; top: 96px; align-self: start; }
.ox-side-nav h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-400); margin-bottom: 12px; }
.ox-side-nav a { display: block; padding: 10px 0; font-size: 14px; font-weight: 500; color: var(--gray-800); border-bottom: 1px solid var(--gray-100); }
.ox-side-nav a:hover, .ox-side-nav a.active { color: var(--coral); }

.ox-contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.ox-form { background: var(--gray-50); border: 1px solid var(--gray-200); padding: 32px; }
.ox-form h3 { font-family: var(--display); font-size: 1.2rem; margin-bottom: 20px; }
.ox-field { margin-bottom: 16px; }
.ox-field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.ox-field input, .ox-field select, .ox-field textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--gray-200); font-family: var(--font); font-size: 15px; background: var(--white); }
.ox-field textarea { min-height: 130px; resize: vertical; }
.ox-field input:focus, .ox-field select:focus, .ox-field textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 2px var(--coral-light); }
.ox-info-block { margin-bottom: 20px; }
.ox-info-block strong { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gray-400); margin-bottom: 4px; }

.ox-insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ox-insight-card { border: 1px solid var(--gray-200); background: var(--white); overflow: hidden; display: block; color: inherit; transition: box-shadow 0.2s; }
.ox-insight-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.ox-insight-card:hover h3 { color: var(--coral); }
.ox-insight-img { height: 180px; background: var(--gray-200); overflow: hidden; }
.ox-insight-img img { width: 100%; height: 100%; object-fit: cover; }
.ox-insight-body { padding: 22px; }
.ox-insight-body h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; line-height: 1.4; transition: color 0.15s; }
.ox-insight-body p { font-size: 14px; color: var(--gray-600); line-height: 1.6; }
.ox-insight-body .date { font-size: 12px; color: var(--gray-400); margin-top: 10px; }

.ox-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; padding: 40px 0 0; }
.ox-stat-num { font-family: var(--display); font-size: 2.25rem; font-weight: 700; color: var(--coral); line-height: 1; margin-bottom: 8px; }
.ox-stat-label { font-size: 14px; color: var(--gray-600); }

/* CTA band */
.ox-cta { background: var(--black); color: var(--white); text-align: center; padding: 64px 24px; }
.ox-cta h2 { font-family: var(--display); font-size: clamp(1.4rem, 2.5vw, 1.9rem); margin-bottom: 14px; }
.ox-cta p { opacity: 0.85; max-width: 520px; margin: 0 auto 24px; font-size: 16px; }

/* Footer */
.ox-footer { background: var(--black); color: rgba(255,255,255,0.65); padding: 56px 24px 28px; }
.ox-footer-top { max-width: var(--wide); margin: 0 auto; display: grid; grid-template-columns: 1.2fr 2fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 32px; }
.ox-footer-brand .ox-logo { color: var(--coral); margin-bottom: 16px; display: inline-block; }
.ox-footer-brand p { font-size: 14px; line-height: 1.75; margin-bottom: 6px; }
.ox-footer-brand a { color: var(--coral); }
.ox-footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ox-footer-col h4 { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.05em; }
.ox-footer-col li { margin-bottom: 8px; }
.ox-footer-col a { font-size: 14px; color: rgba(255,255,255,0.55); }
.ox-footer-col a:hover { color: var(--white); }
.ox-footer-social { display: flex; gap: 14px; margin-top: 16px; }
.ox-footer-social a { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.5); }
.ox-footer-social a:hover { color: var(--coral); }
.ox-footer-legal { max-width: var(--wide); margin: 0 auto 20px; font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.7; }
.ox-footer-bottom { max-width: var(--wide); margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.4); }
.ox-footer-bottom a { color: rgba(255,255,255,0.4); margin-left: 16px; }
.ox-footer-bottom a:hover { color: var(--white); }

@media (max-width: 1024px) {
  .ox-svc-row1, .ox-svc-row2, .ox-principles, .ox-insight-grid { grid-template-columns: repeat(2, 1fr); }
  .ox-location-grid, .ox-contact-split, .ox-two-col { grid-template-columns: 1fr; }
  .ox-footer-top { grid-template-columns: 1fr; }
  .ox-footer-cols { grid-template-columns: 1fr 1fr; }
  .ox-bubbles { height: 360px; }
}
@media (max-width: 768px) {
  .ox-nav, .ox-header-utils { display: none; }
  .ox-nav.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 16px 24px 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); align-items: stretch; z-index: 400; }
  .ox-nav.open > li { width: 100%; }
  .ox-dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding-left: 12px; display: none; }
  .ox-nav.open > li:hover .ox-dropdown, .ox-nav.open > li:focus-within .ox-dropdown { display: block; }
  .ox-menu-btn { display: block; }
  .ox-svc-row1, .ox-svc-row2, .ox-principles, .ox-insight-grid, .ox-stats { grid-template-columns: 1fr; }
  .ox-bubbles { height: 320px; }
  .ox-bubble-lg { width: 130px; height: 130px; font-size: 13px; }
  .ox-footer-cols { grid-template-columns: 1fr; }
}
