:root {
  --green-900: #073d29;
  --green-800: #0b5d3b;
  --green-700: #11764d;
  --green-100: #e9f4ee;
  --green-050: #f5faf7;
  --ink: #14201a;
  --muted: #627068;
  --line: #dce8e1;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 61, 41, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: 'DM Sans', sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--green-900); color: white; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 58px; height: 45px; object-fit: cover; object-position: center; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: 'Libre Baskerville', serif; font-size: 17px; color: var(--green-900); }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; padding: 29px 0; }
.main-nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; bottom: 19px; width: 0; height: 2px; background: var(--green-700); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.nav-cta { padding: 11px 18px !important; color: white; background: var(--green-800); border-radius: 5px; }
.nav-cta:hover { background: var(--green-900); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; padding: 9px 13px; border-radius: 4px; font-weight: 700; }

.eyebrow { margin: 0 0 16px; color: var(--green-700); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: 'Libre Baskerville', serif; line-height: 1.18; }
h1 { margin: 0; font-size: clamp(40px, 5.4vw, 72px); letter-spacing: -.035em; }
h2 { margin: 0 0 18px; font-size: clamp(29px, 3.4vw, 46px); letter-spacing: -.025em; }
h3 { margin: 0 0 12px; font-size: 20px; }
.lead { max-width: 700px; color: var(--muted); font-size: 19px; }
.section { padding: 92px 0; }
.section-soft { background: var(--green-050); }
.section-dark { color: white; background: var(--green-900); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p { color: var(--muted); font-size: 17px; }

.hero { min-height: 720px; display: grid; align-items: center; position: relative; overflow: hidden; background: linear-gradient(110deg, #fff 0%, #fff 57%, var(--green-100) 57%); }
.hero::after { content: ''; position: absolute; width: 440px; height: 440px; right: -210px; top: 120px; border: 72px solid rgba(17,118,77,.1); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.hero-copy p { max-width: 650px; margin: 25px 0 32px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 0 22px; border-radius: 4px; border: 1px solid var(--green-800); font-size: 14px; font-weight: 700; transition: .2s ease; }
.btn-primary { color: white; background: var(--green-800); }
.btn-primary:hover { background: var(--green-900); transform: translateY(-2px); }
.btn-secondary { color: var(--green-900); background: white; }
.btn-secondary:hover { background: var(--green-100); }
.hero-panel { padding: 36px; background: var(--green-900); color: white; border-radius: 6px; box-shadow: var(--shadow); }
.hero-panel h2 { font-size: 26px; }
.route { display: flex; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.route:last-child { border: 0; }
.route span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; color: var(--green-900); background: white; border-radius: 50%; font-weight: 800; }
.route strong { display: block; font-size: 15px; }
.route small { display: block; margin-top: 3px; color: #c7dbd0; }

.stats { position: relative; z-index: 3; margin-top: -52px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.stat { padding: 30px; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--green-800); font: 700 32px 'Libre Baskerville', serif; }
.stat span { color: var(--muted); font-size: 13px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 275px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 5px; transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 26px; color: var(--green-800); background: var(--green-100); border-radius: 50%; font-weight: 800; }
.service-card p { margin: 0; color: var(--muted); }
.service-card a { display: inline-block; margin-top: 20px; color: var(--green-700); font-weight: 700; font-size: 14px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.image-frame { position: relative; }
.image-frame img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 5px; box-shadow: var(--shadow); }
.image-frame::before { content: ''; position: absolute; left: -20px; top: -20px; width: 85px; height: 85px; border-left: 4px solid var(--green-700); border-top: 4px solid var(--green-700); }
.check-list { display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; }
.check-list li::before { content: '✓'; flex: 0 0 24px; color: var(--green-700); font-weight: 800; }

.page-hero { padding: 110px 0 80px; color: white; background: var(--green-900); }
.page-hero .lead { color: #d4e6dc; }
.breadcrumb { margin-bottom: 28px; color: #a8cbb8; font-size: 13px; }
.breadcrumb a { color: white; }
.solutions-list { display: grid; gap: 20px; }
.solution-row { display: grid; grid-template-columns: 90px 1fr; gap: 26px; padding: 34px; border: 1px solid var(--line); border-radius: 5px; background: white; }
.solution-row .service-number { width: 54px; height: 54px; margin: 0; }
.solution-row p { margin: 0; color: var(--muted); }
.solution-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.solution-tags span { padding: 6px 10px; color: var(--green-800); background: var(--green-100); border-radius: 3px; font-size: 12px; font-weight: 700; }

.timeline { position: relative; margin-top: 45px; padding-left: 35px; border-left: 2px solid var(--green-100); }
.timeline-item { position: relative; padding: 0 0 35px 20px; }
.timeline-item::before { content: ''; position: absolute; left: -43px; top: 4px; width: 14px; height: 14px; background: var(--green-700); border: 5px solid white; border-radius: 50%; box-shadow: 0 0 0 1px var(--green-700); }
.timeline-item strong { color: var(--green-700); }
.timeline-item p { margin: 4px 0 0; color: var(--muted); }
.quote { margin: 30px 0 0; padding: 26px 28px; color: var(--green-900); background: var(--green-100); border-left: 4px solid var(--green-700); font: 400 19px/1.55 'Libre Baskerville', serif; }

.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.country-card { padding: 28px; background: white; border: 1px solid var(--line); border-top: 4px solid var(--green-700); }
.country-card small { color: var(--green-700); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.country-card p { color: var(--muted); }
.global-image { margin-top: 42px; width: 100%; max-height: 560px; object-fit: cover; border-radius: 5px; box-shadow: var(--shadow); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; }
.address-card { margin-bottom: 18px; padding: 24px; background: var(--green-050); border-left: 4px solid var(--green-700); }
.address-card span { display: block; margin-bottom: 8px; color: var(--green-700); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { display: grid; gap: 16px; padding: 34px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 6px; color: var(--ink); font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; padding: 12px 13px; border: 1px solid #bdcec4; border-radius: 3px; background: white; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(17,118,77,.15); border-color: var(--green-700); }
textarea { min-height: 125px; resize: vertical; }
.notice { padding: 14px; color: var(--green-900); background: var(--green-100); border-left: 4px solid var(--green-700); }

.cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 55px 0; }
.cta-strip h2 { max-width: 720px; margin: 0; color: white; font-size: clamp(26px, 3vw, 40px); }
.section-dark .btn-secondary { flex: 0 0 auto; }

.site-footer { padding-top: 70px; color: #d8e6df; background: #052d20; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; padding-bottom: 50px; }
.footer-grid h3 { color: white; font: 700 13px 'DM Sans', sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a, .footer-grid span { display: block; margin: 9px 0; font-size: 14px; }
.footer-grid a:hover { color: white; }
.footer-brand { color: white; font: 700 22px 'Libre Baskerville', serif; }
.footer-grid p { max-width: 480px; color: #aac2b5; }
.footer-bottom { padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.12); color: #aac2b5; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-block; }
  .main-nav { display: none; position: absolute; top: 81px; left: 0; right: 0; padding: 16px 20px 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .main-nav a::after { display: none; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; padding: 90px 0 110px; background: linear-gradient(155deg, white 0%, white 72%, var(--green-100) 72%); }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 600px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .card-grid, .country-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 9px; }
  .brand img { width: 48px; height: 38px; }
  .section { padding: 68px 0; }
  .stats-grid, .card-grid, .country-grid, .form-row { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-row { grid-template-columns: 1fr; }
  .cta-strip { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
}
