﻿/* Oroai Ventures - Main Stylesheet
 * Template: 2085 Neuron (Bootstrap 3 + FA4)
 * Theme: Dark
 * Accent: #4f8ef7
 * NO BOM, UTF-8
 */

/* ── CSS Variables ─────────────────────────────── */
:root {
  --accent: #4f8ef7;
  --accent-dark: #1d6ddb;
  --bg: #0d0f18;
  --bg-alt: #12152a;
  --surface: #1a1d30;
  --surface2: #1e2235;
  --border: rgba(255,255,255,0.08);
  --text: #e8eaf0;
  --text-muted: #8892a4;
  --radius: 10px;
  --nav-height: 72px;
}

/* ── Reset & Base ──────────────────────────────── */
*, *:before, *:after { box-sizing: border-box; }

html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }

body {
  background-color: var(--bg) !important;
  color: var(--text) !important;
  font-family: 'Lora', serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--accent); transition: color 0.3s; text-decoration: none !important; }
a:hover, a:focus { color: #7baeff; outline: none; }

/* ── Typography ────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
}
h1 { font-size: 61px !important; line-height: 1.1; }
h2 { font-size: 43px !important; line-height: 1.2; }
h3 { font-size: 28px !important; line-height: 1.3; }
h4 { font-size: 18px !important; line-height: 1.4; color: var(--text-muted); }
p  { color: rgba(255,255,255,0.82); font-size: 18px !important; line-height: 1.9; }

@media (max-width: 768px) { h1 { font-size: 42px !important; } h2 { font-size: 32px !important; } h3 { font-size: 22px !important; } }

/* ── Dark theme applied to template containers ─── */
#wrapper, #page-wrapper, #main, .wrapper { background-color: var(--bg) !important; }

/* ── Funding Bar ───────────────────────────────── */
#funding-bar {
  display: none;
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 1100;
  background: var(--accent-dark) !important;
  color: #ffffff !important;
  padding: 10px 5%;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
}
#funding-bar a, #funding-bar strong, #funding-bar span { color: #ffffff !important; }
#funding-bar a { text-decoration: underline !important; }
#funding-bar button {
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.85) !important;
  cursor: pointer;
  font-size: 18px;
  margin-left: 16px;
  line-height: 1;
}

/* ── Navigation ────────────────────────────────── */
.navbar-default {
  background: rgba(13,15,24,0.96) !important;
  border-bottom: 1px solid var(--border) !important;
  margin: 0 !important;
  padding: 14px 0 !important;
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: top 0.3s ease;
  backdrop-filter: blur(8px);
}
.navbar-default .navbar-brand {
  color: #ffffff !important;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 22px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-default .navbar-brand img.nav-logo { width: 32px; height: 32px; }
.navbar-default .navbar-nav > li > a {
  color: rgba(255,255,255,0.82) !important;
  font-size: 15px !important;
  letter-spacing: 0.5px;
  padding: 10px 18px !important;
  transition: color 0.3s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: var(--accent) !important;
  background-color: transparent !important;
}
.navbar-default .navbar-toggle { border: none !important; }
.navbar-default .navbar-toggle .icon-bar { background: var(--accent) !important; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: transparent !important; }

/* Page body offset when nav is fixed */
.page-top { padding-top: var(--nav-height, 72px); }

/* ── Section Container ─────────────────────────── */
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.section-dark { background: var(--bg) !important; }
.section-alt { background: var(--bg-alt) !important; }
.section-surface { background: var(--surface) !important; }

/* Section header */
.section-eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.section-title {
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 16px;
}
.section-subtitle {
  color: var(--text-muted) !important;
  font-size: 18px !important;
  max-width: 600px;
  margin: 0 auto 48px;
  text-align: center;
}

/* ── Hero Section ──────────────────────────────── */
#home, .main-home {
  background-color: rgba(10,15,40,0.35);
  background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('../images/hero-main.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  text-align: center;
}
#home::after, .main-home::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 0;
  pointer-events: none;
}
#home > *, .main-home > * { position: relative; z-index: 2; }
#home .overlay { display: none; }

.hero-tagline {
  font-size: 20px !important;
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 32px;
}
.hero-btns { margin-top: 32px; }
.hero-btns .btn { margin: 8px; }

#particles-js {
  position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
  z-index: 1;
  opacity: 0.35;
}

