:root {
  --ink: #101417;
  --muted: #5a646b;
  --paper: #f6f3ed;
  --white: #fffdf8;
  --line: rgba(16, 20, 23, 0.14);
  --field: #677b49;
  --signal: #d96b42;
  --deep: #153238;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(16, 20, 23, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 110px;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--white);
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 10px 34px rgba(16, 20, 23, 0.08);
  backdrop-filter: blur(16px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 760;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.78rem;
  letter-spacing: 0;
}

.nav {
  gap: clamp(14px, 2.4vw, 30px);
  font-size: 0.92rem;
  font-weight: 650;
}

.nav a {
  opacity: 0.9;
}

.nav a:hover {
  opacity: 1;
}

.nav-cta {
  padding: 9px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 112px clamp(20px, 5vw, 72px) 48px;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 12, 15, 0.88) 0%, rgba(7, 12, 15, 0.62) 42%, rgba(7, 12, 15, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 12, 15, 0.74) 0%, rgba(7, 12, 15, 0.04) 56%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  width: 100%;
}

.hero-content {
  max-width: 840px;
}

.hero-person {
  display: grid;
  gap: 16px;
  max-width: 340px;
  justify-self: end;
}

.hero-person img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 253, 248, 0.24);
  box-shadow: var(--shadow);
}

.hero-person-copy {
  padding: 18px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: var(--radius);
  background: rgba(7, 12, 15, 0.38);
  backdrop-filter: blur(14px);
}

.hero-person-copy strong,
.hero-person-copy span {
  display: block;
}

.hero-person-copy strong {
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.hero-person-copy span {
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.94rem;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 830px;
  margin-bottom: 22px;
  font-size: clamp(2.85rem, 5.25vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.7vw, 4.3rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 32px;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 760;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--signal);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 253, 248, 0.55);
}

.section {
  padding: clamp(70px, 9vw, 130px) clamp(20px, 5vw, 72px);
}

.intro-grid,
.split,
.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(30px, 6vw, 82px);
}

.intro h2 {
  max-width: 780px;
}

.intro p,
.proof p,
.process p,
.service-card p {
  color: var(--muted);
}

.intro p {
  max-width: 680px;
  font-size: 1.16rem;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 72px);
  background: var(--line);
  border: 1px solid var(--line);
}

.metrics div {
  min-height: 150px;
  padding: 28px;
  background: var(--white);
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  margin-bottom: 30px;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: 1;
}

.metrics span {
  color: var(--muted);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 38px;
}

.section-heading p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.12rem;
}

.text-link {
  display: inline-flex;
  margin-top: 4px;
  color: var(--deep);
  font-weight: 820;
  border-bottom: 2px solid var(--signal);
}

.adletix-heading {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 850px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-bottom: 38px;
}

.adletix-heading .section-heading {
  margin-bottom: 0;
}

.adletix-logo-panel {
  display: grid;
  min-height: 220px;
  place-items: center;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.adletix-logo-panel img {
  display: block;
  width: min(100%, 280px);
  height: auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 320px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.service-number {
  display: block;
  margin-bottom: 58px;
  color: var(--field);
  font-weight: 820;
}

.locations {
  margin-top: clamp(52px, 7vw, 92px);
}

.locations-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  margin-bottom: 28px;
}

.locations-heading h2 {
  max-width: 780px;
}

.locations-heading p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.12rem;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}

.location-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.location-card.featured {
  background: var(--deep);
  color: var(--white);
}

.location-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
}

.location-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.location-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.location-card.featured p {
  color: rgba(255, 253, 248, 0.78);
}

