/* HAZIRLIKLI R5.1.2 — WEB HARMONY
   Public web surface aligned with the R5.1 mobile product language.
   Uses V3 tokens only; no independent color system. */

.hz-landing{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  background:
    radial-gradient(900px 460px at 50% -160px,var(--accent-10),transparent 70%),
    var(--background)!important;
  color:var(--text-primary);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.hz-landing::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:var(--grid-pattern);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,var(--text-primary),transparent 78%);
  opacity:.68;
}
.hz-landing *{box-sizing:border-box}
.hzl-shell{width:min(1240px,calc(100% - 48px));margin:0 auto}
.hzl-header{
  position:sticky;
  top:0;
  z-index:80;
  border-bottom:1px solid var(--border);
  background:var(--surface-alpha-strong);
  backdrop-filter:blur(22px) saturate(130%);
}
.hzl-header-inner{height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.hzl-brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}
.hzl-brand-mark{width:34px;height:34px;overflow:visible}
.hzl-brand-mark rect:first-child{fill:transparent;stroke:var(--accent);stroke-width:1.7}
.hzl-brand-mark rect:last-child{fill:transparent;stroke:var(--accent-strong);stroke-width:1.7}
.hzl-brand-name{font-weight:860;font-size:21px;letter-spacing:-.035em;color:var(--text-primary)}
.hzl-nav{display:flex;align-items:center;justify-content:center;gap:28px}
.hzl-nav a,.hzl-login{color:var(--text-tertiary);font-size:13px;font-weight:720;transition:.18s ease}
.hzl-nav a:hover,.hzl-login:hover{color:var(--text-primary)}
.hzl-header-actions{display:flex;align-items:center;gap:10px}
.hzl-language .hz-language-toggle{min-width:98px!important;border-radius:14px!important;background:var(--surface-elevated)!important}
.hzl-language .hz-language-toggle button{min-height:38px!important}
.hzl-login{padding:9px 10px}
.hzl-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:0 19px;
  border:1px solid var(--border);
  border-radius:15px;
  font-size:13px;
  font-weight:850;
  line-height:1;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.hzl-button:hover{transform:translateY(-1px)}
.hzl-button-primary{background:var(--accent-gradient);color:var(--on-accent)!important;border-color:transparent;box-shadow:var(--shadow-accent)}
.hzl-button-primary:hover{background:var(--accent-strong);color:var(--on-accent)!important}
.hzl-button-secondary{background:var(--surface-elevated);color:var(--text-primary)!important;border-color:var(--border-strong)}
.hzl-button-secondary:hover{border-color:var(--accent-border);color:var(--text-primary)!important}
.hzl-eyebrow{font-size:11px;font-weight:900;letter-spacing:.19em;color:var(--accent-strong);text-transform:uppercase}

.hzl-hero{position:relative;padding:76px 0 84px;border-bottom:1px solid var(--border)}
.hzl-hero-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr);align-items:center;gap:70px}
.hzl-hero-copy{max-width:630px}
.hzl-hero h1{margin:18px 0 0;font-size:clamp(52px,5.4vw,78px);line-height:.98;letter-spacing:-.058em;font-weight:900}
.hzl-hero h1 span,.hzl-hero h1 strong{display:block;color:var(--text-primary)!important}
.hzl-hero h1 strong{margin-top:6px;color:var(--accent-strong)!important;font-weight:900}
.hzl-lead{max-width:600px;margin:26px 0 0;font-size:18px;line-height:1.7;color:var(--text-secondary)!important}
.hzl-hero-actions{display:flex;gap:11px;margin-top:30px}
.hzl-proof-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.hzl-proof-row span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--text-tertiary);font-size:11px;font-weight:720}

