
/* NAV */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  flex-wrap: nowrap;
}
.nav a {
  margin-left: 24px;
  text-decoration: none;
  color: #e5e5e5;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.nav nav {
  display: flex;
  gap: 16px;               /* space between links */
  flex-shrink: 1;           /* allows links to shrink */
}

.nav nav a {
  white-space: nowrap;      /* prevent wrapping */
  flex-shrink: 1;           /* allow link text to shrink */
  font-size: 14px;
}


.logo {
  font-weight: 500;
  letter-spacing: 2px;
}

.logo img {
  height: 63px; /* adjust to taste */
  width: auto;
  display: block;
}


@media (max-width: 768px) {

  .nav {
    padding: 16px 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }

  .logo img {
    height: 42px;
  }

  .nav nav {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    max-width: 65%;
  }

  .nav nav a {
    margin-left: 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {

  /* STACK FOOTER */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  /* RESET RIGHT COLUMN ALIGNMENT */
  .footer-right {
    align-items: center;
  }

  /* CENTER LINKS */
  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  /* CENTER SOCIALS */
  .footer-socials {
    justify-content: center;
  }

  /* TIGHTEN SPACING */
  .footer {
    padding: 40px 0 28px;
  }
}


/* FOOTER */
.footer {
  padding: 60px 0 40px;
  width: 100%;
  position: relative;
  background: rgba(255,255,255, 0.08) /* 👈 blends with page */
}

.footer-content {
  max-width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  color: #ffffff; 
}

/* LEFT */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.footer-location {
  font-weight: 500;
}

.footer-email {
  opacity: 0.8;
}

/* SOCIAL ICONS BELOW EMAIL */
.footer-socials {
  display: flex;
  gap: 18px;
  margin-top: 6px;
}

.footer-socials a {
  color: #144961;
  font-size: 20px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.footer-socials a:hover {
  opacity: 1;
}



/* RIGHT */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a {
  color: #ffffff;
  opacity: 0.75;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-copy {
  font-size: 12px;
  opacity: 0.6;
}


/* =========================
   AUDIT PAGE — LUMO MARKETING STUDIO
   Inherits global variables from GEO.css design system
   ========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  background: #000;
  color: #fff;
}

/* =========================
   BACKGROUND
   ========================= */
.audit-bg {
  position: relative;
  background: #000;
}

/* =========================
   SHARED TYPOGRAPHY HELPERS
   ========================= */
.h1-adjacent {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}

.ai-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 30px;
  background: rgba(20, 73, 97, .35);
  border: 1px solid rgba(95, 235, 204, .3);
  color: #5febcc;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Shared gradient heading style */
.page-header h2,
.geo-content h2,
.geo-explainer h2,
.audit-cta-content h2 {
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: .92;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .38);
  margin-bottom: 28px;
}

.page-header h2 span,
.geo-content h2 span,
.geo-explainer h2 span,
.audit-cta-content h2 span {
  background: linear-gradient(90deg, #c6d9dd, #5febcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-header p,
.geo-intro,
.geo-content p {
  font-size: 1.05rem;
  line-height: 1.9;
  opacity: .82;
  max-width: 720px;
}

.geo-intro {
  margin-bottom: 60px;
}

/* =========================
   SECTION SPACING
   ========================= */
.audit-hero,
.audit-gallery-section,
.audit-video-section,
.geo-band,
.audit-cta,
.geo-card-section {
  padding: 140px 8vw;
}


.audit-hero {
  position: relative;
  overflow: hidden;
}

.audit-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/dune\ logos/AIbacbaacbackbackbac.png") center / cover no-repeat;
  z-index: -1;
   filter: blur(4px);
  scale: 1.05; /* prevents blur from leaving white edges */
}
.audit-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.audit-body-bg {
  position: relative;
  overflow: hidden;
}

.audit-body-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/dune logos/tool pics/auditpageback.png") center / cover no-repeat;
  z-index: -1;
}
/* =========================
   HERO — TWO-COLUMN SPLIT
   ========================= */
.audit-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.audit-left h1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: .92;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .38);
  margin-bottom: 28px;
}

.audit-left h1 span {
  background: linear-gradient(90deg, #ffffff, #5febcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.audit-left p {
  font-size: 1.1rem;
  line-height: 1.85;
  opacity: .82;
  margin-bottom: 38px;
  max-width: 560px;
}

.audit-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: fit-content;
}
/* Primary CTA — matches global .cta-button */
.cta-button {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1rem;
  letter-spacing: 1.5px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition:
    background .3s ease,
    color .3s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.cta-button:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, .15);
}