.location-sliders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.photo-slider {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.slider-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.slider-heading span {
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slider-heading h3 {
  margin-bottom: 0;
  font-size: 1.35rem;
}

.slider-viewport {
  overflow: hidden;
  border-radius: var(--radius);
}

.slider-track {
  display: flex;
  transition: transform 260ms ease;
}

.slider-slide {
  flex: 0 0 100%;
  margin: 0;
}

.slider-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.slider-controls button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.slider-controls button:hover {
  color: var(--white);
  background: var(--deep);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  background: rgba(16, 20, 23, 0.22);
}

.slider-dots button.is-active {
  background: var(--signal);
}

.process {
  display: grid;
  gap: 14px;
}

.process-step {
  padding: 24px;
  border-left: 4px solid var(--field);
  background: rgba(255, 253, 248, 0.62);
}

.process-step span {
  display: block;
  margin-bottom: 8px;
  font-weight: 820;
}

.platform-section {
  overflow: hidden;
}

.platform-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.platform-copy h2 {
  max-width: 690px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.platform-copy p {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.12rem;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.partner-logos img,
.platform-card img {
  display: block;
  max-width: 100%;
  height: auto;
}

.partner-logos img {
  width: 190px;
  max-height: 70px;
  object-fit: contain;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.laptop-mockup {
  position: relative;
  max-width: 760px;
}

.laptop-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  padding: 22px;
  overflow: hidden;
  border: 14px solid #171b1f;
  border-radius: 18px 18px 10px 10px;
  background:
    linear-gradient(135deg, rgba(217, 107, 66, 0.18), transparent 42%),
    #eef1ed;
  box-shadow: var(--shadow);
}

.laptop-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 36%);
}

.laptop-base {
  width: 84%;
  height: 24px;
  margin: 0 auto;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #d9d9d9, #9ea3a6);
  box-shadow: 0 18px 30px rgba(16, 20, 23, 0.16);
}

.dashboard-bar {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.dashboard-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--signal);
}

.dashboard-bar span:nth-child(2) {
  background: #e7b94f;
}

.dashboard-bar span:nth-child(3) {
  background: var(--field);
}

.dashboard-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.dashboard-header strong {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
}

.dashboard-header span,
.dashboard-panel span {
  color: var(--muted);
  font-weight: 720;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr;
  gap: 12px;
}

.dashboard-panel {
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(16, 20, 23, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.82);
}

.dashboard-panel strong {
  display: block;
  margin-top: 20px;
  font-size: 1.65rem;
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 104px;
  margin-top: 16px;
}

.chart-bars i {
  width: 100%;
  min-width: 14px;
  border-radius: 5px 5px 0 0;
  background: var(--deep);
}

.chart-bars i:nth-child(even) {
  background: var(--signal);
}

.platform-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.platform-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 176px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.platform-card img {
  max-height: 72px;
  object-fit: contain;
}

.platform-card h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.platform-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.platform-cta {
  grid-template-columns: 1fr;
  align-items: start;
  background: var(--deep);
}

.platform-cta h3,
.platform-cta p {
  color: var(--white);
}

.platform-cta p {
  color: rgba(255, 253, 248, 0.78);
}

.platform-cta .button {
  margin-top: 20px;
}

.proof {
  margin: clamp(30px, 5vw, 72px);
  padding: clamp(48px, 7vw, 84px);
  color: var(--white);
  background: var(--deep);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.proof h2 {
  max-width: 650px;
}

.proof p {
  color: rgba(255, 253, 248, 0.78);
}

.proof-list {
  display: grid;
  gap: 1px;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: var(--radius);
}

.proof-list p {
  margin: 0;
  padding: 22px;
  background: rgba(255, 253, 248, 0.06);
}

.red-panthers-photo {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 253, 248, 0.12);
}

.red-panthers-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 5;
  object-fit: cover;
  object-position: center;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
  background: var(--deep);
  color: var(--white);
}

.contact-copy {
  position: sticky;
  top: 120px;
}

.contact-copy h2 {
  max-width: 700px;
}

.contact-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 1.12rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.07);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 253, 248, 0.82);
  font-weight: 760;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: var(--radius);
  background: var(--white);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .button {
  border: 0;
  cursor: pointer;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.form-note {
  margin: 0;
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.94rem;
}

.form-note.is-error {
  color: #ffd0c2;
}

.form-note.is-success {
  color: #d7f2d2;
}

.footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer div > span {
  display: block;
}

.footer strong {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
  color: var(--ink);
}

.footer strong span {
  color: var(--muted);
  font-weight: 760;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 760;
}

.footer a:hover {
  color: var(--signal);
}

.icon-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.icon-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 90vh;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-person {
    grid-template-columns: 100px minmax(0, 1fr);
    max-width: 520px;
    align-items: center;
    justify-self: start;
  }

  .intro-grid,
  .split,
  .proof,
  .platform-layout,
  .contact-section,
  .metrics,
  .adletix-heading,
  .locations-heading,
  .location-grid,
  .services-grid,
  .platform-cards {
    grid-template-columns: 1fr;
  }

  .platform-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .contact-copy {
    position: static;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-number {
    margin-bottom: 32px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand {
    font-size: 0.95rem;
  }

  .hero {
    min-height: 92vh;
    padding: 112px 18px 48px;
  }

  .hero-image {
    object-position: 42% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 12, 15, 0.86) 0%, rgba(7, 12, 15, 0.62) 100%),
      linear-gradient(0deg, rgba(7, 12, 15, 0.78) 0%, rgba(7, 12, 15, 0.18) 62%);
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .hero-person {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }

  .hero-person-copy {
    padding: 14px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section,
  .proof {
    margin: 0;
    padding: 64px 18px;
    border-radius: 0;
  }

  .dashboard-grid,
  .form-row,
  .platform-card,
  .location-card,
  .location-sliders {
    grid-template-columns: 1fr;
  }

  .laptop-screen {
    padding: 16px;
    border-width: 10px;
  }

  .dashboard-header {
    display: block;
  }

  .dashboard-panel {
    min-height: 96px;
  }

  .platform-card img {
    max-width: 180px;
  }

  .metrics {
    margin-inline: 18px;
  }

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