/* ============================================================
   WeldCentr.eu — Main Stylesheet
   Used by: index.html (EN), cs.html (CS), de.html (DE)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300&family=Barlow+Condensed:wght@400;600;700;800&display=swap');

/* ── CSS VARIABLES ── */
:root {
  --black: #0a0a0a;
  --graphite: #141416;
  --steel: #1c1c20;
  --steel-mid: #252528;
  --steel-light: #2e2e33;
  --border: #333338;
  --text: #e8e8ec;
  --text-muted: #8a8a94;
  --text-dim: #5a5a64;
  --orange: #f26522;
  --orange-bright: #ff7a30;
  --orange-glow: rgba(242,101,34,0.15);
  --cyan: #00c8e8;
  --cyan-dim: rgba(0,200,232,0.1);
  --white: #ffffff;
  --font-display: 'Bebas Neue', sans-serif;
  --font-condensed: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--black); color: var(--text); font-family: var(--font-body); font-weight: 400; line-height: 1.6; overflow-x: hidden; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--graphite); }
::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 3px; }

/* ── HEADER ── */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10,10,10,0.97); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.header-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 1.5rem; height: 68px; gap: 0; flex-wrap: nowrap; }
.logo { display: flex; flex-direction: column; gap: 1px; text-decoration: none; flex-shrink: 0; }
.logo-main { font-family: var(--font-display); font-size: 1.7rem; letter-spacing: 2px; line-height: 1; color: var(--white); }
.logo-main span { color: var(--orange); }
.logo-sub { font-family: var(--font-condensed); font-size: 0.55rem; letter-spacing: 2px; color: var(--text-dim); text-transform: uppercase; font-weight: 600; opacity: 0.7; }
nav { display: flex; align-items: center; gap: 0; flex-shrink: 1; overflow: hidden; }
nav a { font-family: var(--font-condensed); font-size: 0.72rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted); text-decoration: none; padding: 0.35rem 0.6rem; border-radius: 3px; transition: color 0.2s, background 0.2s; white-space: nowrap; }
nav a:hover { color: var(--orange); background: var(--orange-glow); }
.header-right { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.lang-switcher { display: flex; gap: 0; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.lang-switcher a { display: block; background: none; border: none; border-right: 1px solid var(--border); color: var(--text-muted); font-family: var(--font-condensed); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.5px; padding: 0.3rem 0.5rem; text-decoration: none; transition: background 0.2s, color 0.2s; text-transform: uppercase; }
.lang-switcher a:last-child { border-right: none; }
.lang-switcher a.active { background: var(--orange); color: var(--white); }
.lang-switcher a:hover:not(.active) { background: var(--steel); color: var(--orange); }
.cta-header { background: var(--orange); color: var(--white); font-family: var(--font-condensed); font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 0.5rem 1rem; border-radius: 3px; border: none; cursor: pointer; text-decoration: none; white-space: nowrap; transition: background 0.2s, transform 0.1s; flex-shrink: 0; }
.cta-header:hover { background: var(--orange-bright); transform: translateY(-1px); }

/* ── URGENCY BAR ── */
.urgency-bar { background: var(--orange); color: var(--white); text-align: center; padding: 0.45rem 1rem; font-family: var(--font-condensed); font-size: 0.78rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 68px; }
.urgency-bar span { opacity: 0.75; margin: 0 0.5rem; }

/* ── HERO ── */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; background: var(--black); padding-top: 0; }
.hero-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1565793979732-2a42f802ca5e?w=1800&q=80') center/cover no-repeat; opacity: 0.18; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, var(--black) 45%, transparent 100%); }
.hero-grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px); background-size: 80px 80px; opacity: 0.07; }
.hero-inner { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 6rem 2rem 4rem; display: grid; grid-template-columns: 1fr 400px; gap: 5rem; align-items: center; }
.hero-eyebrow { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.hero-eyebrow-line { width: 40px; height: 2px; background: var(--orange); }
.hero-eyebrow-text { font-family: var(--font-condensed); font-size: 0.8rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--orange); }
.hero h1 { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1; letter-spacing: 2px; color: var(--white); margin-bottom: 1.5rem; }
.hero h1 span { color: var(--orange); }
.hero-sub { font-size: 1.15rem; color: var(--text-muted); font-weight: 300; max-width: 540px; margin-bottom: 2rem; line-height: 1.7; }
.hero-value-props { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 2.5rem; }
.hvp { display: flex; align-items: center; gap: 0.75rem; font-family: var(--font-condensed); font-size: 0.95rem; font-weight: 600; letter-spacing: 0.5px; color: var(--text); }
.hvp-icon { color: var(--orange); font-size: 1rem; }
.hero-cta-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.btn-primary { background: var(--orange); color: var(--white); font-family: var(--font-condensed); font-size: 0.95rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 0.9rem 2rem; border-radius: 3px; border: none; cursor: pointer; text-decoration: none; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 24px rgba(242,101,34,0.3); }
.btn-primary:hover { background: var(--orange-bright); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(242,101,34,0.45); }
.btn-outline { background: transparent; color: var(--text); font-family: var(--font-condensed); font-size: 0.95rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 0.9rem 2rem; border-radius: 3px; border: 1px solid var(--border); cursor: pointer; text-decoration: none; transition: border-color 0.2s, color 0.2s, background 0.2s; display: inline-block; }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); background: var(--orange-glow); }
.hero-trust { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-condensed); font-size: 0.75rem; letter-spacing: 1px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; }
.hero-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }

