@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --green: #1e6c33;
  --green-dark: #103f22;
  --green-deep: #071f11;
  --green-light: #3d9b5a;
  --mint: #eaf3ec;
  --ivory: #f7f8f3;
  --white: #fff;
  --ink: #19221c;
  --muted: #657069;
  --line: #dfe6df;
  --shadow: 0 26px 70px rgba(7, 31, 17, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
body, button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { border: 0; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }

.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 1000; left: 20px; top: -60px;
  padding: 12px 18px; background: var(--green-deep); color: #fff;
  transition: top .2s ease;
}
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-top: 4px solid var(--green);
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(7,31,17,.95);
  backdrop-filter: blur(16px);
}
.header-inner { height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-logo {
  width: 58px; height: 58px; display: grid; place-items: center;
  padding: 4px; border-radius: 7px; background: #fff;
}
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy {
  display: flex; flex-direction: column; gap: 4px;
  padding-left: 12px; border-left: 1px solid rgba(255,255,255,.2);
}
.brand-copy strong {
  color: #fff; font-size: 12px; line-height: 1.15;
  letter-spacing: .08em; text-transform: uppercase;
}
.brand-copy small {
  color: #8ed3a3; font-size: 10px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
}
.desktop-nav {
  display: flex; align-items: center; justify-content: center;
  gap: 36px; margin-left: auto;
}
.desktop-nav a {
  position: relative; padding: 31px 0 27px;
  color: rgba(255,255,255,.8); font-size: 14px; font-weight: 550;
}
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 21px;
  height: 2px; background: var(--green-light); transition: right .25s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }

.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  gap: 16px; border: 1px solid var(--green-light); border-radius: 9px;
  background: var(--green-light); color: #fff; padding: 0 24px;
  font-size: 14px; font-weight: 680; cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible {
  transform: translateY(-2px); border-color: #52ad6b; background: #52ad6b;
}
.button-small { min-height: 44px; padding-inline: 18px; }
.header-cta { margin-left: 4px; }
.mobile-menu { display: none; margin-left: auto; }

.hero {
  position: relative; overflow: hidden; padding-top: 88px; color: #fff;
  background:
    radial-gradient(circle at 78% 34%, rgba(61,155,90,.16), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(30,108,51,.17), transparent 25%),
    var(--green-deep);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 1px;
  background: rgba(255,255,255,.08);
}
.hero-orbit {
  position: absolute; z-index: 0; border: 1px solid rgba(142,211,163,.11);
  border-radius: 50%; pointer-events: none;
}
.orbit-one { width: 620px; height: 620px; right: 5%; top: 80px; }
.orbit-two { width: 430px; height: 430px; right: 12%; top: 175px; }
.hero-grid {
  position: relative; z-index: 2; min-height: 650px;
  display: grid; grid-template-columns: .98fr 1.02fr;
  align-items: center; gap: 34px; padding-block: 62px 42px;
}
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow, .section-label {
  display: flex; align-items: center; gap: 12px; margin: 0 0 24px;
  color: var(--green); font-size: 12px; font-weight: 760;
  letter-spacing: .16em; text-transform: uppercase;
}
.hero .eyebrow { color: #8ed3a3; }
.eyebrow > span { width: 32px; height: 2px; background: #8ed3a3; }
.eyebrow b { font-size: 8px; }
h1 {
  max-width: 670px; margin-bottom: 28px; color: #fff;
  font-size: clamp(56px,5.4vw,78px); font-weight: 720;
  letter-spacing: -.061em; line-height: 1.05;
}
.hero-dot { color: var(--green-light); }
.hero-intro {
  max-width: 590px; margin-bottom: 36px; color: rgba(255,255,255,.7);
  font-size: 19px; line-height: 1.68;
}
.hero-actions { display: flex; align-items: center; gap: 18px; }
.outline-link {
  min-height: 52px; display: inline-flex; align-items: center; gap: 14px;
  padding: 0 22px; border: 1px solid rgba(142,211,163,.48);
  border-radius: 9px; color: #b5dfc1; font-size: 14px; font-weight: 650;
  transition: border-color .2s ease, color .2s ease;
}
.outline-link span { color: var(--green-light); transition: transform .2s ease; }
.outline-link:hover, .outline-link:focus-visible { border-color: #8ed3a3; color: #fff; }
.outline-link:hover span, .outline-link:focus-visible span { transform: translateX(4px); }
.hero-visual {
  position: relative; min-width: 0; height: 525px; overflow: hidden;
  border: 1px solid rgba(142,211,163,.2); border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg,rgba(7,31,17,.58),transparent 36%),
    linear-gradient(0deg,rgba(7,31,17,.46),transparent 42%);
}
.hero-visual img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform .7s ease;
}
.hero-visual:hover img { transform: scale(1.025); }
.trust-bar {
  position: relative; z-index: 2; display: grid;
  grid-template-columns: repeat(3,1fr); gap: 18px; padding-bottom: 28px;
}
.trust-bar p {
  min-height: 98px; display: flex; align-items: center; gap: 18px; margin: 0;
  padding: 18px 22px; border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px; background: rgba(255,255,255,.025); color: #fff;
}
.trust-icon {
  width: 50px; height: 50px; display: grid; flex: 0 0 50px; place-items: center;
  border: 1px solid var(--green-light); border-radius: 50%;
  background: rgba(61,155,90,.17); color: #a8dcb6;
  font-size: 15px; font-weight: 760;
}
.trust-bar strong { font-size: 14px; font-weight: 650; }
.trust-copy { display: flex; flex-direction: column; gap: 5px; }
.trust-bar small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 480;
  line-height: 1.5;
}