/* Secondary ghost button */
.secondary-btn {
  display: inline-block;
  padding: 16px 32px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .50);
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .2s ease, color .3s ease, transform .25s ease;
}

.secondary-btn:hover {
  border-color: rgba(95, 235, 204, .4);
  color: #5febcc;
  transform: translateY(-2px);
}

/* Hero right — audit mockup image */
.audit-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.audit-right img {
  width: 100%;
  max-height: 580px;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .7);
}

/* =========================
   GALLERY SECTION (Apple-style)
   ========================= */
.audit-gallery-section {
  background: rgba(255, 255, 255, .03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-header {
  margin-bottom: 70px;
}

/* The large screenshot + label */
.audit-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  margin-bottom: 48px;
}

.gallery-image{
    width: 800px;      /* or 100% with an aspect-ratio */
    aspect-ratio: 2 / 1;
    background: #2c2c2c80;
    border: 1px solid #dddddd00;
    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.gallery-image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
.gallery-info {
  text-align: center;
  max-width: 600px;
}

.gallery-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #fff;
  transition: opacity .3s ease;
}

.gallery-info p {
  font-size: 1rem;
  line-height: 1.8;
  opacity: .75;
  transition: opacity .3s ease;
}

/* Tab row */
.gallery-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.gallery-tab {
  padding: 10px 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .6);
  font-size: .875rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: .5px;
  cursor: pointer;
  transition: .3s ease;
}

.gallery-tab:hover {
  border-color: rgba(95, 235, 204, .3);
  color: #5febcc;
}

.gallery-tab.active {
  background: rgba(20, 73, 97, .35);
  border-color: rgba(95, 235, 204, .4);
  color: #5febcc;
}

/* Fade helper for JS transitions */
.gallery-image img.fading,
.gallery-info.fading {
  opacity: 0;
}
@media (max-width: 768px) {
  .gallery-image {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
}
/* =========================
   VIDEO SECTION
   ========================= */


.audit-video {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
  transition: .35s ease;
}

.audit-video:hover {
  border-color: rgba(95, 235, 204, .25);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .6),
    0 0 30px rgba(95, 235, 204, .08);
}

.audit-video video {
  width: 100%;
  display: block;
}

/* =========================
   GEO BAND — shared wrapper for
   "What's Included" and "Why Businesses Need This"
   ========================= */


/* =========================
   WHAT'S INCLUDED — services grid
   (reused from GEO.css, redeclared here for isolation)
   ========================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 70px;
}

.service-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 38px;
  transition: .35s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(95, 235, 204, .25);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, .45),
    0 0 30px rgba(95, 235, 204, .08);
}

.service-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(20, 73, 97, .25);
  border: 1px solid rgba(95, 235, 204, .25);
  color: #5febcc;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #fff;
}

.service-card p {
  font-size: .95rem;
  line-height: 1.8;
  opacity: .75;
}

/* =========================
   WHY BUSINESSES NEED THIS
   Three geo-mini-cards
   ========================= */
.geo-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 70px;
}

.geo-mini-card {
  border: 3px solid rgba(255, 255, 255, .15);
  padding: 44px 36px;
  border-radius: 4px;
  transition:
    transform .3s ease,
    background .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.geo-mini-card:hover {
  transform: translateY(-6px) scale(1.02);
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

/* Featured/highlighted middle card */
.geo-mini-card.featured {
  border-color: rgba(95, 235, 204, .35);
  background: linear-gradient(
    rgba(20, 73, 97, .18),
    rgba(20, 73, 97, .08)
  );
  box-shadow:
    0 0 30px rgba(95, 235, 204, .08),
    0 20px 60px rgba(0, 0, 0, .45);
}

.geo-mini-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
}

.geo-mini-card.featured h3 {
  color: #5febcc;
}

.geo-mini-card p {
  font-size: .98rem;
  line-height: 1.8;
  opacity: .82;
}

/* =========================
   GEO CONTENT block (Why Businesses Need This header)
   ========================= */
.geo-content {
  max-width: 860px;
}

.h2-lumo {
  font-size: clamp(3rem,8vw,6rem);
  font-weight: 600;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .75);
  line-height: 1.4;
}

.geo-content p {
  margin-bottom: 18px;
}

/* =========================
   GEO EXPLAINER (What's Included header)
   ========================= */
