/* Autiq Africa — Marketing Pages
   CSS values matched to global.css (Landing.jsx production build) */

:root {
  --navy: #102033;
  --blue: #0d5b7d;
  --teal: #00a389;
  --gold: #f5b84b;
  --bg: #f5f7fb;
  --card: #fff;
  --muted: #667085;
  --red: #d92d20;
  --green: #039855;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; font-family: Inter, system-ui, 'Segoe UI', Arial, sans-serif; background: var(--bg); color: var(--navy); }
button, select, input, textarea { font: inherit; }
button { cursor: pointer; }

/* ═══════════════════════════════════════════════════════════
   LANDING PAGE WRAPPER
═══════════════════════════════════════════════════════════ */
.landingPage { min-height: 100vh; background: #f6efe5; color: #071f1a; font-family: Inter, system-ui, 'Segoe UI', Arial, sans-serif; }

/* ═══════════════════════════════════════════════════════════
   HEADER  — white background matching Landing.jsx / global.css
═══════════════════════════════════════════════════════════ */
.landingHeader { padding: 6px 60px; display: flex; align-items: center; gap: 32px; justify-content: space-between; background: #fff; border-bottom: 1px solid rgba(167,112,48,.2); box-shadow: 0 2px 16px rgba(16,32,51,.07); position: sticky; top: 0; z-index: 50; }

.landingLogo { display: flex; align-items: center; gap: 14px; text-decoration: none; flex-shrink: 0; }
.headerLogoMark { height: 40px; width: auto; display: block; object-fit: contain; flex-shrink: 0; }
.headerLogoName { height: 46px; width: auto; display: block; object-fit: contain; }

.landingNav { display: flex; align-items: center; gap: 32px; }
.landingNav a { display: flex; align-items: center; gap: 6px; color: rgba(16,32,51,.78); text-decoration: none; text-transform: uppercase; font-size: 14px; letter-spacing: .02em; font-weight: 700; position: relative; padding: 33px 0; }
.landingNav a.active, .landingNav a:hover { color: #a87030; }
.landingNav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: #a87030; }

.headerRight { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }

.loginNavBtn { display: inline-flex; align-items: center; gap: 12px; border-radius: 12px; background: #c9944d; color: #07111f; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: .04em; padding: 14px 24px; box-shadow: 0 10px 24px rgba(201,148,77,.28); }
.loginNavBtn:hover { background: #b5832a; }
.loginNavBtn svg { width: 18px; height: 18px; }

.mobileMenuBtn { display: none; border: 0; background: transparent; color: rgba(7,17,31,.82); padding: 8px; border-radius: 10px; cursor: pointer; align-items: center; justify-content: center; }
.mobileMenuBtn svg { width: 22px; height: 22px; }
.mobileMenuBtn:hover { background: rgba(7,17,31,.07); }

.iconMenuClose { display: none; }
.menuOpen .iconMenuOpen { display: none; }
.menuOpen .iconMenuClose { display: block; }

/* ═══════════════════════════════════════════════════════════
   HERO  — home page only
═══════════════════════════════════════════════════════════ */
.landingHero { min-height: 430px; display: grid; grid-template-columns: 44% 56%; align-items: stretch; background: linear-gradient(90deg,#fbf5ec 0%,#f8efe3 42%,#efe0cc 100%); overflow: hidden; position: relative; }
.landingHero::before { content: ""; position: absolute; left: 31%; top: 28px; width: 340px; height: 340px; border: 1px solid rgba(167,112,48,.12); border-radius: 48% 52% 46% 54%; opacity: .55; pointer-events: none; }

.heroCopy { position: relative; z-index: 2; padding: 64px 0 56px 60px; }
.heroCopy h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; font-size: clamp(48px,5.1vw,76px); line-height: .98; margin: 0 0 18px; color: #08271f; letter-spacing: -.045em; }
.heroCopy h1 span { color: #a87030; }
.goldRule { width: 92px; height: 3px; background: #a87030; margin: 8px 0 20px; }
.heroCopy p { max-width: 430px; font-size: 20px; line-height: 1.45; margin: 0; color: #172621; }

.heroActions { display: flex; gap: 26px; align-items: center; margin-top: 28px; }
.heroPrimary, .heroSecondary { min-width: 172px; text-align: center; border-radius: 11px; padding: 16px 28px; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: .04em; }
.heroPrimary { background: #062e26; color: white; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; }
.heroPrimary:hover { background: #0d4238; }
.heroSecondary { border: 1px solid #b98443; color: #071f1a; background: rgba(255,255,255,.24); display: inline-block; }
.heroSecondary:hover { background: #fff; }

.heroVisual { align-self: stretch; display: flex; align-items: flex-end; justify-content: flex-end; min-width: 0; }
.heroVisual img { width: 100%; height: 100%; object-fit: cover; object-position: center right; display: block; }

/* ═══════════════════════════════════════════════════════════
   FEATURE BAND  — home page
═══════════════════════════════════════════════════════════ */
.featureBand { display: grid; grid-template-columns: repeat(6,1fr); }
.darkBand { background: linear-gradient(90deg,#062e26,#06372f); color: white; padding: 24px 54px; }
.featureTile { text-align: center; padding: 28px 24px 24px; border-right: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 154px; }
.featureTile:last-child { border-right: 0; }
.featureTile svg { color: #c9944d; margin-bottom: 12px; width: 38px; height: 38px; }
.featureTile h3 { font-size: 15px; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .02em; }
.featureTile p { font-size: 14px; line-height: 1.35; margin: 0; color: rgba(255,255,255,.88); }

/* ═══════════════════════════════════════════════════════════
   CTA BAND
═══════════════════════════════════════════════════════════ */
.ctaBand { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin: 0 8vw 60px; padding: 30px; border-radius: 30px; background: linear-gradient(135deg,#102033,#0d5b7d); color: white; }
.ctaBand h2 { margin: 10px 0; }
.ctaBand p { color: #d7dee8; margin: 0; }
.ctaActions { display: flex; gap: 12px; flex-wrap: wrap; }
.ctaSecondary { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.35); color: white; border-radius: 11px; padding: 16px 24px; text-decoration: none; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.ctaSecondary:hover { background: rgba(255,255,255,.1); }

/* ═══════════════════════════════════════════════════════════
   EYEBROW
═══════════════════════════════════════════════════════════ */
.eyebrow { color: #98a2b3; font-size: 12px; }

/* ═══════════════════════════════════════════════════════════
   STATIC HERO  — pricing & enquiry pages
═══════════════════════════════════════════════════════════ */
.staticHero { padding: 96px 8vw 58px; background: linear-gradient(135deg,#07111f,#0d5b7d); color: white; position: relative; overflow: hidden; }
.staticHero::after { content: ""; position: absolute; right: -120px; top: 40px; width: 330px; height: 330px; border-radius: 50%; background: rgba(245,184,75,.18); filter: blur(2px); }
.staticHero h1 { max-width: 980px; font-size: 54px; line-height: 1.04; margin: 10px 0 18px; }
.staticHero p { max-width: 840px; color: #d7dee8; font-size: 18px; line-height: 1.6; margin: 0; }

/* ═══════════════════════════════════════════════════════════
   PRICING
═══════════════════════════════════════════════════════════ */
.pricingGrid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; padding: 44px 8vw 24px; background: #f5f7fb; }
.pricingCard { background: white; border: 1px solid #e4e7ec; border-radius: 30px; padding: 28px; box-shadow: 0 10px 30px rgba(16,32,51,.06); }
.pricingCard svg { color: var(--teal); }
.pricingCard > svg { width: 38px; height: 38px; }
.pricingCard h2 { margin: 14px 0 8px; }
.pricingCard strong { display: block; font-size: 24px; color: var(--navy); margin-bottom: 10px; }
.pricingCard p { color: var(--muted); line-height: 1.55; }
.pricingCard ul { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 12px; }
.pricingCard li { display: flex; gap: 9px; align-items: flex-start; color: var(--navy); font-weight: 750; }
.pricingCard li svg { color: var(--green); flex: 0 0 auto; margin-top: 2px; width: 18px; height: 18px; }
.featuredPricingCard { border: 2px solid var(--gold); transform: translateY(-8px); background: linear-gradient(180deg,#fff,#fffcf5); }
.pricingNote { margin: 10px 8vw 64px; background: white; border: 1px solid #e4e7ec; border-radius: 28px; padding: 26px; box-shadow: 0 10px 30px rgba(16,32,51,.05); }
.pricingNote h2 { margin-top: 0; }
.pricingNote p { color: var(--muted); line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════
   ENQUIRY / CONTACT
═══════════════════════════════════════════════════════════ */
.contactGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 44px 8vw 64px; background: #f5f7fb; }
.contactInfoCard, .feedbackCard { background: white; border: 1px solid #e4e7ec; border-radius: 30px; padding: 28px; box-shadow: 0 10px 30px rgba(16,32,51,.06); }
.contactInfoCard h2, .feedbackCard h2 { margin: 0 0 14px; }

.contactInfoCard p { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); line-height: 1.55; }
.contactInfoCard p svg { color: var(--teal); flex: 0 0 auto; margin-top: 2px; width: 20px; height: 20px; }

.mapShell { height: 360px; border-radius: 24px; overflow: hidden; border: 1px solid #d0d5dd; margin-top: 18px; background: #eef2f6; }
.mapShell iframe { width: 100%; height: 100%; border: 0; }

.feedbackCard > p { color: var(--muted); margin: 0 0 4px; }

.feedbackForm { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.feedbackForm label { display: flex; flex-direction: column; gap: 7px; font-weight: 850; color: var(--navy); }
.feedbackForm input, .feedbackForm select, .feedbackForm textarea { width: 100%; border: 1px solid #d0d5dd; border-radius: 16px; padding: 13px; background: #f8fafc; }
.feedbackForm input:focus, .feedbackForm select:focus, .feedbackForm textarea:focus { outline: 2px solid var(--teal); outline-offset: -1px; border-color: var(--teal); }
.feedbackForm textarea { min-height: 130px; resize: vertical; }

.fullField, .formSubmitBtn, .formSuccess { grid-column: 1 / -1; }
.formSubmitBtn { justify-content: center; border: 0; }

.formSuccess { border: 1px solid #abefc6; background: #f6fef9; color: var(--green); border-radius: 16px; padding: 12px; font-weight: 850; display: none; align-items: center; gap: 8px; }
.formSuccess.show { display: flex; }
.formSuccess svg { width: 18px; height: 18px; flex: 0 0 auto; }

/* ═══════════════════════════════════════════════════════════
   FOOTER  — light background matching Landing.jsx / global.css
═══════════════════════════════════════════════════════════ */
.landingFooter { background: #f8f9fb; border-top: 4px solid rgba(167,112,48,.35); box-shadow: none; color: var(--navy); }

.footerMain { display: grid; grid-template-columns: 1.25fr 1fr .75fr 1.25fr; gap: 34px; padding: 30px 60px 28px; }
.landingFooter .footerMain { border-bottom: 1px solid rgba(16,32,51,.08); }
.footerMain h4 { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .08em; font-size: 14px; }

.footerBrand, .footerLinks, .footerSocial { border-right: 1px solid rgba(16,32,51,.1); padding-right: 28px; }
.footerBrandRow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footerBrandRow img:first-child { height: 48px; width: auto; flex-shrink: 0; object-fit: contain; }
.footerBrandRow img:last-child { height: 44px; width: auto; object-fit: contain; }
.footerBrand p { max-width: 360px; font-size: 14px; line-height: 1.55; color: rgba(16,32,51,.68); margin: 0; }

.footerLinks div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.footerLinks a { color: rgba(16,32,51,.78); text-decoration: none; font-size: 14px; }
.footerLinks a:hover { color: #a87030; }

.socialRow { display: flex; gap: 16px; }
.socialRow a { width: 42px; height: 42px; border: 1px solid rgba(16,32,51,.28); border-radius: 50%; display: grid; place-items: center; color: rgba(16,32,51,.72); text-decoration: none; }
.socialRow a:hover { border-color: #a87030; color: #a87030; }

.footerContact p { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0; color: rgba(16,32,51,.78); font-size: 14px; line-height: 1.35; }
.footerContact svg { color: var(--teal); flex: 0 0 auto; width: 18px; height: 18px; }

.footerBottom { display: flex; justify-content: center; gap: 24px; align-items: center; padding: 14px 30px; color: rgba(16,32,51,.65); font-size: 13px; }
.landingFooter .footerBottom { background: rgba(16,32,51,.04); }
.footerBottom span + span { border-left: 1px solid rgba(16,32,51,.2); padding-left: 24px; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1180px) {
  .landingHeader { padding: 0 28px; }
  .landingNav { gap: 18px; }
  .landingNav a { font-size: 13px; }
  .headerLogoMark { height: 44px; }
  .headerLogoName { height: 50px; }
  .featureBand { grid-template-columns: repeat(3,1fr); }
  .featureTile:nth-child(3) { border-right: 0; }
  .featureTile:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.18); }
  .footerMain { grid-template-columns: 1fr 1fr; }
  .footerSocial { border-right: 0; }
  .footerLinks { border-right: 0; }
  .ctaBand { margin: 0 4vw 44px; }
}

@media (max-width: 1000px) {
  .staticHero h1 { font-size: 40px; }
  .contactGrid { grid-template-columns: 1fr; }
  .pricingGrid { grid-template-columns: 1fr 1fr; }
  .featuredPricingCard { transform: none; }
  .ctaBand { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 860px) {
  .landingHeader { height: auto; padding: 14px 20px; align-items: center; gap: 12px; flex-wrap: wrap; }
  .headerLogoMark { height: 38px; }
  .headerLogoName { height: 42px; }
  .mobileMenuBtn { display: flex; }
  .landingNav { order: 3; width: 100%; flex-direction: column; align-items: stretch; gap: 0; overflow: hidden; max-height: 0; padding: 0; transition: max-height .35s ease, padding .35s ease; }
  .landingNav.open { max-height: 600px; padding: 8px 0 14px; }
  .landingNav a { padding: 13px 0; border-bottom: 1px solid rgba(16,32,51,.1); white-space: normal; font-size: 15px; width: 100%; }
  .landingNav a:last-child { border-bottom: 0; }
  .landingNav a.active::after { display: none; }
  .loginNavBtn { padding: 11px 18px; font-size: 13px; }
  .landingHero { grid-template-columns: 1fr; }
  .heroCopy { padding: 44px 24px 30px; }
  .heroCopy h1 { font-size: clamp(42px,13vw,64px); }
  .heroCopy p { font-size: 18px; }
  .heroVisual { height: 310px; }
  .darkBand { padding: 18px 20px; }
  .featureBand { grid-template-columns: repeat(2,1fr); }
  .featureTile { border-right: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .featureTile:nth-child(-n+2) { border-top: 0; }
  .heroActions { flex-wrap: wrap; }
  .heroPrimary, .heroSecondary { min-width: 150px; }
  .footerMain { grid-template-columns: 1fr; padding: 28px 24px; }
  .footerBrand, .footerLinks, .footerSocial { border-right: 0; border-bottom: 1px solid rgba(16,32,51,.1); padding-right: 0; padding-bottom: 22px; }
  .footerBottom { flex-direction: column; gap: 8px; text-align: center; }
  .footerBottom span + span { border-left: 0; padding-left: 0; }
}

@media (max-width: 680px) {
  .staticHero { padding: 72px 20px 38px; }
  .staticHero h1 { font-size: 32px; }
  .staticHero p { font-size: 16px; }
  .pricingGrid, .contactGrid { grid-template-columns: 1fr; padding: 28px 16px; }
  .featuredPricingCard { transform: none; }
  .ctaBand { margin: 0 16px 42px; padding: 22px; }
  .ctaActions, .ctaActions a { width: 100%; }
  .feedbackForm { grid-template-columns: 1fr; }
  .mapShell { height: 280px; }
}

@media (max-width: 520px) {
  .landingHeader { padding: 10px 14px; }
  .headerLogoMark { height: 32px; }
  .headerLogoName { height: 36px; }
  .loginNavBtn { padding: 10px 14px; font-size: 12px; letter-spacing: .02em; }
  .headerRight { gap: 8px; }
  .featureBand { grid-template-columns: 1fr; }
  .featureTile { border-top: 1px solid rgba(255,255,255,.18) !important; }
  .featureTile:first-child { border-top: 0 !important; }
  .footerLinks div { grid-template-columns: 1fr; }
  .socialRow { flex-wrap: wrap; }
  .heroActions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .heroCopy { padding-top: 34px; }
}
