﻿:root {
  --white: #ffffff;
  --black: #111111;
  --ink: #181c1f;
  --muted: #626a70;
  --line: rgba(17, 17, 17, 0.1);
  --green: #62b531;
  --green-dark: #2f7f25;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Inter", Arial, sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(17,17,17,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,17,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 72%); z-index: -2; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.cursor-glow { position: fixed; width: 440px; height: 440px; left: 0; top: 0; border-radius: 50%; background: radial-gradient(circle, rgba(98,181,49,.16), transparent 62%); transform: translate3d(-50%, -50%, 0); pointer-events: none; z-index: -1; transition: opacity 220ms ease; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 16px; z-index: 20; width: min(1180px, calc(100% - 40px)); min-height: 92px; margin: 16px auto 0; padding: 10px 14px 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(17,17,17,.1); border-radius: 24px; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); box-shadow: 0 16px 45px rgba(17,17,17,.06); }
.brand { display: flex; align-items: center; justify-content: center; width: 136px; height: 74px; flex: 0 0 136px; overflow: hidden; border: 1px solid rgba(17,17,17,.08); border-radius: 18px; background: #fff; box-shadow: 0 10px 26px rgba(17,17,17,.06); }
.brand img { width: 118px; height: auto; object-fit: contain; transform: none; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #353b3f; font-size: 14px; font-weight: 600; }
.nav-links a { transition: color 180ms ease; }
.nav-links a:hover { color: var(--green-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--black); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 20px; height: 2px; border-radius: 999px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.site-header.menu-open .menu-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .menu-toggle span:last-child { transform: translateY(-7px) rotate(-45deg); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 999px; padding: 0 20px; font-weight: 700; font-size: 14px; transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.nav-cta, .button.primary { background: var(--black); color: var(--white); box-shadow: 0 12px 30px rgba(17,17,17,.16); }
.button.primary:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 45px rgba(98,181,49,.24), 0 16px 38px rgba(17,17,17,.16); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.76); color: var(--black); }
.button.secondary:hover { transform: translateY(-2px); border-color: rgba(98,181,49,.44); }
.hero { min-height: calc(100vh - 92px); padding: 90px 0 64px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); align-items: center; gap: 68px; }
.eyebrow { margin: 0 0 18px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--black); font-family: "Space Grotesk", Arial, sans-serif; letter-spacing: 0; }
h1 { max-width: 760px; font-size: clamp(56px, 7vw, 104px); line-height: .92; }
.hero-subtitle { max-width: 540px; margin: 30px 0 0; color: #3f464b; font-size: 23px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.dashboard-stage { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; }
.dashboard-stage::before { content: ""; position: absolute; width: 72%; height: 72%; border: 2px solid rgba(98,181,49,.3); border-bottom-color: rgba(17,17,17,.22); border-left-color: transparent; border-right-color: transparent; border-radius: 50%; animation: breathe 6s ease-in-out infinite; }
.dashboard-window { position: relative; width: min(100%, 500px); padding: 18px; border: 1px solid rgba(17,17,17,.12); border-radius: var(--radius); background: rgba(255,255,255,.86); backdrop-filter: blur(18px); box-shadow: var(--shadow); animation: float 7s ease-in-out infinite; }
.window-bar { display: flex; align-items: center; gap: 8px; padding: 8px 8px 18px; color: #6f767b; font-size: 12px; font-weight: 800; }
.window-bar span { width: 10px; height: 10px; border-radius: 50%; background: #d8ddd8; }
.window-bar span:first-child { background: var(--green); }
.window-bar strong { margin-left: auto; }
.dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.module { min-height: 118px; padding: 18px; border: 1px solid rgba(17,17,17,.09); border-radius: 20px; background: #fbfcfa; display: flex; flex-direction: column; justify-content: space-between; transition: transform 260ms ease, border-color 260ms ease, background 260ms ease; }
.module.active, .module:hover { transform: translateY(-4px); border-color: rgba(98,181,49,.44); background: #f4faef; }
.module span { color: #4d5458; font-size: 14px; font-weight: 700; }
.module b { color: var(--black); font-family: "Space Grotesk", Arial, sans-serif; font-size: 28px; }
.module.wide { grid-column: 1 / -1; min-height: 104px; background: var(--black); }
.module.wide span, .module.wide b { color: var(--white); }
.analytics-strip { height: 120px; margin-top: 12px; padding: 18px; display: grid; grid-template-columns: repeat(7, 1fr); align-items: end; gap: 10px; border-radius: 20px; background: #f7f9f6; border: 1px solid rgba(17,17,17,.08); }
.analytics-strip i { display: block; height: var(--h); border-radius: 999px 999px 6px 6px; background: linear-gradient(180deg, var(--green), var(--green-dark)); animation: barPulse 3.8s ease-in-out infinite; animation-delay: calc(var(--h) * -.03); }
.trusted { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 42px; padding: 34px 0 110px; }
.stars { margin: 0 0 12px; color: var(--green); font-size: 18px; }
.trusted h2, .section-heading h2 { max-width: 760px; font-size: clamp(34px, 4.4vw, 62px); line-height: 1; }
.logo-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.logo-row span { min-height: 68px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 20px; color: #697075; font-size: 13px; font-weight: 800; background: rgba(255,255,255,.8); }
.services, .products, .process, .why, .testimonials, .contact { padding: 108px 0; border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 44px; }
.service-list { display: grid; gap: 10px; }
.service-band { display: grid; grid-template-columns: 86px .72fr 1fr; align-items: center; gap: 24px; min-height: 112px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: min-height 260ms ease, transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease; }
.service-band:hover { min-height: 142px; transform: translateY(-3px); border-color: rgba(98,181,49,.4); box-shadow: var(--shadow); }
.service-band span { color: var(--green-dark); font-weight: 800; }
.service-band h3 { font-size: clamp(28px, 4vw, 48px); }
.service-band p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.product-grid, .testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.product-card, .quote-card, .contact-form { border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 20px 60px rgba(17,17,17,.06); }
.product-card { min-height: 430px; padding: 34px; display: flex; flex-direction: column; transition: transform 260ms ease, box-shadow 260ms ease; }
.product-card:hover, .quote-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card.dark { background: var(--black); }
.product-card.dark h3, .product-card.dark li, .product-card.dark a { color: var(--white); }
.product-kicker { margin: 0 0 18px; color: var(--green); font-weight: 800; }
.product-card h3 { max-width: 560px; font-size: clamp(30px, 4vw, 54px); line-height: 1.02; }
.product-card ul { margin: 28px 0 0; padding: 0; list-style: none; color: #424a4f; font-weight: 700; line-height: 2; }
.product-card a { margin-top: auto; color: var(--black); font-weight: 800; }
.product-card a span { color: var(--green); }
.timeline { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.timeline-item { position: relative; min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.timeline-item:not(:last-child)::after { content: ">"; position: absolute; right: -12px; top: 50%; color: var(--green); font-size: 24px; transform: translate(50%, -50%) rotate(-90deg); }
.timeline-item span { color: var(--green-dark); font-size: 14px; font-weight: 800; }
.timeline-item strong { position: absolute; left: 24px; bottom: 24px; max-width: calc(100% - 48px); color: var(--black); font-family: "Space Grotesk", Arial, sans-serif; font-size: 24px; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.number-block { min-height: 250px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.number-block strong { color: var(--black); font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(44px, 5vw, 70px); line-height: .95; }
.number-block span { color: var(--muted); font-size: 18px; font-weight: 800; }
.testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quote-card { min-height: 260px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; backdrop-filter: blur(18px); transition: transform 260ms ease, box-shadow 260ms ease; }
.quote-card p { margin: 0; color: #30373c; font-size: 19px; line-height: 1.55; }
.quote-card span { color: var(--green-dark); font-size: 13px; font-weight: 800; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.contact-copy p:last-child { max-width: 470px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.contact-form { padding: 30px; }
.contact-form label { display: block; }
.contact-form span { display: block; margin-bottom: 8px; color: #4e555a; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-bottom: 18px; padding: 15px 16px; border: 1px solid rgba(17,17,17,.12); border-radius: 16px; background: #fff; color: var(--black); font: inherit; outline: none; transition: border-color 180ms ease, box-shadow 180ms ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: rgba(98,181,49,.64); box-shadow: 0 0 0 4px rgba(98,181,49,.1); }
.contact-form label.has-error input, .contact-form label.has-error textarea, .contact-form label.has-error select { border-color: #b53b3b; box-shadow: 0 0 0 4px rgba(181,59,59,.1); }
.field-error { display: block; margin: -10px 0 16px; color: #9f2f2f; font-size: 12px; font-weight: 800; line-height: 1.4; }
.hidden-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form button { width: 100%; border: 0; cursor: pointer; }
.contact-form button:disabled { cursor: wait; opacity: .72; }
.form-status { min-height: 22px; margin: 14px 0 0; color: var(--muted); font-size: 14px; font-weight: 700; line-height: 1.5; }
.form-status.success { color: var(--green-dark); }
.form-status.error { color: #9f2f2f; }
.site-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 44px 0 54px; display: grid; grid-template-columns: 1.2fr 1fr .8fr 1fr; gap: 24px; border-top: 1px solid var(--line); color: #4f565b; }
.site-footer img { width: 180px; margin-bottom: 12px; }
.site-footer p, .site-footer address { margin: 0; font-style: normal; line-height: 1.6; }
.site-footer nav, .social-links { display: grid; gap: 10px; }
.site-footer a { font-weight: 700; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 720ms ease, transform 720ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-18px) rotate(1deg); } }
@keyframes breathe { 0%, 100% { transform: scale(.96); opacity: .7; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes barPulse { 0%, 100% { transform: scaleY(.74); } 50% { transform: scaleY(1); } }
@media (max-width: 980px) {
  h1 { font-size: 64px; }
  .trusted h2, .section-heading h2 { font-size: 42px; }
  .service-band h3, .product-card h3 { font-size: 36px; }
  .number-block strong { font-size: 52px; }
  .site-header { min-height: 74px; height: auto; flex-wrap: wrap; gap: 14px; padding: 8px 10px 8px 16px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .nav-links { display: none; order: 4; width: 100%; grid-template-columns: 1fr; gap: 4px; padding: 8px 0 4px; border-top: 1px solid var(--line); }
  .site-header.menu-open .nav-links { display: grid; }
  .nav-links a { padding: 13px 12px; border-radius: 12px; }
  .nav-links a:hover { background: #f4faef; }
  .nav-cta { display: none; }
  .hero, .trusted, .contact { grid-template-columns: 1fr; }
  .hero { padding-top: 72px; }
  .dashboard-stage { min-height: 480px; }
  .logo-row, .timeline, .numbers-grid, .testimonial-grid, .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: 1fr; }
  .service-band { grid-template-columns: 58px 1fr; }
  .service-band p { grid-column: 2; }
  .timeline-item:not(:last-child)::after { display: none; }
}
@media (max-width: 640px) {
  h1 { font-size: 44px; line-height: .98; }
  .trusted h2, .section-heading h2 { font-size: 34px; line-height: 1.06; }
  .service-band h3, .product-card h3 { font-size: 30px; }
  .number-block strong { font-size: 44px; }
  .section-shell, .site-header, .site-footer { width: min(100% - 28px, 1180px); }
  .site-header { top: 10px; margin-top: 10px; padding: 8px 10px; border-radius: 18px; }
  .brand { width: 92px; height: 50px; flex-basis: 92px; border-radius: 14px; }
  .brand img { width: 78px; height: auto; }
  .nav-links { font-size: 13px; }
  .hero-subtitle { font-size: 20px; }
  .hero-actions, .form-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .dashboard-stage { min-height: 360px; }
  .dashboard-window { padding: 12px; }
  .module { min-height: 104px; padding: 14px; }
  .module b { font-size: 22px; }
  .trusted, .services, .products, .process, .why, .testimonials, .contact { padding: 64px 0; }
  .logo-row, .timeline, .numbers-grid, .testimonial-grid, .site-footer { grid-template-columns: 1fr; }
  .service-band { min-height: 132px; padding: 22px; grid-template-columns: 1fr; gap: 12px; }
  .service-band p { grid-column: auto; }
  .product-card, .quote-card, .contact-form { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 420px) {
  .section-shell, .site-header, .site-footer { width: calc(100% - 20px); }
  .site-header { top: 8px; border-radius: 16px; }
  .brand { width: 86px; height: 48px; flex-basis: 86px; }
  .brand img { width: 72px; }
  .menu-toggle { width: 42px; height: 42px; border-radius: 12px; }
  .hero { padding-top: 54px; gap: 34px; }
  .hero-subtitle { font-size: 18px; }
  .dashboard-grid { gap: 8px; }
  .module { min-height: 92px; }
  .analytics-strip { height: 92px; gap: 7px; padding: 12px; }
  .contact-form input, .contact-form textarea, .contact-form select { padding: 13px 14px; border-radius: 12px; }
}