.geo-explainer {
  width: 100%;
}

/* =========================
   FAQ SECTION (identical to GEO)
   ========================= */


.geo-card-box {
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 60px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, .6);
}

.center-title {
  font-size: clamp(2.5rem, 5vw, 3.4rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 48px;
}

.geo-faq {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  border: 3px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, .03);
  transition: all .3s ease;
}

.faq-item:hover {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .05);
}

.faq-question {
  width: 100%;
  padding: 20px 22px;
  background: transparent;
  border: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 1.4rem;
  transition: transform .3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .6s ease, padding .4s ease;
  padding: 0 22px;
}

.faq-answer p {
  padding-bottom: 20px;
  line-height: 1.7;
  opacity: .9;
}

.faq-item.active .faq-answer {
  max-height: 450px;
  padding-top: 10px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* =========================
   FINAL CTA — PROCESS STEPS
   ========================= */
.audit-cta {
  text-align: center;
}

.audit-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.audit-cta-content p {
  font-size: 1.1rem;
  line-height: 1.85;
  opacity: .8;
  margin-bottom: 56px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.audit-process {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 56px;
}

.audit-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.audit-process-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(95, 235, 204, .4);
  background: rgba(20, 73, 97, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5febcc;
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
}

.audit-process-label {
  margin: 14px 0 0;
  font-size: 1rem;
  font-weight: 500;
  opacity: .88;
}

.audit-process-connector {
  width: 2px;
  height: 40px;
  background: linear-gradient(
    to bottom,
    rgba(95, 235, 204, .35),
    rgba(95, 235, 204, .1)
  );
  margin: 8px 0;
}

/* =========================
   FOOTER
   ========================= */
.footer {
  padding: 60px 0 40px;
  width: 100%;
  background: rgba(255, 255, 255, .08);
}

.footer-content {
  max-width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  color: #fff;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.footer-location { font-weight: 500; }
.footer-email { opacity: .8; }

.footer-socials {
  display: flex;
  gap: 18px;
  margin-top: 6px;
}

.footer-socials a {
  color: #144961;
  font-size: 20px;
  opacity: .8;
  transition: opacity .2s ease;
}

.footer-socials a:hover { opacity: 1; }

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a {
  color: #fff;
  opacity: .75;
  text-decoration: none;
  transition: opacity .2s ease;
}

.footer-links a:hover { opacity: 1; }

.footer-copy {
  font-size: 12px;
  opacity: .6;
}

/* =========================
   SCROLL ANIMATIONS
   ========================= */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(12px);
  transition:
    opacity .8s ease,
    transform .8s ease,
    filter .8s ease;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.blur-reveal {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1.1s ease, filter .8s ease;
}

.blur-reveal.in-view {
  opacity: 1;
  filter: blur(0);
}

.fade-delay-1 { transition-delay: .2s; }
.fade-delay-2 { transition-delay: .35s; }

/* =========================
   RESPONSIVE — TABLET
   ========================= */
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {

  .audit-hero-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .audit-right {
    order: -1; /* image above text on mobile */
  }

  .geo-mini-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-tabs {
    gap: 8px;
  }

  .gallery-tab {
    padding: 8px 14px;
    font-size: .8rem;
  }
}

/* =========================
   RESPONSIVE — MOBILE
   ========================= */
@media (max-width: 768px) {
  .audit-hero,
  .audit-gallery-section,
  .audit-video-section,
  .geo-band,
  .audit-cta,
  .geo-card-section {
    padding: 80px 8vw;
  }

  .audit-hero {
    padding-top: 120px;
  }

  .audit-left h1 {
    font-size: clamp(2.4rem, 10vw, 3.5rem);
  }

  .page-header h2,
  .geo-content h2,
  .geo-explainer h2,
  .audit-cta-content h2 {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
    margin-bottom: 20px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .geo-card-box {
    padding: 30px;
  }

  .audit-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-button,
  .secondary-btn {
    width: 100%;
    text-align: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .footer-right {
    align-items: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .footer {
    padding: 40px 0 28px;
  }

/* =========================
   BIG SCREENS
   ========================= */
@media (min-width: 1600px) {

  .audit-hero,
  .audit-gallery-section,
  .audit-video-section,
  .geo-band,
  .audit-cta,
  .geo-card-section {
    padding: 180px 14vw;
  }

  .geo-card-box {
    padding: 100px;
  }

  .services-grid {
    gap: 36px;
  }
}

}
