body {
  margin: 0;
  background: #0f0f0f;
  color: #fff;
  font-family: Arial, sans-serif;
}

.page-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 22px;
  overflow: hidden;
  background: #111;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 12% -58px 12%;
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(103, 223, 51, 0.22), transparent 66%);
  filter: blur(10px);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.72)),
    url("../assets/awanautobanner.png") center/cover no-repeat;
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  animation: pageFadeUp 0.75s ease both;
}

.eyebrow {
  color: #67df33;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.page-hero p {
  max-width: 720px;
  margin: 20px auto 0;
  color: #eeeeee;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.55;
}

.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.hero-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(103, 223, 51, 0.42);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  color: #f4f4f4;
  font-size: 0.9rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.page-section {
  padding: 58px 22px;
  overflow: hidden;
}

.page-section.light {
  background: #fff;
  color: #111;
}

.page-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.section-title {
  color: #67df33;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  margin: 0 0 16px;
  line-height: 1.15;
  text-transform: uppercase;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(103, 223, 51, 0.12);
  color: #1d7f14;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.light .section-title {
  color: #111;
}

.lead-text,
.body-text {
  color: #d6d6d6;
  line-height: 1.7;
  font-size: 1.02rem;
}

.light .lead-text,
.light .body-text {
  color: #333;
}

.feature-panel {
  background: #151515;
  border: 1px solid #242424;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 0 28px rgba(103, 223, 51, 0.16);
}

.visual-panel {
  position: relative;
  min-height: 300px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 10%, rgba(103, 223, 51, 0.18), transparent 38%),
    linear-gradient(145deg, #171717, #101010);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  animation: panelFloatIn 0.8s ease both;
}

.visual-panel img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: contain;
  padding: 28px;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.36));
}

.about-visual img {
  object-fit: cover;
  padding: 0;
  opacity: 0.9;
}

.inspection-visual img {
  padding: 34px;
}

.floating-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(7, 16, 6, 0.82);
  border: 1px solid rgba(103, 223, 51, 0.34);
  color: #fff;
  backdrop-filter: blur(10px);
}

.floating-note strong {
  color: #67df33;
  font-size: 1rem;
}

.floating-note span {
  color: #dedede;
  line-height: 1.45;
  font-size: 0.92rem;
}

.light .feature-panel {
  background: #f7f8f6;
  border-color: #e5e5e5;
  box-shadow: none;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: inherit;
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #67df33;
  box-shadow: 0 0 0 4px rgba(103, 223, 51, 0.18);
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 30px;
}

.info-card {
  position: relative;
  overflow: hidden;
  background: #151515;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 24px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  animation: pageFadeUp 0.7s ease both;
}

.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(103, 223, 51, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(103, 223, 51, 0.48);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.info-card:hover::before {
  opacity: 1;
}

.light .info-card {
  background: #fff;
  border-color: #e1e1e1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.info-card h3 {
  position: relative;
  margin: 0 0 10px;
  color: #67df33;
  font-size: 1.15rem;
}

.light .info-card h3 {
  color: #1d7f14;
}

.info-card p {
  position: relative;
  margin: 0;
  color: #d8d8d8;
  line-height: 1.6;
}

.light .info-card p {
  color: #333;
}

.cta-band {
  background: #67df33;
  color: #071006;
  text-align: center;
  padding: 46px 22px;
}

.cta-band h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  text-transform: uppercase;
}

.cta-band p {
  max-width: 720px;
  margin: 0 auto 24px;
  line-height: 1.6;
  font-weight: 600;
}

.page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 2px solid #071006;
  border-radius: 6px;
  color: #071006;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
}

.about-stat-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}

.about-stat {
  position: relative;
  overflow: hidden;
  background: #151515;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.about-stat::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #67df33, transparent);
}

.about-stat strong {
  display: block;
  color: #67df33;
  font-size: 2rem;
  margin-bottom: 6px;
}

.about-stat span {
  color: #d6d6d6;
}

.process-strip,
.inspection-timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 34px;
}

.process-step,
.timeline-item {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  border: 1px solid rgba(103, 223, 51, 0.22);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  animation: pageFadeUp 0.75s ease both;
}

.process-step span,
.timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #67df33;
  color: #071006;
  font-weight: 900;
}

.process-step h3,
.timeline-item h3 {
  margin: 0 0 8px;
  color: #67df33;
  font-size: 1.15rem;
}

.process-step p,
.timeline-item p {
  margin: 0;
  color: #d8d8d8;
  line-height: 1.55;
}

.inspection-timeline {
  margin-bottom: 34px;
}

@keyframes pageFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panelFloatIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 760px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-stat-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-strip,
  .inspection-timeline {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 960px) {
  .page-section {
    padding: 78px 34px;
  }

  .split-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 54px;
  }

  .card-grid.three {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero-inner,
  .visual-panel,
  .info-card,
  .process-step,
  .timeline-item {
    animation: none;
  }

  .info-card,
  .service-card {
    transition: none;
  }
}

/* Final footer cleanup shared across all pages. */
.awan-footer {
  background: #0d0d0d !important;
  color: #fff;
  padding: 48px 22px 26px !important;
  overflow: hidden;
}

.footer-container {
  width: min(100%, 1180px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  align-items: start !important;
}

.footer-col {
  min-width: 0;
}

.footer-brand-col {
  max-width: 420px;
}

.footer-logo {
  width: clamp(150px, 38vw, 220px) !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 16px !important;
}

.footer-slogan {
  margin: 0 !important;
  max-width: 440px;
  color: #d8d8d8 !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  overflow-wrap: anywhere;
}

.footer-title {
  margin: 0 0 14px !important;
  color: #67df33 !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.footer-links,
.footer-info {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-links li,
.footer-info li {
  margin: 0 0 10px !important;
  color: #cfcfcf !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

.footer-links a,
.footer-info a {
  color: #cfcfcf !important;
  text-decoration: none;
}

.footer-links a:hover,
.footer-info a:hover {
  color: #67df33 !important;
}

.footer-bottom {
  width: min(100%, 1180px) !important;
  margin: 34px auto 0 !important;
  padding-top: 22px !important;
  border-top: 1px solid #242424 !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  color: #8f8f8f !important;
}

.footer-bottom-right,
.footer-socials {
  display: none !important;
}

@media (min-width: 720px) {
  .footer-container {
    grid-template-columns: 1.4fr 1fr 1fr !important;
  }
}

@media (min-width: 1040px) {
  .awan-footer {
    padding: 60px 34px 30px !important;
  }

  .footer-container {
    grid-template-columns: 1.55fr repeat(4, 1fr) !important;
    gap: clamp(28px, 3vw, 48px) !important;
  }
}
