/* Parduota.eu — public site */
:root {
  --blue: #0b3fc9;
  --blue-dark: #07309e;
  --blue-header: #0a3bb8;
  --blue-50: #f3f6fe;
  --blue-100: #e6edfc;
  --blue-200: #cfdcfa;
  --ink: #0e1a3a;
  --text: #2a3350;
  --muted: #5f6982;
  --line: #e2e7f1;
  --bg: #ffffff;
  --bg-soft: #f7f9fd;
  --danger: #c62828;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 2px 10px rgba(16, 36, 94, .06);
  --shadow-lg: 0 8px 28px rgba(16, 36, 94, .10);
  --font: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --container: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.55; color: var(--text); background: var(--bg); }
img { max-width: 100%; height: auto; }
a { color: var(--blue); }
h1, h2, h3 { color: var(--ink); line-height: 1.2; margin: 0 0 .5em; }
hr { border: 0; border-top: 1px solid var(--line); }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 8px 12px; z-index: 100; }
.skip-link:focus { left: 8px; }
.muted { color: var(--muted); }
.center { text-align: center; }

/* Icons */
.icon { width: 22px; height: 22px; flex: none; vertical-align: middle; }
.icon-xs { width: 13px; height: 13px; }
.icon-sm { width: 16px; height: 16px; }
.icon-lg { width: 28px; height: 28px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 22px;
  border: 1.5px solid transparent; border-radius: var(--radius-sm); font: 600 17px/1.2 var(--font); text-decoration: none; cursor: pointer;
  transition: background .15s, border-color .15s, color .15s; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-outline { background: #fff; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue-50); }
.btn-block { display: flex; width: 100%; }
.btn-lg { min-height: 50px; font-size: 19px; }
.btn-sm { min-height: 36px; padding: 7px 16px; font-size: 15px; }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--blue-200); outline-offset: 2px; }
.text-link { display: inline-flex; align-items: center; gap: 4px; font-weight: 600; color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.text-link.center { display: flex; justify-content: center; margin-top: 12px; }

/* Header */
.site-header { background: var(--blue-header); color: #fff; position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 16px; }
.logo { color: #fff; text-decoration: none; display: inline-flex; align-items: center; }
.logo-text { font-weight: 800; font-style: italic; font-size: 30px; letter-spacing: .5px; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.nav-list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-item, .lang { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 12px; color: #fff; background: none; border: 0;
  font: 600 16px var(--font); text-decoration: none; cursor: pointer; border-radius: var(--radius-sm); }
.nav-link:hover, .nav-link.is-active { background: rgba(255, 255, 255, .12); }
.nav-tools { display: flex; align-items: center; gap: 8px; }
.nav-sep { width: 1px; height: 32px; background: rgba(255, 255, 255, .35); margin: 0 10px; }
.nav-icon { color: #fff; display: inline-flex; padding: 8px; border-radius: 50%; }
.nav-icon:hover { background: rgba(255, 255, 255, .12); }
.dropdown { position: absolute; top: 100%; left: 0; min-width: 260px; list-style: none; margin: 6px 0 0; padding: 8px;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: none; }
.dropdown-right { left: auto; right: 0; min-width: 160px; }
.dropdown a { display: block; padding: 9px 12px; border-radius: var(--radius-sm); color: var(--ink); text-decoration: none; }
.dropdown a:hover { background: var(--blue-50); }
.dropdown-label { display: block; font-weight: 700; }
.dropdown-desc { display: block; font-size: 14px; color: var(--muted); }
.has-dropdown.is-open > .dropdown { display: block; }
@media (hover: hover) and (min-width: 1025px) {
  .has-dropdown:hover > .dropdown { display: block; }
  .has-dropdown::after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 8px; }
}
.nav-toggle { display: none; background: none; border: 0; color: #fff; padding: 8px; cursor: pointer; }
.nav-toggle .icon { width: 28px; height: 28px; }
.nav-toggle .icon-close { display: none; }

@media (max-width: 1024px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--blue-header);
    flex-direction: column; align-items: stretch; padding: 8px 16px 16px; box-shadow: var(--shadow-lg); max-height: calc(100vh - 70px); overflow-y: auto; }
  .nav-open .site-nav { display: flex; }
  .nav-open .nav-toggle .icon-open { display: none; }
  .nav-open .nav-toggle .icon-close { display: block; }
  .nav-list { flex-direction: column; align-items: stretch; }
  .nav-link { width: 100%; justify-content: space-between; padding: 12px 8px; }
  .dropdown { position: static; box-shadow: none; margin: 0 0 8px; min-width: 0; }
  .nav-tools { justify-content: flex-start; border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 8px; }
  .nav-sep { display: none; }
  .lang .nav-link { width: auto; }
  .lang .dropdown { position: absolute; bottom: 100%; top: auto; }
}

/* Page layout */
main { min-height: 60vh; }
.page-hero { text-align: center; padding: 34px 0 20px; }
.page-hero h1 { font-size: clamp(32px, 5vw, 52px); font-weight: 800; letter-spacing: -.5px; margin-bottom: 8px; }
.lead { font-size: clamp(17px, 2vw, 21px); color: var(--text); margin: 0 auto; max-width: 760px; }
.section-title { text-align: center; font-size: clamp(24px, 3.2vw, 34px); font-weight: 800; margin: 44px 0 26px; }
.section-title-sm { font-size: clamp(20px, 2.4vw, 24px); font-weight: 700; margin: 36px 0 18px; }
.narrow { max-width: 820px; margin-left: auto; margin-right: auto; }

/* Cards */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card.is-featured { border: 1.5px solid var(--blue); background: var(--blue-50); }

/* Country picker */
.country-picker { display: grid; grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); gap: 24px; max-width: 1210px; margin: 12px auto 0; }
.country { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 100px; padding: 16px;
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none;
  font-size: 22px; font-weight: 700; box-shadow: var(--shadow); transition: border-color .15s, background .15s; }
.country:hover { border-color: var(--blue-200); }
.country.is-active { border: 2px solid var(--blue); background: var(--blue-50); }
.flag { display: inline-flex; flex-direction: column; width: 44px; height: 30px; border-radius: 3px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, .25); flex: none; }
.flag i { flex: 1; }
.flag-lt i:nth-child(1) { background: #fdb913; } .flag-lt i:nth-child(2) { background: #006a44; } .flag-lt i:nth-child(3) { background: #c1272d; }
.flag-lv i:nth-child(1) { background: #9e3039; } .flag-lv i:nth-child(2) { background: #fff; flex: .5; } .flag-lv i:nth-child(3) { background: #9e3039; }
.flag-ee i:nth-child(1) { background: #0072ce; } .flag-ee i:nth-child(2) { background: #000; } .flag-ee i:nth-child(3) { background: #fff; }
.flag-globe { display: inline-flex; width: 44px; height: 44px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #4caf50, #1b5e9e); color: #fff; align-items: center; justify-content: center; }
.flag-globe .icon { width: 30px; height: 30px; }
.country-intro { text-align: center; color: var(--muted); max-width: 760px; margin: 18px auto 0; }

/* Illustration circle */
.illu { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 124px; height: 124px;
  border-radius: 50%; background: var(--blue-100); color: var(--blue); overflow: hidden; }
.illu .icon { width: 58%; height: 58%; stroke-width: 1.6; }
.illu img { width: 100%; height: 100%; object-fit: cover; }
.illu-art img { width: 84%; height: 84%; object-fit: contain; }
.illu-md { width: 92px; height: 92px; }
.illu-lg { width: 132px; height: 132px; }

/* Home service cards */
.svc-grid { display: grid; grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.svc-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 32px 26px 22px; }
.svc-card-top { display: flex; gap: 18px; align-items: flex-start; }
.svc-card-body { flex: 1; min-width: 0; }
.svc-title { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.svc-title a { color: inherit; text-decoration: none; }
.svc-title a:hover { color: var(--blue); }
.svc-summary { margin: 0; font-size: 16.5px; color: var(--text); }
.svc-rule { margin: 16px 0; }
.corner-badge { position: absolute; top: -13px; right: 12px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 800;
  letter-spacing: .3px; padding: 3px 10px; border-radius: 6px; text-transform: uppercase; }

/* Price */
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; color: var(--blue); }
.price-main { font-weight: 800; font-size: 26px; }
.price-old { color: var(--ink); font-size: 22px; font-weight: 600; opacity: .8; }
.price-unit { color: var(--ink); font-size: 15px; }
.price-note { width: 100%; font-size: 18px; color: var(--blue); }
.price-card { margin-top: 18px; }
.price-hero .price-main { font-size: clamp(40px, 6vw, 64px); line-height: 1; }
.price-hero .price-old { font-size: clamp(30px, 4vw, 44px); font-weight: 700; }
.price-hero { margin: 8px 0 18px; }
.price-side { justify-content: flex-end; }
.price-side .price-main { font-size: 30px; }
.price-side .price-note { text-align: right; }

/* Check lists */
.checklist { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 8px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; }
.checklist .check { width: 19px; height: 19px; color: var(--blue); margin-top: 2px; }
.checklist-inline { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 0; font-size: 15.5px; }
.checklist-inline li { white-space: nowrap; }
.checklist-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
.checklist-sm { font-size: 15px; gap: 4px; margin: 0; }
.checklist-sm .check { width: 17px; height: 17px; }

/* Notes */
.info-note { display: flex; gap: 10px; align-items: center; justify-content: center; margin: 28px auto 0; color: var(--text); font-size: 17px; }
.info-note .icon { color: var(--blue); width: 26px; height: 26px; }
.empty-note { text-align: center; color: var(--muted); }
.disclaimer { text-align: center; font-style: italic; color: var(--muted); font-size: 15px; max-width: 1100px; margin: 22px auto 40px; }

/* More ways */
.more-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.more-card { display: flex; align-items: center; gap: 14px; padding: 18px 20px; color: var(--ink); text-decoration: none; font-size: 17px; font-weight: 600; }
.more-card:hover { border-color: var(--blue-200); }
.more-icon { color: var(--blue); display: inline-flex; }
.more-icon .icon { width: 34px; height: 34px; }
.more-title { flex: 1; }
.more-chevron { color: var(--ink); width: 18px; height: 18px; }

/* Materials banner */
.materials-banner { display: flex; align-items: center; gap: 24px 48px; padding: 18px 56px; margin-top: 28px; }
.materials-banner p { flex: 1; margin: 0; font-size: 18px; color: var(--ink); }
.ebay-word { font-size: 44px; font-weight: 700; letter-spacing: -2px; line-height: 1; font-family: Arial, sans-serif; }
.ebay-word .e { color: #e53238; } .ebay-word .b { color: #0064d2; } .ebay-word .a { color: #f5af02; } .ebay-word .y { color: #86b817; }

/* Growth path */
.growth-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.package-card { padding: 28px 32px 22px; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: 999px; background: var(--blue-100);
  color: var(--blue); font-size: 13.5px; font-weight: 700; text-transform: uppercase; }
.pill-solid { background: var(--blue); color: #fff; }
.package-head { display: flex; gap: 22px; align-items: center; }
.package-title { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; }
.growth-side { display: grid; gap: 16px; }
.side-card { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 18px 20px; }
.side-title { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.side-title a { color: inherit; text-decoration: none; }
.side-action { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.link-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.link-card { display: flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1.5px solid var(--blue); border-radius: var(--radius-sm);
  color: var(--blue); background: #fff; text-decoration: none; font-weight: 600; font-size: 15.5px; }
.link-card span { flex: 1; }
.link-card:hover { background: var(--blue-50); }

/* Service detail */
.page-service { padding-top: 32px; }
.service-hero { display: grid; grid-template-columns: auto 1fr minmax(240px, 300px); gap: 28px; align-items: center; padding: 30px; }
.service-hero h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; }
.service-hero .lead { margin: 0; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; margin-top: 32px; align-items: start; }
.service-aside { display: grid; gap: 16px; }
.aside-card { padding: 20px 22px; }
.aside-title { font-size: 19px; font-weight: 700; }
.aside-title a { color: inherit; text-decoration: none; }
.side-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.related { margin-bottom: 48px; }

/* Rich text */
.prose { font-size: 17px; }
.prose h2 { font-size: 26px; margin-top: 1.4em; }
.prose h3 { font-size: 21px; margin-top: 1.2em; }
.prose img { border-radius: var(--radius); }
.prose iframe { max-width: 100%; }
.page-cms { padding-bottom: 56px; }

.coming-soon { text-align: center; padding: 40px 20px; border: 1.5px dashed var(--blue-200); border-radius: var(--radius); background: var(--bg-soft); color: var(--muted); }
.coming-soon .icon { color: var(--blue); }
.coming-soon-title { font-size: 20px; font-weight: 700; color: var(--ink); margin: 8px 0 4px; }

/* Resources */
.res-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-bottom: 20px; }
.res-card { overflow: hidden; display: flex; flex-direction: column; }
.res-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.res-img-empty { display: flex; align-items: center; justify-content: center; background: var(--blue-100); color: var(--blue); }
.res-img-empty .icon { width: 56px; height: 56px; }
.res-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.res-body p { margin: 0 0 12px; color: var(--muted); }
.res-cat { font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--blue); letter-spacing: .4px; }
.res-title { font-size: 20px; margin: 4px 0 8px; }
.res-title a { color: inherit; text-decoration: none; }
.res-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: auto; }
.res-cover { display: block; margin: 0 auto 24px; border-radius: var(--radius); max-height: 440px; object-fit: cover; }
.back-link { margin-top: 24px; }

/* Forms */
.page-form { padding-bottom: 56px; }
.form-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 28px; align-items: start; }
.form-layout .form-aside:empty { display: none; }
.form-layout:has(.form-aside:empty) { grid-template-columns: minmax(0, 760px); justify-content: center; }
.form-aside { display: grid; gap: 16px; }
.form-card { padding: 28px; }
.form-title { font-size: 22px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 20px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-wide { grid-column: 1 / -1; }
.field label { font-weight: 600; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; font: inherit; color: var(--ink); padding: 11px 12px; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-100); }
.has-error input, .has-error select, .has-error textarea { border-color: var(--danger); }
.field-error { color: var(--danger); font-size: 14px; }
.req { color: var(--danger); }
.field-check { margin: 18px 0; }
.field-check label { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; }
.field-check input { width: 18px; height: 18px; margin-top: 3px; }
.hp { position: absolute; left: -9999px; }
.alert { padding: 12px 14px; border-radius: var(--radius-sm); margin: 0 0 18px; display: flex; gap: 8px; align-items: flex-start; }
.alert-error { background: #fdecea; color: var(--danger); }
.alert-info { background: var(--blue-50); color: var(--ink); }
.alert-info .icon { color: var(--blue); margin-top: 3px; }
.form-sent { text-align: center; padding: 24px 0; }
.form-sent .illu { margin-bottom: 12px; }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.contact-list .icon { color: var(--blue); margin-top: 3px; }
.contact-list div { display: flex; flex-direction: column; }

/* Errors */
.page-error { text-align: center; padding: 80px 16px; }
.error-code { font-size: 80px; font-weight: 800; color: var(--blue); margin: 0; line-height: 1; }

/* Footer */
.site-footer { background: var(--bg-soft); border-top: 1px solid var(--line); margin-top: 48px; padding-top: 44px; font-size: 15.5px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr repeat(4, minmax(0, 1fr)); gap: 28px; }
.site-footer .logo-text { color: var(--blue); font-size: 26px; }
.footer-brand p { color: var(--muted); max-width: 340px; }
.footer-title { font-size: 16px; font-weight: 800; margin-bottom: 10px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.site-footer a { color: var(--text); text-decoration: none; }
.site-footer a:hover { color: var(--blue); }
.footer-contact li { display: flex; gap: 8px; align-items: center; }
.footer-contact .icon { color: var(--blue); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 32px; padding: 18px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.footer-social { display: flex; gap: 16px; }

/* Responsive */
@media (max-width: 1100px) {
  .footer-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .svc-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .growth-grid { grid-template-columns: 1fr; }
  .svc-card-top { flex-direction: column; align-items: center; text-align: center; }
  .checklist-inline { justify-content: center; }
  .svc-card .price { justify-content: center; }
}
@media (max-width: 900px) {
  .country-picker { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .country { min-height: 72px; font-size: 18px; gap: 12px; }
  .service-hero { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .service-hero .badges { justify-content: center; }
  .service-hero .price { justify-content: center; }
  .service-hero-action { width: 100%; max-width: 360px; }
  .service-layout, .form-layout { grid-template-columns: 1fr; }
  .materials-banner { flex-direction: column; text-align: center; padding: 20px; }
}
@media (max-width: 640px) {
  .logo-text { font-size: 24px; }
  .page-hero { padding: 24px 0 12px; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card { padding: 28px 18px 18px; }
  .package-card { padding: 22px 18px 18px; }
  .package-head { flex-direction: column; text-align: center; }
  .checklist-cols { grid-template-columns: 1fr; }
  .side-card { grid-template-columns: auto 1fr; }
  .side-card .illu { width: 64px; height: 64px; }
  .side-action { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; }
  .form-grid { grid-template-columns: 1fr; }
  .form-card { padding: 20px 16px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