/* Hero right panel / contact form */
.hero-right { background: var(--steel); border: 1px solid var(--border); border-radius: 6px; padding: 2rem; }
.hero-right h3 { font-family: var(--font-condensed); font-size: 1rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 1.5rem; }
.quick-form .form-group { margin-bottom: 0.9rem; }
.quick-form label { display: block; font-family: var(--font-condensed); font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.35rem; }
.quick-form input, .quick-form select, .quick-form textarea { width: 100%; background: var(--steel-mid); border: 1px solid var(--border); border-radius: 3px; color: var(--text); font-family: var(--font-body); font-size: 0.9rem; padding: 0.65rem 0.85rem; transition: border-color 0.2s; outline: none; }
.quick-form input:focus, .quick-form select:focus, .quick-form textarea:focus { border-color: var(--orange); }
.quick-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f26522' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.85rem center; cursor: pointer; }
.quick-form textarea { resize: vertical; min-height: 70px; }
.quick-form .btn-primary { width: 100%; text-align: center; margin-top: 0.5rem; display: block; }
.form-note { font-size: 0.72rem; color: var(--text-dim); text-align: center; margin-top: 0.5rem; }
.form-success { display: none; background: rgba(0,200,100,0.1); border: 1px solid rgba(0,200,100,0.3); border-radius: 4px; padding: 1rem; text-align: center; color: #00c864; font-family: var(--font-condensed); font-size: 0.9rem; letter-spacing: 1px; margin-top: 1rem; }

/* ── STATS BAR ── */
.stats-bar { background: var(--steel); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-bar-inner { max-width: 1400px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(5, 1fr); }
.stat-item { padding: 1.5rem 1rem; text-align: center; border-right: 1px solid var(--border); position: relative; }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: var(--font-display); font-size: 2.4rem; letter-spacing: 2px; color: var(--orange); line-height: 1; display: block; }
.stat-label { font-family: var(--font-condensed); font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-top: 0.3rem; font-weight: 600; }

/* ── SECTION COMMON ── */
section { padding: 6rem 0; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
.section-label { font-family: var(--font-condensed); font-size: 0.72rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--orange); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.75rem; }
.section-label::before { content: ''; display: block; width: 30px; height: 1px; background: var(--orange); }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); letter-spacing: 2px; line-height: 1.05; color: var(--white); margin-bottom: 1rem; }
.section-title .o { color: var(--orange); }
.section-intro { font-size: 1.05rem; color: var(--text-muted); max-width: 680px; margin-bottom: 3rem; font-weight: 300; line-height: 1.75; }

/* ── SERVICES ── */
.services-section { background: var(--graphite); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--border); border: 1px solid var(--border); margin-top: 3rem; }
.service-card { background: var(--steel); padding: 2.5rem 2rem; position: relative; overflow: hidden; transition: background 0.3s; cursor: default; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--border); transition: background 0.3s; }
.service-card:hover { background: var(--steel-mid); }
.service-card:hover::before { background: var(--orange); }
.service-icon { font-size: 2rem; margin-bottom: 1.2rem; display: block; }
.service-card h3 { font-family: var(--font-condensed); font-size: 1.15rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--white); margin-bottom: 0.75rem; }
.service-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1.2rem; }
.service-tag { display: inline-block; background: var(--orange-glow); color: var(--orange); font-family: var(--font-condensed); font-size: 0.65rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 0.25rem 0.6rem; border-radius: 2px; border: 1px solid rgba(242,101,34,0.25); }

/* ── PROCESS ── */
.process-section { background: var(--black); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 3.5rem; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 2.5rem; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, var(--orange), var(--cyan), var(--orange)); opacity: 0.35; }
.process-step { text-align: center; padding: 0 1.5rem 2rem; position: relative; }
.ps-number { width: 5rem; height: 5rem; border-radius: 50%; border: 2px solid var(--orange); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; background: var(--steel); font-family: var(--font-display); font-size: 1.8rem; color: var(--orange); letter-spacing: 2px; position: relative; z-index: 1; }
.ps-title { font-family: var(--font-condensed); font-size: 0.95rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); margin-bottom: 0.6rem; }
.ps-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* ── WHY US ── */
.why-section { background: var(--graphite); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; margin-top: 3rem; }
.why-points { display: flex; flex-direction: column; gap: 1.5rem; }
.why-point { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.5rem; background: var(--steel); border: 1px solid var(--border); border-radius: 4px; transition: border-color 0.25s, background 0.25s; }
.why-point:hover { border-color: var(--orange); background: var(--steel-mid); }
.wp-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.1rem; }
.wp-body h4 { font-family: var(--font-condensed); font-size: 0.95rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--white); margin-bottom: 0.35rem; }
.wp-body p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.why-right { position: sticky; top: 6rem; }
.company-card { background: var(--steel); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.company-card-header { background: var(--orange); padding: 1.25rem 1.5rem; }
.company-card-header h3 { font-family: var(--font-condensed); font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--white); }
.ci-grid { display: grid; gap: 0; }
.ci-item { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 0.9rem 1.5rem; border-bottom: 1px solid var(--border); }
.ci-item:last-child { border-bottom: none; }
.ci-label { font-family: var(--font-condensed); font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-dim); flex-shrink: 0; }
.ci-value { font-size: 0.875rem; color: var(--text); text-align: right; line-height: 1.5; }
.licence-badges { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 1rem; padding: 1.25rem 1.5rem; border-top: 1px solid var(--border); }
.badge { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--steel-light); border: 1px solid var(--border); border-radius: 3px; padding: 0.4rem 0.8rem; font-family: var(--font-condensed); font-size: 0.7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted); }
.badge.active { border-color: var(--orange); color: var(--orange); background: var(--orange-glow); }

/* ── INDUSTRIES ── */
.industries-section { background: var(--black); }
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); margin-top: 3rem; border: 1px solid var(--border); }
.industry-card { background: var(--steel); padding: 2rem 1.5rem; text-align: center; transition: background 0.25s; }
.industry-card:hover { background: var(--steel-mid); }
.industry-icon { font-size: 2rem; display: block; margin-bottom: 0.75rem; }
.industry-name { font-family: var(--font-condensed); font-size: 0.85rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); margin-bottom: 0.35rem; }
.industry-desc { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; }

