/* GHILMAN website — HQ shell + app Services, full-bleed chrome */
:root {
  --hq-ink: #0b2744;
  --hq-ink-deep: #081e36;
  --hq-blue: #1a4f7c;
  --hq-blue-deep: #123a5c;
  --hq-teal: #2a9d8f;
  --hq-gold: #c4a35a;
  --app-accent: #154a78;
  --bg: #eef3f8;
  --panel: #ffffff;
  --text: #0b2744;
  --mute: #5b6d82;
  --line: rgba(11, 39, 68, 0.1);
  --font: "Figtree", system-ui, sans-serif;
  --wide: 1120px;
  --edge: clamp(1.1rem, 3.2vw, 2.75rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: rgba(21, 74, 120, 0.2);
}

/* —— Header: full left–right (brand left, nav hard right) —— */
.hq-top {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  background: linear-gradient(180deg, var(--hq-ink-deep) 0%, var(--hq-ink) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hq-top-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.95rem var(--edge);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.nav {
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.15rem 1.35rem;
  justify-content: flex-end;
  align-items: center;
}

.nav a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.nav a:hover {
  color: #fff;
}

/* —— Hero under header: stronger type, same dark-blue family —— */
.hero {
  width: 100%;
  background: linear-gradient(
    145deg,
    var(--hq-ink-deep) 0%,
    var(--hq-ink) 40%,
    var(--hq-blue-deep) 78%,
    var(--hq-blue) 100%
  );
  color: #fff;
  padding: clamp(2.1rem, 5vw, 3.1rem) 0;
}

.hero-inner {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 0 var(--edge);
}

.hero-tag {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.82);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.12;
}

.hero-lead {
  margin: 1rem 0 0;
  max-width: 38rem;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  font-weight: 600;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.hero-soft {
  margin: 0.7rem 0 0;
  max-width: 36rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

/* —— Content bands —— */
.band {
  padding: clamp(2.4rem, 5vw, 3.4rem) 0;
  border-top: 1px solid var(--line);
}

.band--panel {
  background: #fff;
}

.band--dark {
  width: 100%;
  background: linear-gradient(160deg, var(--hq-ink) 0%, var(--hq-blue-deep) 100%);
  color: #fff;
  border-top: none;
}

.band-inner {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 0 var(--edge);
}

.kicker {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hq-gold);
}

.kicker--gold {
  color: var(--hq-gold);
}

.band h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: inherit;
}

.band-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.band-side {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.45;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.why-tile {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.05rem 1.05rem 1.15rem;
}

.dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c, var(--hq-blue));
  margin-bottom: 0.7rem;
}

.why-tile h3 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-weight: 800;
}

.why-tile p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 500;
  line-height: 1.45;
}

.svc-rail {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.svc {
  display: grid;
  grid-template-columns: minmax(200px, 32%) 1fr;
  gap: 1rem 1.75rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.svc h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}

.svc .why {
  margin: 0.2rem 0 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--app-accent);
}

.svc .body {
  margin: 0;
  font-size: 0.95rem;
  color: var(--mute);
  font-weight: 500;
  line-height: 1.55;
  max-width: 48rem;
}

.svc .body > p {
  margin: 0;
}

.svc-points {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.svc-points li {
  position: relative;
  padding-left: 0.95rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--mute);
}

.svc-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hq-blue);
}

.svc-points strong {
  color: var(--text);
  font-weight: 700;
}

.group-bar {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
  align-items: end;
  margin-bottom: 0.5rem;
}

.group-note {
  margin: 0;
  color: var(--mute);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.45;
}

.split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.panel {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem 1.25rem 1.3rem;
}

.band--panel .panel {
  background: var(--bg);
}

.panel .why {
  margin: 0 0 0.25rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--hq-teal);
}

.panel h3 {
  margin: 0 0 0.5rem;
  font-size: 1.18rem;
  font-weight: 800;
}

.panel p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--mute);
  font-weight: 500;
  line-height: 1.55;
}

.lang-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.15rem;
}

.chip {
  display: inline-flex;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: #e8eef5;
  color: var(--mute);
}

.chip.on {
  background: rgba(21, 74, 120, 0.14);
  color: var(--app-accent);
}

.lang-copy {
  margin: 0.9rem 0 0;
  max-width: 40rem;
  color: var(--mute);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.5;
}

.soon-hint {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.94rem;
}

.soon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 1.35rem;
}

.soon-grid span {
  display: block;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.9);
}

.soon-foot {
  margin: 1.25rem 0 0;
  max-width: 44rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  line-height: 1.55;
}

/* —— Footer: full left–right (brand left, year hard right) —— */
.foot {
  width: 100%;
  background: var(--hq-ink-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.foot-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.35rem var(--edge) 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.1rem;
  align-items: baseline;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.86rem;
}

.foot-brand {
  font-weight: 800;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
}

.foot-y {
  margin-left: auto;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .band-head,
  .group-bar {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .svc {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .split-2 {
    grid-template-columns: 1fr;
  }

  .soon-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    display: none;
  }

  .soon-grid {
    grid-template-columns: 1fr;
  }

  .foot-y {
    margin-left: 0;
    width: 100%;
  }
}