.hzl-product-frame{position:relative;overflow:hidden;border:1px solid var(--border-strong);border-radius:28px;background:var(--surface);box-shadow:var(--shadow-raised);isolation:isolate}
.hzl-product-frame::before{content:"";position:absolute;inset:0;background:radial-gradient(540px 280px at 74% 10%,var(--accent-10),transparent 72%);pointer-events:none}
.hzl-product-frame::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 var(--accent-04);pointer-events:none}
.hzl-product-glow{position:absolute;width:280px;height:280px;right:-110px;bottom:-160px;border-radius:50%;background:var(--accent-12);filter:blur(72px);opacity:.65}
.hzl-product-topbar{position:relative;z-index:1;min-height:67px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--border);background:var(--surface-alpha)}
.hzl-mini-brand{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:850}
.hzl-mini-brand svg{width:27px;height:27px}.hzl-mini-brand rect:first-child{fill:none;stroke:var(--accent);stroke-width:1.8}.hzl-mini-brand rect:last-child{fill:none;stroke:var(--accent-strong);stroke-width:1.8}
.hzl-mini-switch{display:flex;align-items:center;padding:3px;border:1px solid var(--border);border-radius:12px;background:var(--surface-elevated)}
.hzl-mini-switch span{display:grid;place-items:center;min-width:40px;height:34px;border-radius:9px;font-size:11px;font-weight:850;color:var(--text-tertiary)}
.hzl-mini-switch .is-active{background:var(--accent-12);color:var(--accent-strong);box-shadow:inset 0 0 0 1px var(--accent-border)}
.hzl-product-body{position:relative;z-index:1;padding:30px}
.hzl-preview-kicker{font-size:10px;letter-spacing:.2em;font-weight:900;color:var(--accent-strong);text-align:center}
.hzl-product-body>h2{margin:8px 0 0;text-align:center;font-size:31px;line-height:1.08;letter-spacing:-.04em;font-weight:880}
.hzl-product-body>p{margin:8px 0 20px;text-align:center;color:var(--text-secondary)!important;font-size:13px}
.hzl-command-card{padding:16px;border:1px solid var(--accent-border);border-radius:22px;background:linear-gradient(180deg,var(--surface-alpha-strong),var(--surface-soft));box-shadow:0 0 0 1px var(--accent-04),var(--shadow-soft)}
.hzl-command-placeholder{min-height:106px;padding:15px;border:1px solid var(--border-strong);border-radius:16px;background:var(--input-bg);color:var(--text-tertiary);font-size:14px;line-height:1.6}
.hzl-command-memory{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-top:12px;padding:10px 12px;border:1px solid var(--border);border-radius:15px;background:var(--surface-elevated)}
.hzl-memory-icon{width:37px;height:37px;display:grid;place-items:center;border:1px solid var(--accent-border);border-radius:12px;background:var(--accent-08)}
.hzl-command-memory strong{display:block;font-size:12px}.hzl-command-memory small{display:block;margin-top:2px;color:var(--text-tertiary);font-size:10px}.hzl-command-memory b{font-size:11px;color:var(--accent-strong)!important}
.hzl-command-button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:50px;margin-top:12px;border-radius:15px;background:var(--accent-gradient);color:var(--on-accent);font-size:13px;font-weight:900;box-shadow:var(--shadow-accent)}
.hzl-preview-solutions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.hzl-preview-solutions div{display:flex;align-items:center;gap:8px;min-height:48px;padding:9px 10px;border:1px solid var(--border);border-radius:13px;background:var(--surface-soft)}
.hzl-preview-solutions span{color:var(--accent-strong);font-size:15px}.hzl-preview-solutions strong{font-size:10px;line-height:1.2}

