:root {
  --green: #58b000;
  --green-dark: #347700;
  --black: #080b08;
  --ink: #172017;
  --muted: #5c665c;
  --line: #e3e9e0;
  --soft: #f5f8f2;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(8, 11, 8, .12);
  --radius: 8px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.icon-check { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 5.7a1 1 0 0 1 0 1.4l-10.6 10.6a1 1 0 0 1-1.4 0l-4.6-4.6a1 1 0 1 1 1.4-1.4L9 15.6 18.9 5.7a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 5.7a1 1 0 0 1 0 1.4l-10.6 10.6a1 1 0 0 1-1.4 0l-4.6-4.6a1 1 0 1 1 1.4-1.4L9 15.6 18.9 5.7a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E"); }
.icon-phone { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.6 21.4 2.6 13.4 2.6 3.4c0-.7.5-1.2 1.2-1.2h3.5c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.2 2.2Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.6 21.4 2.6 13.4 2.6 3.4c0-.7.5-1.2 1.2-1.2h3.5c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.2 2.2Z'/%3E%3C/svg%3E"); }
.icon-mail { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8.2L5.6 7H4v.5l8 7.8 8-7.8V7h-1.6L12 13.2Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8.2L5.6 7H4v.5l8 7.8 8-7.8V7h-1.6L12 13.2Z'/%3E%3C/svg%3E"); }
.icon-pin { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E"); }
.icon-clock { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 .1 0H12Zm1 10.6 3.4 2a1 1 0 1 1-1 1.8l-4-2.3A1 1 0 0 1 11 13V7a1 1 0 1 1 2 0v5.6Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 .1 0H12Zm1 10.6 3.4 2a1 1 0 1 1-1 1.8l-4-2.3A1 1 0 0 1 11 13V7a1 1 0 1 1 2 0v5.6Z'/%3E%3C/svg%3E"); }
.icon-user { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-5.3 0-9 2.7-9 6v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1c0-3.3-3.7-6-9-6Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-5.3 0-9 2.7-9 6v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1c0-3.3-3.7-6-9-6Z'/%3E%3C/svg%3E"); }
.icon-building { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 21V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v5h4a1 1 0 0 1 1 1v11h-5v-4h-2v4H4Zm3-14v2h2V7H7Zm4 0v2h2V7h-2Zm-4 4v2h2v-2H7Zm4 0v2h2v-2h-2Zm6 1v2h2v-2h-2Zm0 4v2h2v-2h-2Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 21V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v5h4a1 1 0 0 1 1 1v11h-5v-4h-2v4H4Zm3-14v2h2V7H7Zm4 0v2h2V7h-2Zm-4 4v2h2v-2H7Zm4 0v2h2v-2h-2Zm6 1v2h2v-2h-2Zm0 4v2h2v-2h-2Z'/%3E%3C/svg%3E"); }
.icon-globe { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3a15.8 15.8 0 0 0-1.1-5 8 8 0 0 1 4.1 5ZM12 4.1c.8 1.2 1.5 3.6 1.8 6.9h-3.6c.3-3.3 1-5.7 1.8-6.9ZM4.3 13h3.8c.1 1.7.4 3.3.9 4.6A8 8 0 0 1 4.3 13Zm3.8-2H4.3A8 8 0 0 1 9 6c-.5 1.3-.8 2.9-.9 5Zm3.9 8.9c-.8-1.2-1.5-3.6-1.8-6.9h3.6c-.3 3.3-1 5.7-1.8 6.9Zm2.8-2.3c.5-1.3.8-2.9.9-4.6h3.8a8 8 0 0 1-4.7 4.6Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3a15.8 15.8 0 0 0-1.1-5 8 8 0 0 1 4.1 5ZM12 4.1c.8 1.2 1.5 3.6 1.8 6.9h-3.6c.3-3.3 1-5.7 1.8-6.9ZM4.3 13h3.8c.1 1.7.4 3.3.9 4.6A8 8 0 0 1 4.3 13Zm3.8-2H4.3A8 8 0 0 1 9 6c-.5 1.3-.8 2.9-.9 5Zm3.9 8.9c-.8-1.2-1.5-3.6-1.8-6.9h3.6c-.3 3.3-1 5.7-1.8 6.9Zm2.8-2.3c.5-1.3.8-2.9.9-4.6h3.8a8 8 0 0 1-4.7 4.6Z'/%3E%3C/svg%3E"); }
.icon-box { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 9 4.5v11L12 22l-9-4.5v-11L12 2Zm0 2.2L5.8 7.3 12 10.4l6.2-3.1L12 4.2ZM5 9v7.3l6 3V12L5 9Zm8 10.3 6-3V9l-6 3v7.3Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 9 4.5v11L12 22l-9-4.5v-11L12 2Zm0 2.2L5.8 7.3 12 10.4l6.2-3.1L12 4.2ZM5 9v7.3l6 3V12L5 9Zm8 10.3 6-3V9l-6 3v7.3Z'/%3E%3C/svg%3E"); }
.icon-truck { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h11v9h1.5V9H19l3 4v4h-2.2a3 3 0 0 1-5.6 0H9.8a3 3 0 0 1-5.6 0H3V5Zm3.9 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM17.5 11v3H20l-2.2-3h-.3Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h11v9h1.5V9H19l3 4v4h-2.2a3 3 0 0 1-5.6 0H9.8a3 3 0 0 1-5.6 0H3V5Zm3.9 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM17.5 11v3H20l-2.2-3h-.3Z'/%3E%3C/svg%3E"); }
.icon-search { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 3a7.5 7.5 0 0 1 5.9 12.1l4.2 4.2a1 1 0 0 1-1.4 1.4L15 16.5A7.5 7.5 0 1 1 10.5 3Zm0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 3a7.5 7.5 0 0 1 5.9 12.1l4.2 4.2a1 1 0 0 1-1.4 1.4L15 16.5A7.5 7.5 0 1 1 10.5 3Zm0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z'/%3E%3C/svg%3E"); }
.icon-shield { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 4 5v6.2c0 5 3.3 9.6 8 10.8 4.7-1.2 8-5.8 8-10.8V5l-8-3Zm3.7 7.7-4.5 4.5a1 1 0 0 1-1.4 0l-1.9-1.9a1 1 0 1 1 1.4-1.4l1.2 1.2 3.8-3.8a1 1 0 0 1 1.4 1.4Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 4 5v6.2c0 5 3.3 9.6 8 10.8 4.7-1.2 8-5.8 8-10.8V5l-8-3Zm3.7 7.7-4.5 4.5a1 1 0 0 1-1.4 0l-1.9-1.9a1 1 0 1 1 1.4-1.4l1.2 1.2 3.8-3.8a1 1 0 0 1 1.4 1.4Z'/%3E%3C/svg%3E"); }
.icon-plane { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 12.2 4.3 21a1 1 0 0 1-1.4-1.1l1.7-6.3L12 12 4.6 10.4 2.9 4.1A1 1 0 0 1 4.3 3l17.2 8.8a.2.2 0 0 1 0 .4Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 12.2 4.3 21a1 1 0 0 1-1.4-1.1l1.7-6.3L12 12 4.6 10.4 2.9 4.1A1 1 0 0 1 4.3 3l17.2 8.8a.2.2 0 0 1 0 .4Z'/%3E%3C/svg%3E"); }
.icon-ship { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13V7a1 1 0 0 1 1-1h4V3h6v3h4a1 1 0 0 1 1 1v6l-8 3-8-3Zm2-1.4 6 2.3 6-2.3V8H6v3.6ZM3 18.2c1.4 0 2.1.8 3.2.8s1.8-.8 3.2-.8 2.1.8 3.2.8 1.8-.8 3.2-.8 2.1.8 3.2.8c.7 0 1.1-.2 1.7-.6v2.1c-.5.3-1.1.5-1.8.5-1.4 0-2.1-.8-3.2-.8s-1.8.8-3.2.8-2.1-.8-3.2-.8-1.8.8-3.2.8-2.1-.8-3.2-.8V18.2Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13V7a1 1 0 0 1 1-1h4V3h6v3h4a1 1 0 0 1 1 1v6l-8 3-8-3Zm2-1.4 6 2.3 6-2.3V8H6v3.6ZM3 18.2c1.4 0 2.1.8 3.2.8s1.8-.8 3.2-.8 2.1.8 3.2.8 1.8-.8 3.2-.8 2.1.8 3.2.8c.7 0 1.1-.2 1.7-.6v2.1c-.5.3-1.1.5-1.8.5-1.4 0-2.1-.8-3.2-.8s-1.8.8-3.2.8-2.1-.8-3.2-.8-1.8.8-3.2.8-2.1-.8-3.2-.8V18.2Z'/%3E%3C/svg%3E"); }
.icon-clipboard { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2h6a2 2 0 0 1 2 2h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h2a2 2 0 0 1 2-2Zm0 2v2h6V4H9Zm-1 7h8V9H8v2Zm0 4h8v-2H8v2Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2h6a2 2 0 0 1 2 2h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h2a2 2 0 0 1 2-2Zm0 2v2h6V4H9Zm-1 7h8V9H8v2Zm0 4h8v-2H8v2Z'/%3E%3C/svg%3E"); }
.icon-scale { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 4V2h2v2h6v2h-2.2l3 6H21a4 4 0 0 1-8 0h1.2l3-6H13v12h4v2H7v-2h4V6H6.8l3 6H11a4 4 0 0 1-8 0h1.2l3-6H5V4h6Zm-5 8h2L7 10l-1 2Zm10 0h2l-1-2-1 2Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 4V2h2v2h6v2h-2.2l3 6H21a4 4 0 0 1-8 0h1.2l3-6H13v12h4v2H7v-2h4V6H6.8l3 6H11a4 4 0 0 1-8 0h1.2l3-6H5V4h6Zm-5 8h2L7 10l-1 2Zm10 0h2l-1-2-1 2Z'/%3E%3C/svg%3E"); }
.icon-refresh { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7 6.3A8 8 0 0 0 4.3 10H2a10 10 0 0 1 17.1-5.1L21 3v6h-6l2.7-2.7ZM6.3 17.7A8 8 0 0 0 19.7 14H22A10 10 0 0 1 4.9 19.1L3 21v-6h6l-2.7 2.7Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7 6.3A8 8 0 0 0 4.3 10H2a10 10 0 0 1 17.1-5.1L21 3v6h-6l2.7-2.7ZM6.3 17.7A8 8 0 0 0 19.7 14H22A10 10 0 0 1 4.9 19.1L3 21v-6h6l-2.7 2.7Z'/%3E%3C/svg%3E"); }
.icon-whatsapp { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3A12.8 12.8 0 0 0 5 22.4L3.5 29l6.8-1.5A12.8 12.8 0 1 0 16 3Zm0 2.3a10.5 10.5 0 0 1 0 21c-1.9 0-3.7-.5-5.3-1.4l-.4-.2-3.8.9.8-3.7-.2-.4A10.5 10.5 0 0 1 16 5.3Zm-4.2 5.3c-.2 0-.5 0-.7.3-.3.4-1 1.1-1 2.6s1.1 3 1.3 3.2c.2.2 2.1 3.4 5.3 4.6 2.6 1 3.2.8 3.8.7.6-.1 1.9-.8 2.1-1.5.3-.7.3-1.4.2-1.5-.1-.2-.3-.2-.7-.4l-2.2-1.1c-.3-.1-.6-.2-.8.2-.2.3-.9 1.1-1.1 1.3-.2.2-.4.2-.7.1-.4-.2-1.5-.5-2.8-1.7-1-1-1.7-2.1-1.9-2.5-.2-.3 0-.5.2-.7l.5-.6c.2-.2.2-.3.3-.5.1-.2 0-.4 0-.6l-1-2.4c-.3-.6-.5-.5-.8-.5Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3A12.8 12.8 0 0 0 5 22.4L3.5 29l6.8-1.5A12.8 12.8 0 1 0 16 3Zm0 2.3a10.5 10.5 0 0 1 0 21c-1.9 0-3.7-.5-5.3-1.4l-.4-.2-3.8.9.8-3.7-.2-.4A10.5 10.5 0 0 1 16 5.3Zm-4.2 5.3c-.2 0-.5 0-.7.3-.3.4-1 1.1-1 2.6s1.1 3 1.3 3.2c.2.2 2.1 3.4 5.3 4.6 2.6 1 3.2.8 3.8.7.6-.1 1.9-.8 2.1-1.5.3-.7.3-1.4.2-1.5-.1-.2-.3-.2-.7-.4l-2.2-1.1c-.3-.1-.6-.2-.8.2-.2.3-.9 1.1-1.1 1.3-.2.2-.4.2-.7.1-.4-.2-1.5-.5-2.8-1.7-1-1-1.7-2.1-1.9-2.5-.2-.3 0-.5.2-.7l.5-.6c.2-.2.2-.3.3-.5.1-.2 0-.4 0-.6l-1-2.4c-.3-.6-.5-.5-.8-.5Z'/%3E%3C/svg%3E"); }
.icon-instagram { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9a5.5 5.5 0 0 1-5.5 5.5h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2Zm0 2A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm5.2-2.4a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4Z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9a5.5 5.5 0 0 1-5.5 5.5h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2Zm0 2A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm5.2-2.4a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4Z'/%3E%3C/svg%3E"); }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--green); color: var(--black); padding: 10px 14px; z-index: 100; }
.skip-link:focus { left: 8px; }

.topbar { background: var(--black); color: rgba(255,255,255,.78); font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar a { color: var(--white); }
.navbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 176px; height: auto; }
.nav-menu { display: flex; align-items: center; gap: 6px; }
.nav-menu a, .nav-parent > button { padding: 11px 13px; color: #243024; font-weight: 700; font-size: 14px; }
.nav-menu a[aria-current="page"] { color: var(--green-dark); }
.nav-parent { position: relative; }
.nav-parent > button {
  border: 0;
  background: none;
  font: inherit;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.nav-parent > button::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e9f5de;
  color: var(--green-dark);
  font-size: 13px;
  line-height: 1;
}
.nav-menu a:hover, .nav-parent:hover > button, .nav-parent:focus-within > button {
  color: var(--green-dark);
  background: #f1f8ec;
  border-radius: 6px;
}
.submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 260px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 10px;
  display: grid;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-parent:hover .submenu, .nav-parent:focus-within .submenu, .nav-parent.is-open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.submenu a { display: block; padding: 10px 12px; border-radius: 6px; white-space: nowrap; }
.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}
.nav-menu .nav-cta { background: var(--green); color: var(--black); margin-left: 8px; }
.btn-primary { background: var(--green); color: var(--black); box-shadow: 0 10px 20px rgba(88,176,0,.2); }
.btn-secondary { background: var(--black); color: var(--white); }
.btn-ghost { border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-light { background: var(--white); color: var(--black); }
.btn, .nav-cta {
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.btn:hover, .nav-menu .nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(8,11,8,.18);
}
.btn-primary:hover, .nav-menu .nav-cta:hover { background: #6ed10a; }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.btn:active, .nav-menu .nav-cta:active { transform: translateY(0); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 6px; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--black); }

.hero, .page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8,11,8,.92) 0%, rgba(8,11,8,.82) 44%, rgba(8,11,8,.42) 100%),
    var(--hero-image, url("https://images.pexels.com/photos/1427541/pexels-photo-1427541.jpeg?auto=compress&cs=tinysrgb&w=1800"));
  background-size: cover;
  background-position: center;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8,11,8,.92) 0%, rgba(8,11,8,.82) 44%, rgba(8,11,8,.42) 100%);
}
.hero > .container { position: relative; z-index: 2; }
.hero { min-height: 690px; display: flex; align-items: center; }
.page-hero { padding: 110px 0 88px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) 380px; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; color: var(--green); font-weight: 900; text-transform: uppercase; font-size: 13px; letter-spacing: 0; margin-bottom: 16px; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 16px; letter-spacing: 0; }
h1 { font-size: clamp(40px, 6vw, 76px); max-width: 920px; }
h2 { font-size: clamp(28px, 3vw, 44px); color: var(--black); }
h3 { font-size: 21px; color: var(--black); }
.hero p, .page-hero p { font-size: 20px; max-width: 760px; color: rgba(255,255,255,.86); margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.quote-panel {
  background: rgba(255,255,255,.96);
  color: var(--black);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--green);
}
.quote-panel strong { display: block; font-size: 20px; margin-bottom: 14px; }
.quote-panel span { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 700; color: #2b352b; }
.quote-panel span::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 5.7a1 1 0 0 1 0 1.4l-10.6 10.6a1 1 0 0 1-1.4 0l-4.6-4.6a1 1 0 1 1 1.4-1.4L9 15.6 18.9 5.7a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 5.7a1 1 0 0 1 0 1.4l-10.6 10.6a1 1 0 0 1-1.4 0l-4.6-4.6a1 1 0 1 1 1.4-1.4L9 15.6 18.9 5.7a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}
.hero-stats { margin-top: 34px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; max-width: 820px; }
.hero-stats div { border-left: 3px solid var(--green); padding-left: 14px; }
.hero-stats strong { display: block; font-size: 24px; color: var(--white); }
.hero-stats span { color: rgba(255,255,255,.78); font-size: 14px; }

.section { padding: 86px 0; }
.section.alt { background: var(--soft); }
.section.dark { background: var(--black); color: var(--white); }
.section.dark h2, .section.dark h3 { color: var(--white); }
.section.dark .card h3 { color: var(--black); }
.section.dark .card p { color: var(--muted); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head p { max-width: 700px; margin: 0; color: var(--muted); }
.section.dark .section-head p { color: rgba(255,255,255,.72); }
.grid { display: grid; gap: 18px; }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  min-height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(88,176,0,.35); }
.card p { color: var(--muted); margin: 0 0 18px; }
.icon-card { position: relative; overflow: hidden; }
.icon-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(88,176,0,.08);
  pointer-events: none;
}
.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--green-dark);
  background: #e9f5de;
  border: 1px solid rgba(88,176,0,.24);
  border-radius: 8px;
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.36);
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.card:hover .card-icon {
  transform: translateY(-2px) scale(1.04);
  background: var(--green);
  color: var(--black);
}
.card .mini {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #e9f5de;
  color: var(--green-dark);
  font-weight: 900;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.1;
  padding: 8px 10px;
  white-space: normal;
  text-align: center;
}
.text-link { color: var(--green-dark); font-weight: 900; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.media-frame { aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--soft); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.feature-list { display: grid; gap: 14px; margin-top: 24px; }
.feature-list div, .check-list li {
  padding: 13px 14px 13px 42px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  position: relative;
}
.feature-list div::before, .check-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  width: 18px;
  height: 18px;
  background: var(--green);
  border-radius: 0;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 5.7a1 1 0 0 1 0 1.4l-10.6 10.6a1 1 0 0 1-1.4 0l-4.6-4.6a1 1 0 1 1 1.4-1.4L9 15.6 18.9 5.7a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 5.7a1 1 0 0 1 0 1.4l-10.6 10.6a1 1 0 0 1-1.4 0l-4.6-4.6a1 1 0 1 1 1.4-1.4L9 15.6 18.9 5.7a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.section-kicker-image {
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: var(--shadow);
  background: var(--soft);
}
.section-kicker-image img { width: 100%; height: 100%; object-fit: cover; }
.process { counter-reset: step; }
.process .card { position: relative; padding-top: 24px; }
.process .card::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: var(--black);
  border-radius: 50%;
  font-weight: 900;
}
.route-band { background: var(--black); color: var(--white); padding: 34px 0; }
.routes { display: flex; flex-wrap: wrap; gap: 10px; }
.routes a { border: 1px solid rgba(255,255,255,.2); padding: 10px 13px; border-radius: 6px; color: var(--white); }
.routes a:hover { background: var(--green); color: var(--black); }

.content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 34px; align-items: start; }
.home-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 40px;
  align-items: start;
}
.home-quote-copy {
  position: sticky;
  top: 106px;
  padding: 10px 0;
}
.home-quote-copy p {
  color: var(--muted);
  max-width: 620px;
  margin: 0;
  font-size: 18px;
}
.home-quote-form .lead-form {
  margin: 0;
}
.article-block { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; margin-bottom: 18px; }
.article-block p { color: var(--muted); margin: 0 0 14px; }
.sidebar { position: sticky; top: 106px; display: grid; gap: 16px; }
.side-card { background: var(--black); color: var(--white); border-radius: var(--radius); padding: 24px; }
.side-card h2 { color: var(--white); font-size: 25px; }
.side-links { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.side-links a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 700; }
.side-links a {
  position: relative;
  padding-right: 28px;
}
.side-links a::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f5de;
  color: var(--green-dark);
  font-weight: 900;
  transition: transform .18s ease, background-color .18s ease;
}
.side-links a:hover { color: var(--green-dark); }
.side-links a:hover::after { transform: translateY(-50%) rotate(90deg); background: var(--green); color: var(--black); }
.side-links a:last-child { border-bottom: 0; }

.faq-wrap { display: grid; gap: 12px; }
.faq { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.faq button { width: 100%; border: 0; background: none; text-align: left; padding: 18px 58px 18px 20px; font-weight: 900; color: var(--black); cursor: pointer; position: relative; }
.faq button::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f5de;
  color: var(--green-dark);
  font-size: 18px;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease;
}
.faq.is-open button::after { content: "−"; background: var(--green); color: var(--black); }
.faq button:hover::after { transform: translateY(-50%) rotate(90deg); }
.faq p { display: none; margin: 0; padding: 0 20px 18px; color: var(--muted); }
.faq.is-open p { display: block; }
.testimonial-carousel {
  position: relative;
  overflow: hidden;
}
.testimonial-track {
  display: flex;
  gap: 18px;
  transition: transform .45s ease;
  will-change: transform;
}
.testimonial-card {
  flex: 0 0 calc((100% - 36px) / 3);
}
.carousel-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}
.carousel-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.carousel-btn:hover { transform: translateY(-2px); background: var(--green); border-color: var(--green); }

.lead-form { display: grid; gap: 16px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: grid; gap: 7px; font-weight: 800; color: var(--black); font-size: 14px; }
label { display: grid; gap: 7px; font-weight: 800; color: var(--black); font-size: 14px; }
.help-text { display: block; color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.5; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.input-wrap { position: relative; display: block; }
.input-wrap .field-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green-dark);
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}
.input-wrap .field-icon.icon {
  width: 18px;
  height: 18px;
  background: var(--green-dark);
}
.input-wrap input, .input-wrap select { padding-left: 38px; }
input, select, textarea { width: 100%; border: 1px solid #cfd8ca; border-radius: 6px; min-height: 46px; padding: 11px 12px; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(88,176,0,.24); border-color: var(--green); }
textarea { resize: vertical; }
.contact-lines { display: grid; gap: 16px; margin-top: 16px; }
.contact-line { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.84); }
.contact-line .icon { flex: 0 0 18px; width: 18px; margin-top: 3px; color: var(--green); }
.contact-line a,
.contact-line span:not(.icon) { display: inline; min-width: 0; margin: 0; line-height: 1.55; color: inherit; }
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 16px 34px rgba(8,11,8,.22);
  z-index: 80;
  transition: transform .18s ease, box-shadow .18s ease;
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 20px 44px rgba(8,11,8,.28); }
.whatsapp-float .icon { width: 31px; height: 31px; }
.alert { padding: 14px 16px; border-radius: 6px; margin-bottom: 18px; font-weight: 800; }
.alert.success { background: #e9f5de; color: var(--green-dark); }
.alert.error { background: #ffeceb; color: #9d2017; }

.admin-body { background: var(--soft); min-height: 100vh; }
.admin-topbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  background: var(--black);
  color: var(--white);
}
.admin-topbar div { display: grid; gap: 2px; }
.admin-topbar strong { font-size: 18px; }
.admin-topbar span { color: rgba(255,255,255,.68); font-size: 13px; }
.admin-topbar a { color: var(--green); font-weight: 900; }
.admin-login { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.admin-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.admin-login-card { width: min(100%, 420px); display: grid; gap: 16px; padding: 28px; }
.admin-login-card h1 { color: var(--black); font-size: 34px; margin-bottom: 0; }
.admin-login-card p { margin: 0; color: var(--muted); }
.admin-shell { width: min(1280px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 48px; }
.admin-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.admin-stats .admin-card { padding: 18px; }
.admin-stats span { color: var(--muted); font-weight: 800; font-size: 13px; }
.admin-stats strong { display: block; font-size: 34px; line-height: 1.1; color: var(--black); }
.admin-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 18px; align-items: start; }
.inquiry-list { padding: 18px; max-height: calc(100vh - 170px); overflow: auto; }
.inquiry-list h1 { color: var(--black); font-size: 28px; margin-bottom: 16px; }
.inquiry-row {
  display: grid;
  gap: 3px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 10px;
  background: var(--white);
}
.inquiry-row:hover, .inquiry-row.is-active { border-color: rgba(88,176,0,.55); background: #f7faf4; }
.inquiry-row strong { color: var(--black); }
.inquiry-row span { color: var(--muted); font-size: 13px; overflow-wrap: anywhere; }
.inquiry-row small { color: #71806d; }
.inquiry-detail { padding: 24px; }
.detail-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.detail-head h2 { margin-bottom: 6px; }
.detail-head p { margin: 0; color: var(--muted); overflow-wrap: anywhere; }
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #e9f5de;
  color: var(--green-dark);
  font-weight: 900;
  text-transform: capitalize;
  white-space: nowrap;
}
.meta-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.meta-grid div { border: 1px solid var(--line); border-radius: 6px; padding: 13px; background: #fbfdf9; }
.meta-grid span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.meta-grid strong { display: block; margin-top: 3px; color: var(--black); font-size: 14px; overflow-wrap: anywhere; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 18px; }
.admin-table { width: 100%; border-collapse: collapse; background: var(--white); }
.admin-table th, .admin-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { width: 250px; background: #f7faf4; color: #273422; }
.admin-table td { color: var(--muted); overflow-wrap: anywhere; }
.admin-table tr:last-child th, .admin-table tr:last-child td { border-bottom: 0; }
.admin-table a { color: var(--green-dark); font-weight: 900; }
.admin-edit { display: grid; gap: 14px; }

.site-footer { background: var(--black); color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding: 64px 0; }
.footer-logo { width: 210px; margin-bottom: 18px; }
.site-footer h2 { color: var(--white); font-size: 18px; }
.site-footer a { display: block; color: rgba(255,255,255,.78); margin: 8px 0; }
.site-footer .contact-line a { display: inline; margin: 0; }
.site-footer .btn { display: inline-flex; color: var(--black); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; font-size: 14px; }
.footer-bottom-inner { display: block; }
.footer-bottom a { display: inline; margin: 0; color: var(--green); font-weight: 800; }
.footer-bottom a:hover { color: var(--white); }

@media (max-width: 980px) {
  .topbar { display: none; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    padding: 14px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
  }
  .nav-menu.is-open { display: flex; }
  .nav-menu .nav-cta { margin-left: 0; }
  .nav-parent { width: 100%; }
  .nav-parent > button { width: 100%; justify-content: space-between; }
  .submenu {
    position: static;
    min-width: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    margin: 4px 0 8px;
    background: var(--soft);
  }
  .nav-parent:hover .submenu, .nav-parent:focus-within .submenu, .nav-parent.is-open .submenu { display: grid; }
  .hero, .page-hero { min-height: auto; padding: 78px 0; }
  .hero-grid, .split, .content-wrap, .home-quote-grid { grid-template-columns: 1fr; }
  .home-quote-copy { position: static; }
  .admin-layout { grid-template-columns: 1fr; }
  .inquiry-list { max-height: none; }
  .quote-panel { max-width: 520px; }
  .hero-stats, .grid-4, .grid-3, .admin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-card { flex-basis: calc((100% - 18px) / 2); }
  .section-head { display: block; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--container)); }
  .brand img { width: 142px; }
  .nav-inner { height: 70px; }
  .nav-menu { top: 70px; }
  h1 { font-size: 38px; }
  .hero p, .page-hero p { font-size: 17px; }
  .hero-actions, .btn { width: 100%; }
  .hero-stats, .grid-4, .grid-3, .grid-2, .field-grid, .footer-grid, .admin-stats, .meta-grid { grid-template-columns: 1fr; }
  .admin-shell { width: min(100% - 24px, 1280px); }
  .admin-topbar { padding: 0 16px; }
  .inquiry-detail, .admin-login-card { padding: 20px; }
  .testimonial-card { flex-basis: 100%; }
  .section { padding: 58px 0; }
  .article-block, .card, .quote-panel, .lead-form { padding: 20px; }
}

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