/* ── SERVICES TABS ── */
.services-tabs-section { background: var(--graphite); }
.tab-nav { display: flex; gap: 0; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; margin-bottom: 2.5rem; width: fit-content; }
.tab-btn { background: none; border: none; border-right: 1px solid var(--border); color: var(--text-muted); font-family: var(--font-condensed); font-size: 0.75rem; font-weight: 700; letter-spacing: 1.5px; padding: 0.6rem 1.25rem; cursor: pointer; transition: background 0.2s, color 0.2s; text-transform: uppercase; white-space: nowrap; }
.tab-btn:last-child { border-right: none; }
.tab-btn.active { background: var(--orange); color: var(--white); }
.tab-btn:hover:not(.active) { background: var(--steel); color: var(--orange); }
.tab-panel { display: none; grid-template-columns: 1fr 400px; gap: 4rem; align-items: start; }
.tab-panel.active { display: grid; }
.tab-content h2 { margin-bottom: 1rem; }
.lead { font-size: 1.05rem; color: var(--text-muted); font-weight: 300; line-height: 1.75; margin-bottom: 2rem; }
.benefit-list { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 2rem; }
.benefit-item { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 0.9rem; color: var(--text); padding: 0.5rem 0; border-bottom: 1px solid var(--border); }
.bi { color: var(--orange); font-weight: 700; font-size: 1rem; flex-shrink: 0; margin-top: 0.05rem; }

/* FAQ */
.faq-list { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; margin-top: 1.5rem; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q { width: 100%; background: none; border: none; color: var(--text); font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; padding: 1rem 1.25rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; text-align: left; transition: background 0.2s; }
.faq-q:hover { background: var(--steel); }
.faq-icon { color: var(--orange); font-size: 1.25rem; flex-shrink: 0; transition: transform 0.25s; }
.faq-a { display: none; padding: 0 1.25rem 1rem; font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; background: var(--steel); }
.faq-a.open { display: block; }

/* Tab form */
.tab-form-wrap { background: var(--steel); border: 1px solid var(--border); border-radius: 6px; padding: 2rem; position: sticky; top: 6rem; }
.tab-form-wrap h3 { font-family: var(--font-condensed); font-size: 1.1rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 0.5rem; }
.form-sub { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.form-group { display: flex; flex-direction: column; gap: 0.3rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-family: var(--font-condensed); font-size: 0.68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); }
.form-group input, .form-group select, .form-group textarea { background: var(--steel-mid); border: 1px solid var(--border); border-radius: 3px; color: var(--text); font-family: var(--font-body); font-size: 0.88rem; padding: 0.6rem 0.8rem; outline: none; transition: border-color 0.2s; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--orange); }
.form-group select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f26522' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.85rem center; }
.form-group textarea { resize: vertical; min-height: 80px; }
.form-submit { width: 100%; margin-top: 1rem; background: var(--orange); color: var(--white); font-family: var(--font-condensed); font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 0.85rem; border-radius: 3px; border: none; cursor: pointer; transition: background 0.2s; }
.form-submit:hover { background: var(--orange-bright); }

/* ── GALLERY ── */
.gallery-section { background: var(--black); padding: 0; }
.gallery-header { max-width: 1400px; margin: 0 auto; padding: 5rem 2rem 2.5rem; }
.gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 280px 280px; gap: 3px; }
.gallery-item { position: relative; overflow: hidden; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; filter: brightness(0.7) saturate(0.8); }
.gallery-item:hover img { transform: scale(1.05); filter: brightness(0.85) saturate(1); }
.gallery-item-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%); }
.gallery-item-label { position: absolute; bottom: 1rem; left: 1rem; font-family: var(--font-condensed); font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--white); }

/* ── SEO TEXT ── */
.seo-section { background: var(--graphite); }
.seo-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 2.5rem; }
.seo-col h3 { font-family: var(--font-condensed); font-size: 1rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); margin-bottom: 0.85rem; border-left: 3px solid var(--orange); padding-left: 0.85rem; }
.seo-col p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1rem; }
.keyword-list { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.25rem; }
.keyword-tag { background: var(--steel-light); border: 1px solid var(--border); border-radius: 2px; padding: 0.25rem 0.6rem; font-family: var(--font-condensed); font-size: 0.65rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text-dim); }

/* ── CTA SECTION ── */
.cta-section { background: var(--steel); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-inner { max-width: 1400px; margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.cta-inner h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.8rem); letter-spacing: 2px; color: var(--white); }
.cta-inner h2 span { color: var(--orange); }
.cta-inner p { font-size: 0.95rem; color: var(--text-muted); margin-top: 0.5rem; }
.cta-actions { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; text-align: center; }
.cta-phone { font-family: var(--font-display); font-size: 1.8rem; color: var(--orange); letter-spacing: 2px; white-space: nowrap; }
.cta-email { font-family: var(--font-condensed); font-size: 0.85rem; color: var(--text-muted); letter-spacing: 1px; text-decoration: none; }
.cta-email:hover { color: var(--orange); }

/* ── FOOTER ── */
footer { background: var(--graphite); border-top: 1px solid var(--border); padding: 4rem 0 2rem; }
.footer-inner { max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .logo-main { font-size: 1.5rem; }
.footer-brand p { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.75rem; line-height: 1.65; max-width: 260px; }
.footer-col h4 { font-family: var(--font-condensed); font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); margin-bottom: 1rem; }
.footer-col a, .footer-col p { display: block; font-size: 0.85rem; color: var(--text-muted); text-decoration: none; margin-bottom: 0.5rem; transition: color 0.2s; line-height: 1.5; }
.footer-col a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.78rem; color: var(--text-dim); }

