/* PiyasaVizyon Hiposta UI v0.2.1 */
.pv-hiposta{position:relative;color:inherit;font-family:inherit}.pv-hiposta *{box-sizing:border-box}.pv-hiposta__head{max-width:680px}.pv-hiposta__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:#ff6a00;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.pv-hiposta__eyebrow:before{content:"";width:22px;height:1px;background:currentColor}.pv-hiposta__head h3{margin:0!important;color:inherit;font-size:clamp(24px,2.15vw,34px)!important;line-height:1.06!important;letter-spacing:-.035em!important;font-weight:900!important}.pv-hiposta__head p{margin:11px 0 0!important;color:rgba(255,255,255,.72)!important;font-size:14px!important;line-height:1.65!important;max-width:620px}.pv-hiposta__form{margin-top:24px}.pv-hiposta__primary{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.pv-hiposta__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}.pv-hiposta__email-wrap{display:block;min-width:0}.pv-hiposta__row input[type=email]{appearance:none;width:100%!important;min-width:0!important;height:52px!important;margin:0!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:12px!important;background:#fff!important;color:#0a1830!important;padding:0 16px!important;font:600 14px/1.2 inherit!important;outline:0!important;box-shadow:0 10px 30px rgba(2,19,48,.16)!important;transition:border-color .18s ease,box-shadow .18s ease}.pv-hiposta__row input[type=email]::placeholder{color:#7b8797!important}.pv-hiposta__row input[type=email]:focus{border-color:#ff6a00!important;box-shadow:0 0 0 3px rgba(255,106,0,.16),0 12px 32px rgba(2,19,48,.18)!important}.pv-hiposta__row button[type=submit]{height:52px!important;border:0!important;border-radius:12px!important;background:#ff6a00!important;color:#fff!important;padding:0 24px!important;font:900 12px/1 inherit!important;letter-spacing:.08em!important;text-transform:uppercase!important;cursor:pointer!important;box-shadow:0 12px 28px rgba(255,106,0,.25)!important;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.pv-hiposta__row button[type=submit]:hover{transform:translateY(-1px);background:#ff7a1a!important;box-shadow:0 15px 32px rgba(255,106,0,.31)!important}.pv-hiposta__row button[disabled]{opacity:.6;cursor:wait;transform:none!important}.pv-hiposta__meta{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-top:14px}.pv-hiposta__consent{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;align-items:start;margin:0!important;max-width:660px;color:rgba(255,255,255,.66)!important;font-size:11px!important;line-height:1.55!important;cursor:pointer}.pv-hiposta__consent input{position:absolute;opacity:0;pointer-events:none}.pv-hiposta__checkmark{position:relative;width:18px;height:18px;margin-top:1px;border:1px solid rgba(255,255,255,.46);border-radius:5px;background:rgba(255,255,255,.08);transition:.18s ease}.pv-hiposta__consent input:checked+.pv-hiposta__checkmark{border-color:#ff6a00;background:#ff6a00}.pv-hiposta__consent input:checked+.pv-hiposta__checkmark:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.pv-hiposta__consent a{color:#fff!important;font-weight:800!important;text-decoration:underline!important;text-underline-offset:2px}.pv-hiposta__network{display:inline-flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto;border:0!important;background:transparent!important;padding:2px 0!important;color:#ff8a3d!important;font:900 10px/1.4 inherit!important;letter-spacing:.08em!important;text-transform:uppercase!important;cursor:pointer!important;white-space:nowrap}.pv-hiposta__network:hover{color:#fff!important}.pv-hiposta__message{min-height:18px;margin-top:10px;font-size:12px;font-weight:800;line-height:1.5}.pv-hiposta__message.is-success{color:#60e7ac}.pv-hiposta__message.is-error{color:#ff9d9d}.pv-hiposta__hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}

