:root {
  --ink: #383e42;
  --ink-deep: #2e3336;
  --ink-2: #4b5257;
  --paper: #fafaf7;
  --accent: #ff8210;
  --slate: #5b646a;
  --surface-muted: #eef0ee;
  --line: #d9ddda;
  --muted: #62696d;
  --shadow: 0 20px 55px rgba(56, 62, 66, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
  line-height: 1.62;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

h1 {
  max-width: 820px;
  font-size: clamp(3rem, 5.9vw, 5.45rem);
  letter-spacing: -0.055em;
  line-height: 0.99;
}

h2 {
  font-size: clamp(2rem, 3.8vw, 3.25rem);
}

h3 {
  font-size: 1.32rem;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(255, 130, 16, 0.5);
  outline-offset: 4px;
}

.topbar {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(217, 221, 218, 0.94);
  background: rgba(250, 250, 247, 0.94);
  backdrop-filter: blur(12px);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: auto;
  height: 43px;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 0.92rem;
}

.navlinks > a:not(.nav-cta),
.lang-switch a {
  color: var(--ink-2);
  text-decoration: none;
}

.navlinks > a:not(.nav-cta):hover,
.lang-switch a:hover {
  color: var(--ink-deep);
}

.nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 17px;
  border-radius: 9px;
  color: var(--ink-deep);
  background: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.nav-cta:hover {
  background: #ff9a3e;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.lang-switch a {
  color: var(--muted);
}

.lang-switch a[aria-current="page"] {
  color: var(--ink-deep);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.lang-switch span {
  color: #aeb5b8;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle-lines {
  margin: 4px 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

main > section,
.trustbar {
  scroll-margin-top: 86px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 76px;
  background: linear-gradient(180deg, #fafaf7 0%, #f4f5f2 100%);
}

.hero::before {
  position: absolute;
  top: -120px;
  left: -10%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 130, 16, 0.08), rgba(255, 130, 16, 0) 70%);
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  top: -18px;
  right: -22px;
  color: rgba(255, 130, 16, 0.055);
  content: "21";
  font-size: 300px;
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 1;
  pointer-events: none;
}

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

.hero-role,
.kicker {
  color: var(--slate);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.hero-role {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.hero-role::before {
  width: 28px;
  height: 2px;
  background: var(--accent);
  content: "";
}

.hero h1 em {
  color: var(--ink-deep);
  background: linear-gradient(transparent 76%, rgba(255, 130, 16, 0.22) 76%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-style: normal;
}

.lead {
  max-width: 730px;
  margin: 27px 0 29px;
  color: var(--ink-2);
  font-size: clamp(1.06rem, 1.45vw, 1.22rem);
}

.actions,
.proof-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid var(--ink);
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.btn-primary {
  border-color: var(--accent);
  color: var(--ink-deep);
  background: var(--accent);
}

.btn-primary:hover {
  background: #ff9a3e;
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
}

.btn-secondary:hover {
  background: #fff;
}

.hero-meta {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-card {
  position: relative;
  padding: 33px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, var(--ink) 0%, var(--ink-deep) 100%);
  box-shadow: var(--shadow);
}

.hero-card::after {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
  content: "";
}

.hero-card-label {
  color: #d5d7d8;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-card h2 {
  margin: 13px 0 22px;
  font-size: clamp(1.65rem, 2.4vw, 1.95rem);
}

.pain {
  display: flex;
  gap: 13px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-card .pain-number {
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
  align-self: flex-start;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  color: var(--ink-deep);
  background: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-indent: 0;
}

.pain > div > strong,
.pain > div > span {
  display: block;
}

.pain > div > strong {
  font-size: 0.97rem;
}

.pain > div > span {
  margin-top: 3px;
  color: #d5d7d8;
  font-size: 0.89rem;
}

.trustbar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

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

.trustitem {
  padding: 20px 22px;
  border-left: 1px solid var(--line);
}

.trustitem:first-child {
  border-left: 0;
}

.trustitem strong,
.trustitem span {
  display: block;
}

.trustitem strong {
  margin-bottom: 3px;
  font-size: 0.98rem;
}

.trustitem span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

section {
  padding: 80px 0;
}

.section-head {
  max-width: 800px;
  margin-bottom: 34px;
}

.kicker {
  margin-bottom: 12px;
}

.section-head p {
  max-width: 700px;
  margin: 17px 0 0;
  color: var(--ink-2);
  font-size: 1.05rem;
}

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

.service {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 19px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.service::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--accent);
  content: "";
  opacity: 0.78;
}

.service-number {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--ink-deep);
  background: var(--surface-muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.service p {
  margin: 9px 0 0;
  color: var(--muted);
}

.service ul {
  margin: 13px 0 0;
  padding-left: 18px;
  color: var(--ink-2);
}

.service li {
  margin: 5px 0;
}

.specialty-strip {
  margin-top: 17px;
  padding: 17px 20px;
  border-left: 4px solid var(--accent);
  border-radius: 0 12px 12px 0;
  color: var(--ink-2);
  background: var(--surface-muted);
}

.specialty-strip strong {
  color: var(--ink);
}

.proof-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.proof-card {
  position: relative;
  display: flex;
  min-height: 285px;
  flex-direction: column;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
}

.proof-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--accent);
  content: "";
  opacity: 0.78;
}

.proof-card-featured {
  display: grid;
  min-height: 0;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 36px;
  background: #fff;
}

.proof-type {
  color: var(--slate);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.proof-card h3 {
  margin-top: 10px;
  font-size: 1.46rem;
}

.proof-card-featured h3 {
  font-size: 2rem;
}

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

.proof-detail {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 0.92rem;
}

.proof-card-featured .proof-detail {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.proof-detail strong {
  color: var(--ink);
}

.proof-check {
  margin-top: 14px;
  padding: 13px 15px;
  border-left: 3px solid var(--accent);
  color: var(--ink-2);
  background: var(--surface-muted);
  font-weight: 700;
}

.proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin-top: auto;
  padding-top: 18px;
}

.proof-links a {
  color: var(--ink-deep);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.file-meta {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.proof-actions {
  margin-top: 25px;
}

.skills-section {
  color: #fff;
  background: var(--ink);
}

.skills-section .kicker {
  padding-left: 10px;
  border-left: 3px solid var(--accent);
  color: #f0f1f1;
}

.skills-section .section-head p {
  color: #d5d7d8;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.skill-item {
  display: flex;
  min-height: 66px;
  align-items: center;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  font-weight: 800;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 60px;
}

.portrait-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #eceeeb;
  object-fit: cover;
  object-position: center top;
}

.portrait-meta {
  padding: 21px 23px 23px;
  background: linear-gradient(180deg, #fff 0%, #f4f5f2 100%);
}

.portrait-meta small,
.portrait-meta strong,
.portrait-meta span {
  display: block;
}

.portrait-meta small {
  color: var(--slate);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.portrait-meta strong {
  margin-top: 6px;
  font-size: 1.6rem;
}

.portrait-meta span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.about-copy .intro {
  margin: 18px 0 0;
  color: var(--ink-2);
  font-size: 1.1rem;
}

.background-points {
  display: grid;
  gap: 0;
  margin-top: 25px;
}

.background-point {
  padding: 15px 0;
  border-top: 1px solid var(--line);
  color: var(--ink-2);
}

.background-point strong {
  color: var(--ink);
}

.language-line {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--accent);
  color: var(--ink-2);
  background: #fff;
}

.cta-section {
  padding-top: 64px;
}

.cta-box {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 20px;
  border-top: 4px solid var(--accent);
  color: #fff;
  background: linear-gradient(145deg, var(--ink) 0%, var(--ink-deep) 100%);
  box-shadow: 0 22px 62px rgba(56, 62, 66, 0.18);
}

.cta-box::after {
  position: absolute;
  right: -18px;
  bottom: -60px;
  color: rgba(255, 130, 16, 0.1);
  content: "21";
  font-size: 190px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.cta-box > * {
  position: relative;
  z-index: 1;
}

.cta-box .kicker {
  padding-left: 10px;
  border-left: 3px solid var(--accent);
  color: #f0f1f1;
}

.cta-intro {
  max-width: 760px;
  margin: 17px 0 0;
  color: #d5d7d8;
  font-size: 1.04rem;
}

.start-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 28px 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.start-step {
  padding: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.start-step span,
.start-step strong,
.start-step small {
  display: block;
}

.start-step span {
  color: #e5e8e8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.start-step strong {
  margin-top: 5px;
}

.start-step small {
  margin-top: 4px;
  color: #d5d7d8;
  font-size: 0.84rem;
  line-height: 1.45;
}

.cta-actions {
  align-items: center;
}

.cta-actions .btn {
  border-color: var(--accent);
  color: var(--ink-deep);
  background: var(--accent);
}

.cta-actions .btn:hover {
  background: #ff9a3e;
  transform: translateY(-2px);
}

.email-link {
  color: #fff;
  font-weight: 750;
  text-underline-offset: 4px;
}

.cta-note {
  margin: 14px 0 0;
  color: #d5d7d8;
  font-size: 0.86rem;
}

footer {
  padding: 28px 0 40px;
  color: var(--muted);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.footer-brand img {
  display: block;
  width: auto;
  height: 29px;
}

.footer-tagline {
  margin-top: 7px;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  text-decoration: none;
}

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

@media (max-width: 1000px) {
  .hero-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 66px;
  }

  .hero-card {
    max-width: 720px;
  }

  .trustgrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trustitem:nth-child(3) {
    border-left: 0;
  }

  .trustitem:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

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

  .proof-card-featured {
    grid-template-columns: 1fr;
  }

  .proof-card:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .about-grid {
    gap: 38px;
  }

  .portrait-card {
    max-width: 520px;
  }
}

@media (max-width: 940px) {
  .nav {
    position: relative;
  }

  .js .menu-toggle {
    display: flex;
    flex-direction: column;
  }

  .navlinks {
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 18px 20px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 18px 35px rgba(56, 62, 66, 0.09);
  }

  .js .navlinks {
    display: none;
  }

  .js .navlinks.is-open {
    display: grid;
  }

  .navlinks > a:not(.nav-cta),
  .lang-switch {
    padding: 8px 0;
  }

  .nav-cta {
    width: max-content;
    margin-top: 6px;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(var(--max), calc(100% - 28px));
  }

  .nav {
    min-height: 66px;
  }

  .brand img {
    height: 35px;
  }

  .navlinks {
    top: 66px;
  }

  .hero {
    padding: 52px 0 54px;
  }

  .hero::before {
    width: 300px;
    height: 300px;
  }

  .hero::after {
    top: 25px;
    right: -12px;
    font-size: 175px;
    opacity: 0.7;
  }

  h1 {
    font-size: clamp(2.42rem, 12.2vw, 3.6rem);
    line-height: 1.02;
  }

  .hero-role {
    align-items: flex-start;
    font-size: 0.72rem;
  }

  .hero-role::before {
    flex: 0 0 23px;
    margin-top: 0.48em;
  }

  .hero-card {
    padding: 25px;
  }

  .hero-card::after {
    top: 20px;
    right: 20px;
  }

  .trustgrid,
  .services,
  .proof-grid,
  .skills-grid,
  .start-steps {
    grid-template-columns: 1fr;
  }

  .trustitem {
    padding: 14px 4px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .trustitem:first-child {
    border-top: 0;
  }

  section {
    padding: 60px 0;
  }

  .section-head {
    margin-bottom: 27px;
  }

  .service {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 24px;
  }

  .proof-card,
  .proof-card:last-child {
    min-height: 0;
    grid-column: auto;
    padding: 24px;
  }

  .proof-card-featured h3 {
    font-size: 1.65rem;
  }

  .skill-item {
    min-height: 58px;
  }

  .about-grid {
    gap: 31px;
  }

  .cta-section {
    padding-top: 48px;
  }

  .cta-box {
    padding: 31px 25px;
  }

  .cta-box::after {
    bottom: -38px;
    font-size: 125px;
  }

  .start-steps {
    gap: 1px;
  }

  .proof-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  .actions .btn {
    width: 100%;
  }

  .hero-meta {
    font-size: 0.84rem;
  }

  .pain {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