/* ── REVEAL ANIMATION ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-right { max-width: 480px; }
  .stats-bar-inner { grid-template-columns: repeat(3, 1fr); }
  .stat-item:nth-child(3) { border-right: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  nav { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .industries-grid { grid-template-columns: 1fr 1fr; }
  .tab-panel.active { grid-template-columns: 1fr; }
  .tab-form-wrap { position: static; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-item:first-child { grid-row: auto; }
  .seo-cols { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; text-align: center; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border); }
}
@media (max-width: 640px) {
  .header-inner { padding: 0 1rem; }
  .hero-inner { padding: 5rem 1rem 3rem; }
  .container { padding: 0 1rem; }
  section { padding: 4rem 0; }
  .industries-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .tab-nav { flex-wrap: wrap; width: 100%; }
  .tab-btn { border-right: none; border-bottom: 1px solid var(--border); }
}

/* ── REVEAL FALLBACK (no-JS / slow-load safety) ── */
/* If JS hasn't run yet, elements are invisible. This ensures */
/* they become visible after 1s regardless via CSS animation. */
@keyframes revealFallback {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}
.reveal {
  animation: revealFallback 0.6s ease 1.2s both;
}
.reveal.visible {
  animation: none;
  opacity: 1;
  transform: none;
}

/* ── HEADER OVERFLOW PROTECTION ── */
.header-inner { flex-wrap: nowrap; min-width: 0; }
.logo { flex-shrink: 0; }
nav { flex-shrink: 1; min-width: 0; }
.header-right { flex-shrink: 0; gap: 0.75rem; }

/* ── 5-LANGUAGE SWITCHER ── */
.lang-switcher { display:flex; gap:0; border:1px solid var(--border); border-radius:4px; overflow:hidden; flex-wrap:nowrap; }
.lang-btn { display:block; background:none; border:none; border-right:1px solid var(--border); color:var(--text-muted); font-family:var(--font-condensed); font-size:0.62rem; font-weight:700; letter-spacing:0.3px; padding:0.28rem 0.45rem; text-decoration:none; transition:background 0.2s,color 0.2s; text-transform:uppercase; cursor:pointer; white-space:nowrap; }
.lang-btn:last-child { border-right:none; }
.lang-btn.active { background:var(--orange); color:var(--white); }
.lang-btn:hover:not(.active) { background:var(--steel); color:var(--orange); }

/* Urgency bar phone */
.urgency-bar { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.urgency-phone { font-family: var(--font-condensed); font-size: 0.78rem; font-weight: 700; letter-spacing: 1px; color: var(--white); text-decoration: none; margin-left: 1.5rem; opacity: 0.9; white-space: nowrap; }
.urgency-phone:hover { opacity: 1; text-decoration: underline; }

@media (max-width: 1200px) {
  nav a { padding: 0.35rem 0.45rem; font-size: 0.68rem; letter-spacing: 0.5px; }
  .cta-header { padding: 0.45rem 0.8rem; font-size: 0.72rem; letter-spacing: 1px; }
}
@media (max-width: 1000px) {
  nav { display: none; }
}



/* ── RESPONSIVE HEADER ── */
@media (max-width: 1100px) { 
  nav a { padding: 0.3rem 0.4rem; font-size: 0.65rem; }
  .cta-header { padding: 0.45rem 0.75rem; font-size: 0.7rem; }
}
@media (max-width: 900px) { nav { display: none; } }

/* ── HEADER PHONE — HIDDEN (shown in urgency bar instead) ── */
.header-phone { display: none !important; }

/* ── URGENCY BAR PHONE ── */
.urgency-phone { font-family: var(--font-condensed); font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,0.92); text-decoration: none; margin-left: 1.25rem; white-space: nowrap; }
.urgency-phone:hover { color: var(--white); text-decoration: underline; }

/* ── FINAL HEADER SIZING — overrides all previous ── */
.header-inner { flex-wrap: nowrap !important; }
.logo { flex-shrink: 0 !important; }
.logo-main { font-size: 1.5rem !important; letter-spacing: 1.5px !important; }
.logo-sub { font-size: 0.52rem !important; letter-spacing: 1.5px !important; color: var(--text-dim) !important; opacity: 0.65 !important; }
nav { flex-shrink: 1 !important; overflow: hidden !important; }
nav a { white-space: nowrap !important; font-size: 0.7rem !important; letter-spacing: 0.8px !important; padding: 0.35rem 0.55rem !important; }
.header-right { flex-shrink: 0 !important; gap: 0.5rem !important; }
.lang-btn { font-size: 0.6rem !important; padding: 0.28rem 0.42rem !important; letter-spacing: 0 !important; }
.lang-switcher a { font-size: 0.6rem !important; padding: 0.28rem 0.42rem !important; }
.cta-header { font-size: 0.72rem !important; padding: 0.48rem 0.9rem !important; letter-spacing: 0.8px !important; }

@media (max-width: 1100px) {
  nav a { font-size: 0.62rem !important; padding: 0.3rem 0.4rem !important; }
  .cta-header { font-size: 0.68rem !important; padding: 0.42rem 0.7rem !important; }
}
@media (max-width: 900px) { 
  nav { display: none !important; } 
  .urgency-phone { display: none; }
}
@media (max-width: 640px) { .urgency-phone { display: none; } }

/* ── LOGO TWO-LINE FIX ── */
.logo-main { font-size: 1.55rem !important; letter-spacing: 1.5px !important; line-height: 1.1 !important; }
.logo-domain { font-family: var(--font-condensed); font-size: 0.58rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); opacity: 0.9; display: block; margin-top: 1px; }
.logo-powered { font-family: var(--font-condensed); font-size: 0.5rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-dim); opacity: 0.6; display: block; }
.logo-powered a { color: inherit; text-decoration: none; }
.logo-powered a:hover { color: var(--orange); opacity: 1; }
.logo-sub { display: none !important; } /* hide old single-line sub */