/* ── Page Hero (inner pages) ──────────────────── */
.page-hero {
  background-color: rgba(10,15,40,0.35);
  background-image: url('../images/about-hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.58);
  z-index: 0;
  pointer-events: none;
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { color: #ffffff; font-size: 48px !important; margin: 0; padding: 60px 20px; }
.page-hero .page-hero-sub { color: rgba(255,255,255,0.82); font-size: 18px !important; margin-top: 8px; }

/* Page-specific hero images */
.about-hero-bg  { background-image: url('../images/about-hero.jpg'); }
.team-hero-bg   { background-image: url('../images/about-hero.jpg'); }
.portfolio-hero-bg { background-image: url('../images/about-hero.jpg'); }
.insights-hero-bg  { background-image: url('../images/about-hero.jpg'); }
.contact-hero-bg   { background-image: url('../images/about-hero.jpg'); }

/* ── Buttons ───────────────────────────────────── */
.btn-primary-cta {
  display: inline-block;
  background: var(--accent);
  color: #ffffff !important;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: background 0.3s, transform 0.2s;
  border: 2px solid var(--accent);
}
.btn-primary-cta:hover { background: var(--accent-dark); color: #ffffff !important; transform: translateY(-2px); }
.btn-outline-cta {
  display: inline-block;
  background: transparent;
  color: #ffffff !important;
  padding: 12px 34px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  border: 2px solid rgba(255,255,255,0.6);
  transition: border-color 0.3s, background 0.3s;
}
.btn-outline-cta:hover { border-color: #ffffff; background: rgba(255,255,255,0.08); color: #ffffff !important; }

/* ── Stats Bar ─────────────────────────────────── */
.stats-bar {
  background: var(--surface) !important;
  padding: 48px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-item { text-align: center; padding: 16px; }
.stat-number {
  font-size: 42px;
  font-weight: 700;
  color: var(--accent) !important;
  font-family: 'Merriweather', serif;
  display: block;
}
.stat-label {
  font-size: 15px;
  color: var(--text-muted) !important;
  display: block;
  margin-top: 4px;
}

/* ── About / Mission Sections ──────────────────── */
.mission-section {
  background: var(--bg-alt) !important;
  padding: 80px 0;
}
.mission-section h2 { color: #ffffff !important; }
.mission-section p  { color: rgba(255,255,255,0.82) !important; }

.about-values {
  background: var(--bg) !important;
  padding: 80px 0;
}
.value-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
  margin-bottom: 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.value-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.3); }
.value-card .value-icon { color: var(--accent); font-size: 36px; margin-bottom: 16px; }
.value-card h3 { color: #ffffff !important; font-size: 20px !important; margin-bottom: 10px; }
.value-card p  { color: var(--text-muted) !important; font-size: 16px !important; margin: 0; }

/* Our Story two-column */
.spotlight-section {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 4em;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4em 2em;
}
@media (max-width: 768px) { .spotlight-section { grid-template-columns: 1fr; } }
.story-text h2 { color: #ffffff !important; }
.story-text p  { color: rgba(255,255,255,0.82) !important; }
.story-img { width: 100%; overflow: hidden; border-radius: var(--radius); }
.story-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center; border-radius: var(--radius); display: block; }

/* ── Team Section ──────────────────────────────── */
.team-section { background: var(--bg-alt) !important; padding: 80px 0; }
.team-grid { margin-top: 48px; }
.team-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2em 1.5em;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.3); }
.team-card img {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 10%;
  display: block;
  margin: 0 auto 19px;
}
.team-card h3 { color: #ffffff !important; font-size: 22px !important; margin-bottom: 4px; }
.team-card .team-role { color: var(--accent) !important; font-size: 14px !important; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }
.team-card .bio { color: var(--text-muted) !important; font-size: 16px !important; line-height: 1.7; margin: 0; }

/* ── Portfolio Section ─────────────────────────── */
.portfolio-section { background: var(--bg) !important; padding: 80px 0; }
.portfolio-grid { margin-top: 48px; }
.portfolio-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.portfolio-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.25); }
.portfolio-card .portfolio-tag {
  display: inline-block;
  background: rgba(79,142,247,0.15);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.portfolio-card h3 { color: #ffffff !important; font-size: 24px !important; margin-bottom: 8px; }
.portfolio-card .portfolio-amount { color: var(--accent) !important; font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.portfolio-card .portfolio-round { color: var(--text-muted) !important; font-size: 14px; margin-bottom: 12px; }
.portfolio-card p { color: var(--text-muted) !important; font-size: 16px !important; margin: 0; }

/* ── Insights / Blog Section ───────────────────── */
.insights-section { background: var(--bg-alt) !important; padding: 80px 0; }
.insights-grid { margin-top: 48px; }
.insight-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.insight-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.3); }
.insight-card .card-thumb { width: 100%; overflow: hidden; }
.insight-card .card-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.insight-card:hover .card-thumb img { transform: scale(1.04); }
.insight-card .card-body { padding: 24px; }
.insight-card .card-meta { color: var(--text-muted) !important; font-size: 13px; margin-bottom: 8px; }
.insight-card h3 { color: #ffffff !important; font-size: 20px !important; margin-bottom: 10px; }
.insight-card h3 a { color: #ffffff !important; }
.insight-card h3 a:hover { color: var(--accent) !important; }
.insight-card p { color: var(--text-muted) !important; font-size: 15px !important; margin: 0; }

/* ── CTA Section ───────────────────────────────── */
.cta-section {
  background: var(--surface) !important;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 80px 0;
  text-align: center;
}
.cta-section h2 { color: #ffffff !important; }
.cta-section p  { color: rgba(255,255,255,0.82) !important; max-width: 600px; margin: 0 auto 32px; }

/* ── Contact Page ──────────────────────────────── */
.contact-section { background: var(--bg) !important; padding: 80px 0; }
.contact-info h3 { color: #ffffff !important; }
.contact-info p  { color: rgba(255,255,255,0.82) !important; }
.contact-info .info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.contact-info .info-icon {
  width: 44px; height: 44px;
  background: rgba(79,142,247,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 18px;
  flex-shrink: 0;
}
.contact-info .info-text strong { color: #ffffff; display: block; font-size: 14px; margin-bottom: 2px; }
.contact-info .info-text span { color: var(--text-muted); font-size: 16px; }

/* Contact form */
.contact-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 40px; }
.contact-form label { color: #ffffff; display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; }
.contact-form .form-control {
  background: var(--bg) !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 16px;
  transition: border-color 0.2s;
}
.contact-form .form-control:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px rgba(79,142,247,0.15) !important;
  outline: none;
}
.contact-form .form-control::placeholder { color: var(--text-muted); }
.contact-form textarea.form-control { min-height: 140px; resize: vertical; }
.contact-form .btn-submit {
  background: var(--accent);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}
.contact-form .btn-submit:hover { background: var(--accent-dark); }

/* ── Footer ────────────────────────────────────── */
footer, #footer {
  background-color: #050710 !important;
  border-top: 1px solid var(--border) !important;
  padding: 4em 0 2em;
  color: var(--text-muted) !important;
}
#footer .inner, footer .inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3em;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4em;
  align-items: start;
  box-sizing: border-box;
}
@media (max-width: 768px) { #footer .inner, footer .inner { grid-template-columns: 1fr 1fr; padding: 0 2em; } }
@media (max-width: 480px) { #footer .inner, footer .inner { grid-template-columns: 1fr; } }
footer h2, footer h3, #footer h2, #footer h3 {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1em;
}
footer p, #footer p {
  color: var(--text-muted) !important;
  font-size: 15px !important;
  line-height: 1.7;
  margin: 0;
}
.footer-nav { list-style: none; margin: 0; padding: 0; }
.footer-nav li { margin-bottom: 8px; }
.footer-nav a { color: var(--text-muted) !important; font-size: 15px; transition: color 0.2s; }
.footer-nav a:hover { color: #ffffff !important; }
.footer-bottom {
  color: var(--text-muted) !important;
  font-size: 13px;
  text-align: center;
  margin: 2.5em auto 0;
  padding-top: 1.5em;
  border-top: 1px solid var(--border);
  max-width: 1100px;
  padding-left: 2em;
  padding-right: 2em;
}
/* Remove original footer social icons */
.social-icon { display: none !important; }
/* Hide HR in footer */
footer hr { display: none; }

/* ── Cookie Banner ─────────────────────────────── */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--surface2);
  border-top: 1px solid var(--border);
  padding: 16px 5%;
  z-index: 10003;
  display: none;
}
.cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.cookie-inner p { color: rgba(255,255,255,0.82) !important; font-size: 14px !important; margin: 0; }
.cookie-inner a { color: var(--accent); }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
#cookie-accept {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
#cookie-accept:hover { background: var(--accent-dark); }
#cookie-decline {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-muted) !important;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.2s;
}
#cookie-decline:hover { border-color: rgba(255,255,255,0.4); }

/* ── Back-to-top ───────────────────────────────── */
.go-top {
  background: var(--accent) !important;
  color: #ffffff !important;
  border-radius: 50%;
  width: 44px; height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  position: fixed;
  bottom: 2em; right: 2em;
  z-index: 999;
  display: none;
  box-shadow: 0 4px 16px rgba(79,142,247,0.35);
  transition: background 0.2s, transform 0.2s;
}
.go-top:hover { background: var(--accent-dark) !important; transform: translateY(-3px); color: #ffffff !important; }

/* ── Legal Pages ───────────────────────────────── */
.legal-section { background: var(--bg) !important; padding: 60px 0 80px; }
.legal-content { max-width: 760px; margin: 0 auto; padding: 0 32px; }
.legal-content h2 { color: #ffffff !important; font-size: 28px !important; margin-top: 2em; }
.legal-content h3 { color: #ffffff !important; font-size: 20px !important; margin-top: 1.5em; }
.legal-content p, .legal-content li { color: rgba(255,255,255,0.82) !important; font-size: 16px !important; line-height: 1.8; }
.legal-content ul, .legal-content ol { padding-left: 1.5em; }
.legal-content a { color: var(--accent); }

/* ── Insights listing ──────────────────────────── */
.insights-listing { background: var(--bg) !important; padding: 60px 0 80px; }
.insights-list-grid { margin-top: 32px; }

/* ── Utility ───────────────────────────────────── */
.text-center { text-align: center; }
.text-accent { color: var(--accent) !important; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

/* ── Preloader ─────────────────────────────────── */
.preloader {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
}
.sk-spinner-wordpress { background: var(--accent) !important; }

