:root {
  --black: #030303;
  --ink: #0a0a2d;
  --muted: #626577;
  --orange: #f06b00;
  --orange-2: #ff8a1d;
  --soft: #f2f2f2;
  --line: #e9e9ee;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #282b3a;
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.section-wrap {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #000;
  border-bottom: 2px solid rgba(240, 107, 0, 0.75);
}

.nav-shell {
  width: min(1240px, calc(100% - 32px));
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.logo img {
  width: 160px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.nav-links a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 999px;
}

.nav-links a:hover,
.nav-links .active {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.nav-cta,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 15px 30px rgba(240, 107, 0, 0.22);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: transparent;
  margin-left: auto;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(240, 107, 0, 0.23), transparent 16%),
    radial-gradient(circle at 75% 72%, rgba(255, 255, 255, 0.08), transparent 20%),
    #000;
  color: #fff;
  min-height: 680px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -170px auto;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(240, 107, 0, 0.2);
  border-radius: 50%;
}

.hero-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  border-top: 2px solid var(--orange);
}

.hero-lines::before,
.hero-lines::after {
  content: "";
  position: absolute;
  background: var(--orange);
}

.hero-lines::before {
  width: 190px;
  height: 16px;
  right: 33%;
  top: 8px;
  background: repeating-linear-gradient(90deg, var(--orange) 0 17px, transparent 17px 26px);
}

.hero-lines::after {
  width: 140px;
  height: 2px;
  right: 26%;
  top: 0;
  transform: rotate(48deg);
  transform-origin: left center;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.96fr;
  gap: 40px;
  align-items: center;
  min-height: 680px;
  padding: 72px 0 52px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ink);
}

.hero .eyebrow {
  color: #fff;
}

.hero h1,
section h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.15;
  color: #fff;
  letter-spacing: 0;
}

.hero h1 span,
section h2 span {
  color: var(--orange);
}

.hero-text {
  max-width: 620px;
  color: #c8cad6;
  font-size: 17px;
  line-height: 1.8;
}

.hero-points {
  display: grid;
  gap: 10px;
  margin: 26px 0 34px;
  font-size: 19px;
  font-weight: 700;
}

.hero-points a {
  position: relative;
  padding-left: 30px;
}

.hero-points a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid var(--orange);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.call-chip {
  display: grid;
  gap: 4px;
  color: #fff;
}

.call-chip span {
  color: #c6c8d5;
  text-transform: uppercase;
  font-size: 13px;
}

.call-chip strong {
  font-size: 18px;
}

.hero-art {
  position: relative;
  min-height: 560px;
}

