/* ═══════════════════════════════════════════
   Mobilon Industrial Construction — Styles
   HTML/jQuery version
   ═══════════════════════════════════════════ */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #fff; background: #0c1219; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #0B1120; }
::-webkit-scrollbar-thumb { background: #1E293B; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #334155; }

/* ── Utility ── */
.container { max-width: 1160px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
@media (min-width: 640px) { .container { padding-left: 36px; padding-right: 36px; } }
.text-gold { color: #c49a2e; }
.text-white { color: #fff; }
.text-muted-light { color: rgba(255,255,255,.4); }

/* ── Typography ── */
.section-label { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #c49a2e; margin-bottom: 8px; }
.section-title { font-family: 'Syne', sans-serif; font-weight: 700; line-height: 1.1; margin-bottom: 12px; font-size: clamp(26px, 3.8vw, 40px); color: #0c1219; }
.section-title.text-white { color: #fff; }
.section-divider { width: 32px; height: 2px; background: #c49a2e; margin: 16px 0; }
.section-subtitle { font-size: 15px; line-height: 1.8; max-width: 620px; margin-bottom: 48px; color: #657080; }
.section-subtitle.text-muted-light { color: rgba(255,255,255,.4); }

/* ── Buttons ── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; font-size: 13px; font-weight: 700; border-radius: 2px; background: #c49a2e; color: #0c1219; transition: all .2s; }
.btn-primary:hover { filter: brightness(1.1); }
.btn-primary.btn-sm { padding: 6px 16px; font-size: 12px; }
.btn-primary.btn-full { width: 100%; justify-content: center; padding: 14px; font-size: 14px; font-family: 'Syne', sans-serif; }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; font-size: 13px; font-weight: 600; border-radius: 2px; border: 1px solid rgba(196,154,46,.4); color: #c49a2e; transition: all .2s; }
.btn-outline:hover { border-color: #c49a2e; background: rgba(196,154,46,.08); }
.btn-lang { display: flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 2px; font-size: 12px; font-weight: 700; letter-spacing: 1px; border: 1px solid rgba(196,154,46,.4); color: #c49a2e; background: transparent; }
.btn-lang-sm { padding: 4px 8px; font-size: 11px; }
.btn-orange { display: inline-flex; align-items: center; gap: 8px; padding: 16px 40px; background: #f97316; color: #fff; font-weight: 700; font-size: 14px; letter-spacing: .5px; border-radius: 8px; transition: all .3s; }
.btn-orange:hover { background: #ea580c; box-shadow: 0 20px 40px rgba(249,115,22,.25); }

/* ── Navbar ── */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(12,18,25,.97); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid rgba(196,154,46,.12); }
.navbar-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; height: 62px; display: flex; align-items: center; gap: 36px; }
@media (min-width: 640px) { .navbar-inner { padding: 0 36px; } }
.nav-logo { flex-shrink: 0; display: flex; align-items: center; gap: 10px; }
.nav-links { display: none; flex: 1; align-items: center; gap: 2px; }
@media (min-width: 1024px) { .nav-links { display: flex; } }
.nav-link { font-size: 12px; font-weight: 500; padding: 4px 12px; border-radius: 2px; color: rgba(255,255,255,.5); transition: color .2s; }
.nav-link:hover, .nav-link.active { color: #fff; }
.nav-end { display: none; align-items: center; gap: 8px; flex-shrink: 0; }
@media (min-width: 1024px) { .nav-end { display: flex; } }
.mobile-toggle { display: flex; align-items: center; gap: 8px; margin-left: auto; }
@media (min-width: 1024px) { .mobile-toggle { display: none; } }
.hamburger { color: #fff; padding: 8px; font-size: 22px; }
.mobile-menu { display: none; background: rgba(12,18,25,.98); border-top: 1px solid rgba(255,255,255,.05); }
.mobile-menu.active { display: block; }
@media (min-width: 1024px) { .mobile-menu { display: none !important; } }
.mobile-menu-inner { padding: 20px 24px; }
.mobile-link { display: block; font-size: 13px; font-weight: 500; padding: 6px 0; color: rgba(255,255,255,.5); transition: color .2s; }
.mobile-link:hover { color: #fff; }

/* ── Hero ── */
.hero-section { position: relative; overflow: hidden; }
.hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(196,154,46,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(196,154,46,.04) 1px, transparent 1px); background-size: 56px 56px; }
.hero-glow { position: absolute; right: -15%; top: 5%; width: 65vw; height: 65vw; max-width: 800px; background: radial-gradient(ellipse, rgba(34,48,64,.55) 0%, transparent 65%); }
.hero-fade-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 220px; pointer-events: none; background: linear-gradient(transparent, #0c1219); }
.hero-grid { position: relative; z-index: 10; max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr; min-height: calc(100vh - 62px); }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1fr 1fr; } }
.hero-left { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; padding-bottom: 80px; }
@media (min-width: 640px) { .hero-left { padding: 48px; padding-bottom: 80px; } }
@media (min-width: 1024px) { .hero-left { padding: 64px; padding-bottom: 80px; order: 1; } }
.hero-right { display: flex; flex-direction: column; justify-content: space-between; padding: 32px; transition: background .3s; overflow: hidden; position: relative; border-left: 1px solid rgba(196,154,46,.15); background: rgba(24,34,46,.55); order: 2; }
@media (min-width: 640px) { .hero-right { padding: 48px; } }
@media (min-width: 1024px) { .hero-right { padding: 64px; order: 2; } }
.hero-right:hover { background: rgba(24,34,46,.7); }
.hero-right-accent { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #c49a2e; transition: width .3s; }
.hero-right:hover .hero-right-accent { width: 6px; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.eyebrow-line { width: 32px; height: 1px; background: #c49a2e; }
.eyebrow span { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #c49a2e; }

.hero-title { font-family: 'Syne', sans-serif; font-weight: 700; color: #fff; line-height: 1.02; margin-bottom: 20px; font-size: clamp(32px, 4.2vw, 54px); }
.hero-title-dim { opacity: .45; font-weight: 600; }
.hero-right-title { font-family: 'Syne', sans-serif; font-weight: 700; color: #fff; line-height: 1.05; margin-bottom: 20px; font-size: clamp(28px, 3.6vw, 44px); }
.hero-subtitle { font-size: 15px; line-height: 1.8; max-width: 520px; margin-bottom: 28px; color: rgba(255,255,255,.52); }
.hero-right-desc { font-size: 14px; line-height: 1.8; max-width: 440px; margin-bottom: 24px; color: rgba(255,255,255,.55); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.hero-risk-signal { font-size: 12px; line-height: 1.6; max-width: 480px; margin-top: 16px; color: rgba(255,255,255,.32); }
.hero-risk-signal strong { color: rgba(255,255,255,.55); }
.hero-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 32px; }
.pill { font-size: 10px; font-weight: 600; letter-spacing: .5px; padding: 4px 10px; border-radius: 2px; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); background: rgba(255,255,255,.02); }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.07); }
.hero-stat { padding-top: 20px; padding-right: 24px; }
.hero-stat-number { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 26px; line-height: 1; color: #c49a2e; }
.hero-stat-label { font-size: 11px; margin-top: 4px; line-height: 1.5; color: rgba(255,255,255,.3); }

/* ── Proof Bar ── */
.proof-bar { background: #18222e; border-top: 2px solid #c49a2e; border-bottom: 1px solid rgba(196,154,46,.12); }
.proof-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 768px) { .proof-grid { grid-template-columns: repeat(3, 1fr); } }
.proof-item { padding: 20px 24px; border-right: none; }
@media (min-width: 768px) { .proof-item { border-right: 1px solid rgba(196,154,46,.1); } .proof-item:last-child { border-right: none; } }
.proof-badge { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #c49a2e; margin-bottom: 6px; }
.proof-dot { width: 7px; height: 7px; border-radius: 50%; background: #c49a2e; flex-shrink: 0; }
.proof-name { font-size: 13px; font-weight: 600; color: #fff; }

/* ── Sections ── */
.section-dark { background: #0c1219; padding: 72px 0; }
.section-white { background: #fff; padding: 86px 0; }
.section-secondary { background: #18222e; padding: 86px 0; }
.section-light { background: #f4f3ef; padding: 86px 0; }

/* ── Differentiator ── */
.diff-grid { display: grid; grid-template-columns: 1fr; gap: 72px; align-items: center; }
@media (min-width: 1024px) { .diff-grid { grid-template-columns: 1fr 1fr; } }
.diff-statement { font-family: 'Syne', sans-serif; font-weight: 700; font-style: italic; line-height: 1.25; margin: 20px 0; font-size: clamp(19px, 2.5vw, 26px); color: #c49a2e; }
.diff-body { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.5); }
.diff-cols { display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,.07); }
.diff-card { padding: 24px; background: #18222e; transition: background .2s; }
.diff-card:hover { background: #1e2a38; }
.diff-card-title { font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #c49a2e; margin-bottom: 6px; }
.diff-card-text { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.55); }

/* ── Capabilities ── */
.cap-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e8e6df; border: 1px solid #e8e6df; }
@media (min-width: 640px) { .cap-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cap-grid { grid-template-columns: repeat(3, 1fr); } }
.cap-card { background: #fff; padding: 28px; transition: background .2s; }
.cap-card:hover { background: #f4f3ef; }
.cap-number { display: block; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #c49a2e; margin-bottom: 12px; }
.cap-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 16px; color: #0c1219; margin-bottom: 8px; }
.cap-desc { font-size: 13px; line-height: 1.75; color: #657080; margin-bottom: 12px; }
.cap-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tag { font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 2px; background: #f4f3ef; border: 1px solid #e8e6df; color: #223040; }

/* ── Gallery Thumbs ── */
.gallery-thumbs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 640px) { .gallery-thumbs-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .gallery-thumbs-grid { grid-template-columns: repeat(6, 1fr); } }
.gallery-thumb-btn { position: relative; aspect-ratio: 4/3; border-radius: 6px; overflow: hidden; border: 1px solid #e8e6df; transition: all .3s; cursor: pointer; }
.gallery-thumb-btn:hover { border-color: #c49a2e; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.gallery-thumb-btn img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-thumb-btn:hover img { transform: scale(1.05); }
.gallery-thumb-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.6), transparent, transparent); opacity: 0; transition: opacity .3s; }
.gallery-thumb-btn:hover .gallery-thumb-overlay { opacity: 1; }
.gallery-thumb-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px; font-size: 10px; font-weight: 600; color: #fff; line-height: 1.3; opacity: 0; transition: opacity .3s; }
.gallery-thumb-btn:hover .gallery-thumb-label { opacity: 1; }

/* ── Certifications ── */
.cert-bg-lines { position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(196,154,46,.03) 79px, rgba(196,154,46,.03) 80px); }
.cert-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(255,255,255,.07); }
@media (min-width: 1024px) { .cert-grid { grid-template-columns: repeat(3, 1fr); } }
.cert-card { padding: 24px; background: rgba(12,18,25,.92); transition: background .2s; }
.cert-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 16px; gap: 8px; }
.cert-badge { display: inline-block; padding: 4px 12px; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 2px; border: 1px solid #c49a2e; color: #c49a2e; }
.cert-active { font-size: 10px; text-align: right; line-height: 1.4; color: rgba(255,255,255,.25); }
.cert-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; color: #fff; margin-bottom: 4px; }
.cert-std { font-size: 11px; color: rgba(255,255,255,.28); margin-bottom: 14px; }
.cert-list li { display: flex; gap: 8px; font-size: 12px; padding: 4px 0; line-height: 1.6; color: rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.04); }
.cert-list li::before { content: '—'; flex-shrink: 0; color: #c49a2e; }
.cert-list li.cert-highlight { color: rgba(255,200,80,.65); }
.cert-list li.cert-highlight::before { color: rgba(255,180,50,.7); }
.cert-note { margin-top: 24px; padding: 16px; border-radius: 2px; border: 1px solid rgba(196,154,46,.18); background: rgba(196,154,46,.04); }
.cert-note p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.5); }

/* ── Quality ── */
.quality-grid { display: grid; grid-template-columns: 1fr; gap: 64px; align-items: start; }
@media (min-width: 1024px) { .quality-grid { grid-template-columns: 1fr 360px; } }
.quality-item { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid #e8e6df; }
.quality-number { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 18px; line-height: 1.1; flex-shrink: 0; min-width: 28px; color: #e8e6df; }
.quality-item-title { font-size: 14px; font-weight: 600; color: #0c1219; margin-bottom: 4px; }
.quality-item-desc { font-size: 13px; line-height: 1.7; color: #657080; }

/* Tech Ref Panel */
.tech-ref-panel { border-radius: 2px; padding: 28px; background: #0c1219; }
.tech-ref-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; color: #fff; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(196,154,46,.18); }
.tech-ref-row { display: flex; justify-content: space-between; padding: 8px 0; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.05); }
.tech-ref-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .4px; max-width: 130px; line-height: 1.4; color: rgba(255,255,255,.32); }
.tech-ref-value { font-size: 12px; text-align: right; line-height: 1.4; color: rgba(255,255,255,.75); }
.tech-ref-gold .tech-ref-value { color: #c49a2e; font-weight: 700; }

/* ── Production ── */
.production-grid { display: grid; grid-template-columns: 1fr; gap: 72px; align-items: start; }
@media (min-width: 1024px) { .production-grid { grid-template-columns: 1fr 1fr; } }
.production-stat { display: flex; gap: 20px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.production-stat-number { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 36px; line-height: 1; flex-shrink: 0; min-width: 90px; color: #c49a2e; }
.production-stat-label { font-size: 12px; line-height: 1.5; color: rgba(255,255,255,.45); }
.production-caps { display: flex; flex-direction: column; gap: 12px; }
.production-cap-card { padding: 16px; border-radius: 2px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); }
.production-cap-title { font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.production-cap-desc { font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.4); }

/* ── Contact Form (Index page) ── */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 72px; align-items: start; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.prequal-panel { border-radius: 2px; padding: 32px; background: #0c1219; margin-bottom: 16px; }
.prequal-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; color: #fff; margin-bottom: 6px; }
.prequal-sub { font-size: 12px; color: rgba(255,255,255,.35); margin-bottom: 20px; }
.prequal-item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.prequal-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; margin-top: 6px; background: #c49a2e; }
.prequal-item span:last-child { font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.6); }
.prequal-delivery { margin-top: 16px; padding: 14px; border-radius: 2px; font-size: 12px; line-height: 1.6; background: rgba(196,154,46,.08); border: 1px solid rgba(196,154,46,.2); color: rgba(255,255,255,.55); }

.contact-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-group { display: flex; flex-direction: column; }
.form-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #657080; margin-bottom: 6px; }
.form-input, .form-select, .form-textarea { width: 100%; background: #fff; border-radius: 2px; padding: 10px 14px; font-size: 13px; border: 1px solid #d8d3c8; color: #2c3340; font-family: 'Inter', sans-serif; transition: border-color .2s; }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: #c49a2e; }
.form-textarea { resize: vertical; }
.form-note { font-size: 11px; line-height: 1.65; color: #657080; }

/* ── Prefab Caps Grid ── */
.prefab-caps-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 1024px) { .prefab-caps-grid { grid-template-columns: repeat(4, 1fr); } }

/* ── EPC Scope Panel (Prefab page) ── */
.epc-scope-panel { border-radius: 2px; padding: 32px; background: #18222e; border: 1px solid rgba(196,154,46,.15); }
.epc-scope-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 16px; color: #fff; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(196,154,46,.18); }

/* ── Solutions Grid (Prefab page) ── */
.solutions-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e8e6df; border: 1px solid #e8e6df; }
@media (min-width: 640px) { .solutions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .solutions-grid { grid-template-columns: repeat(4, 1fr); } }
.solution-card { background: #fff; padding: 24px; transition: background .2s; }
.solution-card:hover { background: #f4f3ef; }
.solution-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; color: #0c1219; margin-top: 16px; margin-bottom: 8px; }
.solution-desc { font-size: 12px; line-height: 1.65; color: #657080; }

/* ── Back link ── */
.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 32px; transition: color .2s; }
.back-link:hover { color: #f97316; }

/* ── Footer ── */
.footer { background: #0c1219; border-top: 1px solid rgba(196,154,46,.1); }
.footer-inner { padding: 32px 0; display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 640px) { .footer-inner { flex-direction: row; justify-content: space-between; align-items: flex-end; } }
.footer-brand { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; color: #fff; margin-bottom: 6px; }
.footer-tagline { font-size: 12px; max-width: 300px; line-height: 1.6; color: rgba(255,255,255,.28); }
.footer-rights { font-size: 11px; color: rgba(255,255,255,.18); }
@media (min-width: 640px) { .footer-rights { text-align: right; } }

/* ── Gallery Modal ── */
.gallery-overlay { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 16px; }
.gallery-overlay::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.85); backdrop-filter: blur(8px); }
.gallery-modal { position: relative; background: #0F1729; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; max-width: 1024px; width: 100%; max-height: 90vh; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
.gallery-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 32px; border-bottom: 1px solid rgba(255,255,255,.1); }
.gallery-header-info { display: flex; align-items: center; gap: 12px; }
.gallery-icon { width: 40px; height: 40px; border-radius: 12px; background: rgba(249,115,22,.1); display: flex; align-items: center; justify-content: center; color: #fb923c; font-size: 20px; }
.gallery-sector-name { font-size: 20px; font-weight: 700; color: #fff; }
.gallery-counter { font-size: 12px; color: #94a3b8; }
.gallery-close { color: #94a3b8; padding: 8px; font-size: 22px; transition: color .2s; }
.gallery-close:hover { color: #fff; }
.gallery-image-container { position: relative; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.4); min-height: 400px; max-height: 60vh; overflow: hidden; }
.gallery-image-container.zoomed { max-height: 80vh; overflow: auto; }
.gallery-image { max-width: 100%; max-height: 60vh; object-fit: contain; cursor: zoom-in; transition: transform .3s; }
.gallery-image.zoomed { transform: scale(2.2); cursor: zoom-out; transform-origin: center center; }
.gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; transition: background .2s; }
.gallery-nav:hover { background: rgba(249,115,22,.8); }
.gallery-prev { left: 12px; }
.gallery-next { right: 12px; }
.gallery-label-bar { padding: 16px 32px; border-top: 1px solid rgba(255,255,255,.1); }
.gallery-image-label { color: #fff; font-weight: 600; }
.gallery-thumbstrip { padding: 0 32px 20px; display: flex; gap: 8px; overflow-x: auto; }
.gallery-thumbstrip button { flex-shrink: 0; width: 80px; height: 56px; border-radius: 8px; overflow: hidden; border: 2px solid transparent; opacity: .5; transition: all .2s; cursor: pointer; }
.gallery-thumbstrip button:hover { opacity: .8; }
.gallery-thumbstrip button.active { border-color: #fb923c; opacity: 1; }
.gallery-thumbstrip button img { width: 100%; height: 100%; object-fit: cover; }

/* ── Page-specific backgrounds ── */
.page-dark { background: #0B1120; }

/* ── How We Work — Hero ── */
.hww-hero { position: relative; padding-top: 144px; padding-bottom: 96px; overflow: hidden; background: #0B1120; }
.hww-hero-bg { position: absolute; inset: 0; opacity: .12; background-size: cover; background-position: center; }
.hww-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(11,17,32,.7), #0B1120); }
.hww-hero-content { position: relative; max-width: 896px; margin: 0 auto; padding: 0 24px; text-align: center; }
.hww-label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .3em; color: #fb923c; text-transform: uppercase; margin-bottom: 24px; }
.hww-title { font-size: clamp(36px, 5vw, 60px); font-weight: 800; color: #fff; margin-bottom: 32px; line-height: 1.1; }
.hww-subtitle { font-size: 18px; color: #cbd5e1; max-width: 672px; margin: 0 auto; line-height: 1.7; }

/* ── Timeline (Desktop) ── */
.timeline-section { padding: 48px 0; background: #080D1A; display: none; }
@media (min-width: 1024px) { .timeline-section { display: block; } }
.timeline-container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.timeline-track { position: absolute; top: 52px; left: 60px; right: 60px; height: 2px; background: rgba(255,255,255,.06); }
.timeline-track-fill { height: 100%; background: #f97316; transition: width .7s ease-out; width: 0; }
.timeline-steps { display: flex; justify-content: space-between; position: relative; padding: 32px 0; }
.timeline-step { display: flex; flex-direction: column; align-items: center; width: 120px; background: transparent; border: none; cursor: pointer; }
.timeline-dot { position: relative; z-index: 10; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .5s; background: #0B1120; border: 2px solid rgba(255,255,255,.1); color: #64748b; font-size: 18px; }
.timeline-step.active .timeline-dot { background: #f97316; border-color: #f97316; box-shadow: 0 8px 24px rgba(249,115,22,.3); color: #fff; }
.timeline-step-num { font-size: 10px; font-weight: 700; letter-spacing: 2px; margin-top: 16px; color: #475569; transition: color .3s; }
.timeline-step.active .timeline-step-num { color: #fb923c; }
.timeline-step-title { font-size: 11px; font-weight: 700; letter-spacing: .5px; text-align: center; margin-top: 4px; line-height: 1.3; max-width: 110px; color: #475569; transition: color .3s; }
.timeline-step.active .timeline-step-title { color: #fff; }

/* ── Steps (Vertical) ── */
.steps-section { padding: 80px 0; background: #0B1120; }
@media (min-width: 1024px) { .steps-section { padding: 112px 0; } }
.steps-container { max-width: 896px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 640px) { .steps-container { padding: 0 32px; } }
.step-card { position: relative; display: flex; gap: 32px; margin-bottom: 56px; opacity: 0; transform: translateY(24px); transition: all .6s; }
.step-card.visible { opacity: 1; transform: translateY(0); }
.step-line { position: absolute; left: 28px; top: 72px; bottom: 0; width: 1px; background: linear-gradient(to bottom, rgba(249,115,22,.4), rgba(255,255,255,.04)); }
.step-icon { flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; background: #f97316; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(249,115,22,.2); position: relative; z-index: 10; color: #fff; font-size: 20px; }
.step-content { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 32px; flex: 1; transition: border-color .3s; }
@media (min-width: 640px) { .step-content { padding: 40px; } }
.step-content:hover { border-color: rgba(249,115,22,.2); }
.step-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #fb923c; margin-bottom: 12px; }
.step-title { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 16px; }
@media (min-width: 640px) { .step-title { font-size: 24px; } }
.step-desc { color: #94a3b8; line-height: 1.7; font-size: 16px; }

/* ── HWW CTA ── */
.hww-cta { padding: 112px 24px; background: #080D1A; }
.hww-cta-title { font-size: clamp(28px, 4vw, 48px); font-weight: 800; color: #fff; margin-bottom: 32px; }
.hww-cta-desc { font-size: 18px; color: #94a3b8; margin-bottom: 48px; max-width: 576px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* ── Contact Page ── */
.contact-hero { position: relative; padding-top: 144px; padding-bottom: 80px; overflow: hidden; background: #0B1120; }
.contact-hero-glow { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(249,115,22,.03), transparent); }
.contact-hero-content { position: relative; max-width: 896px; margin: 0 auto; padding: 0 24px; text-align: center; }
.contact-section { padding: 64px 0; background: #0B1120; }
@media (min-width: 1024px) { .contact-section { padding: 96px 0; } }
.contact-container { max-width: 1152px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 640px) { .contact-container { padding: 0 32px; } }
.contact-page-grid { display: grid; grid-template-columns: 1fr; gap: 64px; }
@media (min-width: 1024px) { .contact-page-grid { grid-template-columns: 3fr 2fr; } }
.contact-page-form { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 32px; }
@media (min-width: 640px) { .contact-page-form { padding: 40px; } }
.contact-page-form .form-row { margin-bottom: 24px; }
.contact-page-form .form-group { margin-bottom: 24px; }
.form-label-dark { display: block; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #fb923c; margin-bottom: 12px; }
.form-input-dark, .form-textarea-dark { width: 100%; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; padding: 12px 16px; color: #fff; font-size: 14px; font-family: 'Inter', sans-serif; transition: border-color .2s; }
.form-input-dark::placeholder, .form-textarea-dark::placeholder { color: #475569; }
.form-input-dark:focus, .form-textarea-dark:focus { outline: none; border-color: rgba(249,115,22,.5); }
.form-textarea-dark { resize: none; }
.form-note-dark { font-size: 14px; color: #64748b; margin-top: 16px; }

/* Contact sidebar */
.sidebar-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 24px; }
.sidebar-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 32px; }
.sidebar-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 32px; }
.sidebar-item:last-child { margin-bottom: 0; }
.sidebar-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(249,115,22,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fb923c; font-size: 18px; }
.sidebar-item-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sidebar-item-desc { font-size: 14px; color: #94a3b8; }
.sidebar-email { font-size: 14px; color: #94a3b8; transition: color .2s; }
.sidebar-email:hover { color: #fb923c; }
.sidebar-cta { margin-top: 32px; background: linear-gradient(135deg, rgba(249,115,22,.1), rgba(234,88,12,.05)); border: 1px solid rgba(249,115,22,.2); border-radius: 16px; padding: 32px; text-align: center; }
.sidebar-cta-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.sidebar-cta-desc { font-size: 14px; color: #94a3b8; margin-bottom: 24px; line-height: 1.7; }

/* Contact success state */
.contact-success { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 48px; text-align: center; }
.success-icon { width: 80px; height: 80px; border-radius: 50%; background: rgba(74,222,128,.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.success-title { font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 16px; }
.success-desc { color: #94a3b8; line-height: 1.7; margin-bottom: 32px; max-width: 448px; margin-left: auto; margin-right: auto; }

/* ── Animations ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-up { animation: fadeInUp .6s ease-out forwards; }