/*
Theme Name: Agzon Showcase
Theme URI: https://agzon.ir
Author: Agzon
Description: قالب فارسی سبک برای ویترین و لندینگ افزونه‌های Agzon.
Version: 1.0.0
Requires at least: 6.9
Requires PHP: 7.4
Text Domain: agzon-showcase
*/

@font-face {
  font-family: "Vazirmatn Agzon";
  src: url("assets/fonts/Vazirmatn.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --agz-ink: #122d27;
  --agz-ink-soft: #294b43;
  --agz-green: #176b5b;
  --agz-green-strong: #0d5448;
  --agz-mint: #d9eee7;
  --agz-paper: #fffdfa;
  --agz-canvas: #f1f4ef;
  --agz-line: #c9d9d0;
  --agz-gold: #c58b2a;
  --agz-lilac: #ece9ff;
  --agz-lilac-strong: #6956c8;
  --agz-peach: #ffe6cf;
  --agz-muted: #526a62;
  --agz-danger: #9f2d2d;
  --agz-radius: 14px;
  --agz-page: min(1180px, calc(100% - 40px));
  --agz-shadow: 0 18px 48px rgba(18, 45, 39, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--agz-ink);
  background: var(--agz-paper);
  font-family: "Vazirmatn Agzon", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
}

body::selection { color: var(--agz-paper); background: var(--agz-green); }
a { color: inherit; text-underline-offset: .24em; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: rgba(197, 139, 42, .22); }
[id] { scroll-margin-top: 150px; }

:focus-visible {
  outline: 3px solid var(--agz-gold);
  outline-offset: 4px;
}

.screen-reader-text,
.agz-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.agz-skip:focus {
  z-index: 10000;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 8px 14px;
  color: #fff;
  background: var(--agz-ink);
}

.agz-shell { width: var(--agz-page); margin-inline: auto; }

.agz-site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: var(--agz-ink);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #e6e3f1;
  box-shadow: 0 8px 28px rgba(34, 31, 66, .05);
}

