[hidden] {
  display: none !important;
}

:root {
  --ink: #14211d;
  --ink-soft: #44524d;
  --cream: #f4f2ec;
  --paper: #fbfaf6;
  --line: #d9d9d0;
  --lime: #c9ff63;
  --lime-dark: #9fde28;
  --forest: #163b32;
  --orange: #ff825c;
  --shadow: 0 22px 70px rgba(20, 33, 29, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 11px 15px; color: white; background: var(--ink); border-radius: 7px; font-size: 11px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }
.noscript-note { padding: 13px 20px; color: #6d270f; background: #ffe8dd; text-align: center; font-size: 11px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site-header {
  width: min(1180px, calc(100% - 40px)); height: 86px; margin: auto;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(20,33,29,.12); position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 20px "Manrope"; letter-spacing: -.6px; }
.brand-mark {
  width: 34px; height: 38px; display: grid; place-items: center;
  clip-path: polygon(50% 0, 94% 17%, 94% 53%, 82% 76%, 64% 91%, 50% 100%, 36% 91%, 18% 76%, 6% 53%, 6% 17%);
  color: white; background: var(--forest); font: 900 20px/1 "Manrope", sans-serif;
}
.brand-dot { color: var(--orange); }
.desktop-nav { display: flex; gap: 32px; font-weight: 600; font-size: 14px; }
.desktop-nav a { transition: opacity .2s; }
.desktop-nav a:hover { opacity: .55; }
.button {
  border: 0; border-radius: 999px; min-height: 50px; padding: 0 23px;
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 18px; font-size: 13px; }
.button-dark { color: white; background: var(--ink); }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 10px 25px rgba(159,222,40,.2); }
.button-primary:hover { background: #d5ff83; box-shadow: 0 14px 30px rgba(159,222,40,.3); }
.button-outline { border: 1px solid var(--ink); background: transparent; }
.button-large { min-height: 60px; padding: 0 30px; }
.hero {
  position: relative; isolation: isolate; width: min(1180px, calc(100% - 40px)); min-height: 680px;
  margin: auto; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px;
  padding: 72px 0 78px;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); z-index: -1; opacity: .45; }