/* R5.2 — the public hero tells a transformation story instead of imitating an app screen. */
.hzl-story-stage{min-height:590px;padding:25px 27px 27px;background:linear-gradient(155deg,var(--surface-alpha-strong),var(--surface),var(--surface-soft))}
.hzl-story-stage::before{background:radial-gradient(520px 310px at 82% 6%,var(--accent-12),transparent 72%)}
.hzl-story-glow{position:absolute;right:-90px;bottom:-130px;width:340px;height:340px;border-radius:50%;background:var(--accent-10);filter:blur(78px);opacity:.8;pointer-events:none}
.hzl-story-route{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:10px;padding:11px 13px;border:1px solid var(--border);border-radius:15px;background:var(--surface-alpha);color:var(--text-tertiary);font-size:10px;font-weight:850;letter-spacing:.08em;text-align:center;text-transform:uppercase}
.hzl-story-route i{color:var(--accent-strong);font-style:normal}.hzl-story-route strong{color:var(--accent-strong)!important}
.hzl-story-problem{position:relative;z-index:1;width:88%;margin:20px 0 0;padding:19px 21px;border:1px solid var(--border-strong);border-radius:20px 20px 20px 6px;background:var(--surface-elevated);box-shadow:var(--shadow-soft)}
.hzl-story-label{display:flex;align-items:center;gap:8px;color:var(--text-tertiary);font-size:9px;font-weight:900;letter-spacing:.16em}.hzl-story-label span{width:7px;height:7px;border-radius:50%;background:var(--warning);box-shadow:0 0 0 5px var(--warning-soft)}
.hzl-story-problem blockquote{margin:13px 0 0;color:var(--text-primary);font-size:17px;font-weight:760;line-height:1.48;letter-spacing:-.015em}
.hzl-story-bridge{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;width:91%;margin:12px 0 12px auto}
.hzl-story-bridge span{display:flex;align-items:center;justify-content:center;min-height:36px;padding:7px;border:1px solid var(--accent-border);border-radius:11px;background:var(--accent-06);color:var(--text-secondary);font-size:9px;font-weight:800;text-align:center}
.hzl-story-bridge span::before{content:"✓";margin-right:6px;color:var(--accent-strong);font-weight:950}
.hzl-story-result{position:relative;z-index:1;width:94%;margin-left:auto;padding:19px;border:1px solid var(--accent-border);border-radius:20px 20px 6px 20px;background:linear-gradient(145deg,var(--surface-alpha-strong),var(--surface-elevated));box-shadow:0 0 0 1px var(--accent-04),var(--shadow-raised)}
.hzl-story-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:13px;border-bottom:1px solid var(--border)}
.hzl-story-result-head small{display:block;color:var(--accent-strong);font-size:8px;font-weight:950;letter-spacing:.18em}.hzl-story-result-head h2{margin:5px 0 0;font-size:21px;letter-spacing:-.035em}.hzl-story-result-head>b{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;background:var(--success-soft);color:var(--success)!important;font-size:9px}
.hzl-story-result ul{display:grid;gap:6px;margin:12px 0 0;padding:0;list-style:none}.hzl-story-result li{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;min-height:38px;padding:7px 9px;border:1px solid var(--border);border-radius:11px;background:var(--surface-soft)}.hzl-story-result li span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:var(--accent-08);color:var(--accent-strong);font-size:8px;font-weight:950}.hzl-story-result li strong{font-size:10px;line-height:1.25}
.hzl-story-next{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:11px 12px;border-radius:12px;background:var(--accent-gradient);color:var(--on-accent);font-size:10px;font-weight:900}.hzl-story-next span{font-size:14px}

.hzl-section{padding:92px 0;border-bottom:1px solid var(--border)}
.hzl-section-tight{padding-top:84px}
.hzl-section-head{max-width:650px}
.hzl-section-head h2{margin:12px 0 0;font-size:clamp(38px,4.2vw,58px);line-height:1.04;letter-spacing:-.05em;font-weight:880}
.hzl-section-head p{margin:17px 0 0;color:var(--text-secondary)!important;font-size:16px;line-height:1.72}
.hzl-section-head-row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:30px}
.hzl-section-head-row>div{max-width:670px}
.hzl-centered-head{margin:0 auto;text-align:center}
.hzl-centered-head .hzl-eyebrow{display:inline-block}
.hzl-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent-strong);font-size:13px;font-weight:850;white-space:nowrap}.hzl-text-link:hover{color:var(--text-primary)}

