:root {
  color-scheme: light;
  --font-sans: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --page: #f6f4ed;
  --surface: #fffef9;
  --surface-2: #efede5;
  --surface-3: #e8e5da;
  --ink: #16211b;
  --muted: #69726c;
  --line: #d8d5ca;
  --line-strong: #bcb9ad;
  --brand: #6855d9;
  --brand-strong: #4f3fbd;
  --brand-soft: #eeeafd;
  --positive: #267550;
  --positive-soft: #e8f3ec;
  --warning: #9b5e0c;
  --warning-soft: #f8edda;
  --danger: #aa3f35;
  --focus: #2166d1;
  --shadow: 0 16px 48px rgba(22, 33, 27, .08);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { background: var(--page); scroll-behavior: smooth; }
body { background: var(--page); color: var(--ink); font-family: var(--font-sans); margin: 0; min-width: 320px; }
button, input, select, a { font: inherit; }
button, input, select { color: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--ink); color: var(--surface); left: 12px; padding: 10px 14px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }

.shell { margin-inline: auto; max-width: var(--container); padding-inline: 22px; }
.site-header { backdrop-filter: blur(14px); background: color-mix(in srgb, var(--page) 92%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent); inset-block-start: 0; position: sticky; z-index: 40; }
.header-inner { align-items: center; display: flex; gap: 28px; min-height: 68px; }
.brand { align-items: center; display: inline-flex; gap: 9px; min-height: 44px; text-decoration: none; }
.brand-mark { align-items: center; background: var(--brand); border-radius: 10px; color: #fff; display: inline-flex; height: 34px; justify-content: center; width: 34px; }
.brand-mark svg { height: 19px; width: 19px; }
.brand-logo { flex: 0 0 auto; height: 34px; width: 34px; }
.brand-name { font-size: 1.03rem; font-weight: 780; letter-spacing: -.055em; line-height: 1; text-transform: lowercase; }
.brand-name > span { color: var(--brand-strong); font-size: .72em; font-weight: 850; letter-spacing: -.025em; margin-left: .05em; }
.brand-name > span::before { content: "."; }
.main-nav { align-items: center; display: flex; gap: 4px; }
.main-nav a { border-radius: var(--radius-sm); color: var(--muted); font-size: .875rem; font-weight: 650; min-height: 44px; padding: 12px 10px; text-decoration: none; }
.main-nav a:hover { background: var(--surface-2); color: var(--ink); }
.header-actions { align-items: center; display: flex; gap: 8px; margin-inline-start: auto; }
.mobile-menu { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: var(--radius-sm); display: none; height: 44px; justify-content: center; width: 44px; }

.btn { align-items: center; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius-sm); display: inline-flex; font-size: .875rem; font-weight: 750; gap: 8px; justify-content: center; min-height: 44px; padding: 10px 15px; text-decoration: none; }
.btn:hover { border-color: var(--brand); }
.btn svg { height: 17px; width: 17px; }
.btn-primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-strong); border-color: var(--brand-strong); }
.btn-dark { background: var(--ink); border-color: var(--ink); color: var(--surface); }
.btn-quiet { background: transparent; border-color: transparent; color: var(--muted); }
.btn-quiet:hover { background: var(--surface-2); border-color: transparent; color: var(--ink); }
.btn-icon { padding: 0; width: 44px; }

