:root {
  --ink: #182326;
  --muted: #5f6d70;
  --paper: #fffaf1;
  --white: #ffffff;
  --teal: #0f7b80;
  --teal-dark: #07555a;
  --coral: #ff795f;
  --yellow: #f5c84b;
  --mint: #c7f0dc;
  --sky: #c9e9ff;
  --line: #dde8e7;
  --shadow: 0 22px 60px rgba(15, 75, 82, 0.16);
  --radius: 8px;
  --shell: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(var(--shell), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 241, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(24, 35, 38, 0.08);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.brand-logo {
  width: 154px;
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: rgba(15, 123, 128, 0.08);
}

.site-nav .nav-cta {
  color: var(--white);
  background: var(--ink);
  padding-inline: 18px;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: var(--white);
  background: var(--teal-dark);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: clamp(560px, 74vh, 720px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.98) 0%, rgba(255, 250, 241, 0.88) 38%, rgba(255, 250, 241, 0.28) 62%, rgba(255, 250, 241, 0.06) 100%),
    url("assets/voidal-remote-work-hero.png") center / cover no-repeat;
  transform: scale(1.01);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 70px 0 78px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(4.4rem, 13vw, 9.4rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: #314144;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.45;
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
}

.button.primary {
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 7px 7px 0 var(--coral);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(24, 35, 38, 0.16);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.hero-note {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.signal-band {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.signal-grid div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-left: 1px solid var(--line);
}

.signal-grid div:last-child {
  border-right: 1px solid var(--line);
}

.signal-grid strong {
  color: var(--teal-dark);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
}

.signal-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(72px, 10vw, 118px) 0;
}

.section-grid,
.standard-layout,
.faq-layout,
.apply-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(38px, 7vw, 84px);
  align-items: start;
}

.section-intro {
  position: sticky;
  top: 104px;
}

.section-intro h2,
.section-heading h2,
.policy-panel h2,
.apply-copy h2 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(2.1rem, 5vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-intro p:not(.eyebrow),
.apply-copy p,
.policy-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

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

.role-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  border-top: 7px solid var(--teal);
  box-shadow: 0 1px 0 rgba(24, 35, 38, 0.08);
}

.role-card.accent-coral {
  border-top-color: var(--coral);
}

.role-card.accent-yellow {
  border-top-color: var(--yellow);
}

.role-card.accent-mint {
  border-top-color: #5bc48d;
}

.role-card.accent-blue {
  border-top-color: #54a5dd;
}

.role-card.accent-ink {
  border-top-color: var(--ink);
}

.role-tag {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 6px;
  background: #eef8f5;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.role-card h3 {
  margin: 22px 0 0;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.role-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.role-card dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding-top: 24px;
}

.role-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.role-card dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.role-card dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
}

.process-section {
  background: #f3fbf7;
}

.section-heading {
  max-width: 760px;
}

.process-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 44px 0 0;
  padding: 0;
}

.process-list li {
  min-height: 300px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.process-list span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
}

.process-list h3,
.standards-list h3 {
  margin: 24px 0 0;
  font-size: 1.22rem;
  line-height: 1.18;
}

.process-list p,
.standards-list p,
.faq-list p,
.legal-content p {
  margin: 12px 0 0;
  color: var(--muted);
}

.standards-section {
  background: var(--paper);
}

.standards-list {
  display: grid;
  gap: 16px;
}

.standards-list article {
  padding: 26px 28px;
  border-radius: var(--radius);
  background: var(--white);
  border-left: 7px solid var(--coral);
  box-shadow: 0 1px 0 rgba(24, 35, 38, 0.08);
}

.standards-list article:nth-child(2) {
  border-left-color: var(--teal);
}

.standards-list article:nth-child(3) {
  border-left-color: var(--yellow);
}

.standards-list article:nth-child(4) {
  border-left-color: #54a5dd;
}

.standards-list h3 {
  margin-top: 0;
}

.policy-section {
  padding: 0 0 clamp(72px, 10vw, 118px);
}

.policy-panel {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(30px, 6vw, 58px);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--ink);
}