.hzl-workflow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:34px}
.hzl-workflow-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;min-height:104px;padding:15px 18px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(180deg,var(--surface-alpha-strong),var(--surface-alpha));box-shadow:var(--shadow-soft);transition:.18s ease;overflow:hidden}
.hzl-workflow-card::before{content:"";position:absolute;inset:14px auto 14px 0;width:2px;border-radius:99px;background:linear-gradient(180deg,transparent,var(--accent),transparent);opacity:.58}
.hzl-workflow-card:hover{transform:translateY(-2px);border-color:var(--accent-border)}
.hzl-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--accent-border);border-radius:15px;background:var(--accent-08);color:var(--accent-strong);font-size:19px;font-weight:800}
.hzl-workflow-card h3{margin:0;font-size:16px;line-height:1.2;font-weight:850;letter-spacing:-.015em}.hzl-workflow-card p{margin:5px 0 0;color:var(--text-secondary)!important;font-size:12px;line-height:1.5}.hzl-arrow{font-size:24px;color:var(--accent-strong)}
.hzl-case-card{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;min-height:270px;padding:22px 23px}
.hzl-case-card{color:inherit;text-decoration:none;cursor:pointer}
.hzl-case-card:focus-visible{outline:3px solid var(--accent-strong);outline-offset:3px}
.hzl-case-card::before{inset:22px auto 22px 0}
.hzl-case-head{display:flex;align-items:center;gap:12px}.hzl-case-head>span{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--accent-border);border-radius:11px;background:var(--accent-08);color:var(--accent-strong);font-size:9px;font-weight:950}.hzl-case-head h3{font-size:20px}
.hzl-case-card blockquote{flex:1;margin:24px 0 20px;color:var(--text-primary);font-size:20px;font-weight:780;line-height:1.38;letter-spacing:-.025em}
.hzl-case-result{padding-top:15px;border-top:1px solid var(--border)}.hzl-case-result small{color:var(--accent-strong);font-size:8px;font-weight:950;letter-spacing:.17em}.hzl-case-result p{margin-top:7px!important;color:var(--text-secondary)!important;font-size:12px!important;font-weight:760}
.hzl-more-workflows{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:8px;margin-top:11px}.hzl-more-workflows>div,.hzl-more-workflows>a{min-height:74px;padding:13px 14px;border:1px solid var(--border);border-radius:16px;background:var(--surface-alpha)}.hzl-more-workflows>div{display:flex;flex-direction:column;justify-content:center}.hzl-more-workflows>div small{color:var(--accent-strong);font-size:8px;font-weight:950;letter-spacing:.16em}.hzl-more-workflows>div strong{margin-top:5px;font-size:12px}.hzl-more-workflows>a{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text-secondary);font-size:10px;font-weight:820;transition:.18s ease}.hzl-more-workflows>a:hover{border-color:var(--accent-border);color:var(--text-primary);transform:translateY(-1px)}.hzl-more-workflows>a b{color:var(--accent-strong)!important;font-size:14px}

.hzl-system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:36px}
.hzl-system-card{min-height:220px;padding:25px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-soft)}
.hzl-step{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--accent-border);border-radius:12px;background:var(--accent-08);color:var(--accent-strong);font-size:11px;font-weight:900;letter-spacing:.06em}
.hzl-system-card>small{display:block;margin-top:24px;color:var(--accent-strong);font-size:8px;font-weight:950;letter-spacing:.17em}.hzl-system-card h3{margin:7px 0 0;font-size:21px;font-weight:850;letter-spacing:-.025em}.hzl-system-card p{margin:9px 0 0;color:var(--text-secondary)!important;font-size:13px;line-height:1.65}

.hzl-manifesto-section{padding:28px 0;border-bottom:1px solid var(--border)}
.hzl-manifesto-card{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:30px 34px;border:1px solid var(--accent-border);border-radius:25px;background:linear-gradient(130deg,var(--surface-alpha-strong),var(--surface));box-shadow:var(--shadow-raised)}
.hzl-manifesto-card::after{content:"";position:absolute;right:-70px;bottom:-150px;width:300px;height:300px;border-radius:50%;background:var(--accent-10);filter:blur(70px);pointer-events:none}.hzl-manifesto-card>*{position:relative;z-index:1}.hzl-manifesto-mark{align-self:start;color:var(--accent-strong);font-family:Georgia,serif;font-size:82px;line-height:.8}.hzl-manifesto-card blockquote{margin:8px 0 0;font-size:31px;font-weight:760;line-height:1.12;letter-spacing:-.04em}.hzl-manifesto-card blockquote strong{color:var(--accent-strong)!important}.hzl-manifesto-card p{margin:9px 0 0;color:var(--text-secondary)!important;font-size:12px}

