/* ═══════════════════════════════════════════════════════════
   AcquiSight — Shared Stylesheet
   Design tokens: orange #f58220, black #0d0d0d, white #fff
   ═══════════════════════════════════════════════════════════ */

/* ── RESET & BASE ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: #fff;
  color: #111;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }

/* ── TYPOGRAPHY ───────────────────────────────────────────── */
h1 { font-size: 54px; font-weight: 800; letter-spacing: -1.5px; line-height: 1.08; }
h2 { font-size: 38px; font-weight: 800; letter-spacing: -1px; line-height: 1.15; }
h3 { font-size: 18px; font-weight: 700; }
p  { font-size: 16px; line-height: 1.75; color: #444; }

.section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #f58220;
  display: block; margin-bottom: 10px;
}
.section-title { color: #111; margin-bottom: 14px; }
.section-sub   { font-size: 16px; color: #666; max-width: 580px; line-height: 1.7; margin-bottom: 52px; }

/* ── LAYOUT HELPERS ───────────────────────────────────────── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 52px; }
.section-pad { padding: 88px 0; }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: #f58220; color: #fff;
  padding: 15px 30px; border-radius: 5px;
  font-size: 15px; font-weight: 700;
  transition: background 0.15s;
  border: none; cursor: pointer;
}
.btn-primary:hover { background: #e06e10; }

.btn-outline {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.3); color: #fff;
  padding: 13px 30px; border-radius: 5px;
  font-size: 15px; font-weight: 600;
  transition: border-color 0.15s, color 0.15s;
}
.btn-outline:hover { border-color: #f58220; color: #f58220; }

.btn-outline-dark {
  display: inline-block;
  border: 2px solid #111; color: #111;
  padding: 13px 30px; border-radius: 5px;
  font-size: 15px; font-weight: 600;
  transition: border-color 0.15s, color 0.15s;
}
.btn-outline-dark:hover { border-color: #f58220; color: #f58220; }

.btn-white {
  display: inline-block;
  background: #fff; color: #f58220;
  padding: 16px 40px; border-radius: 5px;
  font-size: 16px; font-weight: 800;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: transform 0.15s;
}
.btn-white:hover { transform: translateY(-2px); }

/* ── NAVIGATION ───────────────────────────────────────────── */
.site-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px; height: 72px;
  background: #fff; border-bottom: 1px solid #f0f0f0;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 1px 12px rgba(0,0,0,0.06);
}
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-size: 14px; font-weight: 500; color: #444; transition: color 0.15s; }
.nav-links a:hover { color: #f58220; }
.nav-cta {
  background: #f58220; color: #fff !important;
  padding: 11px 24px; border-radius: 5px;
  font-size: 14px; font-weight: 700;
}
.nav-cta:hover { background: #e06e10 !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #111; border-radius: 2px; transition: 0.2s; }

/* ── PAGE MINI-HERO (Services, Contact) ───────────────────── */
.page-hero {
  background: #0d0d0d;
  padding: 72px 52px 64px;
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: linear-gradient(90deg, #f58220, #e05f00);
}
.page-hero .section-label { margin-bottom: 8px; }
.page-hero h1 { color: #fff; font-size: 44px; }
.page-hero p  { color: #aaa; margin-top: 12px; max-width: 560px; }

/* ── FOOTER ───────────────────────────────────────────────── */
.site-footer {
  background: #0a0a0a;
  padding: 40px 52px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 20px;
}
.footer-logo { font-size: 16px; font-weight: 900; letter-spacing: 2px; color: #fff; text-transform: uppercase; }
.footer-logo span { color: #f58220; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: #666; transition: color 0.15s; }
.footer-links a:hover { color: #f58220; }
.footer-copy { font-size: 12px; color: #444; }

/* ── HOMEPAGE: HERO ───────────────────────────────────────── */
.hero {
  background: #0d0d0d;
  background-image: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 50%, #0d0d0d 100%);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(245,130,32,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: linear-gradient(90deg, #f58220, #e05f00);
}
.hero-inner {
  max-width: 1100px; margin: 0 auto;
  padding: 96px 52px 88px;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px;
  align-items: center; position: relative; z-index: 1;
}
.hero-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #f58220; margin-bottom: 20px;
  display: flex; align-items: center; gap: 10px;
}
.hero-eyebrow::before { content: ''; width: 28px; height: 2px; background: #f58220; }
.hero h1 { color: #fff; margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: #f58220; }
.hero-sub { font-size: 17px; line-height: 1.75; color: #aaa; margin-bottom: 36px; max-width: 480px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; flex-direction: column; gap: 16px; }
.stat-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1); border-left: 4px solid #f58220;
  border-radius: 10px; padding: 22px 26px;
}
.stat-num { font-size: 36px; font-weight: 800; color: #fff; letter-spacing: -1px; }
.stat-label { font-size: 13px; color: #999; margin-top: 3px; line-height: 1.4; }

/* ── HOMEPAGE: SERVICES ───────────────────────────────────── */
.services-section { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  border: 1.5px solid #ebebeb; border-radius: 12px; padding: 30px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.service-card:hover { border-color: #f58220; box-shadow: 0 4px 20px rgba(245,130,32,0.1); }
.svc-icon {
  width: 44px; height: 44px; background: #fff4ec; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
}
.service-card h3 { margin-bottom: 10px; color: #111; }
.service-card p  { font-size: 14px; color: #666; line-height: 1.65; }
.svc-link { display: inline-block; margin-top: 16px; font-size: 13px; font-weight: 700; color: #f58220; }
.svc-link:hover { text-decoration: underline; }

/* ── HOMEPAGE: DEALS ──────────────────────────────────────── */
.deals-section { background: #0d0d0d; }
.deals-section .section-title { color: #fff; }
.deals-section .section-sub   { color: #999; }
.deals-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.deal-card {
  background: #1c1c1c; border-radius: 12px; padding: 24px;
  border-top: 3px solid #f58220; transition: transform 0.15s;
}
.deal-card:hover { transform: translateY(-3px); }
.deal-type { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #f58220; margin-bottom: 10px; }
.deal-name { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.deal-sector { font-size: 12px; color: #666; margin-bottom: 12px; }
.deal-desc { font-size: 13px; color: #aaa; line-height: 1.55; }
.deal-tag {
  display: inline-block; background: rgba(245,130,32,0.15);
  color: #f58220; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 4px; margin-top: 12px;
}

/* ── HOMEPAGE: VIDEO ──────────────────────────────────────── */
.video-section { background: #fff; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.video-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.video-text h2 { margin-bottom: 18px; }
.video-text p  { margin-bottom: 12px; }
.video-player {
  background: #0d0d0d; border-radius: 14px;
  aspect-ratio: 9/16; display: flex; align-items: center;
  justify-content: center; flex-direction: column; gap: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  overflow: hidden; position: relative;
}
.video-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; border-radius: 14px; }
.play-btn {
  width: 68px; height: 68px; background: #f58220; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 12px rgba(245,130,32,0.2); transition: transform 0.15s;
  cursor: pointer;
}
.play-btn:hover { transform: scale(1.08); }
.play-btn::after {
  content: ''; border-left: 24px solid #fff;
  border-top: 14px solid transparent; border-bottom: 14px solid transparent;
  margin-left: 5px;
}
.video-caption { color: #888; font-size: 13px; }

/* ── HOMEPAGE: ABOUT / PARTNER TEAM ──────────────────────── */
.about-section { background: #f7f8fa; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.about-text p { margin-bottom: 18px; }
.partners-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #888; margin-bottom: 18px;
}
.partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.partner-card {
  background: #fff; border-radius: 10px; padding: 18px 20px;
  display: flex; gap: 14px; align-items: flex-start;
  border: 1px solid #ebebeb;
}
.partner-card.wide { grid-column: span 2; }
.partner-icon {
  width: 44px; height: 44px; background: #111; border-radius: 10px;
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.partner-name { font-size: 14px; font-weight: 700; color: #111; margin-bottom: 3px; }
.partner-desc { font-size: 12px; color: #666; line-height: 1.5; }

/* ── HOMEPAGE: CONTACT CTA ────────────────────────────────── */
.cta-section { background: #f58220; padding: 88px 52px; text-align: center; }
.cta-section h2 { color: #fff; letter-spacing: -1.5px; margin-bottom: 14px; }
.cta-section p  { font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 36px; max-width: 540px; margin-left: auto; margin-right: auto; line-height: 1.6; }

/* ── SERVICES PAGE ────────────────────────────────────────── */
.services-detail { background: #fff; }
.service-detail-section {
  padding: 64px 0;
  border-bottom: 1px solid #f0f0f0;
}
.service-detail-section:last-child { border-bottom: none; }
.service-detail-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; }
.service-detail-label { position: sticky; top: 90px; }
.service-detail-label .svc-icon-lg {
  width: 56px; height: 56px; background: #fff4ec; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; margin-bottom: 16px;
}
.service-detail-label h2 { font-size: 28px; color: #111; margin-bottom: 0; }
.service-detail-body p { margin-bottom: 16px; font-size: 16px; }
.service-detail-body ul { margin: 16px 0 16px 0; padding: 0; list-style: none; }
.service-detail-body ul li {
  font-size: 15px; color: #444; line-height: 1.6;
  padding: 8px 0 8px 24px; position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.service-detail-body ul li::before {
  content: ''; position: absolute; left: 0; top: 18px;
  width: 8px; height: 8px; background: #f58220; border-radius: 50%;
}
.services-cta {
  background: #0d0d0d; padding: 72px 52px; text-align: center;
}
.services-cta h2 { color: #fff; margin-bottom: 14px; }
.services-cta p  { color: #aaa; margin-bottom: 32px; font-size: 17px; }

/* ── CONTACT PAGE ─────────────────────────────────────────── */
.contact-layout {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start;
}
.contact-info h3 { font-size: 22px; margin-bottom: 16px; }
.contact-info p  { margin-bottom: 20px; }
.contact-detail { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.contact-detail-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-detail-icon {
  width: 40px; height: 40px; background: #fff4ec; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
  flex-shrink: 0;
}
.contact-detail-text strong { display: block; font-size: 13px; font-weight: 700; color: #111; margin-bottom: 2px; }
.contact-detail-text span  { font-size: 14px; color: #666; }

/* Form */
.contact-form-card {
  background: #f7f8fa; border-radius: 16px; padding: 40px;
  border: 1px solid #ebebeb;
}
.contact-form-card h3 { font-size: 22px; margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: span 2; }
.form-group label { font-size: 13px; font-weight: 600; color: #333; }
.form-group input,
.form-group select,
.form-group textarea {
  border: 1.5px solid #ddd; border-radius: 6px;
  padding: 11px 14px; font-size: 14px; font-family: inherit;
  color: #111; background: #fff;
  transition: border-color 0.15s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #f58220; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  width: 100%; padding: 15px; margin-top: 8px;
  background: #f58220; color: #fff; border: none;
  border-radius: 6px; font-size: 16px; font-weight: 700;
  cursor: pointer; font-family: inherit;
  transition: background 0.15s;
}
.form-submit:hover { background: #e06e10; }
.form-note { font-size: 12px; color: #888; margin-top: 10px; text-align: center; }

/* Thanks page */
.thanks-body {
  min-height: 60vh; display: flex; align-items: center;
  justify-content: center; flex-direction: column;
  text-align: center; padding: 80px 40px;
}
.thanks-icon { font-size: 64px; margin-bottom: 24px; }
.thanks-body h1 { font-size: 42px; margin-bottom: 16px; }
.thanks-body p  { font-size: 18px; max-width: 480px; margin: 0 auto 32px; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — Mobile (≤768px)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }

  .container { padding: 0 24px; }
  .section-pad { padding: 56px 0; }

  /* Nav */
  .site-nav { padding: 0 24px; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #f0f0f0; padding: 20px 24px; gap: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
  .nav-links.open { display: flex; }
  .nav-hamburger { display: flex; }

  /* Hero */
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px 56px; }
  .hero h1 { font-size: 38px; }
  .hero-sub { font-size: 16px; }
  .stat-num { font-size: 28px; }

  /* Services grid */
  .services-grid { grid-template-columns: 1fr; }
  .services-section .container { padding: 0 24px; }

  /* Deals grid */
  .deals-grid { grid-template-columns: 1fr 1fr; }
  .deals-section .container { padding: 0 24px; }

  /* Video */
  .video-inner { grid-template-columns: 1fr; gap: 36px; }
  .video-section .container { padding: 0 24px; }

  /* About */
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .partners-grid { grid-template-columns: 1fr; }
  .partner-card.wide { grid-column: span 1; }
  .about-section .container { padding: 0 24px; }

  /* CTA */
  .cta-section { padding: 56px 24px; }
  .cta-section h2 { font-size: 30px; }

  /* Services page */
  .service-detail-inner { grid-template-columns: 1fr; gap: 24px; }
  .service-detail-label { position: static; }
  .services-cta { padding: 56px 24px; }
  .page-hero { padding: 52px 24px 48px; }
  .page-hero h1 { font-size: 32px; }

  /* Contact */
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .contact-form-card { padding: 28px 20px; }

  /* Footer */
  .site-footer { flex-direction: column; align-items: flex-start; padding: 32px 24px; gap: 16px; }

  /* Deals on mobile */
  @media (max-width: 520px) {
    .deals-grid { grid-template-columns: 1fr; }
  }
}