/* ── LOGO — CLEAN SINGLE COLUMN, BOTH LINES VISIBLE ── */
.logo { display: flex; flex-direction: column; justify-content: center; gap: 2px; text-decoration: none; flex-shrink: 0; min-width: 0; }
.logo-main { font-family: var(--font-display); font-size: 1.45rem; letter-spacing: 2px; line-height: 1; color: var(--white); white-space: nowrap; }
.logo-main span { color: var(--orange); }
.logo-domain { display: none; } /* .eu is now baked into logo-main text directly */
.logo-powered { font-family: var(--font-condensed); font-size: 0.52rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-dim); white-space: nowrap; line-height: 1; }
.logo-powered a { color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
.logo-powered a:hover { color: var(--orange); }
.logo-sub { display: none !important; }

/* ── HEADER SINGLE ROW — DEFINITIVE FIX ── */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10,10,10,0.97); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.header-inner { max-width: 1400px; margin: 0 auto; display: flex; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; justify-content: space-between; padding: 0 1.5rem; height: 68px !important; gap: 1rem; overflow: hidden; }
.logo { flex-shrink: 0 !important; display: flex !important; flex-direction: column !important; justify-content: center; gap: 1px; min-width: 130px; }
.logo-main { font-family: var(--font-display) !important; font-size: 1.4rem !important; letter-spacing: 1.5px !important; line-height: 1 !important; color: var(--white); white-space: nowrap; }
.logo-main span { color: var(--orange); }
.logo-powered { font-family: var(--font-condensed) !important; font-size: 0.5rem !important; letter-spacing: 1.5px !important; text-transform: uppercase !important; color: var(--text-dim) !important; white-space: nowrap; line-height: 1.2; }
.logo-powered a { color: var(--text-dim) !important; text-decoration: none; }
.logo-powered a:hover { color: var(--orange) !important; }
.logo-domain, .logo-sub { display: none !important; }
nav { flex: 1 1 auto !important; display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; gap: 0; min-width: 0; overflow: hidden; }
nav a { font-family: var(--font-condensed) !important; font-size: 0.68rem !important; font-weight: 600 !important; letter-spacing: 0.8px !important; text-transform: uppercase !important; color: var(--text-muted) !important; text-decoration: none; padding: 0.35rem 0.5rem !important; border-radius: 3px; white-space: nowrap !important; transition: color 0.2s, background 0.2s; flex-shrink: 1; }
nav a:hover, nav a[style*="orange"] { color: var(--orange) !important; }
.header-right { flex-shrink: 0 !important; display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; gap: 0.5rem; }
.lang-switcher { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; flex-shrink: 0; }
.lang-btn, .lang-switcher a { font-family: var(--font-condensed) !important; font-size: 0.6rem !important; font-weight: 700 !important; letter-spacing: 0 !important; padding: 0.28rem 0.42rem !important; white-space: nowrap !important; border-right: 1px solid var(--border) !important; color: var(--text-muted); background: none; border-top: none; border-bottom: none; border-left: none; text-decoration: none; cursor: pointer; transition: background 0.2s, color 0.2s; text-transform: uppercase; }
.lang-btn:last-child, .lang-switcher a:last-child { border-right: none !important; }
.lang-btn.active, .lang-switcher a.active { background: var(--orange) !important; color: var(--white) !important; }
.lang-btn:hover:not(.active), .lang-switcher a:hover:not(.active) { background: var(--steel); color: var(--orange) !important; }
.cta-header { font-family: var(--font-condensed) !important; font-size: 0.7rem !important; font-weight: 700 !important; letter-spacing: 0.8px !important; padding: 0.45rem 0.85rem !important; white-space: nowrap !important; flex-shrink: 0; }
.header-phone { display: none !important; }

@media (max-width: 1100px) { nav a { font-size: 0.62rem !important; padding: 0.3rem 0.4rem !important; } }
@media (max-width: 900px) { nav { display: none !important; } }
@media (max-width: 640px) { .cta-header { font-size: 0.62rem !important; padding: 0.4rem 0.6rem !important; } }

/* ════════════════════════════════════════════════════
   HEADER — FINAL DEFINITIVE LAYOUT
   LEFT: Logo (WeldCentr.eu / Powered by Jobscentr.cz)
   RIGHT: Nav + Lang switcher + CTA button
   ════════════════════════════════════════════════════ */

header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(10,10,10,0.97) !important;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 1.5rem !important;
  height: 68px !important;
  gap: 1.5rem !important;
}

/* ── LEFT: Logo block ── */
.logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 2px !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  min-width: 140px !important;
}

.logo-main {
  font-family: var(--font-display) !important;
  font-size: 1.5rem !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
  color: var(--white) !important;
  white-space: nowrap !important;
}

.logo-main span { color: var(--orange) !important; }

.logo-domain { display: none !important; }
.logo-sub    { display: none !important; }

.logo-powered {
  display: block !important;
  font-family: var(--font-condensed) !important;
  font-size: 0.52rem !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: var(--text-dim) !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  opacity: 0.75 !important;
}