.section { padding-block: clamp(72px, 8vw, 112px); }
.section-tight { padding-block: clamp(48px, 6vw, 78px); }
.eyebrow { align-items: center; color: var(--brand-strong); display: inline-flex; font-size: .75rem; font-weight: 850; gap: 8px; letter-spacing: .08em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow::before { background: currentColor; border-radius: 50%; content: ""; height: 7px; width: 7px; }
.section-head { display: grid; gap: 14px; margin-bottom: 34px; max-width: 720px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.045em; line-height: 1.02; margin: 0; text-wrap: balance; }
.section-head p { color: var(--muted); font-size: 1.05rem; line-height: 1.65; margin: 0; max-width: 680px; }

.hero { min-height: calc(100svh - 68px); overflow: hidden; padding-block: clamp(68px, 8vw, 104px); position: relative; }
.hero::after { background-image: radial-gradient(circle, color-mix(in srgb, var(--brand) 18%, transparent) 1px, transparent 1px); background-size: 22px 22px; content: ""; height: 420px; opacity: .55; pointer-events: none; position: absolute; right: -80px; top: 40px; transform: rotate(-7deg); width: 520px; }
.hero-grid { align-items: center; display: grid; gap: clamp(42px, 7vw, 88px); grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr); position: relative; z-index: 1; }
.hero-copy h1 { font-size: clamp(3.1rem, 6vw, 5.6rem); letter-spacing: -.065em; line-height: .94; margin: 0; max-width: 790px; text-wrap: balance; }
.hero-copy h1 em { color: var(--brand); font-style: normal; }
.hero-lead { color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.62; margin: 26px 0 0; max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-proof { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: .8125rem; gap: 18px; margin-top: 20px; }
.hero-proof span { align-items: center; display: inline-flex; gap: 7px; }
.hero-proof svg { color: var(--positive); height: 16px; width: 16px; }

.decision-card { background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.decision-top { align-items: center; background: var(--ink); color: var(--surface); display: flex; justify-content: space-between; padding: 17px 20px; }
.decision-top strong { font-size: .875rem; }
.live-dot { align-items: center; color: #b9d8c4; display: inline-flex; font-size: .6875rem; font-weight: 800; gap: 7px; letter-spacing: .06em; text-transform: uppercase; }
.live-dot::before { background: #59c887; border: 3px solid rgba(89,200,135,.2); border-radius: 50%; content: ""; height: 8px; width: 8px; }
.decision-body { display: grid; gap: 18px; padding: 22px; }
.decision-title { align-items: start; display: flex; gap: 18px; justify-content: space-between; }
.decision-title h2 { font-size: 1.15rem; letter-spacing: -.025em; line-height: 1.35; margin: 0; }
.decision-title p { color: var(--muted); font-size: .8125rem; margin: 6px 0 0; }
.verdict { background: var(--warning-soft); border: 1px solid color-mix(in srgb, var(--warning) 42%, transparent); border-radius: 999px; color: var(--warning); flex: 0 0 auto; font-size: .6875rem; font-weight: 850; padding: 7px 10px; text-transform: uppercase; }
.metric-grid { border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { padding: 15px 12px 15px 0; }
.metric + .metric { border-left: 1px solid var(--line); padding-left: 14px; }
.metric span { color: var(--muted); display: block; font-size: .6875rem; line-height: 1.35; }
.metric strong { display: block; font-family: var(--font-mono); font-size: .95rem; margin-top: 6px; white-space: nowrap; }
.metric .positive { color: var(--positive); }
.evidence-note { background: var(--surface-2); border-radius: var(--radius-sm); color: var(--muted); font-size: .8125rem; line-height: 1.55; padding: 13px 14px; }
.evidence-note strong { color: var(--ink); }
.decision-foot { align-items: center; display: flex; gap: 12px; justify-content: space-between; }
.deadline { display: grid; font-size: .75rem; gap: 3px; }
.deadline span { color: var(--muted); }
.deadline strong { color: var(--danger); }

.proof-band { background: var(--ink); color: var(--surface); }
.proof-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); }
.proof-intro, .proof-stat { min-height: 145px; padding: 30px 26px; }
.proof-stat { border-left: 1px solid color-mix(in srgb, var(--surface) 18%, transparent); }
.proof-intro strong { display: block; font-size: 1.15rem; line-height: 1.35; max-width: 280px; }
.proof-intro a { color: #c7bffc; display: inline-flex; font-size: .8125rem; font-weight: 750; margin-top: 12px; min-height: 32px; text-underline-offset: 4px; }
.proof-stat strong { display: block; font-family: var(--font-mono); font-size: clamp(1.7rem, 3vw, 2.45rem); letter-spacing: -.04em; }
.proof-stat span { color: color-mix(in srgb, var(--surface) 68%, transparent); display: block; font-size: .75rem; line-height: 1.45; margin-top: 8px; }

.evidence-case { background: #f0ede4; border-bottom: 1px solid var(--line); }
.evidence-case-grid { align-items: center; display: grid; gap: clamp(30px, 7vw, 92px); grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); }
.evidence-case-copy h2 { font-size: clamp(2rem, 4.2vw, 3.75rem); letter-spacing: -.05em; line-height: 1.02; margin: 0; max-width: 720px; text-wrap: balance; }
.evidence-case-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.68; margin: 20px 0 0; max-width: 650px; }
.text-link { color: var(--brand-strong); display: inline-flex; font-size: .875rem; font-weight: 780; margin-top: 18px; min-height: 40px; text-underline-offset: 4px; }
.result-receipt { background: var(--surface); border: 1px solid var(--line-strong); border-radius: 4px 18px 18px 4px; box-shadow: 12px 16px 0 #dad5c8; overflow: hidden; position: relative; }
.result-receipt::before { background: var(--brand); content: ""; inset-block: 0; left: 0; position: absolute; width: 5px; }
.receipt-head { align-items: center; border-bottom: 1px dashed var(--line-strong); display: flex; justify-content: space-between; padding: 18px 22px 16px 26px; }
.receipt-head span { color: var(--muted); font-size: .75rem; }
.receipt-head strong { color: var(--positive); font-size: .8125rem; }
.result-receipt dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 10px 16px 8px 20px; }
.result-receipt dl div { padding: 14px 10px; }
.result-receipt dl div:nth-child(even) { border-left: 1px solid var(--line); }
.result-receipt dl div:nth-child(n+3) { border-top: 1px solid var(--line); }
.result-receipt dt { color: var(--muted); font-size: .6875rem; }
.result-receipt dd { font-family: var(--font-mono); font-size: .9375rem; font-weight: 780; margin: 6px 0 0; }
.result-receipt > p { background: var(--surface-2); color: var(--muted); font-size: .75rem; line-height: 1.55; margin: 0; padding: 14px 22px 15px 26px; }

.steps { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); min-height: 235px; padding: 24px; }
.step-index { color: var(--brand); font-family: var(--font-mono); font-size: .75rem; font-weight: 800; }
.step h3 { font-size: 1.15rem; margin: 52px 0 10px; }
.step p { color: var(--muted); font-size: .875rem; line-height: 1.58; margin: 0; }
.step small { color: var(--muted); display: block; font-size: .75rem; margin-top: 14px; }

.product-stage { background: var(--ink); color: #f4f4ef; overflow: hidden; }
.product-stage .eyebrow { color: #c7bffc; }
.product-stage .section-head p { color: color-mix(in srgb, var(--surface) 68%, transparent); }
.product-shell { background: #0d1210; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 26px 70px rgba(0,0,0,.28); overflow: hidden; }
.app-topbar { align-items: center; background: #101614; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; gap: 16px; min-height: 58px; padding: 8px 12px; }
.app-brand { align-items: center; display: flex; font-size: .8125rem; font-weight: 800; gap: 8px; }
.app-brand .brand-mark { border-radius: 8px; height: 30px; width: 30px; }
.app-brand .brand-logo { height: 30px; width: 30px; }
.app-brand .brand-logo, .site-footer .brand-logo { filter: grayscale(1) brightness(0) invert(1); }
.country-select { background: #171e1b; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; color: #f2f2ed; min-height: 40px; padding: 8px 32px 8px 10px; }
.app-account { align-items: center; color: #9ea7a2; display: flex; font-size: .75rem; gap: 8px; margin-left: auto; }
.app-icon { align-items: center; background: transparent; border: 0; border-radius: 7px; color: #d7ddd8; display: inline-flex; height: 40px; justify-content: center; width: 40px; }
.app-controls { background: #0b100e; border-bottom: 1px solid rgba(255,255,255,.1); display: grid; gap: 10px; padding: 12px; }
.control-row { align-items: center; display: flex; gap: 8px; min-width: 0; }
.segmented { background: #171e1b; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; display: inline-flex; padding: 3px; }
.segmented button { background: transparent; border: 0; border-radius: 6px; color: #a9b1ad; font-size: .75rem; font-weight: 750; min-height: 36px; padding: 7px 12px; }
.segmented button[aria-pressed="true"] { background: var(--brand); color: #fff; }
.filter-field { background: #171e1b; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; color: #d9dedb; font-size: .75rem; min-height: 40px; padding: 8px 30px 8px 10px; }
.filter-field.wide { min-width: 170px; }
.control-spacer { flex: 1; }
.control-action { align-items: center; background: transparent; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; color: #d9dedb; display: inline-flex; font-size: .75rem; font-weight: 750; gap: 6px; min-height: 36px; padding: 7px 11px; }
.control-action.primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.chips { display: flex; gap: 7px; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.chip { background: transparent; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #aab3ae; flex: 0 0 auto; font-size: .6875rem; min-height: 32px; padding: 6px 10px; }
.chip[aria-pressed="true"] { border-color: #9787f1; color: #d1cafb; }
.app-content { padding: 16px; }
.result-line { align-items: center; color: #97a09b; display: flex; font-size: .75rem; justify-content: space-between; margin-bottom: 10px; }
.result-line strong { color: #f4f4ef; }
.app-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.auction-card { background: #141a18; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.auction-card:hover { border-color: rgba(164,147,255,.65); }
.media { background: #1b211f; height: 138px; overflow: hidden; position: relative; }
.media-photo { background-image: url("varzytines-fullsite-flat-photo.png"); background-position: center; background-repeat: no-repeat; background-size: cover; }
.media-photo-2 { background-position: center; }
.media-empty { background-image: url("varzytines-no-photo-placeholder.svg"); background-position: center; background-size: cover; }
.media .verdict { left: 9px; position: absolute; top: 9px; }
.save { align-items: center; background: rgba(9,12,11,.76); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; color: #fff; display: inline-flex; height: 40px; justify-content: center; position: absolute; right: 8px; top: 8px; width: 40px; }
.save[aria-pressed="true"] { background: var(--brand); }
.card-body { display: grid; gap: 10px; padding: 13px; }
.card-body h3 { color: #f4f4ef; font-size: .875rem; line-height: 1.35; margin: 0; min-height: 38px; }
.location { color: #929c96; font-size: .6875rem; line-height: 1.45; margin: 0; min-height: 31px; }
.card-metrics { background: #101513; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; display: grid; grid-template-columns: repeat(2, 1fr); }
.card-metrics div { padding: 9px; }
.card-metrics div:nth-child(even) { border-left: 1px solid rgba(255,255,255,.08); }
.card-metrics div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.08); }
.card-metrics span { color: #858e89; display: block; font-size: .58rem; line-height: 1.3; text-transform: uppercase; }
.card-metrics strong { color: #fff; display: block; font-family: var(--font-mono); font-size: .78rem; margin-top: 5px; }
.card-metrics .positive { color: #6bd59a; }
.card-meta { align-items: center; color: #a5ada9; display: flex; flex-wrap: wrap; font-size: .65rem; gap: 5px; }
.tag { border: 1px solid rgba(255,255,255,.14); border-radius: 4px; padding: 4px 6px; }
.card-foot { align-items: center; display: grid; gap: 7px; grid-template-columns: auto 1fr; }
.time { color: #bfc6c1; font-size: .68rem; font-weight: 750; }
.card-actions { display: grid; gap: 6px; grid-template-columns: 1fr 1fr; }
.card-actions button { background: #101513; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; color: #e1e5e2; font-size: .68rem; font-weight: 750; min-height: 40px; }
.map-panel { background-color: #121a17; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 50px 50px; border-radius: 10px; height: 520px; overflow: hidden; position: relative; }
.map-panel::after { background: #6a55dc; border: 6px solid #d8d2ff; border-radius: 50%; box-shadow: 0 0 0 12px rgba(105,85,220,.18); content: ""; height: 18px; left: 56%; position: absolute; top: 44%; width: 18px; }
.map-label { background: #141a18; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; color: #e3e6e4; font-size: .75rem; left: 12px; padding: 9px 11px; position: absolute; top: 12px; }

.method-grid { align-items: start; display: grid; gap: clamp(28px, 6vw, 78px); grid-template-columns: .82fr 1.18fr; }
.method-copy h2 { font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.045em; line-height: 1.03; margin: 0; }
.method-copy > p { color: var(--muted); line-height: 1.65; }
.principles { display: grid; gap: 10px; margin-top: 28px; }
.principle { align-items: start; border-top: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 28px 1fr; padding-top: 15px; }
.principle svg { color: var(--brand); height: 20px; margin-top: 2px; width: 20px; }
.principle strong { display: block; font-size: .9rem; }
.principle span { color: var(--muted); display: block; font-size: .8125rem; line-height: 1.5; margin-top: 4px; }
.history-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 22px; }
.history-head { align-items: end; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 18px; }
.history-head h3 { font-size: 1rem; margin: 0; }
.history-head span { color: var(--muted); font-size: .75rem; }
.history-table { border-collapse: collapse; font-size: .75rem; width: 100%; }
.history-table th, .history-table td { border-bottom: 1px solid var(--line); padding: 11px 8px; text-align: left; vertical-align: top; }
.history-table th { color: var(--muted); font-size: .625rem; letter-spacing: .03em; text-transform: uppercase; }
.status { background: var(--surface-2); border-radius: 4px; display: inline-flex; font-size: .6875rem; padding: 5px 7px; }
.status-current { background: var(--brand-soft); color: var(--brand-strong); }
.history-note { color: var(--muted); font-size: .75rem; line-height: 1.55; margin: 14px 0 0; }

.pricing { background: var(--surface-2); }
.pricing-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); display: flex; flex-direction: column; min-height: 460px; padding: 24px; position: relative; }
.price-card.recommended { border: 2px solid var(--brand); padding: 23px; }
.recommend-label { background: var(--brand); border-radius: 999px; color: #fff; font-size: .625rem; font-weight: 850; padding: 6px 9px; position: absolute; right: 16px; text-transform: uppercase; top: 16px; }
.price-card h3 { font-size: 1rem; margin: 0; }
.price { align-items: baseline; display: flex; gap: 7px; margin-top: 26px; }
.price strong { font-family: var(--font-mono); font-size: 2.4rem; letter-spacing: -.05em; }
.price span { color: var(--muted); font-size: .75rem; }
.price-card > p { color: var(--muted); font-size: .8125rem; line-height: 1.55; min-height: 61px; }
.feature-list { display: grid; gap: 10px; list-style: none; margin: 18px 0 26px; padding: 0; }
.feature-list li { align-items: start; display: grid; font-size: .8125rem; gap: 9px; grid-template-columns: 16px 1fr; line-height: 1.45; }
.feature-list svg { color: var(--positive); height: 15px; margin-top: 2px; width: 15px; }
.price-card .btn { margin-top: auto; }
.pricing-note { color: var(--muted); font-size: .75rem; line-height: 1.55; margin: 18px auto 0; max-width: 760px; text-align: center; }

.faq-grid { display: grid; gap: 18px; grid-template-columns: .72fr 1.28fr; }
.faq-copy h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.045em; line-height: 1.03; margin: 0; }
.faq-copy p { color: var(--muted); line-height: 1.6; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-size: .9375rem; font-weight: 750; list-style: none; min-height: 58px; padding: 19px 42px 17px 0; position: relative; }
.faq-list summary::after { content: "+"; font-size: 1.35rem; font-weight: 400; position: absolute; right: 8px; top: 14px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: var(--muted); font-size: .875rem; line-height: 1.65; margin: -4px 0 18px; max-width: 680px; }

.portfolio-section { background: var(--surface-2); padding-block: clamp(44px, 5vw, 68px); }
.portfolio-frame { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.portfolio-head { align-items: end; display: flex; gap: 32px; justify-content: space-between; padding: 24px 26px 22px; }
.portfolio-head .eyebrow { margin-bottom: 7px; }
.portfolio-head h2 { font-size: clamp(1.45rem, 2.3vw, 2rem); letter-spacing: -.035em; line-height: 1.12; margin: 0; }
.portfolio-head > p { color: var(--muted); font-size: .8125rem; line-height: 1.5; margin: 0 0 2px; max-width: 320px; text-align: right; }
.portfolio-grid { background: var(--line); border-top: 1px solid var(--line); display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.portfolio-item { align-items: center; background: var(--surface); color: var(--ink); display: grid; gap: 13px; grid-template-columns: 82px minmax(0,1fr) 18px; min-height: 82px; padding: 12px 16px; text-decoration: none; transition: background-color 160ms ease; }
.portfolio-item:hover { background: color-mix(in srgb, var(--brand) 5%, var(--surface)); }
.portfolio-item:focus-visible { box-shadow: inset 0 0 0 3px var(--focus); outline: 0; position: relative; z-index: 1; }
.portfolio-logo-box { align-items: center; display: flex; height: 46px; justify-content: flex-start; min-width: 0; width: 82px; }
.portfolio-logo-box img { display: block; max-height: 42px; max-width: 78px; object-fit: contain; object-position: left center; width: auto; }
.portfolio-logo-box.is-icon img { height: 36px; width: 36px; }
.portfolio-logo-box.courtbid-mark { background: #07070d; border-radius: 9px; height: 42px; justify-content: center; width: 42px; }
.portfolio-logo-box.courtbid-mark img { height: 32px; max-height: 32px; max-width: 32px; object-fit: contain; object-position: center; width: 32px; }
.portfolio-copy { min-width: 0; }
.portfolio-copy strong, .portfolio-copy small { display: block; }
.portfolio-copy strong { font-size: .8125rem; line-height: 1.25; }
.portfolio-copy small { color: var(--muted); font-size: .6875rem; line-height: 1.35; margin-top: 4px; }
.portfolio-arrow { color: var(--muted); font-size: .9rem; transition: color 160ms ease, transform 160ms ease; }
.portfolio-item:hover .portfolio-arrow { color: var(--brand); transform: translate(2px,-2px); }

.final-cta { background: var(--brand); color: #fff; overflow: hidden; position: relative; }
.final-cta::after { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; height: 420px; position: absolute; right: -90px; top: -180px; width: 420px; }
.cta-inner { align-items: center; display: grid; gap: 36px; grid-template-columns: 1fr auto; min-height: 310px; position: relative; z-index: 1; }
.cta-inner h2 { font-size: clamp(2.2rem, 5vw, 4.5rem); letter-spacing: -.055em; line-height: .98; margin: 0; max-width: 760px; }
.cta-inner p { color: rgba(255,255,255,.78); line-height: 1.6; margin: 16px 0 0; }
.final-cta .btn { background: #fff; border-color: #fff; color: var(--brand-strong); min-width: 210px; }

.site-footer { background: #0e1411; color: #eef0ec; padding-block: 46px 28px; }
.site-footer .brand-name > span { color: #b9adff; }
.footer-grid { display: grid; gap: 34px; grid-template-columns: 1.5fr repeat(3, 1fr); }
.footer-intro p { color: #9da7a0; font-size: .8125rem; line-height: 1.55; max-width: 300px; }
.footer-col h3 { font-size: .75rem; margin: 4px 0 12px; }
.footer-col a { color: #aab3ad; display: flex; font-size: .8125rem; min-height: 34px; padding-block: 7px; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: #7f8a83; display: flex; font-size: .6875rem; justify-content: space-between; margin-top: 36px; padding-top: 18px; }

/* A krypties identitetas ir santūri judesio sistema. */
.proposal-a .hero { background: linear-gradient(130deg, rgba(255,254,249,.5), transparent 58%); min-height: auto; padding-block: clamp(72px, 7vw, 94px); }
.proposal-a .hero::after { animation: field-drift 14s ease-in-out infinite alternate; background-image: radial-gradient(circle, color-mix(in srgb, var(--brand) 20%, transparent) 1.2px, transparent 1.2px); background-size: 24px 24px; border-radius: 42% 58% 66% 34% / 46% 42% 58% 54%; }
.proposal-a .hero-copy { animation: hero-enter 620ms cubic-bezier(.22,.82,.34,1) both; }
.proposal-a .hero-copy h1 { font-family: Charter, "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: clamp(3rem, 5.4vw, 5.15rem); font-weight: 560; letter-spacing: -.055em; line-height: .96; }
.proposal-a .hero-copy h1 em { color: var(--ink); font-style: italic; position: relative; white-space: nowrap; }
.proposal-a .hero-copy h1 em::after { animation: underline-in 780ms 480ms cubic-bezier(.22,.82,.34,1) both; background: var(--brand); bottom: -.05em; content: ""; height: .07em; left: .02em; position: absolute; transform-origin: left; width: 98%; }
.proposal-a .hero-visual { animation: card-enter 720ms 100ms cubic-bezier(.22,.82,.34,1) both; }
.proposal-a .decision-card { transition: box-shadow 240ms ease, transform 240ms ease; }
.proposal-a .decision-card:hover { box-shadow: 0 24px 64px rgba(22,33,27,.13); transform: translateY(-3px); }
.proposal-a .main-nav a { position: relative; }
.proposal-a .main-nav a::after { background: var(--brand); bottom: 6px; content: ""; height: 2px; left: 10px; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; width: calc(100% - 20px); }
.proposal-a .main-nav a:hover::after { transform: scaleX(1); }
.proposal-a .btn svg { transition: transform 180ms ease; }
.proposal-a .btn:hover svg { transform: translateX(3px); }
.proposal-a .proof-band { border-top: 4px solid var(--brand); }
.proposal-a .proof-stat strong { font-variant-numeric: tabular-nums; }
.proposal-a .step { transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
.proposal-a .step:hover { border-color: color-mix(in srgb, var(--brand) 44%, var(--line)); box-shadow: 0 14px 32px rgba(22,33,27,.07); transform: translateY(-3px); }
.proposal-a .auction-card { transition: border-color 180ms ease, transform 180ms ease; }
.proposal-a .auction-card:hover { transform: translateY(-2px); }

@keyframes hero-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes card-enter { from { opacity: 0; transform: translateY(24px) rotate(1deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes underline-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes field-drift { from { transform: rotate(-7deg) translate3d(0,0,0); } to { transform: rotate(-3deg) translate3d(-20px,14px,0); } }

dialog { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; color: var(--ink); max-height: calc(100dvh - 24px); padding: 0; width: min(760px, calc(100% - 24px)); }
dialog::backdrop { background: rgba(6,10,8,.68); backdrop-filter: blur(3px); }
.dialog-head { align-items: start; border-bottom: 1px solid var(--line); display: flex; gap: 18px; justify-content: space-between; padding: 18px 20px; }
.dialog-head h2 { font-size: 1.2rem; line-height: 1.35; margin: 0; }
.dialog-head p { color: var(--muted); font-size: .75rem; margin: 5px 0 0; }
.dialog-close { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 8px; display: flex; flex: 0 0 44px; height: 44px; justify-content: center; width: 44px; }
.dialog-body { max-height: calc(100dvh - 108px); overflow: auto; padding: 20px; }
.dialog-stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.dialog-stat { border-bottom: 1px solid var(--line); padding: 11px 8px; }
.dialog-stat span { color: var(--muted); display: block; font-size: .6875rem; }
.dialog-stat strong { display: block; font-size: .875rem; margin-top: 5px; }
.dialog-method { background: var(--surface-2); border-radius: 8px; color: var(--muted); font-size: .8125rem; line-height: 1.6; margin-top: 18px; padding: 14px; }
.dialog-method strong { color: var(--ink); }
.dialog-section { margin-top: 22px; }
.dialog-section h3 { font-size: .95rem; margin: 0 0 10px; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.filter-dialog { width: min(440px, calc(100% - 16px)); }
.filter-stack { display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { color: var(--muted); font-size: .75rem; font-weight: 750; }
.field select, .field input { background: var(--surface); border: 1px solid var(--line-strong); border-radius: 8px; min-height: 44px; padding: 9px 10px; width: 100%; }
.filter-foot { border-top: 1px solid var(--line); display: grid; gap: 8px; grid-template-columns: 1fr 1.5fr; margin-top: 18px; padding-top: 14px; }

/* Pasiūlymas B: ta pati struktūra, tamsesnis rinkos-radaro tonas. */
body.proposal-b {
  color-scheme: dark;
  --page: #0c0d12;
  --surface: #151720;
  --surface-2: #1b1e29;
  --surface-3: #242735;
  --ink: #f4f3f8;
  --muted: #a1a4b1;
  --line: #2b2e3c;
  --line-strong: #3d4151;
  --brand: #7358ee;
  --brand-strong: #8b74f6;
  --brand-soft: #27223f;
  --positive: #58cb8b;
  --positive-soft: #173124;
  --warning: #f0b85a;
  --warning-soft: #33291a;
  --danger: #ef7168;
  --focus: #9f8bff;
  --shadow: 0 18px 58px rgba(0,0,0,.34);
}
.proposal-b .site-header { background: rgba(12,13,18,.9); }
.proposal-b .hero { background: radial-gradient(circle at 78% 16%, rgba(115,88,238,.14), transparent 30%); }
.proposal-b .hero::after { opacity: .18; }
.proposal-b .hero-copy h1 { font-size: clamp(3rem, 5.7vw, 5.25rem); }
.proposal-b .decision-card { border-color: #36394a; }
.proposal-b .decision-top { background: #1a1d27; }
.proposal-b .proof-band { background: #14161d; border-block: 1px solid var(--line); }
.proposal-b .product-stage { background: #0a0b0f; }
.proposal-b .pricing { background: #101117; }
.proposal-b .final-cta { background: #19152a; border-block: 1px solid #39304d; }
.proposal-b .final-cta .btn { background: var(--brand); border-color: var(--brand); color: #fff; }
.proposal-b .site-footer { background: #08090c; }
.proposal-b .history-table th, .proposal-b .history-table td { color: var(--ink); }

@media (max-width: 1020px) {
  .main-nav { display: none; }
  .mobile-menu { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { margin-inline: auto; max-width: 720px; width: 100%; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-intro { border-bottom: 1px solid color-mix(in srgb, var(--surface) 18%, transparent); grid-column: 1 / -1; min-height: auto; }
  .evidence-case-grid { grid-template-columns: 1fr; }
  .result-receipt { max-width: 720px; }
  .app-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .auction-card:nth-child(3) { display: none; }
  .method-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }
  .footer-col:last-child { display: none; }
}

@media (max-width: 760px) {
  .shell { padding-inline: 15px; }
  .header-inner { gap: 8px; min-height: 60px; }
  .site-header .brand-name { display: none; }
  .site-header .brand { min-width: 44px; }
  .site-header .main-nav[data-open] { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); display: grid; left: 15px; padding: 8px; position: absolute; right: 15px; top: 58px; }
  .site-header .main-nav[data-open] a { min-height: 44px; }
  .header-actions .login { display: none; }
  .hero { min-height: auto; padding-block: 58px 70px; }
  .hero::after { height: 260px; right: -150px; width: 360px; }
  .hero-grid { gap: 42px; }
  .hero-copy h1, .proposal-b .hero-copy h1 { font-size: clamp(2.7rem, 13.7vw, 4.15rem); line-height: .96; }
  .proposal-a .hero-copy h1 { font-size: clamp(2.75rem, 12.7vw, 3.65rem); letter-spacing: -.045em; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { align-items: start; display: grid; gap: 9px; }
  .decision-body { padding: 16px; }
  .decision-title { display: grid; }
  .verdict { justify-self: start; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(3) { border-left: 0; }
  .metric:nth-child(n+3) { border-top: 1px solid var(--line); }
  .decision-foot { align-items: stretch; display: grid; }
  .decision-foot .btn { width: 100%; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-intro { grid-column: 1 / -1; }
  .proof-stat { border-left: 0; min-height: 120px; padding: 24px 18px; }
  .proof-stat:nth-child(3) { border-left: 1px solid color-mix(in srgb, var(--surface) 18%, transparent); }
  .proof-stat:last-child { border-top: 1px solid color-mix(in srgb, var(--surface) 18%, transparent); grid-column: 1 / -1; }
  .evidence-case-grid { gap: 28px; }
  .evidence-case-copy h2 { font-size: 2.2rem; }
  .text-link { align-items: center; min-height: 44px; }
  .result-receipt { border-radius: 4px 13px 13px 4px; box-shadow: 7px 9px 0 #dad5c8; }
  .receipt-head { padding: 16px 16px 14px 21px; }
  .result-receipt dl { padding-inline: 14px 9px; }
  .result-receipt dl div { padding: 12px 8px; }
  .result-receipt > p { padding: 13px 16px 14px 21px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step h3 { margin-top: 30px; }
  .product-stage .shell { padding-inline: 8px; }
  .product-stage .section-head { padding-inline: 7px; }
  .product-shell { border-radius: 13px; }
  .app-topbar { gap: 8px; }
  .app-brand span { display: none; }
  .country-select { width: 130px; }
  .country-select, .app-icon, .save { min-height: 44px; height: 44px; min-width: 44px; width: 44px; }
  .country-select { width: 130px; }
  .app-account span { display: none; }
  .app-controls { gap: 9px; }
  .control-row { flex-wrap: wrap; }
  .control-row:first-child .filter-field { display: none; }
  .control-row:first-child .segmented { flex: 1; }
  .control-row:first-child .segmented button { flex: 1; min-height: 44px; }
  .control-action { min-height: 44px; }
  .control-action.hide-mobile { display: none; }
  .chips { margin-right: -12px; padding-right: 12px; width: calc(100% + 12px); }
  .chip { min-height: 44px; }
  .app-content { padding: 10px; }
  .app-grid { grid-template-columns: 1fr; }
  .auction-card:nth-child(2) { display: none; }
  .media { height: 154px; }
  .card-actions button { min-height: 44px; }
  .method-grid { gap: 34px; }
  .history-card { border-radius: 14px; padding: 16px; }
  .history-head { align-items: start; display: grid; }
  .history-table thead { display: none; }
  .history-table, .history-table tbody, .history-table tr, .history-table td { display: block; width: 100%; }
  .history-table tr { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; padding: 10px 0; }
  .history-table td { border: 0; padding: 4px 6px; }
  .history-table td::before { color: var(--muted); content: attr(data-label); display: block; font-size: .58rem; letter-spacing: .03em; margin-bottom: 4px; text-transform: uppercase; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .portfolio-head { align-items: start; display: grid; gap: 9px; padding: 21px 18px 18px; }
  .portfolio-head > p { text-align: left; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-item { grid-template-columns: 82px minmax(0,1fr) 18px; min-height: 78px; padding-inline: 14px; }
  .cta-inner { grid-template-columns: 1fr; min-height: 390px; padding-block: 60px; }
  .cta-inner .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-col:last-child { display: block; }
  .footer-col a { align-items: center; min-height: 44px; }
  .proof-intro a { align-items: center; min-height: 44px; }
  .skip-link { min-height: 44px; }
  .footer-bottom { display: grid; gap: 8px; }
  .dialog-stats { grid-template-columns: repeat(2, 1fr); }
  .dialog-body { padding: 15px; }
}

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


/* Šūkis darbalaukyje per dvi eilutes, siaurame ekrane — natūraliai.
   Lūžis paslepiamas žemiau 900px, o dydis sklandus: ties 50px ilgesnis sakinys
   telpa į hero stulpelį 1280px plotyje. Sąmoningai be white-space: nowrap ir be
   fiksuoto pločio — abu nukirptų tekstą telefone. */
.hero-break { display: none; }
@media (min-width: 900px) { .hero-break { display: inline; } }
.proposal-a .hero-copy h1.hero-title {
  font-size: clamp(2rem, 3.9vw, 3.125rem);
  letter-spacing: -.03em;
  line-height: 1.08;
  overflow-wrap: break-word;
}


/* ---------- Prisijungimo langas ----------
   Atkurtas kartu su forma. Spalvos paimtos iš A dizaino tokenų, nes ankstesnis
   variantas buvo skirtas tamsiai temai. */
.modal-backdrop { position: fixed; inset: 0; z-index: 200; background: rgba(22,33,27,.55);
  backdrop-filter: blur(6px); display: flex; align-items: flex-start; justify-content: center;
  overflow-y: auto; padding: 28px 16px; }
.modal-backdrop[hidden] { display: none; }
.modal { position: relative; width: 100%; max-width: 440px; background: var(--surface);
  border: 1px solid var(--line-strong); border-radius: var(--radius-lg); padding: 28px;
  margin: auto 0; box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px;
  border: 0; background: transparent; color: var(--muted); font-size: 1.5rem;
  border-radius: 10px; line-height: 1; cursor: pointer; }
.modal-close:hover { color: var(--ink); background: var(--surface-2); }
.modal-tabs { display: flex; gap: 6px; background: var(--page); border: 1px solid var(--line);
  border-radius: var(--radius-md); padding: 5px; margin-bottom: 22px; }
.modal-tabs .tab { flex: 1; min-height: 40px; border: 0; border-radius: 9px; background: transparent;
  color: var(--muted); font-weight: 600; font-size: .875rem; cursor: pointer;
  font-family: inherit; transition: background .15s, color .15s; }
.modal-tabs .tab.active { background: var(--surface); color: var(--ink);
  box-shadow: 0 1px 2px rgba(22,33,27,.10); }
.auth-form h2 { font-size: 1.25rem; font-weight: 700; margin-bottom: 16px; color: var(--ink); }
.auth-form .field { margin-bottom: 14px; }
.auth-form .field label { display: block; font-size: .8125rem; font-weight: 500;
  color: var(--muted); margin-bottom: 6px; }
.auth-form input[type=email], .auth-form input[type=password], .auth-form input[type=text],
.auth-form input[type=tel], .auth-form select { width: 100%; min-height: 44px; padding: 11px 13px;
  background: var(--page); border: 1px solid var(--line-strong); border-radius: 10px;
  color: var(--ink); font-family: inherit; font-size: .9375rem; transition: border-color .15s; }
.auth-form input:focus, .auth-form select:focus { outline: 2px solid var(--focus);
  outline-offset: 1px; border-color: var(--brand); }
.auth-form .field-check { display: block; }
.auth-form .field-check label { display: flex; gap: 10px; align-items: flex-start;
  font-size: .8425rem; color: var(--muted); cursor: pointer; margin-bottom: 0; }
.auth-form .field-check input { margin-top: 2px; }
.auth-form .plan-radios { display: flex; flex-direction: column; gap: 8px; }
.auth-form .plan-radios label { display: flex; gap: 10px; align-items: center;
  padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px;
  font-size: .875rem; font-weight: 500; color: var(--ink); cursor: pointer;
  margin-bottom: 0; min-height: 44px; transition: border-color .15s; }
.auth-form .plan-radios label:hover { border-color: var(--brand); }

/* Radijo mygtukas ir varnele nera teksto laukai: A dizaino .field taisykles
   jiems duotu 44 px auksti ir viso ploco tempima. */
.auth-form .field input[type=radio], .auth-form .field input[type=checkbox] {
  width: 16px; height: 16px; min-height: 0; padding: 0; flex: 0 0 auto;
  accent-color: var(--brand); background: none; border: 0; border-radius: 0; }
.auth-form .btn { width: 100%; margin-top: 6px; }
.form-error { background: #fbeceb; border: 1px solid rgba(170,63,53,.32); color: var(--danger);
  border-radius: 10px; padding: 10px 13px; font-size: .8425rem; margin-bottom: 14px; }
.form-error[hidden] { display: none; }
.company-fields { border-left: 2px solid var(--brand-soft); padding-left: 14px; margin-bottom: 14px; }
.company-fields[hidden], .category-field[hidden] { display: none; }
