﻿:root {
  --ink: #10131a;
  --muted: #687080;
  --line: #e8eaf0;
  --white: #ffffff;
  --soft: #f6f7fb;
  --navy: #071527;
  --gold: #b98631;
  --purple: #7a3cff;
  --blue: #048fe8;
  --shadow: 0 24px 70px rgba(8, 17, 35, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; height: 124px; display: flex; align-items: center; justify-content: space-between; padding: 10px clamp(20px, 4vw, 56px); background: #ffffff !important; background-color: #ffffff !important; background-image: none !important; border-bottom: 1px solid #eef1f5; backdrop-filter: none !important; transition: box-shadow .25s ease, height .25s ease; }
.site-header.scrolled { height: 114px; background: #ffffff !important; background-color: #ffffff !important; box-shadow: 0 14px 38px rgba(8,17,35,.08); }
.brand-mark { display: flex; align-items: center; width: 410px; height: 104px; overflow: visible; background: #ffffff; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 26px; color: #28303d; font-size: 14px; font-weight: 600; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: linear-gradient(90deg, var(--purple), var(--blue)); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 8px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); }
.hero { min-height: calc(100vh - 124px); margin-top: 124px; position: relative; display: flex; align-items: center; overflow: hidden; padding: 64px 0 72px; }
.hero-media { position: absolute; inset: 0; background-image: url('assets/home-hero-burj-full-v4.jpg'); background-size: cover; background-position: center top; transform: none; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,8,16,.34) 0%, rgba(2,8,16,.48) 36%, rgba(2,8,16,.18) 64%, rgba(2,8,16,.08) 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) 360px; gap: 44px; align-items: end; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; font-size: 12px; font-weight: 800; color: var(--gold); letter-spacing: 0; }
.eyebrow.dark { color: #6f5426; }
.eyebrow.light { color: #dfc085; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(46px, 7vw, 88px); line-height: .98; margin-bottom: 24px; color: var(--navy); max-width: 760px; }
.hero h1 { color: var(--white); text-shadow: 0 18px 48px rgba(0,0,0,.32); }
h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px, 4vw, 56px); line-height: 1.05; margin-bottom: 18px; color: var(--navy); }
h3 { font-size: 22px; line-height: 1.2; margin-bottom: 12px; }
.hero-lede { max-width: 650px; color: rgba(255,255,255,.9); font-size: clamp(17px, 2vw, 21px); margin-bottom: 34px; text-shadow: 0 10px 30px rgba(0,0,0,.34); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button-row.center { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border-radius: 8px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(8,17,35,.14); }
.btn-primary { background: var(--navy); color: var(--white); }
.btn-secondary { background: rgba(255,255,255,.9); color: var(--navy); border-color: rgba(255,255,255,.5); }
.btn-light { background: var(--white); color: var(--navy); }
.btn-outline-light { border-color: rgba(255,255,255,.45); color: var(--white); }
.hero-panel { background: rgba(7,21,39,.72); color: var(--white); padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.metric { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.metric:last-child { border-bottom: 0; }
.metric span { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 42px; line-height: 1; color: #d7ad62; }
.metric p { margin: 6px 0 0; color: #dbe3ec; }
.section { padding: 96px 0; }
.two-column { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: start; }
.rich-copy p { color: #4f5867; font-size: 18px; }
.text-link { display: inline-flex; margin-top: 10px; color: var(--blue); font-weight: 800; }
.text-link::after { content: "->"; margin-left: 8px; }
.vision-band { background: radial-gradient(circle at 85% 10%, rgba(122,60,255,.24), transparent 28%), linear-gradient(135deg, #071527, #121723 70%); color: var(--white); }
.vision-band h2 { color: var(--white); max-width: 720px; }
.vision-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.value-list { display: grid; gap: 14px; }
.value-list span { padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.06); color: #eef4ff; font-weight: 700; }
.section-heading { margin-bottom: 36px; }
.section-heading h2 { max-width: 720px; }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.brand-card { min-height: 420px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 16px 45px rgba(8,17,35,.07); }
.brand-card img { width: 100%; height: 112px; object-fit: contain; margin-bottom: 24px; }
.brand-card p { color: #5d6674; }
.brand-card .industry { color: #907246; font-size: 12px; text-transform: uppercase; font-weight: 800; margin-bottom: 14px; }
.brand-card .text-link { margin-top: auto; }
.fableforce-card { background: linear-gradient(180deg, #fff, #f6fbff); border-color: rgba(4,143,232,.2); }
.why-section { background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.feature { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); min-height: 260px; }
.feature span { color: var(--gold); font-weight: 900; }
.feature p { color: #596271; }
.growth-section { background: linear-gradient(180deg, #fff, #f8fafc); }
.cta-section { padding: 90px 0; background: #071527; }
.cta-box { text-align: center; color: var(--white); padding: 64px 24px; border-radius: 8px; border: 1px solid rgba(255,255,255,.16); background: radial-gradient(circle at 20% 0%, rgba(122,60,255,.32), transparent 34%), radial-gradient(circle at 80% 20%, rgba(4,143,232,.24), transparent 30%); }
.cta-box h2 { color: var(--white); max-width: 760px; margin-left: auto; margin-right: auto; }
.site-footer { padding: 72px 0 28px; background: #ffffff !important; background-color: #ffffff !important; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 32px; }
.footer-grid img { width: 221px; height: 94px; object-fit: contain; object-position: left center; margin-bottom: 16px; }
.footer-grid h4 { margin: 0 0 14px; color: var(--navy); }
.footer-grid a { display: block; color: #596271; margin-bottom: 9px; font-weight: 600; }
.footer-grid p { color: #596271; max-width: 320px; }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); color: #6a7280; font-size: 14px; }
.page-hero { padding: 150px 0 72px; background: linear-gradient(135deg, #f7f9fd, #ffffff 55%, #f0f4ff); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(42px, 6vw, 72px); }
.page-hero p { max-width: 720px; color: #4f5867; font-size: 19px; }
.logo-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.logo-display { min-height: 270px; border-radius: 8px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); display: grid; place-items: center; padding: 32px; }
.logo-display.dark { background: #040507; border-color: #151820; }
.logo-display img { max-height: 210px; object-fit: contain; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.service-list span { padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-weight: 700; color: #344052; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; }
.contact-card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 16px 45px rgba(8,17,35,.07); }
.contact-card a { color: var(--blue); font-weight: 800; }
.form-grid { display: grid; gap: 14px; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; font: inherit; color: var(--ink); background: #fff; }
.form-grid textarea { min-height: 150px; resize: vertical; }
@media (max-width: 980px) {
  .site-nav { position: fixed; top: 124px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: inline-flex; }
  .hero-grid, .two-column, .vision-grid, .logo-hero, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 520px; }
  .brand-grid, .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; height: 124px; display: flex; align-items: center; justify-content: space-between; padding: 10px clamp(20px, 4vw, 56px); background: #ffffff !important; background-color: #ffffff !important; background-image: none !important; border-bottom: 1px solid #eef1f5; backdrop-filter: none !important; transition: box-shadow .25s ease, height .25s ease; }
  .brand-mark { display: flex; align-items: center; width: 410px; height: 104px; overflow: visible; background: #ffffff; }
  .site-nav { top: 96px; left: 14px; right: 14px; }
  .hero { min-height: calc(100vh - 124px); margin-top: 124px; position: relative; display: flex; align-items: center; overflow: hidden; padding: 64px 0 72px; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,8,16,.58), rgba(2,8,16,.18)); }
  h1 { font-size: 43px; }
  h2 { font-size: 34px; }
  .section { padding: 66px 0; }
  .brand-grid, .feature-grid, .footer-grid, .service-list { grid-template-columns: 1fr; }
  .brand-card { min-height: 0; }
  .button-row { align-items: stretch; }
  .btn { width: 100%; }
  .page-hero { padding: 122px 0 54px; }
}







/* V4 final visual overrides */
.site-header,
.site-header.scrolled {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}
.site-footer {
  background: #ffffff !important;
  background-color: #ffffff !important;
}
@media (max-width: 640px) {
  .site-header { height: 102px; padding-inline: 14px; }
  .brand-mark { width: 260px; height: 84px; }
  .site-nav { top: 102px; }
  .hero { min-height: calc(100vh - 102px); margin-top: 102px; padding: 48px 0 52px; }
  .hero-media { background-position: center top; }
  .footer-grid img { width: 200px; height: 86px; }
}
