:root {
  --ink: #071a2a;
  --night: #0c1d2e;
  --teal: #63c39d;
  --cyan: #1595c9;
  --coral: #f15363;
  --gold: #f5be20;
  --leaf: #48c779;
  --paper: #f7f9f4;
  --white: #ffffff;
  --muted: #5f6f7b;
  --line: rgba(7, 26, 42, 0.12);
  --shadow: 0 24px 80px rgba(7, 26, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

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

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(241, 83, 99, 0.08), transparent 28%, transparent 72%, rgba(21, 149, 201, 0.08)),
    radial-gradient(circle at 8% 34%, rgba(245, 190, 32, 0.12), transparent 24rem);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(120px, 170px) 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 0.8rem clamp(1rem, 4vw, 4rem);
  color: var(--white);
  background: var(--night);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img,
.footer img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.9rem, 2vw, 2rem);
  font-size: 0.92rem;
}

.site-nav a,
.header-cta,
.primary-button,
.secondary-button {
  text-decoration: none;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--white);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-weight: 750;
  white-space: nowrap;
}

.header-cta,
.primary-button {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 12px 36px rgba(245, 190, 32, 0.28);
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem);
  color: var(--white);
  background: linear-gradient(135deg, rgba(7, 26, 42, 0.96), rgba(10, 38, 58, 0.92));
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.2rem, 7.4vw, 6.9rem);
  line-height: 0.95;
}

.hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-art {
  position: relative;
  min-height: 520px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.hero-art::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(245, 190, 32, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(99, 195, 157, 0.12), transparent 42%);
}

.hero-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

section {
  scroll-margin-top: 98px;
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1rem, 5vw, 5rem);
}

.footer {
  scroll-margin-top: 98px;
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 5vw, 5rem);
}

.section-band {
  background: var(--white);
}

.intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.intro > p,
.impact-copy p,
.role-columns p,
.why-grid p,
.service-grid p,
.process-track p,
.talent-panel li,
.hiring-copy p {
  color: var(--muted);
}

.intro > p {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2rem;
}

.section-heading h2,
.impact-copy h2,
.hiring-copy h2,
.footer h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.footer h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.service-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.service-grid article,
.why-grid article,
.role-columns article,
.talent-panel,
.process-track article,
.impact-stat {
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 48px rgba(7, 26, 42, 0.08);
}

.service-grid article,
.why-grid article,
.role-columns article,
.talent-panel {
  padding: 1.35rem;
}

.service-grid span {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--cyan);
  font-weight: 900;
}

h3 {
  margin: 0 0 0.7rem;
  font-size: 1.12rem;
  line-height: 1.16;
}

p {
  margin: 0;
}

.talent-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tag-list span {
  padding: 0.48rem 0.68rem;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(99, 195, 157, 0.18);
  border: 1px solid rgba(99, 195, 157, 0.34);
  font-size: 0.88rem;
  font-weight: 700;
}

.talent-panel ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.2rem;
}

.role-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.process-track article {
  min-height: 220px;
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(7, 26, 42, 0.94), rgba(10, 38, 58, 0.94)),
    var(--night);
  color: var(--white);
}

.process-track span {
  display: block;
  margin-bottom: 5rem;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.process-track p {
  color: rgba(255, 255, 255, 0.78);
}

.impact {
  display: grid;
  grid-template-columns: minmax(210px, 0.45fr) minmax(0, 1fr) minmax(180px, 0.4fr);
  gap: 1rem;
  align-items: stretch;
  color: var(--white);
  background: linear-gradient(135deg, #071a2a, #0a3045 72%, #0b5b66);
}

.impact-stat {
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: 1.4rem;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.impact-stat strong {
  display: block;
  color: var(--gold);
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: 0.9;
}

.impact-stat span,
.impact-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.impact-copy {
  display: grid;
  align-content: center;
  padding: 2rem clamp(0rem, 2vw, 2rem);
}

.impact .eyebrow {
  color: var(--teal);
}

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

.why-grid article:nth-child(1) {
  border-top: 5px solid var(--coral);
}

.why-grid article:nth-child(2) {
  border-top: 5px solid var(--gold);
}

.why-grid article:nth-child(3) {
  border-top: 5px solid var(--teal);
}

.why-grid article:nth-child(4) {
  border-top: 5px solid var(--cyan);
}

.start-hiring {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 26, 42, 0.96), rgba(10, 48, 69, 0.94)),
    url("assets/talixy-logo-hero.png") left -28vw center / min(58vw, 760px) no-repeat;
}

.hiring-copy {
  max-width: 760px;
}

.hiring-copy img {
  display: block;
  width: min(260px, 72vw);
  height: auto;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.hiring-copy h2 {
  margin-bottom: 1.2rem;
}

.hiring-copy p {
  max-width: 620px;
  font-size: 1.06rem;
}

.hiring-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.hiring-form label {
  display: grid;
  gap: 0.45rem;
}

.hiring-form span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 800;
}

.hiring-form input,
.hiring-form select,
.hiring-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.78rem 0.85rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(7, 26, 42, 0.58);
  font: inherit;
}

.hiring-form textarea {
  resize: vertical;
}

.hiring-form input:focus,
.hiring-form select:focus,
.hiring-form textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.hiring-form option {
  color: var(--ink);
}

.full-field,
.hiring-form button,
.form-status {
  grid-column: 1 / -1;
}

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

.form-status {
  min-height: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  color: var(--white);
  background: var(--night);
}

.footer img {
  max-width: 145px;
  margin-bottom: 1rem;
}

.copyright {
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.footer-links {
  display: grid;
  gap: 0.75rem;
  font-style: normal;
}

.footer-links a {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  font-weight: 700;
}

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

.footer-links svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (max-width: 1080px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why-grid,
  .process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .start-hiring {
    grid-template-columns: 1fr;
    background-position: right -44vw top 10%;
  }

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

@media (max-width: 760px) {
  html {
    scroll-padding-top: 0;
  }

  .site-header {
    position: relative;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.7rem;
    overflow-x: auto;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

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

  .intro,
  .talent-layout,
  .role-columns,
  .impact,
  .hiring-form,
  .footer {
    grid-template-columns: 1fr;
  }

  .footer-links a {
    justify-content: flex-start;
  }

  .service-grid,
  .why-grid,
  .process-track {
    grid-template-columns: 1fr;
  }

  .impact-stat {
    min-height: 210px;
  }

}
