/* BESS RENTAL DUBAI - SHARED STYLES */
:root {
  --bg: #0a0a0a;
  --bg-2: #111111;
  --bg-3: #1a1a1a;
  --ink: #f5f5f0;
  --ink-dim: #888;
  --accent: #d4ff00;
  --accent-dim: #8a9e00;
  --line: #2a2a2a;
  --warning: #ff4d2e;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
main, header, footer { position: relative; z-index: 3; }
.display { font-family: 'Archivo Black', sans-serif; letter-spacing: -0.04em; line-height: 0.85; text-transform: uppercase; }
.serif { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; letter-spacing: -0.02em; }
.label { font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-dim); font-weight: 500; }
a { color: inherit; text-decoration: none; }

/* HEADER */
header {
  position: fixed; top: 0; left: 0; right: 0;
  padding: 18px 32px;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  z-index: 100;
  transition: transform 0.3s ease;
}
.logo { font-family: 'Archivo Black', sans-serif; font-size: 18px; letter-spacing: -0.02em; display: flex; align-items: center; gap: 10px; }
.logo-mark { width: 28px; height: 28px; background: var(--accent); color: var(--bg); display: flex; align-items: center; justify-content: center; font-size: 16px; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-dim); transition: color 0.2s; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { display: flex; align-items: center; gap: 24px; }
.nav-cta a.phone { font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.nav-cta a.phone::before { content: '●'; color: var(--accent); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

.btn { display: inline-block; padding: 12px 22px; background: var(--accent); color: var(--bg); font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; border: 1px solid var(--accent); cursor: pointer; transition: all 0.2s ease; white-space: nowrap; }
.btn:hover { background: var(--bg); color: var(--accent); }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--bg); }

/* HERO PAGE */
.page-hero { min-height: 60vh; padding: 160px 32px 80px; display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: center; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(40px, 7vw, 88px); margin-bottom: 24px; }
.page-hero h1 .accent { color: var(--accent); }
.page-hero .lede { font-size: 17px; color: var(--ink-dim); margin-bottom: 32px; max-width: 580px; line-height: 1.7; }
.page-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 28px; color: var(--ink-dim); }
.page-badge .dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; animation: pulse 2s infinite; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-side { border: 1px solid var(--line); padding: 32px; background: var(--bg-2); position: relative; }
.hero-side::before { content: 'AT A GLANCE'; position: absolute; top: -10px; left: 24px; background: var(--bg); padding: 0 12px; font-size: 10px; letter-spacing: 0.2em; color: var(--accent); }
.hero-side dl { margin-top: 8px; }
.hero-side dt { font-size: 10px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-dim); margin-top: 16px; margin-bottom: 4px; }
.hero-side dt:first-child { margin-top: 0; }
.hero-side dd { font-family: 'Archivo Black', sans-serif; font-size: 18px; color: var(--ink); letter-spacing: -0.02em; }
.hero-side dd.accent { color: var(--accent); }

/* BREADCRUMBS */
.crumbs { padding: 100px 32px 0; font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-dim); }
.crumbs a { color: var(--ink-dim); }
.crumbs a:hover { color: var(--accent); }
.crumbs .sep { margin: 0 8px; color: var(--accent); }

/* SECTIONS */
section { padding: 80px 32px; border-top: 1px solid var(--line); }
section.tight { padding: 60px 32px; }
.section-head { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; margin-bottom: 50px; align-items: end; }
.section-num { font-family: 'Archivo Black', sans-serif; font-size: 14px; color: var(--accent); letter-spacing: 0.1em; margin-bottom: 12px; }
.section-title { font-size: clamp(32px, 4.5vw, 56px); }
.section-intro { font-size: 16px; color: var(--ink-dim); line-height: 1.7; max-width: 580px; }

/* CONTENT BLOCKS */
.prose { max-width: 760px; margin: 0 auto; font-size: 16px; line-height: 1.8; }
.prose p { margin-bottom: 22px; color: var(--ink); }
.prose p.dim { color: var(--ink-dim); }
.prose h2 { font-family: 'Archivo Black', sans-serif; font-size: 32px; letter-spacing: -0.02em; text-transform: uppercase; margin: 50px 0 20px; }
.prose h3 { font-family: 'Archivo Black', sans-serif; font-size: 22px; letter-spacing: -0.02em; text-transform: uppercase; margin: 32px 0 14px; color: var(--accent); }
.prose ul, .prose ol { margin: 16px 0 22px 24px; }
.prose li { margin-bottom: 10px; }
.prose strong { color: var(--accent); font-weight: 700; }
.prose blockquote { border-left: 3px solid var(--accent); padding: 16px 24px; margin: 28px 0; background: var(--bg-2); font-style: italic; color: var(--ink-dim); }

/* FEATURE GRID */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { border: 1px solid var(--line); padding: 32px; background: var(--bg); transition: all 0.3s; }
.feature-card:hover { border-color: var(--accent); transform: translateY(-4px); }
.feature-icon { font-family: 'Archivo Black', sans-serif; font-size: 24px; color: var(--accent); margin-bottom: 16px; display: block; }
.feature-card h4 { font-family: 'Archivo Black', sans-serif; font-size: 20px; text-transform: uppercase; letter-spacing: -0.02em; margin-bottom: 12px; }
.feature-card p { color: var(--ink-dim); font-size: 14px; line-height: 1.6; }