.hzl-memory-section{background:linear-gradient(180deg,var(--background),var(--surface-soft),var(--background))}
.hzl-split{display:grid;grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);gap:70px;align-items:center}
.hzl-split-reverse{grid-template-columns:minmax(520px,1.12fr) minmax(0,.88fr)}
.hzl-memory-panel,.hzl-package-panel{border:1px solid var(--border-strong);border-radius:26px;background:linear-gradient(180deg,var(--surface-alpha-strong),var(--surface-alpha));box-shadow:var(--shadow-raised);overflow:hidden}
.hzl-memory-panel{padding:24px}
.hzl-memory-panel-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px}.hzl-memory-panel-head>span{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--accent-border);border-radius:15px;background:var(--accent-08)}.hzl-memory-panel-head small{display:block;color:var(--accent-strong);font-size:9px;font-weight:900;letter-spacing:.15em}.hzl-memory-panel-head strong{display:block;margin-top:3px;font-size:19px}.hzl-memory-panel-head b{color:var(--accent-strong)!important;font-size:13px}
.hzl-memory-meter{height:6px;margin:18px 0 6px;border-radius:99px;background:var(--surface-soft);overflow:hidden}.hzl-memory-meter i{display:block;width:88%;height:100%;border-radius:inherit;background:var(--accent-gradient)}
.hzl-memory-row{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px 3px;border-bottom:1px solid var(--border);font-size:13px}.hzl-memory-row span{color:var(--text-tertiary)}.hzl-memory-row strong{text-align:right;font-weight:780}.hzl-memory-note{margin-top:16px;padding:14px 15px;border:1px solid var(--accent-border);border-radius:15px;background:var(--accent-06);color:var(--text-secondary);font-size:12px;line-height:1.55}
.hzl-memory-section .hzl-button{margin-top:26px}

.hzl-package-panel{padding:18px}
.hzl-package-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:9px 7px 17px;border-bottom:1px solid var(--border)}.hzl-package-top small{display:block;color:var(--accent-strong);font-size:9px;font-weight:900;letter-spacing:.18em}.hzl-package-top h3{margin:5px 0 0;font-size:22px;letter-spacing:-.03em}.hzl-package-top>span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--success-soft);color:var(--success);font-size:10px;font-weight:850}
.hzl-package-summary{margin:13px 0;padding:13px 14px;border:1px solid var(--accent-border);border-radius:14px;background:var(--accent-06);font-size:12px;color:var(--text-secondary)}
.hzl-package-list{display:grid;gap:7px}.hzl-package-list>div{display:grid;grid-template-columns:auto 1fr;column-gap:10px;padding:11px 12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.hzl-package-list>div>span{grid-row:1/3;width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--accent-border);border-radius:10px;color:var(--accent-strong)}.hzl-package-list strong{font-size:12px}.hzl-package-list small{margin-top:3px;color:var(--text-tertiary);font-size:10px}.hzl-package-actions{display:flex;justify-content:space-between;gap:15px;margin-top:12px;padding:12px 4px 2px;color:var(--accent-strong);font-size:11px;font-weight:800}

.hzl-pricing-section{background:var(--surface-soft)}
.hzl-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:36px}
.hzl-price-card{display:flex;flex-direction:column;min-height:430px;padding:24px;border:1px solid var(--border);border-radius:23px;background:linear-gradient(180deg,var(--surface-alpha-strong),var(--surface-alpha));box-shadow:var(--shadow-soft)}
.hzl-price-card-plus{border-color:var(--accent-border);box-shadow:0 0 0 1px var(--accent-04),var(--shadow-raised)}
.hzl-price-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--border)}.hzl-price-head small{display:block;color:var(--accent-strong);font-size:9px;font-weight:900;letter-spacing:.16em}.hzl-price-head h3{margin:5px 0 0;font-size:25px;letter-spacing:-.03em}.hzl-price-head>strong{font-size:27px;color:var(--accent-strong)!important;white-space:nowrap}.hzl-price-head em{font-size:11px;font-style:normal;color:var(--text-secondary)}
.hzl-price-card>p{min-height:70px;margin:18px 0 0;color:var(--text-secondary)!important;font-size:13px;line-height:1.6}.hzl-price-card ul{display:grid;gap:11px;margin:16px 0 24px;padding:0;list-style:none}.hzl-price-card li{position:relative;padding-left:19px;color:var(--text-secondary);font-size:12px;line-height:1.5}.hzl-price-card li::before{content:"✓";position:absolute;left:0;color:var(--accent-strong);font-weight:900}.hzl-price-card .hzl-button{margin-top:auto;width:100%}

