:root {
  --green-950: #052f21;
  --green-900: #073a29;
  --green-800: #0a4b35;
  --green-700: #116047;
  --lime: #a8dc47;
  --lime-light: #d9f690;
  --cream: #f5f8eb;
  --ink: #10231b;
  --muted: #64726c;
  --line: #dfe7e2;
  --white: #fff;
  --shadow: 0 24px 70px rgba(4, 48, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Manrope", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(1040px, calc(100% - 40px)); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.section { padding: 72px 0; }
.section-kicker, .eyebrow { margin: 0 0 13px; color: #5c8c30; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 52px); line-height: 1.09; letter-spacing: -.045em; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(10, 75, 53, .08); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { width: 180px; flex: 0 0 180px; }
.brand img { width: 100%; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 31px; }
.main-nav a { position: relative; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--lime); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.main-nav .nav-login { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #cfddd5; border-radius: 9px; color: var(--green-900); background: #fff; white-space: nowrap; transition: border-color .2s ease, background .2s ease; }
.main-nav .nav-login::after { display: none; }
.main-nav .nav-login:hover { border-color: #9db9a9; background: #f3f8f3; }
.main-nav .nav-login i { font-size: 16px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(135deg, var(--green-800), var(--green-950)); box-shadow: 0 10px 25px rgba(5,47,33,.16); font-size: 13px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(5,47,33,.23); }
.button-small { min-height: 44px; padding: 0 18px; margin-left: 6px; }
.button-light { color: var(--ink); border: 1px solid var(--line); background: #fff; box-shadow: 0 7px 20px rgba(5,47,33,.08); }
.button-lime { color: var(--green-950); background: linear-gradient(135deg, var(--lime-light), var(--lime)); }
.play { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #cfd9d3; border-radius: 50%; color: var(--green-800); font-size: 9px; }
.menu-button { display: none; }

.hero { overflow: hidden; padding: 72px 0 42px; background: radial-gradient(circle at 90% 30%, rgba(168,220,71,.12), transparent 31%), #fff; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.3fr; align-items: center; gap: 52px; }
.hero h1 { margin: 0 0 22px; color: var(--green-950); font-size: clamp(48px, 5.4vw, 76px); line-height: .99; letter-spacing: -.06em; }
.hero h1 em { color: #77ae35; font-style: normal; }
.hero-lead { max-width: 560px; margin-bottom: 28px; color: #33463e; font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.feature-row {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 980px);
  margin: 36px auto 0;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid #e1eae4;
  border-radius: 22px;
  color: var(--green-950);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(5,47,33,.10);
}
.feature-row > div {
  min-width: 0;
  min-height: 132px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #e4ece7;
}
.feature-row > div:last-child { border-right: 0; }
.feature-row strong { display: block; margin-top: 14px; font-size: 15px; line-height: 1.25; }
.mini-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid #dce8e0;
  border-radius: 22px;
  color: var(--green-950);
  background: #f6f9f4;
  box-shadow: 0 9px 22px rgba(5,47,33,.11);
  font-size: 36px;
}
.mini-icon img, .mini-icon svg { width: 50px; height: 50px; display: block; object-fit: contain; }
.mini-icon.messenger, .mini-icon.instagram { background: #fff; }
.mini-icon.shipping { color: #136047; background: #e6f6e8; }
.mini-icon.payment { color: #7a57cc; background: #f2edff; }
.mini-icon.automation { color: #bd6900; background: #fff0ce; }

.hero-visual { position: relative; padding: 10px 10px 15px; border: 5px solid #15221d; border-radius: 23px 23px 11px 11px; background: #ecf2ef; box-shadow: 0 35px 65px rgba(7,58,41,.22); transform: perspective(1200px) rotateY(-2deg); }
.browser-bar { height: 25px; padding: 0 9px; display: flex; align-items: center; gap: 5px; border-radius: 10px 10px 0 0; color: #829089; background: #fff; font-size: 7px; }
.browser-bar i { width: 5px; height: 5px; border-radius: 50%; background: #d9e0dc; }
.browser-bar span { margin-left: 9px; }
.dashboard { min-height: 380px; display: grid; grid-template-columns: 105px 1fr; overflow: hidden; background: #f7f9f7; }
.dashboard aside { padding: 15px 12px; display: flex; flex-direction: column; gap: 16px; color: #65736c; background: #fff; font-size: 7px; }
.dashboard aside img { width: 27px; margin-bottom: 4px; }
.dashboard aside b { padding: 7px; color: var(--green-950); border-radius: 6px; background: #eff6e9; }
.dashboard-main { padding: 18px; }
.dash-top { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.dash-top > div { min-width: 0; padding: 11px; border: 1px solid #e3ebe6; border-radius: 7px; background: #fff; }
.dash-top small, .dash-top strong, .dash-top em { display: block; }
.dash-top small { overflow: hidden; color: #66756e; font-size: 6px; white-space: nowrap; }
.dash-top strong { margin: 6px 0 2px; font-size: 16px; letter-spacing: -.05em; }
.dash-top em { color: #438549; font-size: 5px; font-style: normal; }
.dash-top em.orange { color: #e07932; }
.orders-card { margin-top: 11px; padding: 14px; border: 1px solid #e3ebe6; border-radius: 7px; background: #fff; }
.card-title { margin-bottom: 9px; display: flex; justify-content: space-between; font-size: 8px; }
.table-row { min-height: 30px; display: grid; grid-template-columns: 1.2fr 1.4fr .7fr .8fr; align-items: center; gap: 5px; border-top: 1px solid #edf1ef; font-size: 6px; }
.table-head { min-height: 22px; color: #8a9690; border: 0; font-weight: 700; }
.status { width: fit-content; padding: 4px 6px; border-radius: 4px; color: #39704c; background: #ebf7dc; }
.status.pending { color: #a86d27; background: #fff5d9; }
.chart-row { margin-top: 11px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 8px; }
.chart-row > div { min-height: 102px; padding: 12px; border: 1px solid #e3ebe6; border-radius: 7px; background: #fff; font-size: 7px; }
.line-chart { position: relative; height: 61px; margin-top: 8px; overflow: hidden; background: repeating-linear-gradient(to bottom, transparent 0 19px, #eff2f0 20px); }
.line-chart span { position: absolute; inset: 12px 3px 8px; border-top: 2px solid #74ac39; transform: skewY(-7deg); clip-path: polygon(0 70%, 14% 55%, 30% 62%, 44% 25%, 61% 50%, 76% 30%, 100% 0, 100% 7%, 77% 40%, 61% 60%, 44% 36%, 30% 72%, 14% 65%, 0 80%); background: #74ac39; }
.donut { width: 56px; aspect-ratio: 1; margin: 13px auto 0; border-radius: 50%; background: conic-gradient(#9dd448 0 42%, #ff7e25 42% 61%, #f0d843 61% 77%, #6d45a8 77%); position: relative; }
.donut::after { content: ""; position: absolute; inset: 13px; border-radius: 50%; background: #fff; }
.laptop-base { position: absolute; z-index: -1; left: -8%; right: -8%; bottom: -29px; height: 32px; border-radius: 3px 3px 50% 50%; background: linear-gradient(#cad1ce, #4d5551 70%, #202622); box-shadow: 0 11px 14px rgba(0,0,0,.17); }

.how { padding-top: 92px; }
.how-desktop { width: 100%; border-radius: 24px; box-shadow: var(--shadow); }
.how-image { width: 100%; display: block; border-radius: inherit; }
.how-mobile { display: none; }
.how-mobile-image { width: 100%; display: block; }
.integrations { text-align: center; }
.logo-strip { margin-top: 28px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 11px; }
.logo-strip > div { min-height: 67px; padding: 9px; display: grid; place-items: center; border: 1px solid #e4e9e6; border-radius: 11px; background: #fff; box-shadow: 0 6px 18px rgba(5,47,33,.035); font-size: 14px; }
.logo-strip strong { line-height: 1; }
.logo-strip img { width: auto; height: 27px; max-width: 96px; object-fit: contain; }
.logo-strip .logo-blik { height: 38px; }
.payments { margin-top: 13px; }
.integration-note { margin: 20px 0 0; color: var(--muted); font-size: 13px; }

.benefits { padding-top: 10px; }
.benefits-card { padding: 33px 28px; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 20px; background: linear-gradient(115deg, #f3f7ea, #fbfcf7); }
.benefits-card > div { padding: 0 25px; text-align: center; border-right: 1px solid #dbe3d4; }
.benefits-card > div:last-child { border: 0; }
.benefits-card .benefit-icon { width: 54px; height: 54px; margin: 0 auto 14px; display: grid; place-items: center; border: 2px solid var(--green-800); border-radius: 50%; color: var(--green-800); background: rgba(255,255,255,.72); box-shadow: 0 7px 18px rgba(5,47,33,.08); }
.benefit-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefits-card strong { display: block; font-size: 14px; }
.benefits-card p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.pricing { padding-top: 18px; }
.pricing-card { min-height: 290px; padding: 43px 50px; display: grid; grid-template-columns: 1.3fr .65fr 1.1fr; align-items: center; gap: 45px; overflow: hidden; border-radius: 24px; color: #fff; background: radial-gradient(circle at 82% -20%, rgba(168,220,71,.28), transparent 35%), var(--green-950); box-shadow: var(--shadow); }
.price-tag { margin-bottom: 4px; color: #b9d3c8; font-size: 12px; }
.pricing-card h2 { margin-bottom: 20px; font-size: 34px; }
.pricing-card ul { padding: 0; margin: 0; list-style: none; color: #deebe5; font-size: 12px; line-height: 1.9; }
.pricing-card li::before { content: "✓"; margin-right: 10px; color: var(--lime); font-weight: 900; }
.price { min-height: 175px; padding: 0 34px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-left: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.16); text-align: center; }
.price strong { font-size: 54px; letter-spacing: -.06em; line-height: 1; }
.price strong small { font-size: 18px; }
.price span { margin-top: 5px; font-size: 13px; font-weight: 700; }
.price em { margin-top: 20px; font-size: 10px; font-style: normal; }
.price b { margin-top: 8px; padding: 7px 10px; color: #fff; border-radius: 6px; background: #497c34; font-size: 10px; }
.price-cta { text-align: center; }
.price-cta .button { width: 100%; }
.price-cta p { margin: 13px 0 0; color: #c9dbd2; font-size: 10px; }

.testimonials { text-align: center; }
.quotes { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; }
.quotes article { position: relative; min-height: 230px; padding: 31px; border: 1px solid #e2e8e4; border-radius: 16px; background: #fff; box-shadow: 0 13px 34px rgba(5,47,33,.06); }
.quote-mark { position: absolute; top: 22px; left: 24px; color: var(--lime); font-size: 51px; font-weight: 800; line-height: .6; }
.quotes article > p { min-height: 90px; padding-top: 28px; font-size: 13px; line-height: 1.7; }
.person { display: flex; align-items: center; gap: 12px; }
.person i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #77aa3b, var(--green-800)); font-size: 11px; font-style: normal; font-weight: 800; }
.person strong, .person small { display: block; }
.person strong { font-size: 12px; }
.person small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.faq-section { background: #f8faf6; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-intro { max-width: 390px; color: var(--muted); line-height: 1.7; }
.accordion details { border-bottom: 1px solid #dbe3de; background: transparent; }
.accordion summary { min-height: 71px; padding: 0 44px 0 0; display: flex; align-items: center; position: relative; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 5px; top: 50%; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #cbd8d0; border-radius: 50%; transform: translateY(-50%); font-size: 18px; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { padding: 0 48px 22px 0; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact { background: #fff; }
.contact-card { min-height: 260px; padding: 54px 60px; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; border-radius: 24px; background: radial-gradient(circle at 95% 0, rgba(168,220,71,.55), transparent 35%), var(--cream); }
.contact-card h2 { max-width: 680px; margin-bottom: 13px; }
.contact-card p:last-child { margin-bottom: 0; color: var(--muted); }
.contact-card .button { min-width: 220px; }

footer { padding: 58px 0 22px; color: #d9e8e1; background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 65px; }
.footer-brand img { width: 175px; filter: brightness(0) invert(1); }
.footer-brand p, .footer-grid p { color: #a8c0b5; font-size: 12px; line-height: 1.6; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid strong { margin-bottom: 6px; color: #fff; font-size: 12px; }
.footer-grid a { color: #b8cbc2; font-size: 11px; }
.footer-grid a:hover { color: var(--lime); }
.footer-button { margin-top: 5px; padding: 10px 15px; border: 1px solid #537165; border-radius: 8px; }
.copyright { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #789488; font-size: 10px; text-align: center; }

@media (max-width: 1050px) {
  .main-nav { gap: 17px; }
  .nav-cta { display: none; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-visual { width: min(760px, 94%); margin: 15px auto 20px; }
  .feature-row { max-width: 980px; }
  .logo-strip { grid-template-columns: repeat(4, 1fr); }
  .pricing-card { padding: 38px; gap: 28px; }
}

@media (max-width: 760px) {
  .shell, .narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 56px 0; }
  .site-header { backdrop-filter: blur(13px); }
  .nav-wrap { height: 70px; }
  .brand { width: 155px; flex-basis: 155px; }
  .menu-button { width: 44px; height: 44px; margin-left: auto; padding: 11px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 0; border-radius: 9px; background: #edf4ee; }
  .menu-button span:not(.sr-only) { width: 100%; height: 2px; border-radius: 2px; background: var(--green-950); transition: transform .2s ease, opacity .2s ease; }
  .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: 70px 0 auto; padding: 28px 20px 34px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 20px 30px rgba(5,47,33,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 6px; border-bottom: 1px solid #eef2ef; font-size: 15px; }
  .main-nav a::after { display: none; }
  .main-nav .nav-login { margin-top: 10px; display: flex; justify-content: center; color: #fff; border: 0; background: var(--green-900); }
  .hero { padding: 42px 0 25px; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lead { font-size: 15px; }
  .hero-actions .button { flex: 1 1 180px; }
  .feature-row { grid-template-columns: 1fr 1fr; gap: 0; margin: 10px auto 0; padding: 10px; }
  .feature-row > div { min-height: 94px; padding: 10px; flex-direction: row; align-items: center; gap: 12px; border-right: 0; border-bottom: 1px solid #e4ece7; }
  .feature-row > div:nth-child(odd) { border-right: 1px solid #e4ece7; }
  .feature-row > div:last-child { grid-column: 1 / -1; justify-content: center; border: 0; }
  .feature-row strong { margin-top: 0; font-size: 12px; }
  .mini-icon { width: 58px; height: 58px; flex: 0 0 58px; border-radius: 16px; font-size: 27px; }
  .mini-icon img, .mini-icon svg { width: 36px; height: 36px; }
  .hero-visual { width: 100%; padding: 6px 6px 10px; border-width: 3px; border-radius: 14px; transform: none; }
  .dashboard { min-height: 230px; grid-template-columns: 64px 1fr; }
  .dashboard aside { padding: 8px 7px; gap: 9px; font-size: 5px; }
  .dashboard aside img { width: 18px; }
  .dashboard-main { padding: 8px; }
  .dash-top { gap: 4px; }
  .dash-top > div { padding: 6px 4px; }
  .dash-top strong { font-size: 9px; }
  .orders-card { margin-top: 6px; padding: 7px; }
  .table-row { min-height: 19px; font-size: 4px; }
  .chart-row { margin-top: 6px; }
  .chart-row > div { min-height: 58px; padding: 5px; }
  .line-chart { height: 35px; margin-top: 4px; }
  .donut { width: 31px; margin-top: 5px; }
  .donut::after { inset: 8px; }
  .laptop-base { bottom: -18px; height: 20px; }
  .how { padding-top: 65px; }
  .how-desktop { display: none; }
  .how-mobile { display: block; overflow: hidden; border-radius: 18px; box-shadow: 0 16px 40px rgba(5,47,33,.12); }
  .logo-strip { grid-template-columns: repeat(2, 1fr); }
  .benefits-card { grid-template-columns: 1fr 1fr; padding: 12px; }
  .benefits-card > div { padding: 22px 12px; }
  .benefits-card > div:nth-child(2) { border-right: 0; }
  .pricing-card { grid-template-columns: 1fr; gap: 30px; padding: 34px 26px; }
  .price { min-height: auto; padding: 28px 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
  .quotes { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 25px; }
  .contact-card { padding: 38px 26px; flex-direction: column; align-items: flex-start; }
  .contact-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
