:root {
  --green: #2d8a5a;
  --green-dark: #1f6b46;
  --green-soft: #f3f8f5;
  --ink: #1a1a1a;
  --text: #303030;
  --muted: #696969;
  --light: #f7f8f7;
  --white: #ffffff;
  --border: #e5e8e5;
  --gold: #b7893a;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

p {
  margin: 0 0 16px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: 64px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 22px;
}

.container {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.container-narrow {
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
}

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

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

.nav-logo {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-logo span {
  color: var(--green);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:not(.nav-cta):hover {
  color: var(--green-dark);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.nav-cta {
  min-height: 38px;
  padding: 0 17px;
  background: var(--ink);
  color: var(--white);
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-1px);
}

.btn {
  min-height: 48px;
  padding: 0 24px;
}

.btn-large {
  min-height: 56px;
  padding-inline: 30px;
  font-size: 18px;
}

.btn-primary {
  background: var(--ink);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--green-dark);
  box-shadow: 0 10px 28px rgba(45, 138, 90, 0.25);
}

.btn-secondary {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.btn-secondary:hover {
  background: var(--ink);
  color: var(--white);
}

.hero {
  overflow: hidden;
  padding: 82px 0 62px;
  background: linear-gradient(180deg, #ffffff 0%, var(--green-soft) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 58px;
  align-items: center;
}

.eyebrow,
.section-label,
.plan-label {
  display: inline-block;
  margin: 0 0 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--green);
}

.hero-sub {
  max-width: 640px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

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

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 640px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #d5e4dc;
}

.hero-trust strong {
  display: block;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

.hero-trust span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.portrait-panel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.portrait-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 14%;
}

.portrait-caption {
  display: grid;
  gap: 2px;
  padding: 18px 20px;
  border-top: 1px solid var(--border);
  background: var(--white);
}

.portrait-caption strong {
  color: var(--ink);
  font-size: 18px;
}

.portrait-caption span {
  color: var(--muted);
  font-size: 14px;
}

.stats-band {
  padding: 46px 0;
  background: var(--ink);
  color: var(--white);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  text-align: center;
}

.stats-grid strong {
  display: block;
  color: var(--green);
  font-size: 34px;
  line-height: 1.05;
}

.stats-grid span {
  display: block;
  margin-top: 8px;
  color: #b8b8b8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.section {
  padding: 82px 0;
}

.authority {
  background: var(--white);
  text-align: center;
}

.authority p:not(.section-label) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.authority h2 {
  margin-bottom: 26px;
}

.process-section {
  background: var(--light);
}

.split {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: center;
}

.split-copy p:not(.section-label) {
  color: var(--muted);
  font-size: 18px;
}

.clean-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  margin-top: 14px;
  padding-left: 25px;
  color: var(--text);
}

.clean-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.clean-list.muted li {
  color: var(--muted);
}

.clean-list.muted li::before {
  background: var(--gold);
}

.image-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

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

.section-head {
  max-width: 830px;
  margin-bottom: 42px;
}

.section-head p:not(.section-label) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

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

.card-grid article {
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}

.card-grid span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

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

.visual-band {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.visual-band > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.28)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.05));
}

.visual-overlay {
  padding-bottom: 70px;
}

.visual-overlay h2 {
  max-width: 760px;
  color: var(--white);
  font-size: 46px;
}

.visual-overlay .section-label {
  color: #d7b36d;
}

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

.desk-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 52px;
  align-items: center;
}

.desk-copy p:not(.section-label) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
}

.framework-panel {
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.framework-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.framework-header span {
  color: #d7b36d;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.framework-header strong {
  color: var(--white);
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}

.framework-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.framework-flow div {
  min-height: 164px;
  padding: 24px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(45, 138, 90, 0.2), rgba(45, 138, 90, 0)),
    var(--ink);
}

.framework-flow div:nth-child(2n) {
  border-right: 0;
}

.framework-flow div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.framework-flow span {
  display: block;
  margin-bottom: 26px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.framework-flow strong {
  display: block;
  color: var(--white);
  font-size: 24px;
  line-height: 1.1;
}

.framework-flow p {
  margin-top: 12px;
  color: #c9c9c9;
  font-size: 14px;
  line-height: 1.45;
}

.evidence-section {
  background: var(--light);
}

.evidence-head {
  max-width: 900px;
}

.trade-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.trade-card-grid article {
  min-height: 420px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.06);
}

.case-label {
  margin-bottom: 34px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.trade-card-grid h3 {
  font-size: 24px;
}

.trade-card-grid p:not(.case-label) {
  margin-top: 16px;
  color: var(--muted);
}

.trade-card-grid ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.trade-card-grid li {
  position: relative;
  margin-top: 12px;
  padding-left: 22px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.45;
}

.trade-card-grid li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.evidence-note {
  max-width: 900px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
}

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

.fit-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: start;
}

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

.fit-columns article {
  min-height: 360px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--light);
}

.pricing-section {
  background: var(--green-soft);
}

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

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}

.price-card.featured {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
  box-shadow: var(--shadow);
}

.price-card.featured h3,
.price-card.featured .price {
  color: var(--white);
}

