:root {
  --ink: #171015;
  --ink-soft: #65545b;
  --paper: #fffaf7;
  --panel: #f8efe9;
  --line: #eadbd4;
  --red: #b5122d;
  --red-dark: #7f0d20;
  --red-deep: #370710;
  --gold: #d7ad60;
  --gold-soft: #f3dfb5;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(67, 7, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 6vw;
  background: rgba(255, 250, 247, 0.96);
  border-bottom: 1px solid rgba(181, 18, 45, 0.16);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid rgba(215, 173, 96, 0.58);
  border-radius: 8px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.22;
}

.brand strong {
  font-size: 18px;
}

.brand small {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--red);
}

.header-action,
.primary-button,
.secondary-button,
.floating-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
}

.header-action,
.primary-button,
.floating-apply {
  color: var(--white);
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 12px 24px rgba(181, 18, 45, 0.27);
}

.header-action:hover,
.primary-button:hover,
.floating-apply:hover {
  background: linear-gradient(135deg, #c91b38, var(--red-dark));
}

.secondary-button {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 455px);
  gap: 58px;
  min-height: calc(100vh - 78px);
  padding: 92px 6vw 82px;
  color: var(--white);
  background:
    linear-gradient(112deg, rgba(55, 7, 16, 0.99) 0%, rgba(116, 12, 29, 0.96) 56%, rgba(181, 18, 45, 0.92) 100%),
    radial-gradient(circle at 78% 18%, rgba(215, 173, 96, 0.32), transparent 34%);
}

.hero-copy {
  align-self: center;
  max-width: 830px;
}

.eyebrow,
.card-label {
  display: inline-block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 14px;
}

.hero h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.07;
  letter-spacing: 0;
}

.hero p {
  max-width: 750px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span {
  padding: 8px 12px;
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.income-card {
  align-self: center;
  padding: 30px;
  color: var(--ink);
  background: rgba(255, 250, 247, 0.97);
  border: 1px solid rgba(215, 173, 96, 0.56);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.crest {
  display: grid;
  place-items: center;
  min-height: 178px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #b5122d, #650a1a);
  border-radius: 8px;
}

.crest img {
  width: min(210px, 78%);
  height: auto;
  border-radius: 4px;
}

.income-card strong {
  display: block;
  margin: 10px 0 14px;
  color: var(--red);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}

.income-card p {
  margin: 0 0 22px;
  color: var(--ink-soft);
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.proof-bar article {
  padding: 28px 6vw;
  border-right: 1px solid var(--line);
}

.proof-bar strong,
.proof-bar span {
  display: block;
}

.proof-bar strong {
  color: var(--red);
  font-size: 22px;
  line-height: 1.2;
}

.proof-bar span {
  margin-top: 8px;
  color: var(--ink-soft);
  font-weight: 700;
}

.section {
  padding: 88px 6vw;
}

.muted {
  background: var(--panel);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 36px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.18;
}

.section-heading p {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.income-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
}

.salary-panel {
  padding: 34px;
  color: var(--white);
  background: linear-gradient(145deg, var(--red-deep), var(--red));
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.salary-panel span {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.salary-panel strong {
  display: block;
  margin: 14px 0;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.98;
}

.salary-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.benefit-list,
.requirement-grid,
.steps {
  display: grid;
  gap: 16px;
}

.benefit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-list article,
.role-card,
.requirement-grid article,
.steps article,
.apply-form,
.apply-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.benefit-list article {
  padding: 24px;
}

.benefit-list strong,
.benefit-list span {
  display: block;
}

.benefit-list span {
  margin-top: 7px;
  color: var(--ink-soft);
}

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

.role-card {
  min-height: 370px;
  padding: 30px;
  box-shadow: 0 14px 34px rgba(58, 7, 16, 0.08);
}

.role-card.featured {
  border-color: rgba(181, 18, 45, 0.32);
  box-shadow: var(--shadow);
}

.job-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 11px;
  color: var(--red-dark);
  background: #f8e8e7;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.role-card h3,
.requirement-grid h3,
.steps h3 {
  margin: 0 0 10px;
  font-size: 23px;
}

.role-card p,
.requirement-grid p,
.steps p {
  margin: 0;
  color: var(--ink-soft);
}

.role-card ul {
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.role-card li + li {
  margin-top: 10px;
}

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

.requirement-grid article {
  min-height: 178px;
  padding: 24px;
}

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

.steps article {
  padding: 26px;
  box-shadow: 0 14px 34px rgba(58, 7, 16, 0.08);
}

.steps article > span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-weight: 900;
}

.apply-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 247, 0.94), rgba(248, 239, 233, 0.94)),
    linear-gradient(135deg, rgba(181, 18, 45, 0.12), transparent);
}

.apply-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 980px;
  margin-bottom: 22px;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(58, 7, 16, 0.08);
}

.email-link {
  display: block;
  margin-top: 6px;
  color: var(--red);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
}

.apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.apply-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  border-color: var(--red);
  outline: 3px solid rgba(181, 18, 45, 0.14);
}

.apply-form textarea {
  resize: vertical;
}

.wide,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--red-dark);
  font-weight: 800;
}

.floating-apply {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 6vw;
  color: rgba(255, 255, 255, 0.78);
  background: var(--red-deep);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--white);
  font-size: 18px;
}

.site-footer address {
  font-style: normal;
  text-align: right;
}

.site-footer a {
  color: var(--gold-soft);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .income-layout,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .proof-bar,
  .requirement-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 14px;
    padding: 0 20px;
  }

  .brand small,
  .header-action {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 62px 20px;
  }

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

  .hero p,
  .section-heading p {
    font-size: 16px;
  }

  .hero-actions a,
  .apply-box .primary-button,
  .floating-apply {
    width: 100%;
  }

  .proof-bar,
  .benefit-list,
  .requirement-grid,
  .steps,
  .apply-form {
    grid-template-columns: 1fr;
  }

  .proof-bar article,
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apply-box {
    display: block;
  }

  .apply-box .primary-button {
    margin-top: 18px;
  }

  .floating-apply {
    right: 0;
    bottom: 0;
    min-height: 56px;
    border-radius: 0;
  }

  .site-footer {
    display: block;
    padding-bottom: 78px;
  }

  .site-footer address {
    margin-top: 18px;
    text-align: left;
  }
}