.policy-panel .eyebrow {
  color: var(--yellow);
}

.policy-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.policy-copy a {
  color: var(--white);
  font-weight: 900;
}

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

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 900;
  line-height: 1.3;
}

.faq-list p {
  padding: 0 22px 22px;
}

.apply-section {
  background: #fff3e8;
}

.apply-points {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.apply-points li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-weight: 800;
}

.apply-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--teal);
}

.form-panel {
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(24, 35, 38, 0.12);
  box-shadow: var(--shadow);
}

.embedded-form {
  min-height: 430px;
}

.form-loading {
  margin: 0;
  padding: 26px;
  border-radius: var(--radius);
  background: #f5fbfa;
  color: var(--muted);
}

.form-disclosure {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-disclosure a {
  color: var(--teal-dark);
  font-weight: 900;
}

#inhtm-form-box .form-main-title {
  color: var(--teal-dark) !important;
  font-family: inherit !important;
  letter-spacing: 0 !important;
}

#inhtm-form-box .form-subtitle,
#inhtm-form-box .form-label,
#inhtm-form-box .form-input {
  font-family: inherit !important;
}

#inhtm-form-box .form-input {
  border-radius: 8px !important;
}

#inhtm-form-box .form-submit-btn {
  background: var(--teal-dark) !important;
  border-radius: 8px !important;
  font-family: inherit !important;
  font-weight: 900 !important;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.72fr 0.72fr 1fr;
  gap: 34px;
  padding: 56px 0;
}

.footer-brand {
  width: fit-content;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--white);
}

.footer-brand .brand-logo {
  width: 144px;
}

.site-footer p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 0.9rem;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer a {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
  text-decoration: underline;
}

.footer-small {
  font-size: 0.9rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
}

.legal-main {
  background: var(--white);
}

.legal-hero {
  padding: 76px 0 42px;
  background: #f3fbf7;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 9vw, 6rem);
  line-height: 0.95;
}

.legal-hero p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
}

.legal-content {
  max-width: 850px;
  padding: 58px 0 90px;
}

.legal-content h2 {
  margin: 34px 0 0;
  font-size: 1.45rem;
  line-height: 1.2;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content a {
  color: var(--teal-dark);
  font-weight: 900;
}

.legal-footer-bottom a {
  margin-top: 0;
}

@media (max-width: 940px) {
  .nav-toggle {
    display: block;
  }

  .site-nav:not(.legal-nav) {
    position: fixed;
    inset: 78px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 20px 28px;
    background: rgba(255, 250, 241, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav:not(.legal-nav) {
    display: flex;
  }

  .site-nav:not(.legal-nav) a {
    justify-content: flex-start;
    min-height: 52px;
  }

  .hero {
    min-height: 590px;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 250, 241, 0.9) 48%, rgba(255, 250, 241, 0.5) 100%),
      url("assets/voidal-remote-work-hero.png") 64% center / cover no-repeat;
  }

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

  .section-grid,
  .standard-layout,
  .faq-layout,
  .apply-layout,
  .policy-panel {
    grid-template-columns: 1fr;
  }

  .section-intro {
    position: static;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, var(--shell));
  }

  .header-inner {
    min-height: 70px;
  }

  .brand-logo {
    width: 132px;
  }

  .legal-nav {
    gap: 2px;
  }

  .legal-nav a {
    min-height: 38px;
    padding: 6px 8px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 560px;
  }

  .hero-inner {
    padding: 56px 0 62px;
  }

  .hero h1 {
    font-size: clamp(4rem, 22vw, 6rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .signal-grid,
  .role-list,
  .process-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .signal-grid div,
  .signal-grid div:last-child {
    min-height: 100px;
    border-right: 1px solid var(--line);
  }

  .section {
    padding: 64px 0;
  }

  .role-card,
  .process-list li {
    min-height: auto;
  }

  .role-card dl div {
    display: block;
  }

  .role-card dd {
    margin-top: 2px;
    text-align: left;
  }

  .policy-section {
    padding-bottom: 64px;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