.pv-hiposta__primary .pv-hiposta-card{max-width:300px;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#fff}.pv-hiposta__primary .pv-hiposta-card__copy strong{color:#fff}.pv-hiposta__primary .pv-hiposta-card__copy small{color:rgba(255,255,255,.65)}

/* Portal modal */
.pv-hiposta-modal[hidden]{display:none!important}.pv-hiposta-modal{position:fixed!important;z-index:2147483647!important;inset:0!important;display:grid!important;place-items:center!important;padding:22px!important;isolation:isolate!important;transform:none!important;filter:none!important;opacity:1!important}.pv-hiposta-modal__backdrop{position:absolute!important;z-index:0!important;inset:0!important;border:0!important;background:rgba(3,11,25,.82)!important;backdrop-filter:blur(10px)!important;cursor:pointer!important}.pv-hiposta-modal__panel{position:relative!important;z-index:1!important;width:min(960px,calc(100vw - 44px))!important;max-height:min(760px,calc(100vh - 44px))!important;overflow:auto!important;border:1px solid #ded8cf!important;border-radius:22px!important;background:#f7f3ec!important;color:#151b26!important;box-shadow:0 36px 120px rgba(0,0,0,.46)!important}.pv-hiposta-modal__header{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e2ddd4;background:rgba(255,253,249,.97);backdrop-filter:blur(12px);padding:16px 20px}.pv-hiposta-modal__brand{display:flex;align-items:center;gap:14px}.pv-hiposta-modal__brand img{display:block;width:auto;height:25px}.pv-hiposta-modal__brand span{padding-left:14px;border-left:1px solid #ded8cf;color:#777168;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pv-hiposta-modal__close{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;border:1px solid #ddd7cd!important;border-radius:999px!important;background:#fff!important;color:#161b25!important;font-size:22px!important;line-height:1!important;cursor:pointer!important}.pv-hiposta-modal__intro{padding:26px 24px 6px}.pv-hiposta-modal__eyebrow{display:block;margin-bottom:7px;color:#ff6a00;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.pv-hiposta-modal__intro h4{margin:0!important;color:#151b26!important;font-size:clamp(25px,2.6vw,36px)!important;line-height:1.06!important;letter-spacing:-.035em!important;font-weight:900!important}.pv-hiposta-modal__intro p{max-width:700px;margin:10px 0 0!important;color:#716c64!important;font-size:13px!important;line-height:1.6!important}.pv-hiposta-modal__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px 24px 24px}.pv-hiposta-card{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) 24px;align-items:center;gap:14px;min-height:78px;border:1px solid #ddd8cf;border-radius:15px;background:#fffdf9;padding:12px 14px;cursor:pointer;box-shadow:0 5px 16px rgba(25,28,34,.035);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.pv-hiposta-card:hover{transform:translateY(-1px);border-color:#c9c2b7;box-shadow:0 9px 24px rgba(25,28,34,.07)}.pv-hiposta-card:has(>input:checked){border-color:#ff9b58;background:#fff7f0;box-shadow:0 0 0 2px rgba(255,106,0,.08)}.pv-hiposta-card>input{position:absolute;opacity:0;pointer-events:none}.pv-hiposta-card:after{content:"";grid-column:3;width:20px;height:20px;border:1px solid #c7c1b7;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 5px #fff;transition:.18s ease}.pv-hiposta-card:has(>input:checked):after{border-color:#ff6a00;background:#ff6a00}.pv-hiposta-card__brand{display:grid;place-items:center;width:64px;height:50px;overflow:hidden}.pv-hiposta-card__brand.has-logo{border:1px solid #ece7df;border-radius:11px;background:#fff!important;padding:8px}.pv-hiposta-card__brand.has-logo img{display:block;width:100%;height:100%;object-fit:contain;padding:0!important}.pv-hiposta-card__brand.has-monogram{width:50px;height:50px;border-radius:11px;background:var(--brand);color:var(--fg)}.pv-hiposta-card__brand.has-monogram b{font-size:11px}.pv-hiposta-card__copy{display:flex;min-width:0;flex-direction:column;gap:3px}.pv-hiposta-card__copy strong{color:#181d27;font-size:14px;font-weight:900;line-height:1.2}.pv-hiposta-card__copy small{color:#777168;font-size:11px;line-height:1.4}.pv-hiposta-modal__footer{position:sticky;bottom:0;z-index:4;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e2ddd4;background:rgba(255,253,249,.97);backdrop-filter:blur(12px);padding:14px 20px}.pv-hiposta-modal__cancel,.pv-hiposta-modal__apply{min-height:42px;border-radius:10px;padding:0 17px;font:900 11px/1 inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.pv-hiposta-modal__cancel{border:1px solid #d8d1c6;background:#fff;color:#5e5a54}.pv-hiposta-modal__apply{border:0;background:#111827;color:#fff;box-shadow:0 10px 22px rgba(17,24,39,.17)}html.pv-hiposta-modal-open,body.pv-hiposta-modal-open{overflow:hidden!important}

/* Footer and compact page surfaces */
.pv-hiposta--footer .pv-hiposta__head h3{font-size:clamp(22px,1.8vw,29px)!important}.pv-hiposta--footer .pv-hiposta__head p{font-size:13px!important}.pv-hiposta--footer .pv-hiposta__form{margin-top:20px}.pv-hiposta--page{max-width:720px}.pv-hiposta--page .pv-hiposta__head{display:none!important}.pv-hiposta--page .pv-hiposta__form{margin-top:18px}.pv-hiposta--page .pv-hiposta__row{max-width:650px}.pv-hiposta--page .pv-hiposta__meta{max-width:650px}.pv-hiposta--page .pv-hiposta__message{max-width:650px}

@media(max-width:760px){.pv-hiposta__row{grid-template-columns:1fr}.pv-hiposta__row button[type=submit]{width:100%}.pv-hiposta__meta{flex-direction:column;gap:12px}.pv-hiposta__network{white-space:normal}.pv-hiposta-modal{padding:8px!important}.pv-hiposta-modal__panel{width:calc(100vw - 16px)!important;max-height:calc(100vh - 16px)!important;border-radius:16px!important}.pv-hiposta-modal__brand span{display:none}.pv-hiposta-modal__intro{padding:21px 15px 5px}.pv-hiposta-modal__list{grid-template-columns:1fr;padding:14px 15px}.pv-hiposta-modal__header,.pv-hiposta-modal__footer{padding:12px 15px}.pv-hiposta-modal__footer{display:grid;grid-template-columns:1fr 1fr}.pv-hiposta-modal__cancel,.pv-hiposta-modal__apply{width:100%}.pv-hiposta-card{grid-template-columns:58px minmax(0,1fr) 22px;min-height:72px;padding:10px 12px}.pv-hiposta-card__brand{width:58px;height:46px}.pv-hiposta-card__brand.has-monogram{width:46px;height:46px}.pv-hiposta__head h3{font-size:24px!important}.pv-hiposta--page .pv-hiposta__form{margin-top:14px}}
