:root {
  color: #13201b;
  background: #f8fbf9;
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
  --primary: #087f5b;
  --primary-dark: #075b44;
  --accent: #ffbd3d;
  --surface: #ffffff;
  --muted: #5f6e67;
  --line: #dce5e0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-decoration: none; }
a:focus-visible, .button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand { align-items: center; display: inline-flex; font-size: 20px; font-weight: 800; gap: 10px; }
.brand-logo { border-radius: 8px; display: block; height: 40px; object-fit: cover; width: 40px; }
nav { display: flex; gap: 28px; }
nav a { color: var(--muted); font-size: 14px; font-weight: 700; }
nav a:hover, nav a[aria-current="page"] { color: var(--primary); }

.hero { min-height: min(720px, calc(100svh - 72px)); overflow: hidden; position: relative; }
.hero > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-overlay { background: linear-gradient(90deg, rgba(7, 52, 39, 0.91) 0%, rgba(7, 52, 39, 0.62) 43%, rgba(7, 52, 39, 0.05) 75%); inset: 0; position: absolute; }
.hero-content { color: white; max-width: 1180px; padding: clamp(120px, 19vh, 190px) 24px 96px; position: relative; margin: 0 auto; }
.hero-logo { border: 2px solid rgba(255, 255, 255, 0.7); border-radius: 12px; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2); height: 72px; object-fit: cover; width: 72px; }
.hero-content h1 { font-size: clamp(58px, 8vw, 108px); line-height: 0.95; margin: 14px 0 24px; }
.hero-content > p:not(.eyebrow) { font-size: clamp(18px, 2vw, 24px); line-height: 1.55; margin: 0 0 34px; max-width: 570px; }
.eyebrow { color: var(--primary); font-size: 13px; font-weight: 800; letter-spacing: 0; margin: 0; text-transform: uppercase; }
.hero .eyebrow { color: #b9f4de; }
.button { background: var(--accent); border-radius: 6px; color: #352505; display: inline-flex; font-weight: 800; padding: 15px 22px; }

.services { margin: 0 auto; max-width: 1180px; padding: 96px 24px; }
.section-heading { display: grid; gap: 10px; margin-bottom: 36px; }
.section-heading h2, .trust-band h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.12; margin: 0; max-width: 720px; }
.service-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); background: var(--line); border: 1px solid var(--line); }
.service-grid article { background: var(--surface); min-height: 240px; padding: 34px; }
.service-grid span { color: var(--primary); font-size: 13px; font-weight: 800; }
.service-grid h3 { font-size: 24px; margin: 54px 0 8px; }
.service-grid p { color: var(--muted); line-height: 1.7; margin: 0; }

.data-section { align-items: start; background: #fff4d6; display: grid; gap: 64px; grid-template-columns: 1fr 1fr; padding: 88px max(24px, calc((100vw - 1180px) / 2)); }
.data-heading h2 { font-size: clamp(32px, 4vw, 50px); line-height: 1.14; margin: 14px 0 0; }
.data-copy p { color: #4f4a3d; line-height: 1.8; margin: 0 0 18px; }
.data-copy strong { color: #272218; }
.text-link { border-bottom: 2px solid var(--primary); color: var(--primary-dark); display: inline-flex; font-weight: 800; gap: 14px; margin-top: 10px; padding-bottom: 5px; }

.trust-band { align-items: end; background: #dff8ec; display: grid; gap: 56px; grid-template-columns: 1.2fr 0.8fr; padding: 86px max(24px, calc((100vw - 1180px) / 2)); }
.trust-links { display: grid; }
.trust-links a { border-top: 1px solid #a7d7c2; display: flex; font-weight: 700; justify-content: space-between; padding: 20px 0; }
.trust-links a:last-child { border-bottom: 1px solid #a7d7c2; }

footer { background: #10281f; color: white; display: grid; grid-template-columns: 1fr auto; gap: 14px 40px; padding: 58px max(24px, calc((100vw - 1180px) / 2)); }
footer p { color: #bed0c8; margin: 0; }
.brand-footer { grid-column: 1 / -1; margin-bottom: 16px; }
.copyright { text-align: right; }

.legal-layout { display: grid; gap: 80px; grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.6fr); margin: 0 auto; max-width: 1180px; padding: 88px 24px 110px; }
.legal-intro { align-self: start; position: sticky; top: 128px; }
.legal-intro h1 { font-size: clamp(38px, 5vw, 64px); line-height: 1.05; margin: 16px 0 20px; }
.legal-intro > p:last-child { color: var(--muted); line-height: 1.6; }
.legal-content { background: var(--surface); border-top: 4px solid var(--primary); padding: 20px 42px 48px; }
.legal-content section { border-bottom: 1px solid var(--line); padding: 26px 0; }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { font-size: 20px; margin: 0 0 12px; }
.legal-content p { color: #46534d; line-height: 1.8; margin: 8px 0; }
.legal-content a { color: var(--primary); font-weight: 700; overflow-wrap: anywhere; text-decoration: underline; }
.legal-footer { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.legal-footer a { color: white; font-weight: 700; }
.legal-footer span { color: #bed0c8; }

@media (max-width: 760px) {
  .site-header { height: 64px; padding: 0 18px; }
  nav { gap: 16px; }
  nav a { font-size: 12px; }
  .brand { font-size: 18px; }
  .brand-logo { height: 36px; width: 36px; }
  .hero { min-height: 640px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(7, 52, 39, 0.94) 0%, rgba(7, 52, 39, 0.5) 60%, rgba(7, 52, 39, 0.12) 100%); }
  .hero-content { padding: 330px 22px 58px; }
  .services { padding: 68px 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 190px; padding: 28px; }
  .service-grid h3 { margin-top: 34px; }
  .data-section { gap: 34px; grid-template-columns: 1fr; padding: 64px 20px; }
  .trust-band { align-items: start; grid-template-columns: 1fr; padding: 64px 20px; }
  footer { grid-template-columns: 1fr; padding: 48px 20px; }
  .copyright { text-align: left; }
  .legal-layout { display: block; padding: 58px 18px 80px; }
  .legal-intro { margin-bottom: 42px; position: static; }
  .legal-content { padding: 10px 24px 34px; }
}
