*, *::before, *::after { box-sizing: border-box; }

:root {
  --wg: #18C75A;
  --dg: #11984D;
  --dg2: #0C7038;
  --no: #FF6B1A;
  --ms: #F3FBF6;
  --ink: #10221A;
  --ink70: rgba(16,34,26,.70);
  --ink45: rgba(16,34,26,.45);
  --border: rgba(0,0,0,.08);
  --dark: #071810;
  --dark2: #0C3020;
  --white: #fff;
  --font-display: "Be Vietnam Pro", sans-serif;
  --font-body: "Inter", sans-serif;
}

html { scroll-behavior: smooth; }
body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
.container { margin: 0 auto; width: min(100% - 88px, 1160px); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
}

h1 {
  color: var(--white);
  font-size: clamp(40px, 6vw, 70px);
  font-weight: 800;
  max-width: 820px;
}

h2 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
}

h3 { color: var(--ink); font-size: 20px; font-weight: 800; }
p { color: var(--ink70); margin: 0; }

.nav {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-row {
  align-items: center;
  display: flex;
  gap: 28px;
  height: 72px;
  justify-content: space-between;
}

.logo-img { height: 36px; object-fit: contain; width: auto; }
.nav-links {
  align-items: center;
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a,
.footer a {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.nav-links a:hover { color: var(--dg); }
.nav-actions { align-items: center; display: flex; gap: 14px; }

.lang-switch {
  align-items: center;
  background: rgba(17,152,77,.06);
  border: 1px solid rgba(17,152,77,.12);
  border-radius: 999px;
  display: inline-flex;
  padding: 3px;
}

.lang-switch button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--ink45);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  padding: 8px 9px;
}

.lang-switch button.is-active {
  background: var(--white);
  box-shadow: 0 4px 10px rgba(17,152,77,.10);
  color: var(--dg);
}

.btn {
  align-items: center;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.btn-green { background: var(--dg); color: var(--white); }
.btn-orange { background: var(--no); color: var(--white); }
.btn-ghost { border: 1px solid rgba(255,255,255,.28); color: var(--white); }
.btn-white { background: var(--white); color: var(--dg); }

.partner-hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(24,199,90,.18), transparent 30%),
    linear-gradient(130deg, var(--dark), var(--dark2));
  color: var(--white);
  overflow: hidden;
  padding: 92px 0 86px;
  position: relative;
}

.partner-hero::before {
  background-image: url("worknow-symbol-stroke.svg");
  background-position: left -112px top 28px, right -120px bottom -70px;
  background-repeat: no-repeat;
  background-size: 580px auto, 680px auto;
  content: "";
  inset: 0;
  opacity: .08;
  pointer-events: none;
  position: absolute;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) 430px;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-tag {
  color: var(--wg);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.partner-hero p {
  color: rgba(255,255,255,.72);
  font-size: 18px;
  margin-top: 24px;
  max-width: 760px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.20);
  overflow: hidden;
}

.hero-card img {
  aspect-ratio: 1.38 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.hero-card-copy { padding: 24px; }
.hero-card-copy span {
  color: rgba(255,255,255,.62);
  display: block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-card-copy strong {
  color: var(--white);
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.24;
}

.sector-strip {
  background: #F8FBF9;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
}

.sector-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
}

.sector-links a {
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--ink70);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 13px;
  text-decoration: none;
}

.sector-links a.is-active {
  background: var(--dg);
  border-color: var(--dg);
  color: var(--white);
}

.section {
  padding: 86px 0;
  position: relative;
}

.muted { background: var(--ms); }
.brand-stroke { overflow: hidden; }
.brand-stroke::before {
  background-image: url("worknow-symbol-stroke.svg");
  background-position: left -140px top 72px, right -170px bottom 80px;
  background-repeat: no-repeat;
  background-size: 540px auto, 620px auto;
  content: "";
  inset: 0;
  opacity: .045;
  pointer-events: none;
  position: absolute;
}

.brand-stroke > .container { position: relative; z-index: 1; }
.metric-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card,
.feature-card {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
}

.metric-value {
  color: var(--dg);
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

.metric-card p,
.feature-card p { font-size: 14px; line-height: 1.65; }
.content-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: .86fr 1.14fr;
}

.content-grid.reverse { grid-template-columns: 1.05fr .95fr; }
.section-copy p { font-size: 17px; margin-top: 18px; }
.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card h3 { margin-bottom: 10px; }
.visual-panel {
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(17,152,77,.10);
  overflow: hidden;
}

.visual-panel img {
  aspect-ratio: 1.45 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.check-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.check-list li {
  background: rgba(17,152,77,.06);
  border: 1px solid rgba(17,152,77,.12);
  border-radius: 14px;
  color: var(--ink70);
  padding: 14px 16px;
}

.check-list li::before {
  color: var(--dg);
  content: "✓";
  font-weight: 800;
  margin-right: 10px;
}

.partner-cta {
  background:
    radial-gradient(circle at 78% 22%, rgba(24,199,90,.16), transparent 28%),
    linear-gradient(130deg, var(--dark2), var(--dark));
  color: var(--white);
  overflow: hidden;
  padding: 74px 0;
  position: relative;
}

.partner-cta::before {
  background-image: url("worknow-symbol-stroke.svg");
  background-position: right -130px center;
  background-repeat: no-repeat;
  background-size: 640px auto;
  content: "";
  inset: 0;
  opacity: .08;
  pointer-events: none;
  position: absolute;
}

.cta-grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
  z-index: 1;
}

.partner-cta h2 { color: var(--white); max-width: 760px; }
.partner-cta p { color: rgba(255,255,255,.72); margin-top: 18px; max-width: 760px; }
.footer {
  background: #061A11;
  color: rgba(255,255,255,.68);
  padding: 62px 0 28px;
}

.footer-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: 2.5fr repeat(3, 1fr);
  padding-bottom: 42px;
}

.footer p { color: rgba(255,255,255,.62); margin-top: 16px; max-width: 360px; }
.footer .logo-img { height: 32px; }
.footer-contact {
  color: rgba(255,255,255,.58);
  display: grid;
  gap: 4px;
  font-size: 14px;
  margin-top: 20px;
}
.footer h4 { color: var(--white); font-size: 15px; margin: 0 0 16px; }
.footer ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer a {
  color: rgba(255,255,255,.58);
  display: block;
  font-size: 14px;
  text-decoration: none;
}

.footer a:hover,
.footer a.is-active { color: var(--wg); }
.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-top: 24px;
}
.footer-bottom p,
.footer-lang {
  color: rgba(255,255,255,.52);
  font-size: 12px;
}
.footer-lang .lang-switch {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
}

@media (max-width: 980px) {
  .container { width: min(100% - 40px, 1160px); }
  .nav-links { display: none; }
  .hero-grid,
  .content-grid,
  .content-grid.reverse,
  .cta-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 520px; }
  .metric-grid,
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-row { height: auto; padding: 12px 0; }
  .logo-img { height: 31px; }
  .nav-actions .btn { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .partner-hero { padding: 70px 0 64px; }
  h1 { font-size: 40px; }
  .partner-hero p { font-size: 16px; }
  .section { padding: 62px 0; }
  .metric-grid,
  .feature-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
}
