:root {
  --ink: #12231e;
  --muted: #5e6b66;
  --green: #1d6b50;
  --green-dark: #102c24;
  --mint: #dff3e8;
  --lime: #c9ef6c;
  --cream: #f6f4ec;
  --line: #dde3df;
  --white: #fff;
  --shadow: 0 26px 70px rgba(18, 35, 30, .13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfcfa;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; top: 0; width: 100%; z-index: 50; }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-size: 22px; font-weight: 800; text-decoration: none; letter-spacing: -.8px; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px 12px 5px 12px; background: var(--green-dark); color: var(--lime); font-size: 17px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav a { text-decoration: none; }
.main-nav > a:not(.nav-cta) { color: #41504a; }
.main-nav > a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { background: var(--ink); color: #fff; border-radius: 999px; padding: 13px 18px; transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--green); }
.menu-button { display: none; border: 0; background: none; padding: 9px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: .25s; }

.hero { min-height: 760px; padding: 158px 0 100px; overflow: hidden; background: radial-gradient(circle at 72% 38%, #e8f5ec 0, transparent 35%), linear-gradient(135deg, #fbfcfa 35%, #f4f5ed 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 78px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,239,108,.28); }
h1, h2, h3 { font-family: Manrope, sans-serif; margin-top: 0; }
h1 { max-width: 640px; margin-bottom: 26px; font-size: clamp(52px, 6vw, 77px); line-height: .99; letter-spacing: -4.5px; }
h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 570px; margin: 0 0 34px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 12px 28px rgba(29,107,80,.21); }
.button-primary:hover { background: #15573f; box-shadow: 0 14px 34px rgba(29,107,80,.3); }
.text-link { font-size: 14px; font-weight: 700; text-underline-offset: 5px; text-decoration-color: #a8b0ac; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; color: #52605b; font-size: 13px; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row svg { width: 15px; fill: none; stroke: var(--green); stroke-width: 2.5; }

.hero-visual { position: relative; min-height: 490px; }
.glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 360px; height: 360px; right: -55px; top: 0; background: rgba(201,239,108,.3); }
.glow-two { width: 260px; height: 260px; left: -20px; bottom: -30px; background: rgba(111,191,160,.22); }
.dashboard-card { position: absolute; inset: 25px 0 auto auto; width: min(100%, 485px); padding: 25px; border: 1px solid rgba(255,255,255,.8); border-radius: 30px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: rotate(1.2deg); }
.dash-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.dash-top div { display: grid; gap: 4px; }
.mini-label { color: #82908a; font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }
.dash-top strong { font-family: Manrope, sans-serif; font-size: 22px; }
.online-dot { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; background: #edf8f2; color: var(--green); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.online-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #43a879; }
.dash-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dash-stats article { min-height: 112px; padding: 16px; border-radius: 18px; background: #f5f7f5; }
.dash-stats article > span { color: #738079; font-size: 11px; }
.dash-stats article > strong { display: block; margin: 9px 0 13px; font: 700 16px Manrope, sans-serif; }
.dash-stats small { color: #6e7b76; font-size: 10px; }
.dash-stats small i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: #57ad83; border-radius: 50%; }
.dash-stats .accent-stat { background: var(--green-dark); color: #fff; }
.dash-stats .accent-stat > span, .dash-stats .accent-stat small { color: #b8d1c8; }
.dash-stats .accent-stat small i { background: var(--lime); }
.dash-list { margin-top: 20px; }
.list-heading { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 12px; }
.list-heading span { color: #89938f; }
.list-item { display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 11px; padding: 10px 0; border-top: 1px solid #edf0ee; }
.list-item > span { display: grid; gap: 2px; }
.list-item strong { font-size: 12px; }
.list-item small { color: #87918d; font-size: 10px; }
.list-item > i { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #e4f3eb; color: var(--green); font-style: normal; font-size: 10px; }
.icon-box { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #dff3e8; color: var(--green); font-size: 10px; }
.icon-box.warm { background: #f9edd7; color: #8c6521; }
.icon-box.blue { background: #e4ebfa; color: #436094; }
.float-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(18,35,30,.14); animation: float 4s ease-in-out infinite; }
.float-note > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; background: var(--mint); color: var(--green); font-weight: 800; }
.float-note div { display: grid; gap: 2px; }
.float-note b { font-size: 11px; }
.float-note small { color: #77817d; font-size: 9px; }
.note-one { left: -36px; top: 105px; }
.note-two { right: -22px; bottom: 28px; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-8px); } }

.section { padding: 112px 0; }
.products { background: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.section-heading h2, .why h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 58px); line-height: 1.05; letter-spacing: -3px; }
.section-heading > p { max-width: 390px; margin: 0 0 6px; color: var(--muted); line-height: 1.65; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.product-card { display: flex; flex-direction: column; min-height: 500px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: translateY(-6px); border-color: #c9d3ce; box-shadow: 0 22px 60px rgba(22,45,37,.09); }
.product-card.featured { background: linear-gradient(155deg, #eff9f3, #fff 58%); border-color: #c7e2d4; }
.product-topline { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 46px; }
.product-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; }
.product-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.product-icon.crm { color: var(--green); background: var(--mint); }
.product-icon.sites { color: var(--green); background: var(--mint); }
.product-icon.school { color: #41639a; background: #e4ebfa; }
.product-icon.finance { color: #91671d; background: #faefd8; }
.product-icon.custom { color: #41639a; background: #e4ebfa; }
.service-number { color: #8a9691; font: 700 11px Manrope, sans-serif; letter-spacing: 1px; }
.product-kicker { margin: 0 0 8px; color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; }
.product-card h3 { margin-bottom: 12px; font-size: 25px; letter-spacing: -1px; }
.product-card div > p:last-child { min-height: 72px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-card ul { display: grid; gap: 10px; margin: 25px 0 30px; padding: 22px 0 0; border-top: 1px solid #e7ebe8; list-style: none; }
.product-card li { position: relative; padding-left: 19px; color: #47544f; font-size: 12px; }
.product-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.product-action { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; margin-top: auto; padding: 0 17px; border: 0; border-radius: 13px; background: var(--ink); color: white; cursor: pointer; text-decoration: none; font-size: 12px; font-weight: 700; }
.product-card:not(.featured) .product-action { background: #f0f3f1; color: var(--ink); }
.product-action:hover { background: var(--green); color: #fff; }

.why { position: relative; overflow: hidden; color: #fff; background: var(--green-dark); }
.why::before { content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -270px; border: 1px solid rgba(201,239,108,.18); border-radius: 50%; box-shadow: 0 0 0 75px rgba(201,239,108,.025), 0 0 0 150px rgba(201,239,108,.018); }
.why-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.eyebrow.light { color: #d6e6df; }
.why-copy > p:not(.eyebrow) { max-width: 455px; margin: 26px 0 31px; color: #afc4bc; line-height: 1.7; }
.button-light { background: var(--lime); color: var(--green-dark); }
.button-light:hover { background: #d7f58d; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.14); }
.benefit-list article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit-list article > span { color: var(--lime); font: 700 12px Manrope, sans-serif; }
.benefit-list h3 { margin: 0 0 8px; font-size: 19px; }
.benefit-list p { margin: 0; color: #a9beb6; font-size: 14px; line-height: 1.6; }

.site-footer { padding: 42px 0 20px; background: #f4f5f0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; }
.footer-grid p { text-align: center; color: var(--muted); font-size: 13px; }
.footer-grid > a:last-child { justify-self: end; color: #4c5a55; font-size: 12px; font-weight: 700; text-underline-offset: 5px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 35px; padding-top: 17px; border-top: 1px solid #dfe3df; color: #7d8783; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid #75bdf1; outline-offset: 4px; }
@media (max-width: 1000px) {
  .hero-grid { gap: 30px; }
  .hero-visual { transform: scale(.88); transform-origin: center right; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:last-child { grid-column: 1 / -1; min-height: 460px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .site-header { position: absolute; }
  .nav-wrap { height: 74px; }
  .menu-button { display: block; cursor: pointer; z-index: 55; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; background: rgba(251,252,250,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; font-size: 20px; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .hero { padding: 124px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(47px, 15vw, 66px); letter-spacing: -3.4px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-row { gap: 12px 18px; }
  .hero-visual { min-height: 440px; margin-top: 10px; transform: none; }
  .dashboard-card { width: calc(100% - 10px); right: 5px; padding: 19px; }
  .float-note { display: none; }
  .section { padding: 78px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .section-heading h2, .why h2 { font-size: 42px; letter-spacing: -2.2px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card:last-child { grid-column: auto; min-height: auto; }
  .product-card div > p:last-child { min-height: auto; }
  .why-grid { grid-template-columns: 1fr; gap: 55px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid p { text-align: left; }
  .footer-grid > a:last-child { justify-self: start; }
  .footer-bottom { display: grid; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