.hzl-trust-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}
.hzl-trust-cards{display:grid;gap:10px}.hzl-trust-cards>div{display:grid;grid-template-columns:auto 1fr;column-gap:13px;padding:17px 18px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.hzl-trust-cards>div>span{grid-row:1/3;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--accent-border);border-radius:13px;color:var(--accent-strong)}.hzl-trust-cards strong{font-size:13px}.hzl-trust-cards small{margin-top:4px;color:var(--text-tertiary);font-size:11px;line-height:1.5}

.hzl-final-cta{padding:76px 0 86px}
.hzl-final-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:35px 38px;border:1px solid var(--accent-border);border-radius:26px;background:linear-gradient(130deg,var(--surface-alpha-strong),var(--surface));box-shadow:var(--shadow-raised)}
.hzl-final-card::after{content:"";position:absolute;right:-100px;bottom:-170px;width:350px;height:350px;border-radius:50%;background:var(--accent-10);filter:blur(70px)}.hzl-final-card>div{position:relative;z-index:1}.hzl-final-card h2{margin:8px 0 0;font-size:38px;letter-spacing:-.045em}.hzl-final-card p{margin:8px 0 0;color:var(--text-secondary)!important}.hzl-final-actions{display:flex;gap:9px;flex-shrink:0}

.hzl-footer{border-top:1px solid var(--border);background:var(--surface-soft)}
.hzl-footer-inner{min-height:112px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.hzl-footer-brand{display:flex;align-items:center;gap:10px}.hzl-footer-brand strong{display:block}.hzl-footer-brand small{display:block;margin-top:2px;color:var(--text-tertiary);font-size:10px}.hzl-footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:18px}.hzl-footer-links a,.hzl-copyright{color:var(--text-tertiary);font-size:11px}.hzl-footer-links a:hover{color:var(--text-primary)}

@media (max-width:1080px){
  .hzl-shell{width:min(100% - 36px,1120px)}
  .hzl-nav{display:none}
  .hzl-header-inner{grid-template-columns:auto 1fr auto}.hzl-header-actions{grid-column:3}
  .hzl-hero-grid{grid-template-columns:1fr;gap:46px}.hzl-hero-copy{max-width:760px;margin:0 auto;text-align:center}.hzl-lead{margin-left:auto;margin-right:auto}.hzl-hero-actions,.hzl-proof-row{justify-content:center}.hzl-product-frame{width:min(690px,100%);margin:0 auto}
  .hzl-more-workflows{grid-template-columns:repeat(2,1fr)}.hzl-more-workflows>div{grid-column:1/-1}
  .hzl-split,.hzl-split-reverse,.hzl-trust-grid{grid-template-columns:1fr;gap:40px}.hzl-split .hzl-section-head,.hzl-split-reverse .hzl-section-head,.hzl-trust-grid .hzl-section-head{max-width:760px}.hzl-package-panel,.hzl-memory-panel{width:min(760px,100%)}
}