.agz-header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.agz-brand { display: inline-flex; align-items: baseline; gap: 10px; text-decoration: none; }
.agz-brand strong { font-size: 22px; letter-spacing: -.03em; }
.agz-brand span { color: var(--agz-muted); font-size: 13px; }
.agz-nav { display: flex; align-items: center; gap: 5px; }
.agz-nav a { padding: 8px 12px; border-radius: 10px; color: var(--agz-ink-soft); text-decoration: none; font-weight: 750; font-size: 14px; }
.agz-nav a:hover { color: var(--agz-green-strong); background: #f3f5f3; }
.agz-nav .agz-nav-action { color: #fff; background: var(--agz-green); box-shadow: 0 9px 20px rgba(23, 107, 91, .18); }
.agz-nav .agz-nav-action:hover { color: #fff; background: var(--agz-green-strong); }

.agz-hero {
  min-height: min(780px, calc(100vh - 74px));
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  padding-block: clamp(54px, 8vw, 110px);
}

.agz-hero h1,
.agz-landing-hero h1 {
  max-width: 12ch;
  margin: 0 0 22px;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 1.08;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.agz-hero p,
.agz-landing-hero p { max-width: 64ch; margin: 0; color: var(--agz-ink-soft); font-size: clamp(17px, 2vw, 21px); }

.agz-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.agz-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 20px;
  border: 1px solid var(--agz-green);
  border-radius: 12px;
  color: #fff;
  background: var(--agz-green);
  text-decoration: none;
  font-weight: 850;
}
.agz-button:hover { background: var(--agz-green-strong); border-color: var(--agz-green-strong); }
.agz-button--quiet { color: var(--agz-green-strong); background: transparent; }
.agz-button--quiet:hover { color: #fff; }

.agz-proof-stage { position: relative; padding: 18px 18px 50px 50px; }
.agz-proof-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 32px 32px;
  border: 1px solid var(--agz-line);
  border-radius: 22px;
  background: var(--agz-canvas);
}
.agz-proof-stage::after {
  content: "نسخه نمایشی • داده آزمایشی";
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 13px;
  color: var(--agz-ink);
  background: var(--agz-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .01em;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: left bottom;
}
.agz-proof-stage img { position: relative; z-index: 1; width: 100%; border-radius: var(--agz-radius); box-shadow: var(--agz-shadow); }
.agz-proof-stage .agz-trace {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  left: 50px;
  height: 2px;
  background: var(--agz-gold);
  transform-origin: right;
  animation: agz-trace 1.15s cubic-bezier(.16,1,.3,1) both;
}
@keyframes agz-trace { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.agz-band { color: var(--agz-ink); background: #fff; border-block: 1px solid #e4e2ec; }
.agz-proof-rail { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.agz-proof-rail li { min-height: 116px; padding: 25px 24px; border-inline-start: 1px solid #e4e2ec; }
.agz-proof-rail li:first-child { border-inline-start: 0; }
.agz-proof-rail strong { display: block; color: var(--agz-green-strong); font-size: 17px; }
.agz-proof-rail span { display: block; margin-top: 4px; color: var(--agz-muted); font-size: 13px; }

.agz-section { padding-block: clamp(68px, 9vw, 122px); }
.agz-section--canvas { background: var(--agz-canvas); }
.agz-section h2 { max-width: 18ch; margin: 0 0 18px; font-size: clamp(32px, 4.5vw, 58px); line-height: 1.2; letter-spacing: -.035em; text-wrap: balance; }
.agz-lead { max-width: 70ch; margin: 0 0 42px; color: var(--agz-muted); font-size: 18px; }

.agz-feature-spread { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 68px); align-items: center; }
.agz-feature-spread + .agz-feature-spread { margin-top: 78px; }
.agz-feature-spread--reverse .agz-feature-copy { order: 2; }
.agz-feature-spread--reverse .agz-evidence { order: 1; }
.agz-feature-copy h3 { margin: 0 0 14px; font-size: clamp(25px, 3vw, 38px); line-height: 1.25; }
.agz-feature-copy p { max-width: 64ch; margin: 0; color: var(--agz-muted); }
.agz-feature-copy ul { margin: 24px 0 0; padding: 0; list-style: none; }
.agz-feature-copy li { position: relative; padding: 9px 28px 9px 0; border-bottom: 1px solid var(--agz-line); }
.agz-feature-copy li::before { content: ""; position: absolute; right: 0; top: 19px; width: 10px; height: 2px; background: var(--agz-gold); }
.agz-evidence { margin: 0; }
.agz-evidence a { display: block; border-radius: var(--agz-radius); box-shadow: var(--agz-shadow); overflow: hidden; }
.agz-evidence figcaption { margin-top: 13px; color: var(--agz-muted); font-size: 13px; }

.agz-workflow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 42px 0 0; padding: 0; list-style: none; counter-reset: workflow; }
.agz-workflow li { counter-increment: workflow; min-height: 210px; padding: 28px 24px; border-top: 1px solid var(--agz-line); border-bottom: 1px solid var(--agz-line); }
.agz-workflow li + li { border-inline-start: 1px solid var(--agz-line); }
.agz-workflow li::before { content: counter(workflow, decimal-leading-zero); display: block; margin-bottom: 34px; color: var(--agz-gold); font-size: 13px; font-weight: 900; font-variant-numeric: tabular-nums; }
.agz-workflow strong { display: block; margin-bottom: 7px; font-size: 18px; }
.agz-workflow span { color: var(--agz-muted); font-size: 14px; }

.agz-gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.agz-gallery a { display: block; overflow: hidden; border-radius: var(--agz-radius); background: var(--agz-ink); }
.agz-gallery a:nth-child(3) { grid-column: 1 / -1; }
.agz-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease-out; }
.agz-gallery a:hover img { transform: scale(1.012); }

.agz-demo-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: clamp(30px, 5vw, 60px);
  color: #fff;
  background: var(--agz-green-strong);
  border-radius: 18px;
}
.agz-demo-panel h2 { margin-bottom: 10px; }
.agz-demo-panel p { max-width: 64ch; margin: 0; color: #d3e6e0; }
.agz-demo-panel .agz-button { color: var(--agz-ink); background: var(--agz-paper); border-color: var(--agz-paper); }
.agz-demo-panel .agz-button:hover { background: var(--agz-mint); }

.agz-landing-hero-wrap { position: relative; overflow: hidden; background: #f4f3ff; }
.agz-landing-hero-wrap::before,
.agz-landing-hero-wrap::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.agz-landing-hero-wrap::before { width: 460px; height: 460px; top: -260px; right: 28%; background: #e4f3ed; }
.agz-landing-hero-wrap::after { width: 340px; height: 340px; bottom: -240px; left: -80px; background: var(--agz-peach); }
.agz-landing-hero { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: .92fr 1.18fr; align-items: center; gap: clamp(44px, 6vw, 88px); padding-block: clamp(70px, 8vw, 112px); }
.agz-landing-hero h1 { max-width: 13ch; font-size: clamp(44px, 5.5vw, 74px); }
.agz-landing-hero h1 em { color: var(--agz-green); font-style: normal; }
.agz-hero-copy > p { max-width: 58ch; color: #4f5868; font-size: clamp(17px, 1.7vw, 20px); }
.agz-product-mark { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 7px 12px; color: var(--agz-green-strong); background: rgba(255,255,255,.72); border: 1px solid rgba(23,107,91,.14); border-radius: 999px; font-size: 13px; font-weight: 900; }
.agz-product-mark img { width: 34px; height: 34px; border-radius: 9px; }
.agz-actions--demo { align-items: stretch; }
.agz-actions--demo .agz-demo-form:nth-child(2) .agz-button { color: var(--agz-ink); background: #fff; border-color: #d9d5e8; }
.agz-actions--demo .agz-demo-form:nth-child(2) .agz-button:hover { color: var(--agz-green-strong); border-color: var(--agz-green); }
.agz-hero-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 22px 0 0; padding: 0; color: #51615d; list-style: none; font-size: 13px; font-weight: 750; }
.agz-hero-trust li { position: relative; padding-right: 19px; }
.agz-hero-trust li::before { content: "✓"; position: absolute; right: 0; color: var(--agz-green); font-weight: 950; }
.agz-landing-hero .agz-proof-stage { min-height: 540px; margin: 0; padding: 0; }
.agz-landing-hero .agz-proof-stage::before,
.agz-landing-hero .agz-proof-stage::after,
.agz-landing-hero .agz-trace { display: none; }
.agz-browser-frame { position: absolute; z-index: 2; inset: 70px 0 auto 0; overflow: hidden; background: #fff; border: 8px solid #fff; border-radius: 24px; box-shadow: 0 28px 70px rgba(53, 44, 104, .2); transform: rotate(-1.4deg); }
.agz-browser-frame img { width: 100%; border-radius: 0 0 16px 16px; box-shadow: none; }
.agz-browser-bar { min-height: 34px; display: flex; align-items: center; gap: 6px; padding: 7px 10px; direction: ltr; background: #f4f3f8; }
.agz-browser-bar i { width: 8px; height: 8px; background: #d8d3e5; border-radius: 50%; }
.agz-browser-bar i:first-child { background: #eaa98a; }
.agz-browser-bar i:nth-child(2) { background: #e3c769; }
.agz-browser-bar i:nth-child(3) { background: #7bc7a6; }
.agz-browser-bar span { margin-left: 8px; color: #7f7990; font: 600 10px/1.2 ui-monospace, monospace; }
.agz-hero-phone { position: absolute !important; z-index: 4 !important; bottom: 2px; left: -24px; width: 148px !important; height: 330px !important; object-fit: cover; object-position: top; border: 7px solid #172d29; border-radius: 28px !important; box-shadow: 0 22px 55px rgba(18,45,39,.28) !important; transform: rotate(2.5deg); }
.agz-float-card { position: absolute; z-index: 5; min-width: 174px; padding: 12px 15px; background: rgba(255,255,255,.96); border: 1px solid #e0dced; border-radius: 14px; box-shadow: 0 16px 40px rgba(55,48,92,.15); }
.agz-float-card span, .agz-float-card strong { display: block; }
.agz-float-card span { color: #746e82; font-size: 11px; }
.agz-float-card strong { margin-top: 2px; color: var(--agz-ink); font-size: 14px; }
.agz-float-card--stock { top: 18px; right: 24px; }
.agz-float-card--safe { right: -12px; bottom: 28px; border-right: 4px solid var(--agz-green); }
.agz-note { margin-top: 20px; padding: 13px 17px; border: 1px solid var(--agz-line); border-radius: 10px; color: var(--agz-muted); background: var(--agz-canvas); font-size: 14px; }

.agz-product-nav {
  position: sticky;
  z-index: 40;
  top: 74px;
  border-block: 1px solid var(--agz-line);
  background: rgba(255, 253, 250, .97);
}
.agz-product-nav .agz-shell { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: thin; }
.agz-product-nav a { flex: 0 0 auto; padding: 13px 15px; color: var(--agz-ink-soft); text-decoration: none; font-size: 13px; font-weight: 800; }
.agz-product-nav a:hover { color: var(--agz-green-strong); background: var(--agz-canvas); }
.agz-section-kicker { display: block; margin-bottom: 12px; color: var(--agz-gold); font-size: 13px; font-weight: 900; letter-spacing: .02em; }

.agz-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 46px; }
.agz-capability-grid article { min-height: 240px; padding: 26px 24px; background: #fff; border: 1px solid #e0ded8; border-radius: 16px; box-shadow: 0 10px 30px rgba(18,45,39,.055); }
.agz-capability-grid article > span { color: var(--agz-gold); font-size: 12px; font-weight: 900; font-variant-numeric: tabular-nums; }
.agz-capability-grid h3 { margin: 32px 0 8px; font-size: 19px; line-height: 1.35; }
.agz-capability-grid p { margin: 0; color: var(--agz-muted); font-size: 14px; }

.agz-section--compare { background: #f4f3ff; }
.agz-compare-table { overflow: hidden; margin-top: 46px; background: #fff; border: 1px solid #ddd9ec; border-radius: 20px; box-shadow: 0 24px 60px rgba(69,58,125,.1); }
.agz-compare-table > div { display: grid; grid-template-columns: 1.35fr repeat(3, .88fr); align-items: stretch; }
.agz-compare-table > div + div { border-top: 1px solid #ebe8f3; }
.agz-compare-table span,
.agz-compare-table strong { min-height: 64px; display: flex; align-items: center; padding: 14px 18px; }
.agz-compare-table span + span,
.agz-compare-table span + strong { border-right: 1px solid #ebe8f3; }
.agz-compare-table strong { color: var(--agz-green-strong); background: #eaf5f1; font-weight: 900; }
.agz-compare-head { color: #fff; background: #1c302c; }
.agz-compare-head span { color: #d3dfdb; font-weight: 800; }
.agz-compare-head strong { color: #fff; background: var(--agz-green); }

.agz-section--admin { color: #fff; background: var(--agz-ink); }
.agz-section--admin h2 { max-width: 19ch; }
.agz-admin-intro { display: grid; grid-template-columns: 1fr 260px; gap: 70px; align-items: end; }
.agz-admin-intro p { max-width: 72ch; margin: 0; color: #bfd2cc; }
.agz-demo-status { padding: 22px 0 8px; border-top: 2px solid var(--agz-gold); }
.agz-demo-status span,
.agz-demo-status small { display: block; color: #a9c0b9; font-size: 12px; }
.agz-demo-status strong { display: block; margin-block: 4px; color: var(--agz-mint); font-size: 25px; }
.agz-admin-board { display: grid; grid-template-columns: 1.22fr .78fr; gap: 22px; margin-top: 52px; }
.agz-admin-screenshot { min-height: 560px; padding: 18px; background: #e8efeb; border-radius: var(--agz-radius); }
.agz-admin-screenshot img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 8px; }
.agz-admin-routes { display: grid; grid-template-rows: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.19); }
.agz-admin-routes article { display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; align-content: center; padding: 22px 8px; border-bottom: 1px solid rgba(255,255,255,.19); }
.agz-admin-routes article > span { grid-row: 1 / span 3; padding-top: 4px; color: var(--agz-gold); font-size: 12px; font-weight: 900; }
.agz-admin-routes h3 { margin: 0 0 5px; font-size: 19px; }
.agz-admin-routes p { margin: 0 0 12px; color: #afc5be; font-size: 13px; }
.agz-admin-routes .agz-demo-form { justify-self: start; }
.agz-admin-routes .agz-button { min-height: 38px; padding: 7px 13px; color: var(--agz-ink); background: var(--agz-mint); border-color: var(--agz-mint); font-size: 12px; }
.agz-admin-footnote { margin: 18px 0 0; color: #9fb6af; font-size: 12px; }
.agz-section--admin code { color: #fff; }
.agz-admin-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.agz-admin-gallery a { position: relative; min-height: 220px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: #e8efeb; }
.agz-admin-gallery img { width: 100%; height: 220px; object-fit: cover; object-position: top; transition: transform .25s ease-out; }
.agz-admin-gallery a:hover img { transform: translateY(-3px); }
.agz-admin-gallery span { position: absolute; right: 10px; bottom: 10px; padding: 4px 9px; color: var(--agz-ink); background: var(--agz-paper); border-radius: 6px; font-size: 12px; font-weight: 900; }

.agz-demo-form { display: flex; margin: 0; }
.agz-demo-form input[type="hidden"] { display: none; }
.agz-demo-form .agz-button { cursor: pointer; }
.agz-setup-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; border-block: 1px solid var(--agz-line); }
.agz-setup-steps article { min-height: 250px; padding: 28px; }
.agz-setup-steps article + article { border-inline-start: 1px solid var(--agz-line); }
.agz-setup-steps article > span { display: grid; width: 36px; height: 36px; place-items: center; color: #fff; background: var(--agz-green); border-radius: 50%; font-weight: 900; }
.agz-setup-steps h3 { margin: 42px 0 8px; font-size: 22px; }
.agz-setup-steps p { margin: 0; color: var(--agz-muted); }
.agz-setup-steps code { direction: ltr; display: inline-block; color: var(--agz-green-strong); font-size: .88em; }

.agz-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.agz-faq-layout > div:first-child { position: sticky; top: 150px; }
.agz-faq-layout > div:first-child p { color: var(--agz-muted); }
.agz-faq-list { border-top: 1px solid var(--agz-line); }
.agz-faq-list details { border-bottom: 1px solid var(--agz-line); }
.agz-faq-list summary { padding: 22px 4px; cursor: pointer; font-size: 17px; font-weight: 850; }
.agz-faq-list summary::marker { color: var(--agz-gold); }
.agz-faq-list details p { margin: -5px 0 22px; color: var(--agz-muted); }

.agz-content { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding-block: 70px; }
.agz-content h1 { font-size: clamp(35px, 5vw, 62px); line-height: 1.2; }
.agz-content :where(p, li) { max-width: 72ch; }
.agz-content img { border-radius: var(--agz-radius); }

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button { border-radius: 8px; color: #fff; background: var(--agz-green); }
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { color: #fff; background: var(--agz-green-strong); }

.agz-site-footer { padding-block: 42px; color: #c8d8d3; background: #0c211d; }
.agz-footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.agz-site-footer p { margin: 0; }
.agz-site-footer a { color: #fff; }

@media (max-width: 900px) {
  .agz-hero, .agz-landing-hero, .agz-feature-spread { grid-template-columns: 1fr; }
  .agz-proof-stage { max-width: 760px; }
  .agz-landing-hero { min-height: auto; padding-block: 64px 78px; }
  .agz-landing-hero .agz-proof-stage { width: 100%; min-height: 520px; margin-inline: auto; }
  .agz-feature-spread--reverse .agz-feature-copy,
  .agz-feature-spread--reverse .agz-evidence { order: initial; }
  .agz-proof-rail { grid-template-columns: repeat(2, 1fr); }
  .agz-proof-rail li:nth-child(3) { border-inline-start: 0; border-top: 1px solid #e4e2ec; }
  .agz-proof-rail li:nth-child(4) { border-top: 1px solid #e4e2ec; }
  .agz-workflow { grid-template-columns: repeat(2, 1fr); }
  .agz-workflow li:nth-child(3) { border-inline-start: 0; }
  .agz-demo-panel { grid-template-columns: 1fr; }
  .agz-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .agz-admin-intro, .agz-admin-board, .agz-faq-layout { grid-template-columns: 1fr; }
  .agz-faq-layout > div:first-child { position: static; }
}

@media (max-width: 640px) {
  :root { --agz-page: min(100% - 28px, 1180px); }
  .agz-site-header { position: static; }
  .agz-product-nav { position: static; }
  .agz-header-inner { min-height: auto; padding-block: 16px; align-items: flex-start; flex-direction: column; }
  .agz-brand span { display: none; }
  .agz-nav { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .agz-nav a { white-space: nowrap; }
  .agz-hero { min-height: auto; padding-block: 48px 70px; }
  .agz-landing-hero { gap: 28px; padding-block: 48px 58px; }
  .agz-hero h1, .agz-landing-hero h1 { font-size: clamp(41px, 13vw, 58px); }
  .agz-landing-hero h1 { max-width: 11ch; }
  .agz-product-mark { margin-bottom: 16px; }
  .agz-actions--demo { display: grid; width: 100%; }
  .agz-actions--demo .agz-demo-form,
  .agz-actions--demo .agz-button { width: 100%; }
  .agz-hero-trust { gap: 8px 16px; }
  .agz-landing-hero .agz-proof-stage { min-height: 340px; padding: 0; }
  .agz-browser-frame { inset: 34px 7px auto; border-width: 5px; border-radius: 16px; transform: rotate(-.7deg); }
  .agz-browser-frame img { border-radius: 0 0 10px 10px; }
  .agz-browser-bar { min-height: 27px; padding: 5px 7px; }
  .agz-browser-bar i { width: 6px; height: 6px; }
  .agz-browser-bar span { font-size: 8px; }
  .agz-hero-phone { left: -3px; bottom: 0; width: 88px !important; height: 202px !important; border-width: 4px; border-radius: 19px !important; }
  .agz-float-card { min-width: 132px; padding: 9px 11px; border-radius: 11px; }
  .agz-float-card span { font-size: 9px; }
  .agz-float-card strong { font-size: 11px; }
  .agz-float-card--stock { top: 0; right: 0; }
  .agz-float-card--safe { right: 0; bottom: 3px; }
  .agz-proof-stage { padding: 10px 10px 38px 28px; }
  .agz-proof-stage::before { inset: 0 0 24px 20px; }
  .agz-proof-stage::after { font-size: 10px; }
  .agz-proof-stage .agz-trace { top: 10px; right: 10px; left: 28px; }
  .agz-proof-rail { grid-template-columns: 1fr; }
  .agz-proof-rail li, .agz-proof-rail li:nth-child(3) { min-height: 0; border-inline-start: 0; border-top: 1px solid #e4e2ec; }
  .agz-proof-rail li:first-child { border-top: 0; }
  .agz-workflow { grid-template-columns: 1fr; }
  .agz-workflow li + li { border-inline-start: 0; }
  .agz-gallery { grid-template-columns: 1fr; }
  .agz-gallery a:nth-child(3) { grid-column: auto; }
  .agz-capability-grid { grid-template-columns: 1fr; }
  .agz-capability-grid article { min-height: 0; }
  .agz-compare-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .agz-compare-table > div { min-width: 680px; }
  .agz-admin-intro { gap: 26px; }
  .agz-admin-board { margin-top: 34px; }
  .agz-admin-screenshot { min-height: 300px; padding: 10px; }
  .agz-admin-routes article { grid-template-columns: 32px 1fr; }
  .agz-admin-gallery { grid-template-columns: 1fr; }
  .agz-admin-gallery a, .agz-admin-gallery img { min-height: 250px; height: 250px; }
  .agz-setup-steps { grid-template-columns: 1fr; }
  .agz-setup-steps article { min-height: 0; }
  .agz-setup-steps article + article { border-inline-start: 0; border-top: 1px solid var(--agz-line); }
  .agz-footer-inner { align-items: flex-start; flex-direction: column; }
}

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