/* RELATED PAGES */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-card { border: 1px solid var(--line); padding: 28px; background: var(--bg); transition: all 0.3s; display: block; position: relative; }
.related-card:hover { border-color: var(--accent); background: var(--bg-2); }
.related-card .tag { font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent); margin-bottom: 10px; display: block; }
.related-card h4 { font-family: 'Archivo Black', sans-serif; font-size: 18px; line-height: 1.1; margin-bottom: 8px; text-transform: uppercase; letter-spacing: -0.02em; }
.related-card p { color: var(--ink-dim); font-size: 13px; line-height: 1.5; }
.related-card .arrow { position: absolute; top: 28px; right: 28px; color: var(--accent); transition: transform 0.2s; }
.related-card:hover .arrow { transform: translateX(4px); }

/* PRICING SHORT */
.pricing-strip { border: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.pricing-strip .pcell { padding: 28px; border-right: 1px solid var(--line); }
.pricing-strip .pcell:last-child { border-right: none; }
.pricing-strip .pcell .label { display: block; margin-bottom: 8px; }
.pricing-strip .pcell .pval { font-family: 'Archivo Black', sans-serif; font-size: 26px; color: var(--accent); letter-spacing: -0.02em; }
.pricing-strip .pcell .punit { font-size: 11px; color: var(--ink-dim); margin-top: 4px; }

/* CONTACT */
.contact { background: var(--accent); color: var(--bg); padding: 100px 32px; position: relative; overflow: hidden; }
.contact::before { content: 'GET A QUOTE'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Archivo Black', sans-serif; font-size: clamp(120px, 22vw, 280px); color: rgba(0, 0, 0, 0.06); letter-spacing: -0.06em; white-space: nowrap; pointer-events: none; z-index: 0; }
.contact-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact h2 { font-family: 'Archivo Black', sans-serif; font-size: clamp(36px, 5vw, 64px); letter-spacing: -0.04em; line-height: 0.9; text-transform: uppercase; margin-bottom: 24px; }
.contact h2 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; text-transform: lowercase; letter-spacing: -0.02em; }
.contact p { font-size: 17px; margin-bottom: 32px; max-width: 460px; line-height: 1.6; }
.contact-block { background: var(--bg); color: var(--ink); padding: 36px; }
.contact-row { display: flex; flex-direction: column; gap: 6px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-row:first-child { padding-top: 0; }
.contact-row:last-child { border-bottom: none; padding-bottom: 0; }
.contact-row .label { color: var(--ink-dim); }
.contact-row a, .contact-row .value { font-family: 'Archivo Black', sans-serif; font-size: 20px; color: var(--accent); letter-spacing: -0.02em; word-break: break-word; }
.contact-row a:hover { text-decoration: underline; }
.contact-actions { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.contact-actions .btn { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.contact-actions .btn:hover { background: var(--bg); color: var(--accent); }

/* FOOTER */
footer { background: var(--bg); padding: 60px 32px 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; max-width: 1400px; margin-left: auto; margin-right: auto; }
.footer-brand .logo { margin-bottom: 16px; }
.footer-brand p { color: var(--ink-dim); font-size: 13px; line-height: 1.6; max-width: 320px; }
.footer-col h6 { font-family: 'Archivo Black', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: var(--ink-dim); font-size: 13px; transition: color 0.2s; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { padding-top: 32px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 11px; color: var(--ink-dim); text-transform: uppercase; letter-spacing: 0.14em; flex-wrap: wrap; gap: 16px; max-width: 1400px; margin: 0 auto; }

/* WHATSAPP FLOAT */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; background: #25d366; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 99; box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4); transition: transform 0.2s; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 32px; height: 32px; }

/* TABLES */
.cmp-table { border: 1px solid var(--line); overflow: hidden; }
.cmp-row { display: grid; grid-template-columns: 2fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.cmp-row:last-child { border-bottom: none; }
.cmp-row.head { background: var(--bg-2); }
.cmp-cell { padding: 20px 26px; border-right: 1px solid var(--line); font-size: 14px; }
.cmp-cell:last-child { border-right: none; }
.cmp-cell.head-cell { font-family: 'Archivo Black', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; }
.cmp-cell.diesel { color: var(--ink-dim); }
.cmp-cell.bess { color: var(--accent); background: rgba(212, 255, 0, 0.04); font-weight: 500; }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); max-width: 880px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; color: var(--ink); font-family: inherit; font-size: 17px; font-weight: 500; text-align: left; padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; transition: color 0.2s; }
.faq-q:hover { color: var(--accent); }
.faq-q .icon { font-family: 'Archivo Black', sans-serif; font-size: 26px; color: var(--accent); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.open .faq-a { max-height: 500px; }
.faq-a p { padding: 0 0 24px; color: var(--ink-dim); font-size: 15px; line-height: 1.7; max-width: 720px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .page-hero { grid-template-columns: 1fr; padding: 130px 20px 60px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .pricing-strip { grid-template-columns: 1fr 1fr; }
  .pricing-strip .pcell { border-right: none; border-bottom: 1px solid var(--line); }
  .cmp-row { grid-template-columns: 1fr; }
  .cmp-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  section { padding: 60px 20px; }
  header { padding: 14px 20px; }
  .nav-links { display: none; }
  .nav-cta a.phone { display: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .crumbs { padding: 90px 20px 0; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 44px; }
}
