:root {
  --ink: #132033;
  --muted: #596273;
  --paper: #f4f6f9;
  --white: #ffffff;
  --navy: #0a1836;
  --plum: #170633;
  --gold: #f1cf44;
  --red: #9d1f2b;
  --teal: #0e7462;
  --line: rgba(19, 32, 51, 0.14);
  --shadow: 0 18px 48px rgba(10, 24, 54, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--navy);
  font-weight: 850;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.4vw, 28px);
  color: #303848;
  font-size: 0.94rem;
  font-weight: 800;
}

nav a {
  text-decoration: none;
}

.hero {
  display: flex;
  align-items: flex-end;
  min-height: clamp(560px, 82svh, 700px);
  padding: clamp(52px, 8vw, 96px) clamp(18px, 6vw, 80px);
  color: var(--white);
  background-image: url("assets/azy-hero-bg.png");
  background-position: center;
  background-size: cover;
}

.hero-inner {
  width: min(1120px, 100%);
}

.hero-badge {
  width: clamp(76px, 12vw, 118px);
  height: clamp(76px, 12vw, 118px);
  margin-bottom: 22px;
  border-radius: 50%;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
dd {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5.55rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  max-width: 950px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.13rem;
  line-height: 1.22;
}

.hero-text {
  max-width: 760px;
  margin: 24px 0 0;
  color: #eef1f6;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
}

.hero-actions,
.contact-actions,
.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  background: var(--gold);
  color: #17130a;
}

.button.secondary,
.button.ghost {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.44);
  color: var(--white);
}

.button.ghost {
  border-color: rgba(241, 207, 68, 0.62);
}

.summary-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 30px;
  align-items: center;
  padding: 34px clamp(18px, 6vw, 80px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.summary-band p {
  max-width: 780px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  font-weight: 800;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.quick-facts div {
  min-height: 104px;
  padding: 14px;
  background: #f6f7fa;
  border-left: 4px solid var(--gold);
}

dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

dd {
  margin: 6px 0 0;
  color: var(--navy);
  font-weight: 850;
}

.section,
.proof-section,
.founder-section {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 6vw, 80px);
}

.section-heading {
  max-width: 980px;
  margin-bottom: 28px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 780px;
  color: #e7eaf2;
  font-size: 1.06rem;
}

.service-grid,
.problem-grid,
.package-grid,
.capability-grid,
.metric-grid,
.client-list,
.steps {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.problem-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.problem-card,
.package-grid article,
.metric-grid article,
.client-list p,
.steps li {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.service-card {
  min-height: 238px;
  padding: 24px;
  border-top: 4px solid var(--gold);
}

.problem-card {
  min-height: 230px;
  padding: 24px;
  border-left: 4px solid var(--teal);
}

.service-card p,
.problem-card p,
.package-grid p,
.steps p,
.contact p,
.founder-copy p {
  color: var(--muted);
}

.proof-section {
  background: var(--navy);
  color: var(--white);
}

.proof-section h2 {
  color: var(--white);
}

.metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-grid article {
  min-height: 190px;
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.metric-grid strong {
  display: block;
  color: var(--gold);
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  line-height: 0.98;
}

.metric-grid span {
  display: block;
  max-width: 340px;
  margin-top: 18px;
  color: #eef1f6;
  font-weight: 760;
}

.packages,
.clients {
  background: var(--white);
}

.package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-grid article {
  min-height: 226px;
  padding: 24px;
  border-bottom: 4px solid var(--gold);
}

.capability-section,
.process {
  background: #e9edf3;
}

.capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.capability-grid span {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 16px;
  color: var(--navy);
  font-weight: 820;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
}

.clients {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 34px;
  align-items: start;
}

.client-list {
  margin-top: 2px;
}

.client-list p {
  margin: 0;
  min-height: 76px;
  padding: 18px;
  color: #202838;
  font-weight: 760;
  border-left: 4px solid var(--gold);
  box-shadow: none;
}

.steps {
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  min-height: 220px;
  padding: 26px;
}

.steps span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 0.9rem;
  font-weight: 950;
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.45fr);
  gap: 36px;
  align-items: center;
  background: var(--white);
}

.founder-copy p {
  max-width: 850px;
  margin: 18px 0 0;
  font-size: 1.12rem;
}

.founder-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--navy);
  font-weight: 850;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f7f8fb;
}

.founder-section img {
  width: min(260px, 100%);
  justify-self: center;
  border-radius: 50%;
  filter: drop-shadow(0 20px 32px rgba(10, 24, 54, 0.18));
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: clamp(40px, 7vw, 80px) clamp(18px, 6vw, 80px);
  padding: clamp(30px, 5vw, 50px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 24, 54, 0.97), rgba(23, 6, 51, 0.93)),
    url("assets/azy-banner.png");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact h2 {
  color: var(--white);
}

.contact p {
  max-width: 720px;
  margin-bottom: 0;
  color: #e7e9f0;
}

footer {
  padding: 28px clamp(18px, 6vw, 80px);
  color: #5b6370;
  background: var(--white);
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
}

@media (max-width: 1040px) {
  .summary-band,
  .clients,
  .founder-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .problem-grid,
  .capability-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 650px;
    padding-top: 40px;
  }

  .quick-facts,
  .service-grid,
  .problem-grid,
  .capability-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .problem-card,
  .package-grid article,
  .steps li {
    min-height: auto;
  }

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