.logo-powered a {
  color: var(--text-dim) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.logo-powered a:hover {
  color: var(--orange) !important;
  opacity: 1 !important;
}

/* ── RIGHT: Nav + controls ── */
.header-right-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  flex: 1 1 auto !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  flex-shrink: 1 !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

nav a {
  font-family: var(--font-condensed) !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  color: var(--text-muted) !important;
  text-decoration: none !important;
  padding: 0.35rem 0.6rem !important;
  border-radius: 3px !important;
  white-space: nowrap !important;
  transition: color 0.2s, background 0.2s !important;
  flex-shrink: 1 !important;
}

nav a:hover { color: var(--orange) !important; background: var(--orange-glow) !important; }
nav a[style*="orange"] { color: var(--orange) !important; }

.header-right {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.5rem !important;
  flex-shrink: 0 !important;
}

.lang-switcher {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  border: 1px solid var(--border) !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.lang-btn, .lang-switcher a {
  font-family: var(--font-condensed) !important;
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  padding: 0.3rem 0.45rem !important;
  white-space: nowrap !important;
  border-right: 1px solid var(--border) !important;
  border-top: none !important; border-bottom: none !important; border-left: none !important;
  background: none !important;
  color: var(--text-muted) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s !important;
  text-transform: uppercase !important;
  display: block !important;
}

.lang-btn:last-child, .lang-switcher a:last-child { border-right: none !important; }
.lang-btn.active, .lang-switcher a.active { background: var(--orange) !important; color: var(--white) !important; }
.lang-btn:hover:not(.active), .lang-switcher a:hover:not(.active) { background: var(--steel) !important; color: var(--orange) !important; }

.cta-header {
  background: var(--orange) !important;
  color: var(--white) !important;
  font-family: var(--font-condensed) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  padding: 0.48rem 0.9rem !important;
  border-radius: 3px !important;
  border: none !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}

.cta-header:hover { background: var(--orange-bright) !important; }
.header-phone { display: none !important; }

@media (max-width: 1100px) { nav a { font-size: 0.62rem !important; padding: 0.3rem 0.42rem !important; } }
@media (max-width: 900px)  { nav { display: none !important; } }

/* ── LOGO POWERED — muted orange tint, readable but subordinate ── */
.logo-powered,
.logo-powered a {
  color: rgba(242, 101, 34, 0.52) !important;
  opacity: 1 !important;
}
.logo-powered a:hover {
  color: var(--orange) !important;
  opacity: 1 !important;
}

/* ════════════════════════════════════════════════
   MOBILE FIXES — complete responsive overhaul
   ════════════════════════════════════════════════ */

/* ── URGENCY BAR — single line on mobile ── */
.urgency-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  padding: 0.4rem 1rem !important;
  font-size: 0.72rem !important;
}

@media (max-width: 768px) {
  /* ── HEADER MOBILE ── */
  .header-inner {
    padding: 0 1rem !important;
    height: 60px !important;
    gap: 0.5rem !important;
  }

  /* Logo: show brand only, hide powered on mobile */
  .logo-main {
    font-size: 1.2rem !important;
    letter-spacing: 1px !important;
  }
  .logo-powered {
    display: none !important;
  }

  /* Hide nav on mobile */
  nav { display: none !important; }

  /* Header right: only lang switcher + CTA */
  .header-right {
    gap: 0.4rem !important;
  }

  /* Lang buttons smaller on mobile */
  .lang-btn, .lang-switcher a {
    font-size: 0.55rem !important;
    padding: 0.25rem 0.38rem !important;
  }

  /* CTA button compact */
  .cta-header {
    font-size: 0.65rem !important;
    padding: 0.4rem 0.65rem !important;
    letter-spacing: 0.5px !important;
  }

  /* ── URGENCY BAR MOBILE — keep to 1 line ── */
  .urgency-bar {
    font-size: 0.62rem !important;
    letter-spacing: 0.8px !important;
    padding: 0.4rem 0.5rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .urgency-bar span { margin: 0 0.25rem !important; }
  .urgency-phone { display: none !important; }

  /* ── HERO MOBILE ── */
  .hero-inner {
    grid-template-columns: 1fr !important;
    padding: 5rem 1rem 2rem !important;
    gap: 2rem !important;
  }
  .hero-eyebrow-text {
    font-size: 0.65rem !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* ── STATS BAR MOBILE ── */
  .stats-bar-inner {
    grid-template-columns: repeat(3, 1fr) !important;
    padding: 0 1rem !important;
  }
  .stat-num { font-size: 1.8rem !important; }
  .stat-label { font-size: 0.58rem !important; letter-spacing: 0.5px !important; }

  /* ── SECTION PADDING ── */
  section { padding: 3.5rem 0 !important; }
  .container { padding: 0 1rem !important; }

  /* ── SERVICES GRID ── */
  .services-grid { grid-template-columns: 1fr !important; }

  /* ── PROCESS STEPS ── */
  .process-steps {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
  }
  .process-steps::before { display: none !important; }

  /* ── WHY GRID ── */
  .why-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .why-right { position: static !important; }

  /* ── INDUSTRIES ── */
  .industries-grid { grid-template-columns: 1fr 1fr !important; }

  /* ── TABS ── */
  .tab-panel.active { grid-template-columns: 1fr !important; }
  .tab-form-wrap { position: static !important; }
  .tab-nav { flex-wrap: wrap !important; width: 100% !important; }
  .tab-btn { border-right: none !important; border-bottom: 1px solid var(--border) !important; font-size: 0.7rem !important; }

  /* ── FORM GRID ── */
  .form-grid { grid-template-columns: 1fr !important; }

  /* ── FOOTER ── */
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 1.5rem !important; }
  .footer-bottom { flex-direction: column !important; gap: 0.4rem !important; text-align: center !important; }

  /* ── CTA SECTION ── */
  .cta-inner { grid-template-columns: 1fr !important; text-align: center !important; padding: 3rem 1rem !important; }
  .cta-actions { align-items: center !important; }

  /* ── URGENCY BAR margin ── */
  .urgency-bar { margin-top: 60px !important; }
}

@media (max-width: 480px) {
  /* Extra small phones */
  .header-inner { padding: 0 0.75rem !important; }
  .logo-main { font-size: 1.1rem !important; }
  .lang-btn, .lang-switcher a { padding: 0.22rem 0.32rem !important; font-size: 0.5rem !important; }
  .cta-header { font-size: 0.6rem !important; padding: 0.38rem 0.55rem !important; }
  .urgency-bar { font-size: 0.58rem !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr) !important; }
  .industries-grid { grid-template-columns: 1fr !important; }
  .process-steps { grid-template-columns: 1fr !important; }
  /* Hero adjustments */
  .hero h1 { font-size: clamp(2.2rem, 10vw, 3.5rem) !important; }
}

/* Urgency bar — hide extended text on small screens */
.ub-sep { opacity: 0.7; margin: 0 0.3rem; }
@media (max-width: 600px) {
  .ub-full { display: none !important; }
  .ub-sep:first-of-type { display: none !important; }
}

/* ══════════════════════════════════════════════════════
   ULTIMATE HEADER FIX — no more floating Powered by
   ══════════════════════════════════════════════════════ */

/* Reset any conflicting rules */
.logo-powered { all: unset !important; }
.logo-domain { display: none !important; }
.logo-sub { display: none !important; }

/* Logo: strict column, both children stacked left */
.logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 3px !important;
  text-decoration: none !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 180px !important;
  overflow: hidden !important;
}