.hero-glow-one { width: 400px; height: 400px; background: #d8ff8c; left: -270px; top: 40px; }
.hero-glow-two { width: 300px; height: 300px; background: #ffd8c9; right: -170px; bottom: -80px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: 1.8px; font-weight: 700; font-size: 11px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.eyebrow span { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,130,92,.15); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; margin: 0; letter-spacing: -2px; }
h1 { font-size: clamp(52px, 6vw, 82px); }
h1 em, .how h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--forest); }
.hero-lead { max-width: 560px; margin: 28px 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { margin-left: 8px; }
.trust-row { display: flex; align-items: center; gap: 13px; margin-top: 39px; }
.avatars { display: flex; padding-left: 8px; }
.avatars span {
  margin-left: -8px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  border: 2px solid var(--cream); color: white; font-size: 10px; font-weight: 800;
}
.avatars span:nth-child(1) { background: #6d7773; }
.avatars span:nth-child(2) { background: var(--orange); }
.avatars span:nth-child(3) { background: var(--forest); }
.trust-row strong, .trust-row small { display: block; }
.trust-row strong { font-size: 13px; }
.trust-row small { font-size: 11px; color: var(--ink-soft); }
.hero-demo {
  background: var(--paper); border: 1px solid rgba(20,33,29,.12); border-radius: 24px;
  box-shadow: var(--shadow); overflow: hidden; transform: rotate(1.2deg); transition: transform .4s;
}
.hero-demo:hover { transform: rotate(0); }
.demo-header { min-height: 78px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.assistant-id { display: flex; align-items: center; gap: 12px; }
.assistant-id strong, .assistant-id small { display: block; }
.assistant-id strong { font: 700 14px "Manrope"; }
.assistant-id small { color: #66736e; font-size: 11px; margin-top: 2px; }
.assistant-id i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #46c47a; margin-right: 5px; }
.assistant-orb, .tiny-orb {
  display: grid; place-items: center; color: var(--lime); background: var(--forest); border-radius: 50%; font: 800 15px "Manrope";
}
.assistant-orb { width: 42px; height: 42px; box-shadow: inset 0 0 0 7px rgba(201,255,99,.09); }
.tiny-orb { width: 25px; height: 25px; flex: 0 0 auto; font-size: 9px; }
.icon-button { background: transparent; border: 0; letter-spacing: 2px; cursor: pointer; color: var(--ink-soft); }
.demo-body { min-height: 320px; max-height: 400px; overflow-y: auto; padding: 28px 25px 18px; }
.message { display: flex; gap: 10px; margin-bottom: 18px; animation: rise .35s ease both; }
.message > div { padding: 13px 15px; border-radius: 4px 16px 16px 16px; background: #ebeee7; max-width: 86%; }
.message p { margin: 0 0 3px; font-size: 14px; }
.message small { font-size: 11px; color: #68736f; }
.user-message { justify-content: flex-end; }
.user-message > div { background: var(--forest); color: white; border-radius: 16px 4px 16px 16px; }
.quick-prompts { display: flex; flex-wrap: wrap; gap: 8px; padding-left: 35px; }
.quick-prompts button {
  padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; background: white;
  color: var(--ink); font-size: 11px; cursor: pointer; transition: border-color .2s, transform .2s;
}
.quick-prompts button:hover { border-color: var(--forest); transform: translateY(-1px); }
.typing { display: flex; gap: 4px; align-items: center; height: 20px; }
.typing i { width: 5px; height: 5px; background: #82908a; border-radius: 50%; animation: blink 1s infinite; }
.typing i:nth-child(2) { animation-delay: .18s; }
.typing i:nth-child(3) { animation-delay: .36s; }
.chat-input { display: flex; gap: 10px; padding: 12px 16px; margin: 0 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.chat-input input { width: 100%; border: 0; outline: none; background: transparent; font-size: 12px; color: var(--ink); }
.chat-input button { width: 35px; height: 35px; border-radius: 50%; border: 0; background: var(--lime); color: var(--ink); cursor: pointer; font-weight: 800; }
.privacy-note { text-align: center; color: #7a8581; font-size: 9px; margin: 10px 0 14px; }
.proof-strip {
  min-height: 126px; color: white; background: var(--forest); display: grid;
  grid-template-columns: repeat(4, 1fr); padding: 0 max(24px, calc((100vw - 1180px)/2));
}
.proof-strip div { display: flex; flex-direction: column; justify-content: center; padding: 24px 38px; border-right: 1px solid rgba(255,255,255,.15); }
.proof-strip div:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.proof-strip strong { font: 700 24px "Manrope"; letter-spacing: -1px; }
.proof-strip span { color: rgba(255,255,255,.62); font-size: 11px; }
.section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 120px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 60px; }
.section-heading h2, .pricing-heading h2 { font-size: clamp(39px, 5vw, 60px); margin-top: 15px; }
.section-heading > p { max-width: 410px; color: var(--ink-soft); font-size: 15px; }
.kicker { color: #66736e; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card { position: relative; padding: 38px; min-height: 520px; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.product-card:first-child { border-left: 1px solid var(--line); }
.product-card:hover { background: var(--paper); transform: translateY(-5px); }
.card-number { color: #98a09d; font-size: 11px; }
.card-icon { width: 64px; height: 64px; margin: 42px 0 25px; border-radius: 50%; display: grid; place-items: center; background: var(--forest); color: var(--lime); font: 700 24px "Manrope"; }
.product-card:nth-child(2) .card-icon { background: var(--orange); color: var(--ink); }
.product-card:nth-child(3) .card-icon { background: var(--lime); color: var(--ink); }
.product-card h3 { font-size: 27px; letter-spacing: -1px; }
.product-card > p { color: var(--ink-soft); font-size: 14px; min-height: 64px; }
.product-card ul, .price-card ul { list-style: none; padding: 0; margin: 25px 0; }
.product-card li, .price-card li { position: relative; padding: 8px 0 8px 20px; font-size: 12px; border-bottom: 1px solid rgba(20,33,29,.08); }
.product-card li::before, .price-card li::before { content: "✓"; position: absolute; left: 0; color: #559318; font-weight: 800; }
.card-link { position: absolute; bottom: 34px; left: 38px; right: 38px; display: flex; justify-content: space-between; border: 0; border-top: 1px solid var(--ink); padding: 13px 0 0; background: transparent; font-weight: 700; cursor: pointer; }
.how { width: 100%; padding-left: max(20px, calc((100vw - 1180px)/2)); padding-right: max(20px, calc((100vw - 1180px)/2)); background: var(--ink); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.kicker-light { color: rgba(255,255,255,.56); }
.how h2 { font-size: clamp(48px, 5vw, 68px); margin: 20px 0; }
.how h2 em { color: var(--lime); }
.how-intro > p { max-width: 390px; color: rgba(255,255,255,.6); }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.15); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.steps li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 12px; }
.steps h3 { font-size: 19px; letter-spacing: -.5px; }
.steps p { margin: 8px 0 0; color: rgba(255,255,255,.56); font-size: 13px; }
.use-cases { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.quote > span { font: 90px Georgia; color: var(--orange); line-height: .5; }
.quote blockquote { margin: 20px 0 25px; font: 500 clamp(27px, 3vw, 39px)/1.25 "Manrope"; letter-spacing: -1.5px; }
.quote p { color: var(--ink-soft); font-size: 12px; }
.case-panel { border-top: 1px solid var(--ink); }
.case-panel > .kicker { display: block; margin: 19px 0 30px; }
.case-row { display: grid; grid-template-columns: 44px 1fr 20px; align-items: center; border-top: 1px solid var(--line); padding: 18px 0; }
.case-row span { color: #98a09d; font-size: 10px; }
.case-row p { margin: 0; font-weight: 600; font-size: 14px; }
.case-row b { font-weight: 500; }
.pricing { border-top: 1px solid var(--line); }
.pricing-heading { text-align: center; margin-bottom: 55px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.price-card { position: relative; padding: 35px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.35); display: flex; flex-direction: column; }
.price-card-featured { color: white; background: var(--forest); border-color: var(--forest); box-shadow: var(--shadow); transform: translateY(-12px); }
.plan-name { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; }
.price-card h3 { font-size: 41px; margin: 25px 0 8px; }
.price-card h3 small { font: 500 13px "DM Sans"; letter-spacing: 0; }
.price-card > p { min-height: 46px; color: var(--ink-soft); font-size: 13px; }
.price-card-featured > p { color: rgba(255,255,255,.62); }
.price-card ul { flex-grow: 1; }
.price-card-featured li { border-color: rgba(255,255,255,.12); }
.popular { position: absolute; right: 25px; top: 25px; padding: 6px 10px; border-radius: 999px; background: var(--lime); color: var(--ink); text-transform: uppercase; letter-spacing: 1px; font-size: 8px; font-weight: 800; }
.pricing-note { text-align: center; color: var(--ink-soft); font-size: 11px; margin-top: 32px; }
.final-cta { padding: 110px 20px; text-align: center; color: white; background: var(--forest); }
.final-cta h2 { font-size: clamp(45px, 6vw, 75px); margin: 15px 0; }
.final-cta p { color: rgba(255,255,255,.65); margin-bottom: 30px; }
footer { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 55px 0 35px; display: grid; grid-template-columns: 1fr 1.3fr 1fr auto; gap: 30px; align-items: center; }
footer > p { color: var(--ink-soft); font-size: 11px; }
.footer-links { display: flex; gap: 19px; font-size: 11px; font-weight: 600; }
footer > small { color: #7e8985; font-size: 10px; }
dialog { border: 0; border-radius: 24px; padding: 40px; width: min(440px, calc(100% - 30px)); color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(12,25,21,.7); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 18px; top: 14px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.dialog-orb { margin-bottom: 24px; }
dialog h2 { font-size: 30px; letter-spacing: -1px; }
dialog > p { color: var(--ink-soft); font-size: 14px; }
dialog form { display: grid; gap: 10px; margin: 25px 0 12px; }
dialog label { font-size: 11px; font-weight: 700; }
dialog input { height: 50px; border: 1px solid var(--line); border-radius: 12px; padding: 0 15px; outline: none; }
dialog input:focus { border-color: var(--forest); }
dialog > small { display: block; text-align: center; color: #7a8581; font-size: 9px; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 50; padding: 14px 18px; border-radius: 12px; color: white; background: var(--ink); font-size: 12px; box-shadow: var(--shadow); opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translateY(0); }

/* Pinigų susigrąžinimo produkto versija */
.money-hero { grid-template-columns: .96fr 1.04fr; }
.money-trust { display: flex; gap: 30px; margin-top: 38px; }
.money-trust > div { padding-left: 17px; border-left: 2px solid var(--lime-dark); }
.money-trust strong, .money-trust small { display: block; }
.money-trust strong { font-size: 12px; }
.money-trust small { margin-top: 3px; color: var(--ink-soft); font-size: 10px; }
.scan-card {
  overflow: hidden; background: var(--paper); border: 1px solid rgba(20,33,29,.14);
  border-radius: 26px; box-shadow: var(--shadow); min-height: 520px;
}
.scan-top { height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line); }
.scan-top > div { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #49bc74; box-shadow: 0 0 0 5px rgba(73,188,116,.12); }
.secure-label { padding: 5px 8px; border-radius: 5px; color: #31784d; background: #e6f6eb; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.scan-content { padding: 24px; }
.upload-zone { padding: 33px 20px 26px; text-align: center; border: 1.5px dashed #b5beb9; border-radius: 17px; transition: background .2s, border-color .2s; }
.upload-zone.dragging { background: rgba(201,255,99,.15); border-color: var(--lime-dark); }
.upload-icon { width: 54px; height: 54px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--forest); font-size: 23px; }
.upload-zone h2 { font-size: 22px; letter-spacing: -.7px; }
.upload-zone p { margin: 7px 0 17px; color: var(--ink-soft); font-size: 12px; }
.upload-zone small { display: block; margin-top: 12px; color: #87918d; font-size: 9px; }
.upload-zone .button { min-height: 42px; font-size: 12px; }
.or-divider { display: flex; align-items: center; gap: 10px; margin: 19px 0 14px; color: #8a9490; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.or-divider::before, .or-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.case-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.case-buttons button { min-height: 48px; padding: 9px 11px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-size: 10px; font-weight: 600; cursor: pointer; transition: border-color .2s, transform .2s; }
.case-buttons button:hover { border-color: var(--forest); transform: translateY(-1px); }
.case-buttons span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #eef0eb; font-size: 11px; }
.money-proof div:nth-child(3) strong { color: var(--lime); }
.found-money { padding-bottom: 130px; }
.recovery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.recovery-card { min-height: 335px; padding: 29px; border-radius: 18px; display: flex; flex-direction: column; border: 1px solid rgba(20,33,29,.1); transition: transform .25s; }
.recovery-card:hover { transform: translateY(-5px); }
.recovery-card .card-number { align-self: flex-end; }
.recovery-icon { width: 53px; height: 53px; margin: 28px 0 21px; display: grid; place-items: center; border-radius: 50%; border: 1px solid currentColor; font-size: 20px; }
.recovery-card h3 { font-size: 21px; letter-spacing: -.7px; }
.recovery-card p { color: inherit; opacity: .7; font-size: 12px; }
.recovery-card strong { margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(20,33,29,.14); font-size: 11px; }
.recovery-card.dark strong, .recovery-card.forest strong { border-color: rgba(255,255,255,.18); }
.coral { background: #ffb39c; }
.lime { background: var(--lime); }
.sand { background: #e9dfc9; }
.dark { color: white; background: var(--ink); }
.white { background: var(--paper); }
.forest { color: white; background: var(--forest); }
.money-how { width: 100%; }
.result-showcase { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.result-ticket { overflow: hidden; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); border: 1px solid var(--line); transform: rotate(-1.4deg); }
.ticket-header { padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .8px; }
.ticket-header b { padding: 5px 8px; color: #31784d; background: #e1f4e8; border-radius: 5px; font-size: 8px; }
.ticket-value { padding: 37px 30px 31px; text-align: center; background: var(--forest); color: white; }
.ticket-value small, .ticket-value strong { display: block; }
.ticket-value small { color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.ticket-value strong { margin-top: 8px; color: var(--lime); font: 700 53px "Manrope"; letter-spacing: -2px; }
.ticket-row { display: flex; align-items: center; justify-content: space-between; padding: 15px 23px; border-bottom: 1px solid var(--line); font-size: 11px; }
.ticket-action { display: flex; justify-content: space-between; padding: 20px 23px; background: var(--lime); font-weight: 800; font-size: 12px; }
.result-copy h2 { margin: 18px 0 20px; font-size: clamp(37px, 4vw, 52px); }
.result-copy > p { color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.result-copy ul { list-style: none; padding: 0; margin-top: 25px; }
.result-copy li { padding: 10px 0 10px 25px; border-top: 1px solid var(--line); font-size: 12px; position: relative; }
.result-copy li::before { content: "✓"; position: absolute; left: 0; color: #599716; font-weight: 800; }
.assurance { border-top: 1px solid var(--line); }
.assurance-heading { max-width: 780px; margin-bottom: 55px; }
.assurance-heading h2 { margin-top: 18px; font-size: clamp(43px, 5vw, 63px); letter-spacing: -3.5px; }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.assurance-grid article { min-height: 285px; padding: 28px 25px; border-right: 1px solid var(--line); }
.assurance-grid article:first-child { border-left: 1px solid var(--line); }
.assurance-grid article > span { color: #8a938e; font-size: 9px; }
.assurance-grid h3 { margin-top: 50px; font-size: 18px; letter-spacing: -.7px; }
.assurance-grid p { color: var(--ink-soft); font-size: 11px; line-height: 1.65; }
.fit-note { margin-top: 18px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: var(--forest); border-radius: 7px; }
.fit-note strong { font: 700 14px "Space Grotesk"; }
.fit-note p { margin: 0; color: rgba(255,255,255,.62); font-size: 10px; }
.mobile-sticky-cta { display: none; }
.recovery-pricing .pricing-heading > p { max-width: 540px; margin: 18px auto 0; color: var(--ink-soft); }
.fee-card { max-width: 830px; margin: auto; padding: 34px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 42px; border-radius: 22px; color: white; background: var(--forest); box-shadow: var(--shadow); }
.fee-card h3 { margin: 10px 0 0; color: var(--lime); font-size: 55px; }
.fee-card > div:first-child p { margin: 0; color: rgba(255,255,255,.55); font-size: 10px; }
.fee-example { padding-left: 38px; border-left: 1px solid rgba(255,255,255,.18); }
.fee-example > span { color: rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.fee-example p { margin: 5px 0; font-size: 11px; }
.fee-example strong { display: block; margin-top: 11px; color: var(--lime); font-size: 14px; }
.fee-card .button { white-space: nowrap; }
.faq { display: grid; grid-template-columns: .45fr 1fr; gap: 80px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; font: 600 15px "Manrope"; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -5px 45px 22px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.money-cta { background: var(--ink); }
.analyzing, .mini-result { min-height: 405px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.scan-document { width: 86px; height: 110px; padding: 24px 16px; position: relative; border-radius: 8px; background: white; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(20,33,29,.1); overflow: hidden; }
.scan-document::after { content: ""; position: absolute; left: 0; right: 0; top: 10%; height: 2px; background: var(--lime-dark); box-shadow: 0 0 15px var(--lime-dark); animation: scan 1.2s infinite alternate ease-in-out; }
.scan-document span, .scan-document i { display: block; height: 5px; margin-bottom: 8px; background: #dfe4df; border-radius: 4px; }
.scan-document i:nth-child(2) { width: 80%; }
.scan-document i:nth-child(3) { width: 65%; }
.analyzing h2 { margin-top: 22px; font-size: 21px; }
.analyzing p { margin: 5px; color: var(--ink-soft); font-size: 11px; }
.progress { width: 80%; height: 6px; margin: 22px 0 10px; overflow: hidden; border-radius: 999px; background: #e0e4df; }
.progress i { display: block; width: 12%; height: 100%; border-radius: inherit; background: var(--lime-dark); transition: width .7s ease; }
.analyzing small { color: #7d8984; font-size: 9px; }
.result-check { width: 55px; height: 55px; margin-bottom: 16px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 25px; font-weight: 800; }
.mini-result h2 { margin: 13px 0 20px; font-size: 25px; }
.mini-result h2 strong { color: #569311; font-size: 39px; }
.mini-result-row { width: 85%; padding: 10px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 10px; }
.mini-result .button { margin-top: 20px; }
.mini-result > small { margin-top: 10px; color: #85908b; font-size: 8px; }
.case-form { display: grid; gap: 13px; margin-top: 25px; }
.case-form label { display: grid; gap: 5px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.case-form input { width: 100%; height: 47px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: white; }
.case-form input:focus { border-color: var(--forest); }
.optional-label { color: #8b9591; font-weight: 500; }
.rules-preview { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #f5f7f1; font-size: 12px; font-weight: 800; text-decoration: none; }
.rules-preview:hover { border-color: var(--forest); }
.consent-card { justify-content: flex-start !important; margin: 2px 0 !important; padding: 13px !important; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-size: 11px !important; }
.button-quiet { background: transparent; color: var(--ink-soft); box-shadow: none; }
.followup-page { min-height: 100vh; background: radial-gradient(circle at 80% 0%, #dfff79 0, transparent 28%), #eef1e9; }
.followup-shell { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 40px 0 70px; }
.followup-brand { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--ink); font-weight: 900; text-decoration: none; }
.followup-brand span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--lime); background: var(--forest); }
.followup-card { padding: clamp(26px, 6vw, 54px); border: 1px solid var(--line); border-radius: 24px; background: #fffdf8; box-shadow: 16px 16px 0 var(--lime); }
.followup-card h1 { margin: 10px 0 14px; font-size: clamp(30px, 6vw, 52px); line-height: .98; }
.followup-card > p { color: var(--ink-soft); line-height: 1.6; }
.followup-form { display: grid; gap: 22px; margin-top: 30px; }
.followup-form > label, .followup-form fieldset { display: grid; gap: 9px; margin: 0; padding: 0; border: 0; color: var(--ink); font-size: 13px; font-weight: 800; }
.followup-form textarea { min-height: 110px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; resize: vertical; font: inherit; font-weight: 500; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { display: block; padding: 13px; border: 1px solid var(--line); border-radius: 10px; text-align: center; background: white; }
.choice-grid input:checked + span { border-color: var(--forest); color: white; background: var(--forest); }
.followup-security { margin-top: 20px; color: #6d7772; text-align: center; font-size: 12px; }
.followup-check { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 22px; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 32px; font-weight: 900; }
.followup-next { display: grid; gap: 6px; margin: 24px 0; padding: 18px; border-radius: 13px; background: #edf5d7; line-height: 1.5; }
@media (max-width: 620px) { .choice-grid { grid-template-columns: 1fr; } .followup-card { box-shadow: 8px 8px 0 var(--lime); } }
.potential { display: flex; justify-content: space-between; margin: 4px 0; padding: 12px; border-radius: 9px; background: #e9f5d2; font-size: 10px; }
.dialog-note { display: block; margin-top: 14px; text-align: center; color: #7a8581; font-size: 9px; }
@keyframes scan { to { top: 88%; } }
@keyframes rise { from { opacity: 0; transform: translateY(7px); } }
@keyframes blink { 0%, 60%, 100% { opacity: .3; } 30% { opacity: 1; } }
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-demo { max-width: 590px; width: 100%; margin: auto; transform: none; }
  .product-grid, .pricing-grid { grid-template-columns: 1fr; }
  .product-card { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .price-card-featured { transform: none; order: -1; }
  .how, .use-cases { grid-template-columns: 1fr; gap: 60px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  footer { grid-template-columns: 1fr 1fr; }
  .recovery-grid { grid-template-columns: 1fr 1fr; }
  .result-showcase, .faq { grid-template-columns: 1fr; gap: 60px; }
  .result-ticket { max-width: 580px; width: 100%; margin: auto; }
  .fee-card { grid-template-columns: 1fr 1fr; }
  .fee-card .button { grid-column: 1 / -1; }
  .assurance-grid { grid-template-columns: 1fr 1fr; }
  .assurance-grid article { border-bottom: 1px solid var(--line); }
  .assurance-grid article:nth-child(odd) { border-left: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .site-header { width: calc(100% - 28px); height: 72px; }
  .site-header .button { display: none; }
  .hero, .section { width: calc(100% - 28px); }
  .hero { padding: 48px 0 60px; gap: 50px; min-height: auto; }
  h1 { font-size: 47px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .demo-body { min-height: 300px; padding-left: 18px; padding-right: 18px; }
  .quick-prompts { padding-left: 0; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div, .proof-strip div:first-child { border: 1px solid rgba(255,255,255,.1); padding: 20px; }
  .section { padding: 80px 0; }
  .product-card { min-height: 500px; padding: 28px; }
  .card-link { left: 28px; right: 28px; }
  .how { width: 100%; padding: 80px 20px; }
  .steps li { grid-template-columns: 50px 1fr; }
  .use-cases { gap: 70px; }
  .pricing-grid { gap: 12px; }
  .price-card { padding: 28px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  dialog { padding: 32px 24px; }
  .money-trust { flex-direction: column; text-align: left; gap: 14px; }
  .recovery-grid { grid-template-columns: 1fr; }
  .recovery-card { min-height: 310px; }
  .fee-card { grid-template-columns: 1fr; gap: 25px; }
  .fee-example { padding: 20px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .fee-card .button { grid-column: auto; width: 100%; white-space: normal; }
  .ticket-value strong { font-size: 44px; }
  .faq { gap: 30px; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-grid article, .assurance-grid article:nth-child(odd) { min-height: 225px; border-left: 1px solid var(--line); }
  .assurance-grid h3 { margin-top: 35px; }
  .fit-note { align-items: flex-start; flex-direction: column; gap: 7px; }
  .mobile-sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 80; min-height: 51px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-radius: 9px; color: var(--ink); background: var(--lime); box-shadow: 0 15px 45px rgba(16,23,19,.28); font-size: 12px; font-weight: 800; }
  body:has(.cookie-banner:not([hidden])) .mobile-sticky-cta { display: none; }
}

/* Suaugęs Sargas – mobili apsaugos erdvė */
.sargas-body { min-height: 100vh; margin: 0; color: #102018; background: #f3f1e8; font-family: "DM Sans", system-ui, sans-serif; }
.sargas-header { min-height: 72px; padding: 0 max(20px, calc((100vw - 760px)/2)); display: flex; align-items: center; justify-content: space-between; background: #17392f; }
.sargas-logout { padding: 9px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; color: white; background: transparent; font-weight: 700; cursor: pointer; }
.sargas-main { width: min(700px, calc(100% - 28px)); margin: auto; padding: 38px 0 70px; }
.sargas-login { max-width: 520px; margin: 30px auto; padding: 42px; border: 1px solid #d6d7cd; border-radius: 22px; background: #fffefa; box-shadow: 10px 12px 0 #baff36; }
.sargas-shield { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 18px 18px 24px 24px; color: #baff36; background: #17392f; font: 800 25px "Space Grotesk", sans-serif; }
.sargas-kicker, .sargas-welcome p, .call-guide-head p { margin: 25px 0 8px; color: #627169; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; }
.sargas-login h1, .sargas-welcome h1, .call-guide h1 { margin: 0; font: 700 clamp(34px, 8vw, 52px)/1 "Space Grotesk", sans-serif; letter-spacing: -2.4px; }
.sargas-login > p { color: #59675f; font-size: 15px; line-height: 1.6; }
.sargas-form { display: grid; gap: 16px; margin-top: 28px; }
.sargas-form > label:not(.sargas-consent) { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.sargas-form input { min-height: 56px; padding: 0 15px; border: 2px solid #d6d7cd; border-radius: 11px; background: white; font: 600 16px "DM Sans", sans-serif; }
.sargas-form input:focus { border-color: #17392f; outline: 3px solid rgba(186,255,54,.45); }
.sargas-consent { display: flex; gap: 10px; align-items: flex-start; color: #59675f; font-size: 12px; line-height: 1.45; }
.sargas-consent input { min-height: auto; width: 19px; height: 19px; flex: 0 0 19px; accent-color: #17392f; }
.sargas-consent a { font-weight: 800; text-decoration: underline; }
.sargas-primary, .sargas-secondary { min-height: 59px; padding: 0 20px; border: 0; border-radius: 12px; color: #102018; background: #baff36; font: 800 15px "DM Sans", sans-serif; cursor: pointer; }
.sargas-primary:disabled { opacity: .55; }
.sargas-secondary { width: 100%; margin-top: 16px; border: 2px solid #17392f; background: transparent; }
.sargas-status { min-height: 20px; margin: 0; color: #315746; font-size: 13px; line-height: 1.5; }
.sargas-welcome { margin: 8px 0 28px; }
.call-now { width: 100%; min-height: 230px; padding: 30px; display: grid; justify-items: center; gap: 10px; border: 0; border-radius: 28px; color: #102018; background: #baff36; box-shadow: 0 18px 50px rgba(23,57,47,.18); cursor: pointer; }
.call-now > span { width: 67px; height: 67px; display: grid; place-items: center; border-radius: 50%; color: white; background: #17392f; font: 800 43px "Space Grotesk"; }
.call-now strong { font: 800 clamp(22px, 5vw, 31px)/1.1 "Space Grotesk"; letter-spacing: -.8px; }
.call-now small { font-size: 14px; }
.trusted-card { margin-top: 22px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 2px solid #d6d7cd; border-radius: 16px; background: #fffefa; }
.trusted-card span, .trusted-card strong { display: block; }
.trusted-card span { color: #657168; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.trusted-card strong { margin-top: 5px; font-size: 16px; }
.trusted-card button { padding: 10px 14px; border: 0; border-radius: 9px; color: white; background: #17392f; font-weight: 800; cursor: pointer; }
.contact-editor { margin-top: 16px; padding: 27px; border-radius: 16px; background: #fffefa; }
.contact-editor h2 { margin: 0; font: 700 25px "Space Grotesk"; }
.call-guide { padding-top: 4px; }
.call-guide-head { display: grid; grid-template-columns: 105px 1fr; gap: 22px; align-items: center; }
.call-guide-head > span { width: 105px; height: 105px; display: grid; place-items: center; border: 8px solid white; border-radius: 50%; color: white; background: #e74727; box-shadow: 0 0 0 5px #e74727; font: 800 25px "Space Grotesk"; }
.call-steps { margin: 35px 0 25px; padding: 0; display: grid; gap: 12px; list-style: none; }
.call-steps li { padding: 20px; display: grid; grid-template-columns: 50px 1fr; gap: 15px; align-items: center; border-radius: 15px; background: #fffefa; }
.call-steps b { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px; color: #baff36; background: #17392f; font-size: 22px; }
.call-steps strong, .call-steps span { display: block; }
.call-steps strong { font-size: 17px; }
.call-steps span { margin-top: 5px; color: #59675f; font-size: 13px; line-height: 1.45; }
.trusted-call { min-height: 82px; padding: 16px 20px; display: flex; align-items: center; gap: 16px; border-radius: 17px; color: white; background: #17392f; }
.trusted-call > span { font-size: 35px; }
.trusted-call small, .trusted-call strong { display: block; }
.trusted-call small { color: #baff36; font-weight: 800; }
.trusted-call strong { margin-top: 3px; font-size: 22px; }
.no-contact { padding: 18px; border-left: 5px solid #e74727; background: #fff2ed; line-height: 1.5; }
.emergency-note { margin-top: 25px; color: #59675f; font-size: 12px; line-height: 1.55; }
.invite-card { max-width: 570px; margin: 28px auto; padding: 40px; border: 1px solid #d6d7cd; border-radius: 22px; background: #fffefa; box-shadow: 10px 12px 0 #baff36; }
.invite-card h1 { margin: 8px 0 14px; font: 700 clamp(33px, 7vw, 48px)/1 "Space Grotesk", sans-serif; letter-spacing: -2px; }
.invite-card > p { color: #59675f; line-height: 1.6; }
.invite-explainer { margin: 25px 0; padding: 20px; border-radius: 13px; background: #eef4e8; }
.invite-explainer strong { font-size: 15px; }
.invite-explainer ul { margin: 12px 0 0; padding-left: 20px; display: grid; gap: 9px; color: #44534a; font-size: 13px; line-height: 1.45; }
.invite-actions { display: grid; gap: 10px; }
@media (max-width: 560px) {
  .sargas-header { min-height: 65px; }
  .sargas-main { padding-top: 24px; }
  .sargas-login { margin-top: 10px; padding: 28px 21px; box-shadow: 6px 7px 0 #baff36; }
  .call-now { min-height: 210px; padding: 23px 17px; }
  .call-guide-head { grid-template-columns: 82px 1fr; gap: 16px; }
  .call-guide-head > span { width: 78px; height: 78px; border-width: 5px; font-size: 20px; }
  .call-guide h1 { font-size: 34px; }
  .invite-card { padding: 28px 21px; box-shadow: 6px 7px 0 #baff36; }
}

/* Suaugęs Sargas */
.guard-body { color: var(--ink); background: #f5f3ec; }
.guard-header { width: min(1240px, calc(100% - 48px)); height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.guard-header nav { display: flex; gap: 30px; font-size: 11px; font-weight: 700; }
.guard-header nav a:hover { color: var(--forest); }
.guard-hero { width: min(1240px, calc(100% - 48px)); min-height: 670px; margin: 0 auto 90px; padding: 75px 7%; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 80px; border-radius: 24px; background: radial-gradient(circle at 30% 20%, #31594a 0, #17392f 44%, #0d211b 100%); color: white; overflow: hidden; position: relative; }
.guard-hero::after { content: ""; position: absolute; width: 500px; height: 500px; right: -220px; top: -220px; border: 1px solid rgba(190,255,52,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(190,255,52,.025), 0 0 0 140px rgba(190,255,52,.02); }
.guard-hero-copy { position: relative; z-index: 1; }
.guard-hero h1 { max-width: 760px; margin: 25px 0; font-size: clamp(55px, 6.8vw, 94px); line-height: .92; letter-spacing: -6px; }
.guard-hero h1 em { color: var(--lime); font-style: normal; }
.guard-promise { max-width: 690px; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 23px); line-height: 1.45; }
.guard-actions { display: flex; gap: 12px; margin-top: 36px; }
.guard-hero .button-outline { color: white; border-color: rgba(255,255,255,.32); }
.guard-trust { display: flex; flex-wrap: wrap; gap: 10px 25px; margin-top: 32px; color: rgba(255,255,255,.58); font-size: 10px; }
.stop-card { position: relative; z-index: 1; padding: 38px; border-radius: 18px; color: var(--ink); background: var(--paper); box-shadow: 14px 16px 0 var(--lime); }
.stop-sign { width: 105px; height: 105px; display: grid; place-items: center; border: 7px solid white; outline: 5px solid #e8492c; border-radius: 50%; color: white; background: #e8492c; font: 800 24px "Space Grotesk"; letter-spacing: 1px; }
.stop-card h2 { margin: 30px 0 14px; font-size: 32px; line-height: 1.05; letter-spacing: -2px; }
.stop-card p { color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.stop-card a { display: inline-block; margin-top: 22px; color: var(--forest); font-size: 11px; font-weight: 800; text-decoration: underline; }
.risk-section { width: min(1100px, calc(100% - 48px)); margin: 0 auto 110px; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .safe-callback h2, .family-copy h2, .report-section h2 { margin: 14px 0 18px; font-size: clamp(39px, 5vw, 63px); line-height: .98; letter-spacing: -4px; }
.section-heading > p, .family-copy > p, .report-section > div > p, .safe-callback > div > p { color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.risk-checker { padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.risk-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.risk-options label { min-height: 100px; padding: 18px; display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; transition: .2s; }
.risk-options label:has(input:checked) { border-color: var(--forest); background: #edf6df; box-shadow: inset 4px 0 var(--lime); }
.risk-options input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--forest); flex: none; }
.risk-options b, .risk-options small { display: block; }
.risk-options b { font-size: 12px; line-height: 1.35; }
.risk-options small { margin-top: 6px; color: var(--ink-soft); font-size: 10px; line-height: 1.45; }
.risk-checker > .button { width: 100%; }
.risk-result { margin-top: 18px; padding: 28px; border-radius: 14px; border: 2px solid var(--forest); background: #e8f8cd; }
.risk-result.high { color: white; border-color: #8f1d0c; background: #9e2715; }
.risk-result h3 { margin-bottom: 8px; font-size: 28px; letter-spacing: -1.5px; }
.risk-result p { font-size: 13px; line-height: 1.6; }
.risk-result .result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.risk-result.high .button-outline { color: white; border-color: white; }
.safe-callback { width: min(1240px, calc(100% - 48px)); margin: 0 auto 110px; padding: 65px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; border-radius: 20px; background: #e9e8df; }
.safe-callback ol { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.safe-callback li { min-height: 150px; padding: 20px; border-radius: 12px; background: var(--paper); }
.safe-callback li span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 800; }
.safe-callback li b, .safe-callback li small { display: block; }
.safe-callback li b { margin: 18px 0 6px; font-size: 13px; }
.safe-callback li small { color: var(--ink-soft); font-size: 10px; line-height: 1.45; }
.guard-how { padding: 100px max(24px, calc((100% - 1240px)/2)); color: white; background: var(--ink); }
.section-heading.light p { color: rgba(255,255,255,.6); }
.guard-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); }
.guard-feature-grid article { min-height: 290px; padding: 30px; background: var(--ink); }
.guard-feature-grid article > span { color: var(--lime); font: 700 11px "Space Grotesk"; }
.guard-feature-grid h3 { margin: 50px 0 14px; font-size: 21px; line-height: 1.1; }
.guard-feature-grid p { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; }
.family-section, .report-section { width: min(1100px, calc(100% - 48px)); margin: 110px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.family-copy ul { margin-top: 25px; display: grid; gap: 10px; list-style: none; font-size: 12px; font-weight: 700; }
.family-copy li::before { content: "✓"; margin-right: 10px; color: var(--forest); }
.guard-plan { margin-top: 30px; padding: 25px; border: 2px solid var(--ink); border-radius: 16px; background: var(--paper); box-shadow: 8px 9px 0 var(--lime); }
.guard-plan-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.guard-plan-top span { color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }
.guard-plan-top h3 { margin-top: 4px; font: 700 25px "Space Grotesk"; letter-spacing: -1px; }
.guard-plan-top p { margin: 0; white-space: nowrap; }
.guard-plan-top strong { font: 700 29px "Space Grotesk"; }
.guard-plan-top small { color: var(--ink-soft); font-size: 10px; }
.guard-plan ul { margin: 22px 0 17px; padding-top: 19px; border-top: 1px solid var(--line); }
.guard-plan .plan-note { margin: 0 0 18px; color: var(--ink-soft); font-size: 10px; line-height: 1.55; }
.guard-plan .button { width: 100%; }
.family-form, .report-form { padding: 34px; display: grid; gap: 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 10px 11px 0 var(--ink), var(--shadow); }
.family-form[hidden] { display: none; }
.family-form h3 { font-size: 28px; letter-spacing: -1.5px; }
.selected-plan { padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-radius: 8px; background: #eaf9ca; font-size: 11px; }
.selected-plan strong { font-size: 13px; }
.family-form > label, .report-form > label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.family-form input, .family-form select, .report-form input, .report-form select, .report-form textarea { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: white; font: 500 13px "DM Sans"; }
.international-phone{display:grid;grid-template-columns:minmax(180px,.8fr) 1.2fr;gap:10px}.phone-help{color:var(--ink-soft);font-size:11px;font-weight:500;line-height:1.45}
.report-form textarea { min-height: 120px; padding-top: 13px; resize: vertical; }
.form-consent { grid-template-columns: auto 1fr !important; align-items: start; line-height: 1.45; }
.form-consent input { width: 18px; min-height: 18px; accent-color: var(--forest); }
.form-consent a { text-decoration: underline; }
.form-status { min-height: 18px; color: var(--forest); font-size: 10px; font-weight: 700; }
.report-section { padding-top: 20px; border-top: 1px solid var(--line); }
.emergency-strip { padding: 28px max(24px, calc((100% - 1100px)/2)); display: flex; gap: 28px; color: white; background: #a62d1a; }
.emergency-strip b { white-space: nowrap; }
.emergency-strip span { font-size: 12px; line-height: 1.5; }
.guard-footer { padding: 70px max(24px, calc((100% - 1240px)/2)); display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 40px; align-items: start; color: white; background: #091510; }
.guard-footer > p { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.6; }
.guard-footer > div { display: flex; flex-wrap: wrap; gap: 12px 20px; font-size: 10px; }
.guard-footer small { grid-column: 1/-1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); }
.brand-light { color: white; }

@media (max-width: 920px) {
  .guard-header nav { display: none; }
  .guard-hero { grid-template-columns: 1fr; gap: 55px; }
  .stop-card { max-width: 520px; }
  .safe-callback, .family-section, .report-section { grid-template-columns: 1fr; gap: 45px; }
  .guard-feature-grid { grid-template-columns: 1fr 1fr; }
  .guard-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .guard-header { width: calc(100% - 28px); height: 72px; }
  .guard-header > .button { display: none; }
  .guard-hero { width: calc(100% - 20px); min-height: auto; margin-bottom: 70px; padding: 55px 22px; border-radius: 16px; }
  .guard-hero h1 { font-size: 52px; letter-spacing: -4px; }
  .guard-promise { font-size: 17px; }
  .guard-actions { flex-direction: column; }
  .guard-trust { display: grid; }
  .stop-card { padding: 26px; box-shadow: 8px 9px 0 var(--lime); }
  .stop-sign { width: 84px; height: 84px; font-size: 19px; }
  .risk-section, .family-section, .report-section { width: calc(100% - 28px); }
  .section-heading h2, .safe-callback h2, .family-copy h2, .report-section h2 { font-size: 40px; letter-spacing: -3px; }
  .risk-checker { padding: 16px; }
  .risk-options { grid-template-columns: 1fr; }
  .safe-callback { width: calc(100% - 20px); padding: 45px 20px; gap: 35px; }
  .safe-callback ol { grid-template-columns: 1fr; }
  .guard-how { padding-top: 70px; padding-bottom: 70px; }
  .guard-feature-grid { grid-template-columns: 1fr; }
  .guard-feature-grid article { min-height: 220px; }
  .guard-feature-grid h3 { margin-top: 32px; }
  .family-form, .report-form { padding: 24px 18px; box-shadow: 6px 7px 0 var(--ink), var(--shadow); }
  .international-phone{grid-template-columns:1fr}
  .emergency-strip { flex-direction: column; gap: 8px; }
  .guard-footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Premium fintech vizualinė sistema */
:root {
  --ink: #101713;
  --ink-soft: #56605a;
  --cream: #f3f1e9;
  --paper: #fbfaf4;
  --line: #d5d8cf;
  --lime: #caff45;
  --lime-dark: #98d600;
  --forest: #17392f;
  --orange: #ff6846;
  --shadow: 0 30px 90px rgba(12, 23, 17, .16);
}
body { font-family: "DM Sans", sans-serif; background: var(--cream); }
h1, h2, h3, .brand { font-family: "Space Grotesk", sans-serif; }
.topline {
  height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px;
  color: rgba(255,255,255,.78); background: var(--ink); font-size: 10px; letter-spacing: .25px;
}
.topline > span { padding: 3px 6px; border-radius: 3px; color: var(--ink); background: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.topline a { margin-left: 6px; color: white; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); }
.site-header { height: 78px; border-bottom: 1px solid rgba(16,23,19,.1); }
.brand { font-size: 19px; letter-spacing: -1px; }
.brand-mark {
  width: 38px; height: 42px; position: relative; overflow: visible;
  color: white; background: var(--forest); box-shadow: inset -6px -7px 0 rgba(0,0,0,.08);
}
.brand-mark::after { content: ""; position: absolute; width: 13px; height: 13px; right: -2px; top: 2px; border: 2px solid var(--paper); border-radius: 50%; background: var(--orange); }
.desktop-nav { gap: 10px; padding: 5px; border: 1px solid rgba(16,23,19,.09); border-radius: 999px; background: rgba(255,255,255,.34); backdrop-filter: blur(12px); }
.desktop-nav a { padding: 7px 13px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.desktop-nav a:hover { opacity: 1; background: white; }
.button { min-height: 52px; letter-spacing: -.15px; }
.button-dark { box-shadow: 0 8px 24px rgba(16,23,19,.17); }
.button-primary { box-shadow: 0 12px 30px rgba(152,214,0,.23); }
.button-primary:hover { background: #d8ff71; box-shadow: 0 16px 38px rgba(152,214,0,.33); }
.money-hero {
  min-height: 725px; grid-template-columns: .97fr 1.03fr; gap: 95px; padding-top: 72px;
}
.hero-grid {
  position: absolute; inset: 0; z-index: -2; opacity: .27; pointer-events: none;
  background-image: linear-gradient(rgba(16,23,19,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(16,23,19,.09) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, black, transparent 70%);
}
.money-hero::before {
  content: ""; position: absolute; z-index: -1; width: 510px; height: 510px; left: -360px; top: 35px;
  border: 1px solid rgba(16,23,19,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(16,23,19,.025), 0 0 0 140px rgba(16,23,19,.018);
}
.eyebrow { width: fit-content; padding: 8px 11px; border: 1px solid rgba(16,23,19,.12); border-radius: 999px; background: rgba(255,255,255,.42); font-size: 9px; letter-spacing: 1.3px; backdrop-filter: blur(8px); }
.money-hero h1 { font-size: clamp(60px, 6.5vw, 91px); line-height: .93; letter-spacing: -5.5px; }
.money-hero h1 em {
  position: relative; display: inline-block; margin-top: 6px; padding: 0 13px 6px;
  font-family: "Space Grotesk", sans-serif; font-style: normal; color: var(--ink); background: var(--lime);
  transform: rotate(-1.6deg); box-shadow: 7px 7px 0 var(--ink);
}
.money-hero h1 em::after { content: ""; position: absolute; width: 12px; height: 12px; right: -5px; top: -6px; border-radius: 50%; background: var(--orange); }
.hero-lead { max-width: 530px; margin: 34px 0 29px; color: #46504a; font-size: 17px; }
.money-trust { padding-top: 26px; border-top: 1px solid rgba(16,23,19,.12); }
.scan-wrap { position: relative; perspective: 1200px; }
.scan-card {
  position: relative; z-index: 2; min-height: 540px; border: 1px solid rgba(16,23,19,.15);
  border-radius: 20px; background: rgba(251,250,244,.93); box-shadow: 0 35px 90px rgba(16,23,19,.2), 12px 14px 0 rgba(16,23,19,.06);
  transform: rotateY(-2deg) rotateZ(1deg); backdrop-filter: blur(16px); transition: transform .4s ease;
}
.scan-wrap:hover .scan-card { transform: rotateY(0) rotateZ(0) translateY(-4px); }
.scan-top { height: 64px; background: rgba(255,255,255,.45); }
.scan-top::before { content: "•••"; color: #b5bbb6; letter-spacing: 4px; margin-right: 5px; }
.scan-top > div { margin-right: auto; }
.upload-zone { padding: 36px 20px 30px; border: 1px solid #bcc4be; background: rgba(255,255,255,.38); }
.upload-icon { border-radius: 15px; box-shadow: inset -8px -8px 0 rgba(255,255,255,.04); }
.case-buttons button { border-radius: 8px; background: rgba(255,255,255,.7); }
.floating-proof {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 14px;
  border: 1px solid rgba(16,23,19,.1); border-radius: 12px; background: white; box-shadow: 0 15px 40px rgba(16,23,19,.16);
  animation: float 4s ease-in-out infinite;
}
.floating-proof > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: var(--ink); background: var(--lime); font-weight: 800; }
.floating-proof b, .floating-proof small { display: block; white-space: nowrap; }
.floating-proof b { font: 700 11px "Space Grotesk"; }
.floating-proof small { color: #7b857f; font-size: 8px; }
.proof-one { left: -48px; bottom: 63px; }
.proof-two { right: -40px; top: 98px; animation-delay: -2s; }
.proof-two > span { color: white; background: var(--forest); }
.proof-strip { min-height: 112px; background: var(--ink); }
.proof-strip strong { color: white; font-family: "Space Grotesk"; }
.money-proof div:nth-child(3) { background: var(--lime); }
.money-proof div:nth-child(3) strong, .money-proof div:nth-child(3) span { color: var(--ink); }
.section { padding: 132px 0; }
.section-heading { margin-bottom: 68px; }
.section-heading h2, .pricing-heading h2 { font-size: clamp(44px, 5vw, 65px); line-height: .98; letter-spacing: -3.5px; }
.kicker { position: relative; padding-left: 25px; color: #6d7771; font-size: 9px; letter-spacing: 1.7px; }
.kicker::before { content: ""; position: absolute; left: 0; top: 50%; width: 14px; height: 2px; background: var(--orange); }
.kicker-light::before { background: var(--lime); }
.recovery-grid { gap: 10px; }
.recovery-card { position: relative; min-height: 350px; padding: 30px; border-radius: 7px; overflow: hidden; }
.recovery-card::after {
  content: ""; position: absolute; right: -35px; bottom: -35px; width: 110px; height: 110px;
  border: 1px solid currentColor; border-radius: 50%; opacity: .11; box-shadow: 0 0 0 22px currentColor;
}
.recovery-card:hover { transform: translateY(-7px) rotate(-.4deg); box-shadow: 0 22px 50px rgba(16,23,19,.13); }
.recovery-icon { border-radius: 13px; }
.recovery-card h3 { font-size: 22px; }
.money-how { padding-top: 135px; padding-bottom: 135px; background: var(--ink); }
.how h2 { letter-spacing: -4px; }
.how h2 em { font-family: "Space Grotesk"; font-style: normal; background: var(--lime); color: var(--ink); padding: 0 8px 3px; }
.steps li > span { border-radius: 9px; border-color: rgba(255,255,255,.18); color: var(--lime); background: rgba(255,255,255,.04); }
.result-ticket { border-radius: 8px; box-shadow: 15px 16px 0 var(--ink), var(--shadow); }
.ticket-header { background: white; }
.ticket-value { background: var(--forest); }
.ticket-value strong { font-family: "Space Grotesk"; }
.result-copy h2 { letter-spacing: -3px; }
.recovery-pricing { position: relative; border-top: 0; }
.recovery-pricing::before { content: ""; position: absolute; left: 50%; top: 80px; width: 90px; height: 6px; transform: translateX(-50%); background: var(--lime); box-shadow: 100px 0 0 var(--orange), -100px 0 0 var(--ink); }
.fee-card { max-width: 900px; padding: 42px; border-radius: 8px; box-shadow: 12px 12px 0 var(--lime); }
.fee-card h3 { font-family: "Space Grotesk"; letter-spacing: -4px; }
.faq { border-top: 1px solid var(--ink); }
.faq summary { font-family: "Space Grotesk"; }
.money-cta { position: relative; overflow: hidden; background: var(--ink); }
.money-cta::before, .money-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.money-cta::before { width: 430px; height: 430px; left: -160px; top: -250px; box-shadow: 0 0 0 75px rgba(255,255,255,.018); }
.money-cta::after { width: 330px; height: 330px; right: -120px; bottom: -230px; box-shadow: 0 0 0 60px rgba(255,255,255,.018); }
.money-cta h2, .money-cta p, .money-cta button, .money-cta .kicker { position: relative; z-index: 2; }
.money-cta h2 { letter-spacing: -4px; }
dialog { border-radius: 12px; box-shadow: 12px 12px 0 var(--lime), 0 35px 100px rgba(0,0,0,.45); }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-8px) rotate(1deg); } }

@media (max-width: 1000px) {
  .money-hero { gap: 55px; }
  .floating-proof { display: none; }
}
@media (max-width: 900px) {
  .money-hero { grid-template-columns: 1fr; }
  .money-hero h1 { font-size: clamp(60px, 12vw, 88px); }
  .hero-grid { mask-image: linear-gradient(to bottom, black, transparent 62%); }
  .scan-wrap { max-width: 610px; width: 100%; margin: auto; }
  .scan-card { transform: none; }
}
@media (max-width: 620px) {
  .topline { font-size: 8px; gap: 6px; }
  .topline a { display: none; }
  .site-header { height: 68px; }
  .money-hero { padding-top: 45px; }
  .money-hero h1 { font-size: 52px; letter-spacing: -3.8px; }
  .money-hero h1 em { padding: 0 8px 3px; box-shadow: 5px 5px 0 var(--ink); }
  .hero-lead { font-size: 15px; }
  .scan-content { padding: 15px; }
  .scan-card { min-height: 520px; border-radius: 14px; box-shadow: 7px 8px 0 rgba(16,23,19,.08), var(--shadow); }
  .section-heading h2, .pricing-heading h2 { font-size: 40px; letter-spacing: -2.5px; }
  .recovery-card { border-radius: 6px; }
  .result-ticket { box-shadow: 7px 8px 0 var(--ink), var(--shadow); transform: rotate(-.5deg); }
  .fee-card { padding: 30px 24px; box-shadow: 7px 8px 0 var(--lime); }
  .money-cta h2 { letter-spacing: -2.7px; }
}

.terms-consent, .modal-consent { display: flex !important; align-items: flex-start; justify-content: center; gap: 8px; margin-top: 15px; color: #6a746e !important; font-size: 9px !important; font-weight: 500 !important; text-align: left; text-transform: none; }
.terms-consent input, .modal-consent input { width: 14px !important; height: 14px !important; min-width: 14px; margin: 1px 0 0; accent-color: var(--forest); }
.terms-consent a, .modal-consent a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.legal-body { background: var(--paper); }
.legal-page { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 80px 0 120px; display: grid; grid-template-columns: 300px 1fr; gap: 100px; align-items: start; }
.legal-aside { position: sticky; top: 30px; }
.legal-aside h1 { margin: 18px 0; font-size: 43px; line-height: .98; letter-spacing: -3px; }
.legal-aside > p { color: var(--ink-soft); font-size: 11px; }
.legal-warning { margin: 28px 0; padding: 16px; border-left: 3px solid var(--orange); background: #fff0eb; }
.legal-warning strong { font-size: 11px; }
.legal-warning p { margin: 5px 0 0; color: var(--ink-soft); font-size: 9px; }
.legal-nav { display: grid; border-top: 1px solid var(--line); }
.legal-nav a { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; transition: color .2s, padding .2s; }
.legal-nav a:hover { padding-left: 5px; color: var(--ink); }
.legal-content { max-width: 750px; }
.legal-lead, .legal-final { padding: 23px; border-radius: 7px; background: var(--ink); color: white; }
.legal-lead strong, .legal-final strong { color: var(--lime); font: 700 12px "Space Grotesk"; text-transform: uppercase; letter-spacing: 1px; }
.legal-lead p, .legal-final p { margin: 7px 0 0; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.7; }
.legal-content section { padding: 37px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 20px; }
.legal-content h2 { margin-bottom: 21px; font-size: 24px; letter-spacing: -1.2px; }
.legal-content p { margin: 10px 0; color: #46514b; font-size: 12px; line-height: 1.75; }
.legal-content mark { padding: 2px 4px; color: #6d4c00; background: #fff0ad; }
.legal-content a { font-weight: 700; text-decoration: underline; }
.legal-final { margin-top: 45px; background: var(--forest); }
@media (max-width: 850px) {
  .legal-page { grid-template-columns: 1fr; gap: 45px; padding-top: 55px; }
  .legal-aside { position: static; }
  .legal-nav { display: none; }
  .legal-content { max-width: none; }
}
@media (max-width: 620px) {
  .legal-page { width: calc(100% - 28px); padding-top: 40px; }
  .legal-aside h1 { font-size: 37px; }
  .legal-content section { padding: 29px 0; }
  .legal-content h2 { font-size: 21px; }
}

.button:disabled { opacity: .55; cursor: wait; transform: none; }
.sargas-code-form { margin-top: 24px; }
.sargas-code-form input { text-align: center; font-size: 25px; font-weight: 800; letter-spacing: 8px; }
.sargas-link-button { min-height: 42px; border: 0; color: var(--forest); background: transparent; font: 700 11px "DM Sans"; text-decoration: underline; cursor: pointer; }
.sargas-link-button:disabled { color: var(--ink-soft); cursor: wait; text-decoration: none; }
.sargas-header-actions { display: flex; align-items: center; gap: 9px; }
.alert-delivery { margin: 18px 0; padding: 15px 18px; border-radius: 9px; color: var(--ink); background: #fff1af; font-size: 12px; font-weight: 800; }
.alert-delivery.sent { background: #dff3d4; }
.alert-delivery.acknowledged { color: white; background: var(--forest); }
.trusted-dashboard-page{width:min(900px,calc(100% - 28px));margin:auto;padding:70px 0}.trusted-dashboard-page>section>h1{font-size:clamp(38px,6vw,64px);letter-spacing:-3px}.history-person{margin-top:24px;padding:26px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}.history-person h2{margin-bottom:18px}.history-row{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-top:1px solid var(--line);font-size:12px}.history-row span{color:var(--ink-soft)}.history-empty{margin-top:25px;padding:25px;background:var(--paper);border-radius:12px}@media(max-width:600px){.history-row{flex-direction:column;gap:5px}}
.trusted-help{color:var(--ink-soft);max-width:680px}.trusted-alert{margin-top:18px;padding:22px;border:2px solid var(--line);border-radius:16px;background:#fff}.trusted-alert-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.trusted-date{display:block;color:var(--ink-soft);font-size:13px}.trusted-phone{display:block;margin-top:5px;font-size:clamp(22px,4vw,30px)}.trusted-verdict{padding:8px 12px;border-radius:999px;background:#eee;font-size:13px;font-weight:800}.trusted-verdict-safe{background:#dff4e5;color:#075b32}.trusted-verdict-scam{background:#ffe0d8;color:#a52612}.trusted-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.trusted-actions button{min-height:64px;border:2px solid var(--green);border-radius:13px;font-size:17px;font-weight:900;cursor:pointer}.trusted-actions button:disabled{opacity:.55}.trusted-safe{background:#e7f7e9;color:#075b32}.trusted-scam{background:#ed4327!important;border-color:#ed4327!important;color:#fff}.trusted-save-status{min-height:20px;margin:8px 0 0;color:var(--ink-soft);font-size:13px}@media(max-width:600px){.trusted-alert-head{flex-direction:column}.trusted-actions{grid-template-columns:1fr}.trusted-actions button{min-height:74px;font-size:19px}}
.login-step-note{margin:0 0 12px;color:var(--ink-soft);font-weight:700}.login-back{width:100%;margin-top:10px;padding:15px;border:2px solid var(--forest);border-radius:12px;background:transparent;color:var(--forest);font-weight:800;cursor:pointer}
.alert-delivery.failed { color: #7c2917; background: #fff0eb; }
.sargas-install { min-height: 42px; padding: 0 15px; border: 0; border-radius: 8px; color: var(--ink); background: var(--lime); font: 800 11px "DM Sans"; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-align: center; }
@media (max-width: 520px) {
  .sargas-install { max-width: 115px; padding: 0 10px; font-size: 9px; line-height: 1.2; }
}
.error-check { color: white; background: var(--orange); }
.mini-result h2 strong { overflow-wrap: anywhere; }
.cookie-banner {
  position: fixed; left: 24px; right: 24px; bottom: 20px; z-index: 100;
  max-width: 1060px; margin: auto; padding: 20px 22px; display: flex;
  align-items: center; justify-content: space-between; gap: 30px;
  color: white; background: rgba(16,23,19,.97); border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px; box-shadow: 0 25px 80px rgba(0,0,0,.35); backdrop-filter: blur(16px);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font: 700 13px "Space Grotesk"; }
.cookie-banner p { max-width: 560px; margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: 10px; }
.cookie-actions { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.cookie-actions > a { margin-right: 5px; color: rgba(255,255,255,.7); font-size: 9px; text-decoration: underline; }
.cookie-actions .button { min-height: 39px; padding: 0 14px; font-size: 9px; }
.cookie-actions .button-outline { color: white; border-color: rgba(255,255,255,.35); }
@media (max-width: 720px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; gap: 14px; }
  .cookie-actions { flex-wrap: wrap; }
  .cookie-actions > a { width: 100%; }
  .cookie-actions .button { flex: 1; }
}

.portal-body { min-height: 100vh; background: var(--cream); }
.portal-page { width: min(1050px, calc(100% - 40px)); min-height: calc(100vh - 112px); margin: auto; padding: 80px 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.portal-copy h1 { margin: 20px 0; font-size: clamp(52px, 6vw, 75px); line-height: .95; letter-spacing: -4.5px; }
.portal-copy > p { max-width: 430px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.portal-card { min-height: 470px; padding: 40px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: 10px 11px 0 var(--ink), var(--shadow); }
.portal-form { display: grid; gap: 17px; }
.portal-form > label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.portal-form input, .portal-form select, .portal-form textarea { width: 100%; min-height: 51px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; outline: none; font: 500 13px "DM Sans"; }
.portal-form textarea { min-height: 110px; padding-top: 13px; resize: vertical; }
.portal-form input:focus, .portal-form select:focus, .portal-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,57,47,.08); }
.status-result { text-align: center; animation: rise .35s ease both; }
.status-orb { width: 62px; height: 62px; margin: 22px auto; display: grid; place-items: center; border-radius: 17px; color: var(--ink); background: var(--lime); font-size: 28px; font-weight: 800; }
.status-result h2 { font-size: 29px; letter-spacing: -1.5px; }
.status-result p { margin: 10px 0 25px; color: var(--ink-soft); font-size: 11px; }
.portal-error { margin-top: 15px; padding: 12px; border-left: 3px solid var(--orange); color: #7c2917; background: #fff0eb; font-size: 11px; }
@media (max-width: 800px) {
  .portal-page { grid-template-columns: 1fr; gap: 45px; padding: 55px 0 80px; }
  .portal-copy { text-align: center; }
  .portal-copy > p { margin-left: auto; margin-right: auto; }
}
@media (max-width: 620px) {
  .portal-page { width: calc(100% - 28px); }
  .portal-copy h1 { font-size: 47px; letter-spacing: -3px; }
  .portal-card { min-height: 430px; padding: 27px 20px; box-shadow: 6px 7px 0 var(--ink), var(--shadow); }
}

.admin-body { min-height: 100vh; background: #ecece5; }
.admin-header { height: 76px; padding: 0 max(22px, calc((100vw - 1320px)/2)); display: flex; align-items: center; justify-content: space-between; background: var(--paper); border-bottom: 1px solid var(--line); }
.admin-header > div { display: flex; align-items: center; gap: 12px; }
.admin-badge { padding: 6px 9px; border-radius: 5px; color: #6c5312; background: #fff1af; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.admin-login { width: min(470px, calc(100% - 30px)); margin: 100px auto; padding: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: 10px 11px 0 var(--ink), var(--shadow); }
.admin-login h1 { margin: 18px 0; font-size: 47px; letter-spacing: -3px; }
.admin-login > p { color: var(--ink-soft); font-size: 12px; }
.admin-login form { display: grid; gap: 11px; margin-top: 27px; }
.admin-login input { min-height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; outline: none; }
.admin-dashboard { width: min(1320px, calc(100% - 40px)); margin: auto; padding: 55px 0 100px; }
.admin-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 32px; }
.admin-title h1 { margin-top: 10px; font-size: 45px; letter-spacing: -2.8px; }
.admin-title p { margin-top: 5px; color: var(--ink-soft); font-size: 10px; }
.admin-dashboard.is-loading { opacity: .72; pointer-events: none; }
.admin-stats { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 28px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); overflow: hidden; }
.admin-stats > div { padding: 22px; border-right: 1px solid var(--line); }
.admin-stats > div:last-child { border-right: 0; }
.admin-stats span, .admin-stats strong { display: block; }
.admin-stats span { color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.admin-stats strong { margin-top: 6px; font: 700 29px "Space Grotesk"; }
.admin-stats .conversion-stat { color: var(--ink); background: var(--lime); }
.admin-stats .conversion-stat span { color: rgba(16,23,19,.65); }
.admin-tabs { display: flex; gap: 6px; margin-bottom: 12px; }
.admin-tabs button { display: flex; align-items: center; gap: 7px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 7px; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.admin-tabs button span { min-width: 20px; padding: 3px 6px; border-radius: 99px; background: #dfe2d8; font-size: 8px; }
.admin-tabs button.active { color: white; background: var(--ink); border-color: var(--ink); }
.admin-tabs button.active span { color: var(--ink); background: var(--lime); }
.admin-toolbar { display: flex; align-items: end; gap: 10px; margin-bottom: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); }
.admin-toolbar label { display: grid; gap: 5px; min-width: 190px; }
.admin-toolbar label span { color: var(--ink-soft); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.admin-toolbar input, .admin-toolbar select { height: 39px; padding: 0 11px; border: 1px solid var(--line); border-radius: 6px; background: white; font-size: 10px; }
.admin-toolbar .admin-search { flex: 1; }
.admin-panel { border: 1px solid var(--line); border-radius: 10px; background: var(--paper); overflow: hidden; }
.guard-panel-head { padding: 28px 28px 8px; }
.guard-panel-head h2 { margin-top: 9px; font-size: 28px; letter-spacing: -1.3px; }
.guard-panel-head p { margin-top: 7px; color: var(--ink-soft); font-size: 11px; }
#guardPanel > h3 { padding: 20px 28px 8px; font-size: 16px; }
#guardPanel > .admin-stats { margin: 20px 28px 8px; width: calc(100% - 56px); }
.admin-table-wrap { overflow-x: auto; }
.admin-panel table { width: 100%; border-collapse: collapse; font-size: 10px; }
.admin-panel th { padding: 13px 15px; text-align: left; color: #7a837e; background: #f5f5ef; font-size: 8px; text-transform: uppercase; letter-spacing: .7px; }
.admin-panel td { padding: 14px 15px; border-top: 1px solid var(--line); vertical-align: middle; }
.admin-panel td b, .admin-panel td small { display: block; }
.admin-panel td small { max-width: 150px; margin-top: 3px; color: #89908c; overflow: hidden; text-overflow: ellipsis; }
.admin-panel td a { font-weight: 600; text-decoration: underline; }
.admin-panel td em { color: #999; font-style: normal; }
.type-chip { padding: 5px 7px; border-radius: 4px; background: #e8ebdf; font-size: 8px; font-weight: 700; }
.priority-chip { display: inline-flex; padding: 5px 8px; border-radius: 99px; font-size: 8px; font-weight: 800; }
.priority-normal { background: #e8ebdf; }
.priority-high { color: #784b00; background: #ffe7a1; }
.priority-urgent { color: #8d1f0d; background: #ffd4ca; }
.status-select, .request-status-select { min-width: 145px; height: 35px; padding: 0 8px; border: 1px solid var(--line); border-radius: 6px; background: white; font-size: 9px; }
.table-actions { display: flex; flex-wrap: wrap; gap: 5px; }
.table-action { display: inline-flex; align-items: center; padding: 7px 9px; border: 1px solid var(--ink); border-radius: 5px; background: transparent; color: var(--ink); font-size: 8px; font-weight: 700; text-decoration: none !important; cursor: pointer; }
.table-action:hover { color: white; background: var(--ink); }
.table-action-primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.copy-action { margin-top: 5px; padding: 0; border: 0; background: transparent; color: #647069; font-size: 8px; text-decoration: underline; cursor: pointer; }
.message-cell { max-width: 300px; white-space: normal; line-height: 1.5; }
.empty-table { padding: 50px !important; text-align: center; color: #89908c; }
.case-dialog { width: min(700px, calc(100% - 24px)); padding: 0; border: 0; border-radius: 14px; background: transparent; }
.case-dialog::backdrop { background: rgba(9, 25, 19, .62); backdrop-filter: blur(4px); }
.case-dialog-card { padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: 9px 10px 0 var(--ink); }
.case-dialog-head { display: flex; align-items: start; justify-content: space-between; margin-bottom: 24px; }
.case-dialog-head h2 { margin-top: 8px; font-size: 30px; }
.dialog-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 24px; cursor: pointer; }
.case-dialog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.case-dialog label { display: grid; gap: 6px; }
.case-dialog label > span { color: var(--ink-soft); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.case-dialog select, .case-dialog textarea { width: 100%; padding: 11px; border: 1px solid var(--line); border-radius: 7px; background: white; font: inherit; font-size: 11px; }
.case-note { margin-top: 14px; }
.case-context { margin-top: 18px; padding: 16px; border-radius: 8px; background: #f0f2e9; }
.case-context h3 { margin-bottom: 10px; font-size: 14px; }
.case-context div { display: grid; grid-template-columns: 150px 1fr; gap: 10px; padding: 7px 0; border-top: 1px solid #daddd2; font-size: 10px; }
.case-context div span { color: var(--ink-soft); }
.case-dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }
.case-timeline { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.case-timeline h3 { margin-bottom: 12px; font-size: 14px; }
.timeline-list { display: grid; gap: 10px; }
.timeline-item { display: grid; grid-template-columns: 12px 1fr; gap: 9px; }
.timeline-item i { width: 9px; height: 9px; margin-top: 4px; border: 2px solid var(--paper); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 1px var(--ink); }
.timeline-item strong, .timeline-item span, .timeline-item small { display: block; }
.timeline-item strong { font-size: 10px; }
.timeline-item span, .timeline-item small { margin-top: 2px; color: var(--ink-soft); font-size: 9px; }
.case-composer { margin-top: 20px; padding: 20px; border: 1px solid var(--ink); border-radius: 10px; background: #f5f7ee; }
.case-composer-head { display: flex; align-items: start; justify-content: space-between; margin-bottom: 14px; }
.case-composer-head h3 { margin-top: 6px; font-size: 18px; }
.case-composer label + label { margin-top: 12px; }
.case-composer input { width: 100%; height: 42px; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; font: inherit; font-size: 11px; }
.case-composer .button { width: 100%; margin-top: 14px; }
@media (max-width: 800px) {
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .admin-stats > div { border-bottom: 1px solid var(--line); }
  .admin-stats > div:nth-child(even) { border-right: 0; }
  .admin-tabs { overflow-x: auto; }
  .admin-tabs button { flex: 0 0 auto; }
  .admin-toolbar { align-items: stretch; flex-direction: column; }
  .admin-toolbar label { min-width: 0; }
  .admin-toolbar .button { width: 100%; }
  #casesPanel, #requestsPanel { border: 0; background: transparent; overflow: visible; }
  #casesPanel .admin-table-wrap, #requestsPanel .admin-table-wrap { overflow: visible; }
  #casesPanel table, #casesPanel tbody, #casesPanel tr, #casesPanel td,
  #requestsPanel table, #requestsPanel tbody, #requestsPanel tr, #requestsPanel td { display: block; width: 100%; }
  #casesPanel thead, #requestsPanel thead { display: none; }
  #casesPanel tr, #requestsPanel tr { margin-bottom: 12px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); }
  #casesPanel td, #requestsPanel td { display: grid; grid-template-columns: 105px minmax(0, 1fr); align-items: center; gap: 12px; padding: 11px 0; border-top: 1px solid #e4e5dc; overflow-wrap: anywhere; }
  #casesPanel td:first-child, #requestsPanel td:first-child { border-top: 0; }
  #casesPanel td::before, #requestsPanel td::before { content: attr(data-label); color: var(--ink-soft); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
  #casesPanel td > *, #requestsPanel td > * { min-width: 0; }
  #casesPanel .status-select, #requestsPanel .request-status-select { width: 100%; min-width: 0; }
  #casesPanel .table-actions { display: grid; grid-template-columns: 1fr 1fr; }
  #casesPanel .table-action { justify-content: center; min-height: 40px; }
}
@media (max-width: 620px) {
  .admin-header { height: 68px; }
  .admin-badge { display: none; }
  .admin-dashboard { width: calc(100% - 24px); padding-top: 35px; }
  .admin-title { align-items: start; }
  .admin-title { gap: 14px; }
  .admin-title h1 { font-size: 34px; }
  .admin-title .button { min-height: 42px; padding: 0 13px; }
  .admin-login { margin-top: 55px; padding: 30px 22px; box-shadow: 6px 7px 0 var(--ink), var(--shadow); }
  .admin-login h1 { font-size: 39px; }
  #casesPanel td, #requestsPanel td { grid-template-columns: 90px minmax(0, 1fr); }
  .case-dialog-card { padding: 24px 18px; box-shadow: 6px 7px 0 var(--ink); }
  .case-dialog-grid { grid-template-columns: 1fr; }
  .case-context div { grid-template-columns: 1fr; gap: 3px; }
  .case-dialog-actions { align-items: stretch; flex-direction: column-reverse; }
  .case-dialog-actions .button { width: 100%; }
}