.orbit {
  position: absolute;
  inset: 40px 0 auto auto;
  width: min(550px, 100%);
  aspect-ratio: 1;
  border: 12px solid var(--orange);
  border-radius: 50%;
  background: radial-gradient(circle, #121212 0, #000 65%);
  box-shadow: inset 0 0 0 9px #fff, 0 0 50px rgba(240, 107, 0, 0.28);
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.orbit::before {
  inset: 28px;
  border: 3px solid rgba(255, 255, 255, 0.8);
}

.orbit::after {
  width: 64px;
  height: 64px;
  right: 16%;
  bottom: -18px;
  background: #fff;
  box-shadow: 0 0 0 8px #000;
}

.orbit img {
  width: 75%;
  margin: 80px auto 0;
  filter: drop-shadow(0 22px 22px rgba(0, 0, 0, 0.5));
}

.hex {
  position: absolute;
  background: rgba(240, 107, 0, 0.48);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
}

.hex-one {
  width: 80px;
  height: 80px;
  right: 42px;
  top: 42px;
}

.hex-two {
  width: 150px;
  height: 150px;
  right: -40px;
  bottom: 10px;
  opacity: 0.42;
}

.partner-section {
  background: #000;
  color: #fff;
  padding: 54px 0 80px;
}

.partners-wrap {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 54px;
  align-items: start;
}

.partners-wrap h2 {
  color: #fff;
  font-size: 22px;
}

.partner-ribbon {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 8px;
}

.partner-ribbon img {
  flex: 0 0 150px;
  height: 86px;
  object-fit: contain;
  padding: 18px;
  background: #fff;
  clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%);
}

.services,
.faq {
  background: #eeeeef;
  padding: 88px 0;
}

.services .section-kicker,
.services h2,
.case-studies .section-kicker,
.case-studies h2,
.why .section-kicker,
.why h2,
.faq .section-kicker,
.faq h2 {
  text-align: center;
}

section h2 {
  color: var(--ink);
  font-size: clamp(32px, 4vw, 48px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px;
}

.service-card {
  position: relative;
  min-height: 460px;
  padding: 28px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(18, 18, 35, 0.05);
}

.service-card > img {
  display: none;
}

.service-card::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border: 2px solid #e99a29;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 9px, #e99a29 10px 12px, transparent 13px),
    linear-gradient(#e99a29, #e99a29) center / 28px 2px no-repeat,
    linear-gradient(90deg, #e99a29, #e99a29) center / 2px 28px no-repeat;
}

.service-card h3 {
  margin: 0 0 22px;
  font-size: 28px;
  color: #3b3e49;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.service-card li {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 18px 18px 18px 62px;
  border-radius: 6px;
  background: #f0f7ff;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 22px;
  width: 18px;
  height: 18px;
  border: 8px solid var(--orange);
  border-radius: 50%;
}

.about,
.case-studies,
.testimonials {
  padding: 90px 0;
  background: #fff;
}

.about-grid,
.two-col,
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

.about p,
.who p {
  color: var(--muted);
  line-height: 1.85;
}

.about img {
  width: 100%;
  border-radius: 8px;
}

.who {
  padding: 90px 0;
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.86)),
    url("https://neolinesolution.com/wp-content/uploads/2024/05/bg_pattern_3-1.svg");
}

.who h2,
.who .section-kicker {
  color: #fff;
}

.stat-card {
  display: grid;
  place-items: center;
  min-height: 270px;
  border: 2px solid rgba(240, 107, 0, 0.8);
  border-radius: 8px;
}

.stat-card strong {
  color: var(--orange);
  font-size: clamp(72px, 12vw, 140px);
  line-height: 1;
}

.stat-card span {
  font-weight: 700;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 42px;
}

.case-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.09);
}

.case-grid img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.case-grid span,
.case-grid h3,
.case-grid p {
  margin-left: 24px;
  margin-right: 24px;
}

.case-grid span {
  display: inline-block;
  margin-top: 24px;
  color: var(--orange);
  font-weight: 700;
}

.case-grid h3 {
  color: var(--ink);
  font-size: 24px;
}

.case-grid p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.why {
  padding: 90px 0;
  background: #f8f8fa;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.why-grid div {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.why-grid strong {
  color: var(--orange);
  font-size: 28px;
}

.why-grid h3 {
  color: var(--ink);
}

.why-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.testimonials {
  color: #fff;
  background: #000;
}

.testimonials h2,
.testimonials .section-kicker {
  color: #fff;
}

.review-score strong {
  display: block;
  font-size: 72px;
  color: var(--orange);
}

.review-score span {
  color: var(--orange-2);
  font-size: 24px;
}

.review-stack {
  display: grid;
  gap: 20px;
}

blockquote {
  margin: 0;
  padding: 28px;
  border-radius: 8px;
  background: #111;
  color: #d7d8df;
  line-height: 1.8;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-list {
  max-width: 900px;
  margin: 38px auto 0;
  display: grid;
  gap: 14px;
}

details {
  background: #fff;
  border-radius: 8px;
  padding: 22px 26px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}

details p {
  color: var(--muted);
  line-height: 1.8;
}

.footer {
  position: relative;
  padding: 70px 0 46px;
  background: #020202;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 42px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 22px;
}

.footer p {
  color: #bfc1cb;
  line-height: 1.8;
}

.footer h3 {
  color: var(--orange);
}

.footer a {
  display: block;
  color: #dcdde5;
  margin: 12px 0;
}

.whatsapp {
  position: fixed;
  left: 18px;
  bottom: 20px;
  z-index: 30;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #19c463;
  border: 5px solid #eaffef;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

@media (max-width: 980px) {
  .nav-shell {
    height: 82px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .hero-grid,
  .about-grid,
  .two-col,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 430px;
  }

  .orbit {
    inset: 0 auto auto 50%;
    transform: translateX(-50%);
    width: min(430px, 92vw);
  }

  .partners-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-grid,
  .case-grid,
  .why-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 54px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .primary-btn {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .service-grid,
  .case-grid,
  .why-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    padding: 24px;
  }

  .service-card h3 {
    font-size: 24px;
  }

  .partner-ribbon img {
    flex-basis: 128px;
  }
}