.section { padding-block: 116px; }
.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.section-heading h2, .contact-copy h2 {
  max-width: 620px; margin-bottom: 0; color: var(--green-deep);
  font-size: clamp(40px,4.2vw,60px); font-weight: 620;
  letter-spacing: -.047em; line-height: 1.06;
}
.about-copy { padding-top: 40px; }
.about-copy > p {
  max-width: 680px; color: var(--muted); font-size: 16px; line-height: 1.8;
}
.about-copy .lead {
  margin-bottom: 22px; color: var(--ink); font-size: 22px; line-height: 1.55;
}
.about-principles {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 44px;
}
.about-principles article {
  min-height: 170px; display: flex; flex-direction: column; padding: 24px;
  border: 1px solid var(--line); background: var(--ivory);
}
.about-principles span, .service-number, .value-list > article > span, .process-grid article > span {
  margin-bottom: auto; color: var(--green); font-size: 11px;
  font-weight: 760; letter-spacing: .14em;
}
.about-principles strong { margin: 25px 0 8px; font-size: 15px; }
.about-principles small { color: var(--muted); font-size: 12px; line-height: 1.55; }

.services-section { background: var(--green-deep); color: #fff; }
.services-intro {
  display: grid; grid-template-columns: 1.2fr .8fr; align-items: end;
  gap: 80px; margin-bottom: 58px;
}
.section-label-light { color: #8ed3a3; }
.services-intro h2 { color: #fff; }
.services-intro > p {
  max-width: 490px; margin: 0 0 6px auto; color: rgba(255,255,255,.66);
  font-size: 15px; line-height: 1.8;
}
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-width: 0; overflow: hidden; background: #fff; color: var(--ink); }
.service-image { position: relative; height: 218px; overflow: hidden; }
.service-image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg,transparent 40%,rgba(7,31,17,.28));
}
.service-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.service-card:hover .service-image img { transform: scale(1.045); }
.service-content { min-height: 300px; display: flex; flex-direction: column; padding: 26px; }
.service-content h3 {
  max-width: 310px; margin: 22px 0 12px; color: var(--green-deep);
  font-size: 21px; font-weight: 650; letter-spacing: -.025em; line-height: 1.25;
}
.service-content p {
  margin-bottom: 28px; color: var(--muted); font-size: 13px; line-height: 1.72;
}
.service-content a {
  display: flex; align-items: center; justify-content: space-between; margin-top: auto;
  padding-top: 18px; border-top: 1px solid var(--line);
  color: var(--green); font-size: 12px; font-weight: 720;
}

.value-section { background: var(--ivory); }
.value-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.value-panel { align-self: start; padding: 52px; background: var(--green); color: #fff; }
.value-panel h2 {
  margin-bottom: 24px; color: #fff; font-size: clamp(35px,3.7vw,51px);
  font-weight: 620; letter-spacing: -.044em; line-height: 1.08;
}
.value-panel > p { margin-bottom: 34px; color: rgba(255,255,255,.72); line-height: 1.75; }
.text-link-light {
  display: inline-flex; gap: 12px; padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.42); color: #fff;
  font-size: 14px; font-weight: 680;
}
.text-link-light span { transition: transform .2s ease; }
.text-link-light:hover span { transform: translateX(5px); }
.value-list { border-top: 1px solid var(--line); }
.value-list article {
  display: grid; grid-template-columns: 50px 1fr; gap: 24px;
  padding: 34px 0; border-bottom: 1px solid var(--line);
}
.value-list article > span { padding-top: 4px; }
.value-list h3 {
  margin-bottom: 10px; color: var(--green-deep); font-size: 21px;
  font-weight: 650; letter-spacing: -.02em;
}
.value-list p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.process-section { background: #fff; }
.process-heading {
  display: grid; grid-template-columns: 1.2fr .8fr; align-items: end;
  gap: 80px; margin-bottom: 64px;
}
.process-heading > p {
  max-width: 430px; margin: 0 0 6px auto; color: var(--muted);
  font-size: 15px; line-height: 1.75;
}
.process-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.process-grid article {
  min-height: 260px; display: flex; flex-direction: column;
  padding: 28px; border-right: 1px solid var(--line);
}
.process-grid article:last-child { border-right: 0; }
.process-grid h3 { margin: auto 0 12px; color: var(--green-deep); font-size: 21px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact-section {
  position: relative; overflow: hidden; padding-block: 112px;
  background: var(--green-deep); color: #fff;
}
.contact-section::before {
  content: "ALIF"; position: absolute; right: -10px; top: 4px;
  color: rgba(255,255,255,.025); font-size: 220px; font-weight: 800;
  letter-spacing: -.08em; line-height: 1;
}
.contact-grid {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: .86fr 1.14fr; gap: 100px;
}
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.section-label) {
  max-width: 480px; margin: 26px 0 42px;
  color: rgba(255,255,255,.67); line-height: 1.75;
}
.contact-details { display: grid; gap: 18px; }
.contact-details a, .contact-details p {
  margin: 0; color: #fff; font-size: 14px; font-weight: 580;
}
.contact-details small {
  display: block; margin-bottom: 5px; color: #91cda3;
  font-size: 10px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase;
}
.contact-form { padding: 42px; background: #fff; color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.14); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.contact-form label { display: block; margin-bottom: 22px; }
.contact-form label > span {
  display: block; margin-bottom: 8px; color: #48534b;
  font-size: 11px; font-weight: 720; letter-spacing: .04em; text-transform: uppercase;
}
.contact-form input, .contact-form textarea {
  width: 100%; padding: 13px 14px; border: 1px solid #d8e0d9;
  border-radius: 0; outline: 0; background: #fbfcfa; color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form textarea { min-height: 125px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--green); box-shadow: 0 0 0 3px rgba(30,108,51,.1);
}
.website-field { position: absolute !important; left: -9999px !important; }
.form-note { margin: 18px 0 0; color: #7a857d; font-size: 10px; line-height: 1.6; }
.form-status { margin-bottom: 20px; padding: 13px 15px; color: #164f29; background: var(--mint); font-size: 13px; }
.form-status.error { color: #742323; background: #fff0f0; }

footer { background: #04150b; color: #fff; }
.footer-main {
  min-height: 190px; display: grid; grid-template-columns: 1fr 1fr 1fr;
  align-items: center; gap: 44px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-main > p {
  max-width: 380px; margin: 0; color: rgba(255,255,255,.57);
  font-size: 12px; line-height: 1.7;
}
.footer-links {
  display: grid; grid-template-columns: repeat(2,max-content);
  justify-content: end; gap: 12px 34px;
}
.footer-links a { color: rgba(255,255,255,.72); font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  min-height: 74px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
  color: rgba(255,255,255,.44); font-size: 11px;
}
.footer-bottom p { margin: 0; }

.reveal { animation: reveal .65s ease both; }
.reveal-delay { animation-delay: .14s; }
@keyframes reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
  .desktop-nav { gap: 22px; }
  .header-cta { display: none; }
  .hero-grid { gap: 28px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 40px,680px); }
  .header-inner { height: 74px; }
  .desktop-nav { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary {
    width: 44px; height: 44px; display: grid; place-content: center; gap: 5px;
    cursor: pointer; list-style: none; border: 1px solid rgba(255,255,255,.2);
    border-radius: 7px; background: rgba(255,255,255,.08);
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 1px; display: block; background: #fff; }
  .mobile-menu nav {
    position: fixed; left: 20px; right: 20px; top: 78px; display: grid;
    padding: 10px 22px; border: 1px solid var(--line);
    background: #fff; color: var(--ink); box-shadow: var(--shadow);
  }
  .mobile-menu nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 78px; }
  .hero-grid, .about-grid, .services-intro, .value-grid, .process-heading, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 42px; padding-block: 68px 44px; }
  h1 { font-size: clamp(50px,11vw,68px); }
  .hero-visual { width: min(100%,620px); height: 480px; }
  .trust-bar { grid-template-columns: 1fr; gap: 12px; padding-bottom: 30px; }
  .trust-bar p { min-height: 80px; }
  .section { padding-block: 88px; }
  .about-grid, .services-intro, .value-grid, .process-heading, .contact-grid { gap: 44px; }
  .about-copy { padding-top: 0; }
  .services-intro > p, .process-heading > p { margin-left: 0; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr; gap: 24px; padding-block: 42px; }
  .footer-links { justify-content: start; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 32px); }
  .site-header { border-top-width: 3px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-copy strong { max-width: 120px; font-size: 9px; }
  .brand-copy small { font-size: 8px; }
  .mobile-menu nav { left: 16px; right: 16px; }
  .hero-grid { padding-top: 54px; }
  h1 { font-size: 46px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { height: 360px; border-radius: 18px; }
  .hero-visual img { object-position: 68% center; }
  .section { padding-block: 72px; }
  .section-heading h2, .contact-copy h2 { font-size: 39px; }
  .about-copy .lead { font-size: 19px; }
  .about-principles, .services-grid, .process-grid, .form-row { grid-template-columns: 1fr; }
  .services-grid { gap: 16px; }
  .process-grid article, .process-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .value-panel, .contact-form { padding: 30px; }
  .contact-section { padding-block: 74px; }
  .footer-main { min-height: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}

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

/* Refined modern financial direction */
.site-header {
  border-top-width: 5px;
  border-bottom-color: rgba(30,108,51,.12);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 30px rgba(7,31,17,.035);
}
.brand-logo {
  width: 62px;
  height: 62px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.brand-copy { border-left-color: rgba(30,108,51,.22); }
.brand-copy strong {
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .105em;
}
.brand-copy small { color: var(--green); }
.desktop-nav a { color: #3e4941; font-weight: 650; }
.desktop-nav a::after { background: var(--green); }
.header-cta {
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 10px 24px rgba(30,108,51,.16);
}

.hero {
  padding-top: 89px;
  color: var(--ink);
  background:
    radial-gradient(circle at 89% 10%, rgba(61,155,90,.12), transparent 29%),
    linear-gradient(135deg,#fbfcf8 0%,#f1f7f1 100%);
}
.hero::after { background: var(--line); }
.hero-orbit { border-color: rgba(30,108,51,.1); }
.orbit-one { width: 560px; height: 560px; right: 1%; top: 118px; }
.orbit-two { width: 380px; height: 380px; right: 9%; top: 208px; }
.hero-grid {
  min-height: 665px;
  grid-template-columns: .93fr 1.07fr;
  gap: 68px;
  padding-block: 74px 58px;
}
.hero .eyebrow { color: var(--green); }
.hero .eyebrow > span { background: var(--green); }
h1 {
  max-width: 720px;
  margin-bottom: 30px;
  color: var(--green-deep);
  font-family: "Inter","Segoe UI",Arial,sans-serif;
  font-size: clamp(56px,5.2vw,76px);
  font-weight: 720;
  letter-spacing: -.06em;
  line-height: 1.02;
}
.hero-dot { color: var(--green-light); }
.hero-intro {
  max-width: 560px;
  color: #59665e;
  font-size: 18px;
  line-height: 1.7;
}
.hero .button {
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(30,108,51,.18);
}
.hero .button:hover, .hero .button:focus-visible {
  border-color: var(--green-dark);
  background: var(--green-dark);
}
.outline-link {
  border-color: rgba(30,108,51,.35);
  background: rgba(255,255,255,.62);
  color: var(--green-dark);
}
.outline-link span { color: var(--green); }
.outline-link:hover, .outline-link:focus-visible {
  border-color: var(--green);
  background: #fff;
  color: var(--green-deep);
}
.hero-visual {
  height: 535px;
  overflow: visible;
  border: 8px solid rgba(255,255,255,.9);
  border-radius: 30px;
  background: var(--green-deep);
  box-shadow: 0 32px 80px rgba(7,31,17,.18);
}
.hero-visual::after {
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(90deg,rgba(7,31,17,.16),transparent 36%),
    linear-gradient(0deg,rgba(7,31,17,.16),transparent 36%);
}
.hero-visual img {
  overflow: hidden;
  border-radius: 22px;
  filter: brightness(1.12) saturate(.93);
}
.hero-floating-card {
  position: absolute;
  z-index: 4;
  right: -28px;
  bottom: 30px;
  min-width: 245px;
  padding: 22px 24px;
  border: 1px solid rgba(30,108,51,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 48px rgba(7,31,17,.18);
}
.hero-floating-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-floating-card strong {
  color: var(--green-deep);
  font-size: 17px;
  font-weight: 720;
  letter-spacing: -.02em;
  line-height: 1.35;
}
.trust-bar {
  gap: 18px;
  padding-bottom: 44px;
}
.trust-bar p {
  min-height: 92px;
  border-color: rgba(30,108,51,.13);
  background: rgba(255,255,255,.92);
  color: var(--green-deep);
  box-shadow: 0 15px 38px rgba(7,31,17,.06);
}
.trust-icon {
  border-color: rgba(30,108,51,.28);
  background: var(--mint);
  color: var(--green);
}

.about-section { background: #fff; }
.section-heading h2, .contact-copy h2 {
  font-family: "Inter","Segoe UI",Arial,sans-serif;
  font-weight: 680;
}
.services-section {
  background:
    radial-gradient(circle at 8% 8%,rgba(61,155,90,.07),transparent 26%),
    #f2f7f2;
  color: var(--ink);
}
.services-intro h2 { color: var(--green-deep); }
.services-intro > p { color: var(--muted); }
.services-section .section-label-light { color: var(--green); }
.service-card {
  border: 1px solid rgba(30,108,51,.1);
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(7,31,17,.055);
  transition: transform .28s ease, box-shadow .28s ease;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 60px rgba(7,31,17,.1);
}
.service-image { border-radius: 17px 17px 0 0; }
.service-content { min-height: 308px; padding: 29px; }
.service-content h3 {
  font-family: "Inter","Segoe UI",Arial,sans-serif;
  font-weight: 690;
}
.value-section { background: #fff; }
.value-panel {
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%,rgba(255,255,255,.14),transparent 31%),
    linear-gradient(145deg,var(--green) 0%,var(--green-dark) 100%);
  box-shadow: 0 24px 60px rgba(30,108,51,.15);
}
.value-list h3, .process-grid h3 { font-family: "Inter","Segoe UI",Arial,sans-serif; }
.process-section { background: var(--ivory); }
.process-grid {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.process-grid article { border-color: var(--line); }
.contact-section {
  background:
    radial-gradient(circle at 92% 12%,rgba(61,155,90,.2),transparent 30%),
    var(--green-deep);
}
.contact-form { border-radius: 20px; }

@media (max-width: 1080px) {
  .hero-grid { gap: 38px; }
  .hero-floating-card { right: 18px; }
}

@media (max-width: 820px) {
  .mobile-menu summary {
    border-color: var(--line);
    background: var(--ivory);
  }
  .mobile-menu summary span { background: var(--green-deep); }
  .hero { padding-top: 78px; }
  .hero-grid { gap: 50px; padding-block: 60px 44px; }
  .hero-visual { height: 470px; }
  .hero-floating-card { right: 18px; bottom: 20px; }
  .trust-bar p { min-height: 82px; }
}

@media (max-width: 560px) {
  .site-header { border-top-width: 4px; }
  .brand-logo { width: 50px; height: 50px; border-radius: 11px; }
  h1 { font-size: 45px; letter-spacing: -.052em; }
  .hero-actions { width: 100%; }
  .hero .button, .outline-link { width: 100%; }
  .hero-visual { height: 370px; border-width: 5px; border-radius: 22px; }
  .hero-visual img, .hero-visual::after { border-radius: 17px; }
  .hero-floating-card {
    right: 12px;
    bottom: 12px;
    min-width: 210px;
    padding: 17px 18px;
  }
  .hero-floating-card strong { font-size: 15px; }
  .trust-bar { gap: 10px; }
  .trust-bar p { padding: 14px 16px; }
}

/* Professional typography and enhanced approach section */
body,
button,
input,
textarea,
select,
a,
p,
small,
strong,
h1,
h2,
h3 {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
}

.desktop-nav a { font-size: 15px; }
.button, .outline-link { font-size: 15px; }
.eyebrow, .section-label { font-size: 13px; }
.hero-intro { font-size: 19px; }
.about-copy > p { font-size: 17px; }
.about-copy .lead { font-size: 23px; }
.services-intro > p { font-size: 16.5px; }
.service-content h3 { font-size: 22px; }
.service-content p { font-size: 15px; }
.service-content a { font-size: 13px; }
.value-list h3 { font-size: 22px; }
.value-list p { font-size: 15.5px; }
.trust-bar strong { font-size: 15px; }
.trust-bar small { font-size: 12.5px; }
.contact-copy > p:not(.section-label) { font-size: 17px; }
.contact-details a, .contact-details p { font-size: 15px; }
.contact-form input, .contact-form textarea { font-size: 16px; }
.footer-main > p, .footer-links a { font-size: 13px; }
.footer-bottom { font-size: 12px; }

.process-section {
  padding-block: 108px 120px;
  background:
    radial-gradient(circle at 90% 8%, rgba(61,155,90,.07), transparent 26%),
    #f6f8f4;
}
.process-heading {
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 100px;
  margin-bottom: 52px;
}
.process-heading .section-heading h2 {
  max-width: 760px;
  font-size: clamp(46px,4.6vw,64px);
  line-height: 1.08;
}
.process-heading > p {
  position: relative;
  max-width: 520px;
  margin: 26px 0 0 auto;
  padding: 25px 28px 25px 31px;
  border: 1px solid rgba(30,108,51,.12);
  border-left: 4px solid var(--green);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 36px rgba(7,31,17,.055);
  color: #4f5d53;
  font-size: 17px;
  line-height: 1.72;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.process-grid article,
.process-grid article:nth-child(2),
.process-grid article:last-child {
  position: relative;
  min-height: 290px;
  padding: 28px 28px 30px;
  overflow: hidden;
  border: 1px solid rgba(30,108,51,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 16px 42px rgba(7,31,17,.055);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.process-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg,var(--green),var(--green-light));
}
.process-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(30,108,51,.26);
  box-shadow: 0 25px 56px rgba(7,31,17,.1);
}
.process-grid article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin: 8px 0 62px;
  border: 1px solid rgba(30,108,51,.2);
  border-radius: 50%;
  background: var(--mint);
  color: var(--green);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
}
.process-grid h3 {
  margin: 0 0 14px;
  color: var(--green-deep);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.025em;
}
.process-grid p {
  margin: 0;
  color: #5d6961;
  font-size: 15.5px;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .process-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .process-heading > p {
    max-width: 650px;
    margin: 0;
  }
  .process-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero-intro, .about-copy > p, .contact-copy > p:not(.section-label) { font-size: 16.5px; }
  .process-section { padding-block: 76px 84px; }
  .process-heading .section-heading h2 { font-size: 40px; }
  .process-heading > p {
    padding: 20px 21px;
    font-size: 16px;
  }
  .process-grid { grid-template-columns: 1fr; gap: 14px; }
  .process-grid article,
  .process-grid article:nth-child(2),
  .process-grid article:last-child {
    min-height: 250px;
  }
  .process-grid article > span { margin-bottom: 44px; }
}

/* High-visibility professional footer */
footer {
  position: relative;
  overflow: hidden;
  border-top: 5px solid var(--green-light);
  background:
    radial-gradient(circle at 10% 0%, rgba(61,155,90,.2), transparent 30%),
    radial-gradient(circle at 88% 25%, rgba(30,108,51,.18), transparent 34%),
    #061b0e;
  color: #fff;
}
footer::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -210px;
  top: -250px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}
.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr .8fr .62fr;
  align-items: start;
  gap: clamp(52px,7vw,110px);
  min-height: 0;
  padding-block: 70px 58px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.footer-brand-column { max-width: 470px; }
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 25px;
}
.footer-brand .brand-logo {
  width: 68px;
  height: 68px;
  padding: 4px;
  border: 0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.footer-brand .brand-copy strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
}
.footer-brand .brand-copy small {
  color: #79c58d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
}
.footer-brand-column > p {
  max-width: 430px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.75;
}
.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--green-light);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(0,0,0,.15);
  transition: transform .2s ease, background-color .2s ease;
}
.footer-cta:hover {
  transform: translateY(-2px);
  background: #4cad68;
}
.footer-contact h3,
.footer-navigation h3 {
  margin: 4px 0 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.footer-contact a,
.footer-contact p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.6;
  transition: color .2s ease;
}
.footer-contact a:hover { color: #fff; }
.footer-contact small {
  display: block;
  margin-bottom: 3px;
  color: #79c58d;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: min(100%,210px);
}
.footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.8);
  font-size: 14px;
  transition: color .2s ease, padding-left .2s ease;
}
.footer-links a:first-child { padding-top: 0; }
.footer-links a:hover {
  padding-left: 4px;
  color: #fff;
}
.footer-links a span {
  color: #79c58d;
  font-size: 13px;
}
.footer-bottom {
  position: relative;
  z-index: 1;
  min-height: 78px;
  color: rgba(255,255,255,.58);
  font-size: 12.5px;
}
.footer-bottom p { margin: 0; }
.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.82);
  font-weight: 600;
}
.footer-bottom a span { color: #79c58d; }

@media (max-width: 820px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 48px 60px;
    padding-block: 58px 48px;
  }
  .footer-brand-column {
    grid-column: 1 / -1;
    max-width: 580px;
  }
}

@media (max-width: 560px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 48px 42px;
  }
  .footer-brand-column { grid-column: auto; }
  .footer-brand .brand-logo {
    width: 62px;
    height: 62px;
  }
  .footer-links { width: 100%; }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 100px;
    padding-block: 20px;
  }
}
