
/* ---------- písma (hostované priamo, žiadne volanie na cudzí server) ----------
   Poppins — SIL Open Font License 1.1
   DejaVu Sans Mono — licencia Bitstream Vera / Arev
   Oba rezy sú orezané na latinku so stredoeurópskou diakritikou.        */
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;
           src:url(fonts/poppins-400.woff) format('woff')}
@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;
           src:url(fonts/poppins-500.woff) format('woff')}
@font-face{font-family:Poppins;font-style:normal;font-weight:600 900;font-display:swap;
           src:url(fonts/poppins-700.woff) format('woff')}
@font-face{font-family:TrioMono;font-style:normal;font-weight:400;font-display:swap;
           src:url(fonts/mono-400.woff) format('woff')}
@font-face{font-family:TrioMono;font-style:normal;font-weight:500 900;font-display:swap;
           src:url(fonts/mono-700.woff) format('woff')}

/* ---------- reset ---------- */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#E4E0D9}
html{-webkit-text-size-adjust:100%;line-height:1.5;scroll-behavior:smooth;font-family:Poppins,ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}
body{margin:0;line-height:inherit;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
p,figure,blockquote,dl,dd,pre{margin:0}
ul,ol{list-style:none;margin:0;padding:0}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
img,svg,video,canvas{display:block;vertical-align:middle;max-width:100%}
button,input,select,textarea,optgroup{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,[type=button],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none;cursor:pointer}
button:disabled{opacity:.6;cursor:not-allowed}
table{border-collapse:collapse;text-indent:0}
summary{display:list-item;cursor:pointer}
fieldset{margin:0;padding:0;border:0}
legend{padding:0}
:root{--tm-shadow:rgba(0,0,0,.25)}

/* ---------- formulárové prvky ---------- */
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=range]),
select,textarea{
  -webkit-appearance:none;appearance:none;background-color:#fff;
  border-width:1px;border-style:solid;border-color:#E4E0D9;border-radius:0;
  padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;width:100%
}
input:focus,select:focus,textarea:focus{outline:2px solid transparent;outline-offset:2px}
select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236E7780' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}
input[type=checkbox]{
  -webkit-appearance:none;appearance:none;width:1rem;height:1rem;flex:none;display:inline-block;
  border-width:1px;border-style:solid;border-color:#E4E0D9;background-color:#fff;
  color:#E8712B;vertical-align:middle;background-origin:border-box
}
input[type=checkbox]:checked{
  background-color:currentColor;border-color:currentColor;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
  background-size:100% 100%;background-position:center;background-repeat:no-repeat
}
input[type=range]{accent-color:#E8712B;width:100%}
::placeholder{color:#9AA1A8;opacity:1}

/* ---------- lievik: z mnohých odberov jeden tender ---------- */
.funnel{--sq:18px;max-width:calc(var(--sq)*11 + 50px);margin-left:auto;margin-right:auto}
.frow{display:flex;justify-content:center;gap:5px;margin-bottom:6px}
.fsq{width:var(--sq);height:var(--sq);border-radius:2px;flex:none;
     border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.05);
     opacity:0;transform:translateY(-7px);
     transition:opacity .45s ease,transform .45s ease}
.fsq.hot{border-color:#E8712B;background:#E8712B}
.funnel.in .fsq{opacity:1;transform:none}
.fbar{height:9px;border-radius:3px;background:#E8712B;width:0;margin:10px auto 0;
      transition:width .9s cubic-bezier(.4,0,.2,1) .55s}
.funnel.in .fbar{width:100%}
@media (max-width:420px){.funnel{--sq:15px}}

/* ---------- typografia projektu ---------- */
.h-display{letter-spacing:-.035em;line-height:1.02;font-weight:800}
.h-section{letter-spacing:-.03em;line-height:1.06;font-weight:800}
.eyebrow{font-family:TrioMono,ui-monospace,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:500}
.prose-lead{font-size:1.125rem;line-height:1.7}
.rule{background-image:linear-gradient(90deg,#E8712B 0 28px,transparent 28px);height:2px}
.grain{background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.06) 1px,transparent 0);background-size:22px 22px}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}
.faq-plus{transition:transform .2s ease}
details[open] .faq-plus{transform:rotate(45deg)}
summary::-webkit-details-marker{display:none}
summary::marker{content:''}
@keyframes tmPulse{0%,100%{opacity:1}50%{opacity:.35}}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  *{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

.-bottom-40{bottom:-10rem}
.-bottom-52{bottom:-13rem}
.-left-32{left:-8rem}
.-left-40{left:-10rem}
.-mr-2{margin-right:-0.5rem}
.-mt-1{margin-top:-0.25rem}
.-right-32{right:-8rem}
.-right-40{right:-10rem}
.-top-32{top:-8rem}
.-top-40{top:-10rem}
.absolute{position:absolute}
.animate-pulse{animation:tmPulse 2s cubic-bezier(.4,0,.6,1) infinite}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.bg-brand{background-color:#E8712B}
.bg-brand\/10{background-color:rgba(232,113,43,0.1)}
.bg-brand\/12{background-color:rgba(232,113,43,0.12)}
.bg-brand\/14{background-color:rgba(232,113,43,0.14)}
.bg-brand\/15{background-color:rgba(232,113,43,0.15)}
.bg-ink{background-color:#101316}
.bg-ink2{background-color:#191E23}
.bg-line{background-color:#E4E0D9}
.bg-red-50{background-color:#FEF2F2}
.bg-sand{background-color:#F6F4F1}
.bg-white{background-color:#FFFFFF}
.bg-white\/10{background-color:rgba(255,255,255,0.1)}
.block{display:block}
.blur-\[120px\]{filter:blur(120px)}
.blur-\[130px\]{filter:blur(130px)}
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-b-2{border-bottom-width:2px}
.border-brand{border-color:#E8712B}
.border-brand\/25{border-color:rgba(232,113,43,0.25)}
.border-brand\/30{border-color:rgba(232,113,43,0.3)}
.border-l{border-left-width:1px}
.border-l-2{border-left-width:2px}
.border-line{border-color:#E4E0D9}
.border-red-300{border-color:#FCA5A5}
.border-t{border-top-width:1px}
.border-white\/10{border-color:rgba(255,255,255,0.1)}
.border-white\/15{border-color:rgba(255,255,255,0.15)}
.border-white\/20{border-color:rgba(255,255,255,0.2)}
.border-white\/5{border-color:rgba(255,255,255,0.05)}
.border-y{border-top-width:1px;border-bottom-width:1px}
.bottom-0{bottom:0px}
.cursor-pointer{cursor:pointer}
.fixed{position:fixed}
.flex{display:flex}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.font-bold{font-weight:700}
.font-medium{font-weight:500}
.font-mono{font-family:TrioMono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.font-normal{font-weight:400}
.font-sans{font-family:Poppins,ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}
.font-semibold{font-weight:600}
.gap-1{gap:0.25rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-3\.5{gap:0.875rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-px{gap:1px}
.gap-x-6{column-gap:1.5rem}
.gap-x-8{column-gap:2rem}
.gap-y-2{row-gap:0.5rem}
.gap-y-3{row-gap:0.75rem}
.gap-y-4{row-gap:1rem}
.gap-y-5{row-gap:1.25rem}
.gap-y-7{row-gap:1.75rem}
.grid{display:grid}
.grid-cols-\[auto\,1fr\]{grid-template-columns:auto 1fr}
.h-1\.5{height:0.375rem}
.h-\[26px\]{height:26px}
.h-\[500px\]{height:500px}
.h-\[520px\]{height:520px}
.h-\[540px\]{height:540px}
.h-\[560px\]{height:560px}
.h-\[620px\]{height:620px}
.h-\[68px\]{height:68px}
.hidden{display:none}
.inline-flex{display:inline-flex}
.inset-0{top:0;right:0;bottom:0;left:0}
.items-baseline{align-items:baseline}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.leading-\[1\.75\]{line-height:1.75}
.leading-none{line-height:1}
.leading-relaxed{line-height:1.625}
.leading-tight{line-height:1.25}
.left-0{left:0px}
.list-none{list-style-type:none}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-site{max-width:1200px}
.max-w-xl{max-width:36rem}
.max-w-xs{max-width:20rem}
.mb-1{margin-bottom:0.25rem}
.mb-1\.5{margin-bottom:0.375rem}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mb-14{margin-bottom:3.5rem}
.mb-2{margin-bottom:0.5rem}
.mb-2\.5{margin-bottom:0.625rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-7{margin-bottom:1.75rem}
.mb-8{margin-bottom:2rem}
.mb-9{margin-bottom:2.25rem}
.min-w-\[640px\]{min-width:640px}
.min-w-\[680px\]{min-width:680px}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-1\.5{margin-top:0.375rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-14{margin-top:3.5rem}
.mt-2{margin-top:0.5rem}
.mt-3{margin-top:0.75rem}
.mt-3\.5{margin-top:0.875rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-7{margin-top:1.75rem}
.mt-8{margin-top:2rem}
.mt-9{margin-top:2.25rem}
.mt-\[7px\]{margin-top:7px}
.mt-auto{margin-top:auto}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.mx-auto{margin-left:auto;margin-right:auto}
.opacity-60{opacity:0.6}
.opacity-70{opacity:0.7}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.p-2{padding:0.5rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-7{padding:1.75rem}
.p-8{padding:2rem}
.pb-1{padding-bottom:0.25rem}
.pb-10{padding-bottom:2.5rem}
.pb-16{padding-bottom:4rem}
.pb-20{padding-bottom:5rem}
.pb-24{padding-bottom:6rem}
.pb-7{padding-bottom:1.75rem}
.pb-8{padding-bottom:2rem}
.pl-6{padding-left:1.5rem}
.pr-10{padding-right:2.5rem}
.pr-2{padding-right:0.5rem}
.pt-14{padding-top:3.5rem}
.pt-16{padding-top:4rem}
.pt-20{padding-top:5rem}
.pt-3{padding-top:0.75rem}
.pt-6{padding-top:1.5rem}
.pt-7{padding-top:1.75rem}
.pt-8{padding-top:2rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3\.5{padding-left:0.875rem;padding-right:0.875rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-7{padding-left:1.75rem;padding-right:1.75rem}
.px-9{padding-left:2.25rem;padding-right:2.25rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.relative{position:relative}
.right-0{right:0px}
.rounded{border-radius:.25rem}
.rounded-full{border-radius:9999px}
.rounded-md{border-radius:.375rem}
.rounded-xl{border-radius:.75rem}
.scroll-mt-20{scroll-margin-top:5rem}
.scroll-mt-28{scroll-margin-top:7rem}
.select-none{user-select:none}
.shadow-2xl{box-shadow:0 25px 50px -12px var(--tm-shadow,rgba(0,0,0,.25))}
.shadow-black\/40{--tm-shadow:rgba(0,0,0,0.4)}
.shrink-0{flex-shrink:0}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){margin-top:0.375rem}
.space-y-14 > :not([hidden]) ~ :not([hidden]){margin-top:3.5rem}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){margin-top:0.625rem}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){margin-top:0.875rem}
.space-y-4 > :not([hidden]) ~ :not([hidden]){margin-top:1rem}
.space-y-5 > :not([hidden]) ~ :not([hidden]){margin-top:1.25rem}
.space-y-px > :not([hidden]) ~ :not([hidden]){margin-top:1px}
.sticky{position:sticky}
.tabular-nums{font-variant-numeric:tabular-nums}
.text-\[1\.55rem\]{font-size:1.55rem}
.text-\[1\.5rem\]{font-size:1.5rem}
.text-\[1\.7rem\]{font-size:1.7rem}
.text-\[1\.85rem\]{font-size:1.85rem}
.text-\[11\.5px\]{font-size:11.5px}
.text-\[11px\]{font-size:11px}
.text-\[12\.5px\]{font-size:12.5px}
.text-\[12px\]{font-size:12px}
.text-\[13\.5px\]{font-size:13.5px}
.text-\[13px\]{font-size:13px}
.text-\[14\.5px\]{font-size:14.5px}
.text-\[14px\]{font-size:14px}
.text-\[15\.5px\]{font-size:15.5px}
.text-\[15px\]{font-size:15px}
.text-\[16\.5px\]{font-size:16.5px}
.text-\[16px\]{font-size:16px}
.text-\[17px\]{font-size:17px}
.text-\[18px\]{font-size:18px}
.text-\[19px\]{font-size:19px}
.text-\[2\.1rem\]{font-size:2.1rem}
.text-\[2\.2rem\]{font-size:2.2rem}
.text-\[2\.4rem\]{font-size:2.4rem}
.text-\[2\.6rem\]{font-size:2.6rem}
.text-\[2rem\]{font-size:2rem}
.text-brand{color:#E8712B}
.text-center{text-align:center}
.text-ink{color:#101316}
.text-ink3{color:#252B31}
.text-left{text-align:left}
.text-mute{color:#6E7780}
.text-red-800{color:#991B1B}
.text-white{color:#FFFFFF}
.text-white\/35{color:rgba(255,255,255,0.35)}
.text-white\/40{color:rgba(255,255,255,0.4)}
.text-white\/50{color:rgba(255,255,255,0.5)}
.text-white\/55{color:rgba(255,255,255,0.55)}
.text-white\/60{color:rgba(255,255,255,0.6)}
.text-white\/65{color:rgba(255,255,255,0.65)}
.text-white\/70{color:rgba(255,255,255,0.7)}
.text-white\/75{color:rgba(255,255,255,0.75)}
.text-white\/80{color:rgba(255,255,255,0.8)}
.top-0{top:0px}
.tracking-tight{letter-spacing:-0.018em}
.tracking-wider{letter-spacing:0.05em}
.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.16s;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.transition-all{transition-property:all;transition-duration:.16s;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.underline{text-decoration-line:underline}
.underline-offset-2{text-underline-offset:2px}
.uppercase{text-transform:uppercase}
.w-1\.5{width:0.375rem}
.w-16{width:4rem}
.w-\[22px\]{width:22px}
.w-\[500px\]{width:500px}
.w-\[520px\]{width:520px}
.w-\[540px\]{width:540px}
.w-\[560px\]{width:560px}
.w-\[620px\]{width:620px}
.w-full{width:100%}
.z-50{z-index:50}
.focus\:border-brand:focus{border-color:#E8712B}
.focus\:ring-brand:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 1px #E8712B}
.hover\:bg-brand-dark:hover{background-color:#C4551B}
.hover\:bg-ink2:hover{background-color:#191E23}
.hover\:bg-white\/5:hover{background-color:rgba(255,255,255,0.05)}
.hover\:border-brand:hover{border-color:#E8712B}
.hover\:border-white\/50:hover{border-color:rgba(255,255,255,0.5)}
.hover\:gap-3:hover{gap:0.75rem}
.hover\:text-brand:hover{color:#E8712B}
.hover\:text-white:hover{color:#FFFFFF}
.hover\:text-white\/70:hover{color:rgba(255,255,255,0.7)}
@media (min-width:640px){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:flex-row{flex-direction:row}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:inline-flex{display:inline-flex}.sm\:items-baseline{align-items:baseline}.sm\:p-10{padding:2.5rem}.sm\:p-6{padding:1.5rem}.sm\:p-7{padding:1.75rem}.sm\:p-8{padding:2rem}.sm\:p-9{padding:2.25rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[2\.4rem\]{font-size:2.4rem}.sm\:text-\[2\.5rem\]{font-size:2.5rem}.sm\:text-\[2\.6rem\]{font-size:2.6rem}.sm\:text-\[2\.7rem\]{font-size:2.7rem}.sm\:text-\[3\.2rem\]{font-size:3.2rem}.sm\:text-\[3\.4rem\]{font-size:3.4rem}.sm\:text-\[3rem\]{font-size:3rem}.sm\:w-44{width:11rem}.sm\:w-auto{width:auto}}
@media (min-width:768px){.md\:block{display:block}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:flex-row{flex-direction:row}.md\:gap-10{gap:2.5rem}.md\:gap-8{gap:2rem}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:items-end{align-items:flex-end}.md\:mt-4{margin-top:1rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-24{padding-bottom:6rem}.md\:pb-28{padding-bottom:7rem}.md\:pb-32{padding-bottom:8rem}.md\:pt-20{padding-top:5rem}.md\:pt-24{padding-top:6rem}.md\:pt-28{padding-top:7rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}}
@media (min-width:1024px){.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-9{grid-column:span 9/span 9}.lg\:flex{display:flex}.lg\:flex-col{flex-direction:column}.lg\:flex-none{flex:none}.lg\:flex-row{flex-direction:row}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}.lg\:gap-8{gap:2rem}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:hidden{display:none}.lg\:items-center{align-items:center}.lg\:p-8{padding:2rem}.lg\:sticky{position:sticky}.lg\:text-\[3\.6rem\]{font-size:3.6rem}.lg\:text-\[4\.1rem\]{font-size:4.1rem}.lg\:top-28{top:7rem}}