.price-card.featured li,
.price-card.featured .price-note {
  color: #c9c9c9;
}

.price-card h3 {
  margin-bottom: 26px;
}

.price {
  color: var(--ink);
  font-size: 54px;
  font-weight: 800;
  line-height: 0.95;
}

.price span {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.price-note {
  min-height: 54px;
  margin-top: 16px;
  color: var(--muted);
}

.price-card ul {
  margin: 12px 0 28px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  margin-top: 13px;
  padding-left: 23px;
  color: var(--muted);
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.price-card .btn {
  width: 100%;
  margin-top: auto;
}

.legal-note {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 14px;
}

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

.booking-head {
  max-width: 840px;
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
  border-top: 1px solid var(--border);
}

.booking-step {
  min-height: 230px;
  padding-top: 26px;
}

.booking-step span {
  display: block;
  margin-bottom: 26px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.booking-step h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.booking-step p {
  color: var(--muted);
}

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

.faq-list {
  margin-top: 34px;
  border-top: 1px solid var(--border);
}

details {
  border-bottom: 1px solid var(--border);
}

summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
}

details p {
  margin: -4px 0 24px;
  color: var(--muted);
}

.contact-section {
  padding: 84px 0;
  background: var(--ink);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.contact-copy h2 {
  color: var(--white);
}

.contact-copy p:not(.section-label) {
  margin-top: 22px;
  color: #c9c9c9;
  font-size: 18px;
}

.contact-proof {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-proof span {
  padding-left: 18px;
  border-left: 3px solid var(--green);
  color: #d8d8d8;
  font-weight: 650;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 14px;
  font-weight: 750;
}

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

textarea {
  min-height: 148px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(45, 138, 90, 0.28);
  border-color: var(--green);
}

.btn-submit {
  width: 100%;
  min-height: 52px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.hidden-field {
  display: none;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid var(--border);
  background: var(--white);
}

.simple-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px;
  background: linear-gradient(180deg, #ffffff 0%, var(--green-soft) 100%);
}

.simple-card {
  width: min(680px, 100%);
  padding: 42px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.simple-card h1 {
  margin-bottom: 20px;
  font-size: 42px;
}

.simple-card p:not(.section-label) {
  color: var(--muted);
}

.simple-card .btn {
  margin-top: 10px;
}

.legal-content {
  width: min(840px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 92px;
}

.legal-content h1 {
  margin-bottom: 36px;
  font-size: 48px;
}

.legal-content section {
  padding: 28px 0;
  border-top: 1px solid var(--border);
}

.legal-content h2 {
  margin-bottom: 12px;
  font-size: 26px;
}

.legal-content p {
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-inner strong {
  color: var(--ink);
}

.footer-inner p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.footer-inner a:hover {
  color: var(--green-dark);
}

@media (max-width: 980px) {
  h1 {
    font-size: 48px;
  }

  h2,
  .visual-overlay h2 {
    font-size: 34px;
  }

  .hero-grid,
  .split,
  .fit-grid,
  .desk-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .portrait-panel {
    max-width: 420px;
  }

  .stats-grid,
  .card-grid,
  .trade-card-grid,
  .pricing-grid,
  .booking-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-card.featured {
    order: -1;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 39px;
  }

  h2,
  .visual-overlay h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .container,
  .container-narrow {
    width: min(100% - 32px, 1140px);
  }

  .nav-inner {
    min-height: 64px;
  }

  .nav-links {
    gap: 14px;
  }

  .nav-links a:not(.nav-cta):not([href="/"]):not([href="/en.html"]) {
    display: none;
  }

  .nav-cta {
    padding-inline: 14px;
  }

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

  .hero-grid {
    gap: 34px;
  }

  .hero-sub {
    font-size: 17px;
  }

  .btn-large {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  .hero-trust,
  .stats-grid,
  .card-grid,
  .framework-flow,
  .trade-card-grid,
  .fit-columns,
  .pricing-grid,
  .booking-steps {
    grid-template-columns: 1fr;
  }

  .booking-steps {
    gap: 0;
  }

  .booking-step {
    min-height: auto;
    padding: 24px 0;
    border-bottom: 1px solid var(--border);
  }

  .booking-step span {
    margin-bottom: 14px;
  }

  .hero-trust {
    gap: 16px;
  }

  .stats-grid {
    text-align: left;
  }

  .framework-header {
    flex-direction: column;
    gap: 8px;
  }

  .framework-header strong {
    text-align: left;
  }

  .framework-flow div,
  .framework-flow div:nth-child(2n),
  .framework-flow div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .framework-flow div:last-child {
    border-bottom: 0;
  }

  .section,
  .contact-section {
    padding: 62px 0;
  }

  .visual-band {
    min-height: 430px;
  }

  .visual-overlay {
    padding-bottom: 42px;
  }

  .price-card,
  .card-grid article,
  .trade-card-grid article,
  .fit-columns article,
  .contact-form,
  .simple-card {
    padding: 24px;
  }

  .simple-card h1,
  .legal-content h1 {
    font-size: 34px;
  }

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