@media (max-width:780px){
  .hzl-shell{width:calc(100% - 28px)}
  .hzl-header-inner{height:66px;gap:10px}.hzl-brand-name{font-size:18px}.hzl-brand-mark{width:30px;height:30px}.hzl-header-actions{gap:5px}.hzl-language .hz-language-toggle{min-width:88px!important}.hzl-language .hz-language-toggle button{min-height:36px!important;min-width:38px!important}.hzl-login{display:none}.hzl-header-cta{min-height:40px;padding:0 12px;font-size:11px;border-radius:12px}
  .hzl-hero{padding:48px 0 56px}.hzl-hero h1{font-size:clamp(42px,12vw,58px)}.hzl-lead{font-size:15px;line-height:1.62}.hzl-hero-actions{flex-direction:column}.hzl-button{width:100%}.hzl-proof-row{gap:6px}.hzl-proof-row span{font-size:10px}
  .hzl-story-stage{min-height:0;padding:17px}.hzl-story-route{gap:5px;padding:9px 8px;font-size:8px}.hzl-story-problem{width:96%;margin-top:14px;padding:15px}.hzl-story-problem blockquote{font-size:14px}.hzl-story-bridge{width:96%;grid-template-columns:1fr;margin-top:8px;margin-bottom:8px}.hzl-story-bridge span{min-height:30px}.hzl-story-result{width:98%;padding:15px}.hzl-story-result-head h2{font-size:18px}.hzl-story-result li{min-height:35px}.hzl-product-body{padding:20px}.hzl-product-topbar{padding:0 15px}.hzl-preview-solutions{grid-template-columns:1fr}.hzl-preview-solutions div{min-height:42px}.hzl-command-placeholder{min-height:90px}
  .hzl-section{padding:64px 0}.hzl-section-head h2{font-size:38px}.hzl-section-head p{font-size:14px}.hzl-section-head-row{display:block}.hzl-section-head-row .hzl-text-link{margin-top:18px}
  .hzl-workflow-grid,.hzl-system-grid,.hzl-pricing-grid{grid-template-columns:1fr}.hzl-workflow-card{min-height:92px;padding:13px 14px}.hzl-case-card{min-height:230px;padding:19px}.hzl-case-card blockquote{margin:20px 0 18px;font-size:18px}.hzl-more-workflows{grid-template-columns:1fr}.hzl-more-workflows>div{grid-column:auto}.hzl-system-card{min-height:180px}.hzl-system-card>small{margin-top:18px}.hzl-system-card h3{margin-top:7px}
  .hzl-manifesto-section{padding:18px 0}.hzl-manifesto-card{grid-template-columns:auto 1fr;padding:24px 20px;gap:14px}.hzl-manifesto-mark{font-size:58px}.hzl-manifesto-card blockquote{font-size:25px}.hzl-manifesto-card .hzl-button{grid-column:1/-1;width:100%}
  .hzl-memory-panel,.hzl-package-panel{width:100%}.hzl-package-actions{flex-direction:column;gap:6px}
  .hzl-price-card{min-height:auto}.hzl-price-card>p{min-height:0}
  .hzl-final-card{display:block;padding:26px 22px}.hzl-final-card h2{font-size:34px}.hzl-final-actions{flex-direction:column;margin-top:24px}.hzl-final-actions .hzl-button{width:100%}
  .hzl-footer-inner{grid-template-columns:1fr;justify-items:start;padding:28px 0}.hzl-footer-links{justify-content:flex-start}.hzl-copyright{order:3}
}

@media (max-width:430px){
  .hzl-header-cta{display:none}
  .hzl-header-inner{grid-template-columns:auto 1fr}.hzl-header-actions{grid-column:2;justify-self:end}
  .hzl-hero{padding-top:38px}.hzl-hero h1{font-size:43px}.hzl-story-route{letter-spacing:.03em}.hzl-story-result-head>b{display:none}.hzl-product-body>h2{font-size:27px}.hzl-section-head h2{font-size:34px}.hzl-workflow-card p{font-size:11px}.hzl-icon{width:44px;height:44px}.hzl-price-head{align-items:flex-start;flex-direction:column}.hzl-price-head>strong{font-size:25px}
}

@media (prefers-reduced-motion:no-preference){
  .hzl-story-label span{animation:hzl-story-pulse 2.8s ease-in-out infinite}
  .hzl-story-result{animation:hzl-story-rise .7s cubic-bezier(.2,.8,.2,1) both}
}
@keyframes hzl-story-pulse{0%,100%{transform:scale(1);opacity:.75}50%{transform:scale(1.18);opacity:1}}
@keyframes hzl-story-rise{from{transform:translateY(14px);opacity:.25}to{transform:translateY(0);opacity:1}}