.logo-main {
  display: block !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 1.45rem !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
  color: #fff !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
.logo-main span { color: #f26522 !important; }

.logo-powered {
  display: block !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 0.5rem !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: rgba(242,101,34,0.52) !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.logo-powered a {
  color: rgba(242,101,34,0.52) !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}
.logo-powered a:hover { color: #f26522 !important; }

/* Header inner: strict two-part layout */
.header-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 1.5rem !important;
  height: 68px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  gap: 1rem !important;
}

/* Right group: nav + lang + cta all in a row */
.header-right-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0 !important;
  flex: 1 1 auto !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  overflow: visible !important;
}

nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0 !important;
  flex-shrink: 1 !important;
  min-width: 0 !important;
}
nav a {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  color: #8a8a94 !important;
  text-decoration: none !important;
  padding: 0.35rem 0.55rem !important;
  border-radius: 3px !important;
  white-space: nowrap !important;
  transition: color 0.2s, background 0.2s !important;
}
nav a:hover { color: #f26522 !important; background: rgba(242,101,34,0.15) !important; }
nav a[style*="orange"] { color: #f26522 !important; }

.header-right {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.5rem !important;
  flex-shrink: 0 !important;
  margin-left: 0.5rem !important;
}

.lang-switcher {
  display: flex !important;
  flex-wrap: nowrap !important;
  border: 1px solid #333338 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}
.lang-btn, .lang-switcher a {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  padding: 0.3rem 0.44rem !important;
  white-space: nowrap !important;
  border-right: 1px solid #333338 !important;
  border-top: none !important; border-bottom: none !important; border-left: none !important;
  background: none !important;
  color: #8a8a94 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s !important;
  text-transform: uppercase !important;
  display: block !important;
}
.lang-btn:last-child, .lang-switcher a:last-child { border-right: none !important; }
.lang-btn.active, .lang-switcher a.active { background: #f26522 !important; color: #fff !important; }
.lang-btn:hover:not(.active), .lang-switcher a:hover:not(.active) { background: #1c1c20 !important; color: #f26522 !important; }

.cta-header {
  background: #f26522 !important;
  color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  padding: 0.48rem 0.9rem !important;
  border-radius: 3px !important;
  border: none !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}
.cta-header:hover { background: #ff7a30 !important; }
.header-phone { display: none !important; }

@media (max-width: 1100px) {
  nav a { font-size: 0.62rem !important; padding: 0.3rem 0.4rem !important; }
  .cta-header { font-size: 0.67rem !important; padding: 0.42rem 0.7rem !important; }
}
@media (max-width: 900px) { nav { display: none !important; } }
@media (max-width: 768px) {
  .header-inner { padding: 0 1rem !important; height: 60px !important; }
  .logo-main { font-size: 1.2rem !important; }
  .logo-powered { display: none !important; }
  .lang-btn, .lang-switcher a { font-size: 0.55rem !important; padding: 0.25rem 0.36rem !important; }
  .cta-header { font-size: 0.62rem !important; padding: 0.38rem 0.6rem !important; }
}
@media (max-width: 480px) {
  .logo-main { font-size: 1.05rem !important; }
  .lang-btn, .lang-switcher a { font-size: 0.5rem !important; padding: 0.22rem 0.3rem !important; }
  .cta-header { font-size: 0.58rem !important; padding: 0.35rem 0.5rem !important; }
}

/* ══════════════════════════════════════
   GLOBE LANGUAGE SWITCHER
   ══════════════════════════════════════ */
.lang-switcher { display: none !important; } /* hide old flat switcher */

.lang-globe {
  position: relative;
  flex-shrink: 0;
}

.lg-trigger {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: none;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--text-muted);
  font-family: var(--font-condensed);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}
.lg-trigger:hover {
  border-color: var(--orange);
  color: var(--text);
}
.lg-globe { font-size: 0.82rem; line-height: 1; }
.lg-active { font-size: 0.62rem; letter-spacing: 0.5px; }
.lg-arrow { font-size: 0.55rem; opacity: 0.6; transition: transform 0.2s; }
.lang-globe.open .lg-arrow { transform: rotate(180deg); }

.lg-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: var(--steel);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  min-width: 150px;
  z-index: 2000;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.lang-globe.open .lg-dropdown { display: block; }

.ls-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  color: var(--text-muted);
  font-family: var(--font-condensed);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background 0.15s, color 0.15s;
  border-bottom: 1px solid var(--border);
}
.ls-item:last-child { border-bottom: none; }
.ls-item:hover { background: var(--steel-mid); color: var(--text); }
.ls-item.ls-active {
  background: var(--orange-glow);
  color: var(--orange);
  border-left: 2px solid var(--orange);
}
.ls-flag { font-size: 1rem; line-height: 1; }
.ls-name { white-space: nowrap; }

@media (max-width: 480px) {
  .lg-trigger { font-size: 0.58rem; padding: 0.25rem 0.45rem; }
  .lg-globe { font-size: 0.75rem; }
}

/* ══════════════════════════════════════════════════
   LIGHTER STEEL THEME — easier on the eyes
   Shifts pure blacks → warm steel-blue grays
   ══════════════════════════════════════════════════ */
:root {
  --black:       #111318 !important;
  --graphite:    #191c23 !important;
  --steel:       #21252f !important;
  --steel-mid:   #292d38 !important;
  --steel-light: #323742 !important;
  --border:      #3a3f4d !important;
  --text:        #eceef2 !important;
  --text-muted:  #9fa4b0 !important;
  --text-dim:    #636878 !important;
}
body { background: #111318 !important; }

/* Slightly lighter section alternation for visual breathing room */
.services-section  { background: #191c23 !important; }
.process-section   { background: #111318 !important; }
.why-section       { background: #191c23 !important; }
.industries-section{ background: #111318 !important; }
.services-tabs-section { background: #191c23 !important; }
.seo-section       { background: #191c23 !important; }
footer             { background: #191c23 !important; }
.stats-bar         { background: #21252f !important; }
.cta-section       { background: #21252f !important; }

/* ══════════════════════════════════════════════════
   SPARK ANIMATION — hero background only
   Small bright particles drift upward like welding sparks
   ══════════════════════════════════════════════════ */

/* Canvas sits inside .hero, behind all content */
#spark-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;          /* above hero-bg image, below z-index:2 content */
  pointer-events: none;
  width: 100%;
  height: 100%;
}

/* ══════════════════════════════════════
   GLOBE DROPDOWN — CRITICAL OVERFLOW FIX
   ══════════════════════════════════════ */

/* Remove overflow:hidden from every ancestor of the dropdown */
.header-inner          { overflow: visible !important; }
.header-right-group    { overflow: visible !important; }
.header-right          { overflow: visible !important; gap: 0.75rem !important; }
.lang-globe            { overflow: visible !important; position: relative !important; }

/* Dropdown must escape all clipping ancestors */
.lg-dropdown {
  position: fixed !important;   /* fixed breaks out of ANY overflow:hidden parent */
  top: 68px !important;         /* sit just below the header */
  right: 1rem !important;       /* align to right edge */
  left: auto !important;
  z-index: 9999 !important;
  background: #21252f !important;
  border: 1px solid #3a3f4d !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6) !important;
  min-width: 160px !important;
  overflow: hidden !important;
}
.lang-globe.open .lg-dropdown { display: block !important; }
.lang-globe:not(.open) .lg-dropdown { display: none !important; }

/* Items styling */
.ls-item {
  display: flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  padding: 0.65rem 1rem !important;
  text-decoration: none !important;
  color: #9fa4b0 !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  border-bottom: 1px solid #3a3f4d !important;
  transition: background 0.15s, color 0.15s !important;
  white-space: nowrap !important;
}
.ls-item:last-child { border-bottom: none !important; }
.ls-item:hover { background: #292d38 !important; color: #eceef2 !important; }
.ls-item.ls-active { background: rgba(242,101,34,0.12) !important; color: #f26522 !important; border-left: 3px solid #f26522 !important; }
.ls-flag { font-size: 1.1rem !important; line-height: 1 !important; }
.ls-name { font-size: 0.82rem !important; }

/* Trigger button */
.lg-trigger {
  display: flex !important;
  align-items: center !important;
  gap: 0.3rem !important;
  background: none !important;
  border: 1px solid #3a3f4d !important;
  border-radius: 4px !important;
  color: #9fa4b0 !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 0.32rem 0.6rem !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: border-color 0.2s, color 0.2s !important;
}
.lg-trigger:hover { border-color: #f26522 !important; color: #eceef2 !important; }
.lg-globe  { font-size: 0.85rem !important; }
.lg-active { font-size: 0.64rem !important; }
.lg-arrow  { font-size: 0.55rem !important; opacity: 0.6; transition: transform 0.2s !important; }
.lang-globe.open .lg-arrow { transform: rotate(180deg) !important; }

@media (max-width: 768px) {
  .lg-dropdown { top: 60px !important; right: 0.75rem !important; }
}

/* ── GLOBE DROPDOWN — POSITION FIX ── */
/* Drop opens BELOW and aligned to RIGHT edge of trigger, never off-screen */
.lang-globe { position: relative !important; }

.lg-dropdown {
  position: absolute !important;   /* relative to .lang-globe, not fixed */
  top: calc(100% + 6px) !important;
  right: 0 !important;             /* flush with right edge of trigger */
  left: auto !important;
  z-index: 9999 !important;
  min-width: 160px !important;
  background: #21252f !important;
  border: 1px solid #3a3f4d !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.65) !important;
  overflow: hidden !important;
  /* Make it escape overflow:hidden on parent header */
  /* We need header-inner overflow to be visible */
}

/* Critical: all ancestors must allow overflow for absolute to work */
header                { overflow: visible !important; }
.header-inner         { overflow: visible !important; }
.header-right-group   { overflow: visible !important; }
.header-right         { overflow: visible !important; }
.lang-globe           { overflow: visible !important; }

/* ── GLOBE + CTA SPACING ── */
.header-right { gap: 0.85rem !important; }

/* ── HEADER-RIGHT GAP — space between globe selector and CTA button ── */
.header-right { gap: 0.9rem !important; }
